|
libyui
3.4.2
|
Abstract base class for widget IDs. More...
#include <YWidgetID.h>

Public Member Functions | |
| virtual | ~YWidgetID () |
| Destructor. | |
| virtual bool | isEqual (YWidgetID *otherID) const =0 |
| Check if this ID is equal to another. | |
| virtual std::string | toString () const =0 |
| Convert the ID value to string. More... | |
Protected Member Functions | |
| YWidgetID () | |
| Constructor. More... | |
Abstract base class for widget IDs.
Definition at line 36 of file YWidgetID.h.
|
inlineprotected |
Constructor.
Protected since this is an abstract base class.
Definition at line 42 of file YWidgetID.h.
|
pure virtual |