Class to contain and automatically free XmString. More...
#include <mi32/xdefns.h>
Public Member Functions | |
| XMSTR (MIUNICODE const *str) | |
| XMSTR (MISTRING const &str) | |
| XMSTR () | |
| ~XMSTR () | |
| XmString | GetXmString () const |
| XMSTR & | operator= (MIUNICODE const *str) |
| XMSTR & | operator= (MISTRING const &str) |
| void | SetFromWidget (Widget widget) |
Class to contain and automatically free XmString.
| XMSTR::XMSTR | ( | ) | [inline] |
Default constructor.
| XMSTR::XMSTR | ( | MISTRING const & | str | ) | [inline] |
Construct from MISTRING. Useful for TEXTID assignments.
| XMSTR::XMSTR | ( | MIUNICODE const * | str | ) | [inline] |
Construct from MISTRING. Useful for TEXTID assignments.
| XMSTR::~XMSTR | ( | ) | [inline] |
Destructor.
| XmString XMSTR::GetXmString | ( | ) | const [inline] |
Retrieve the XmString.
Assignment from MISTRING. Useful for TEXTID assignments.
Assignment from MISTRING. Useful for TEXTID assignments.
| void XMSTR::SetFromWidget | ( | Widget | widget | ) | [inline] |
Set from specified widget labelString resource.
1.6.1