#include <GU_DetailInfo.h>
Public Member Functions | |
| gu_NameValuePair (const char *label, const char *value) | |
| gu_NameValuePair (const char *label, int value) | |
| ~gu_NameValuePair () | |
| void | setName (const char *label) |
| const UT_String & | getName () const |
| void | setValue (const char *value) |
| void | setValue (int value) |
| const UT_String & | getValue () const |
Definition at line 42 of file GU_DetailInfo.h.
| gu_NameValuePair::gu_NameValuePair | ( | const char * | label, | |
| const char * | value | |||
| ) |
| gu_NameValuePair::gu_NameValuePair | ( | const char * | label, | |
| int | value | |||
| ) |
| gu_NameValuePair::~gu_NameValuePair | ( | ) |
| const UT_String& gu_NameValuePair::getName | ( | void | ) | const [inline] |
Definition at line 50 of file GU_DetailInfo.h.
| const UT_String& gu_NameValuePair::getValue | ( | ) | const [inline] |
Definition at line 54 of file GU_DetailInfo.h.
| void gu_NameValuePair::setName | ( | const char * | label | ) | [inline] |
Definition at line 49 of file GU_DetailInfo.h.
| void gu_NameValuePair::setValue | ( | int | value | ) |
| void gu_NameValuePair::setValue | ( | const char * | value | ) | [inline] |
Definition at line 52 of file GU_DetailInfo.h.
1.5.9