libyui
3.3.1
|
Simple widget ID class based on strings. More...
#include <YWidgetID.h>
Public Member Functions | |
YStringWidgetID (const std::string &value) | |
Constructor. | |
virtual | ~YStringWidgetID () |
Destructor. | |
virtual bool | isEqual (YWidgetID *otherID) const |
Check if this ID is equal to another. More... | |
virtual std::string | toString () const |
Convert the ID value to string. More... | |
std::string | value () const |
Return the ID value. | |
const std::string & | valueConstRef () const |
Return the ID value as a const ref. | |
![]() | |
virtual | ~YWidgetID () |
Destructor. | |
Additional Inherited Members | |
![]() | |
YWidgetID () | |
Constructor. More... | |
Simple widget ID class based on strings.
Definition at line 72 of file YWidgetID.h.
|
virtual |
Check if this ID is equal to another.
Reimplemented from YWidgetID.
Implements YWidgetID.
Definition at line 45 of file YWidgetID.cc.
|
virtual |
Convert the ID value to string.
Used for logging and debugging.
Reimplemented from YWidgetID.
Implements YWidgetID.
Definition at line 58 of file YWidgetID.cc.