XmMemberProp Class ReferenceList of all members.
Detailed Description
Contain the state of member data of functions, during calculation.
This class is used in XmMemberStateCx containing the information about member appearance and behaviour.
|
Public Member Functions |
|
bool | GetMemEnabled () const |
| | Return true, if member is enabled.
|
|
bool | GetMemReadOnly () const |
| | Return true, if member is readonly.
|
| const XmString * | GetMemLabel () const |
| | Return a string pointer, if member wants to have its user defined name.
|
| int | GetMemIcon () const |
| | Return icons id of a member.
|
|
CHECK | GetMemCheck () const |
| | Return the checked state of a member.
|
Member Function Documentation
| const XmString* GetMemLabel |
( |
|
) |
const [inline] |
|
|
|
Return a string pointer, if member wants to have its user defined name.
- Returns:
- Pointer to XmString. Return NULL, if no user specified string should be used.
|
| int GetMemIcon |
( |
|
) |
const [inline] |
|
|
|
Return icons id of a member.
- Returns:
- -1, if no icon is set.
|
|