|
libyui
3.0.10
|
#include <YWidgetID.h>

Public Member Functions | |
| virtual | ~YWidgetID () |
| virtual bool | isEqual (YWidgetID *otherID) const =0 |
| virtual std::string | toString () const =0 |
Protected Member Functions | |
| YWidgetID () | |
Abstract base class for widget IDs.
Definition at line 36 of file YWidgetID.h.
| YWidgetID::YWidgetID | ( | ) | [inline, protected] |
Constructor. Protected since this is an abstract base class.
Definition at line 42 of file YWidgetID.h.
| virtual YWidgetID::~YWidgetID | ( | ) | [inline, virtual] |
Destructor.
Definition at line 48 of file YWidgetID.h.
| virtual bool YWidgetID::isEqual | ( | YWidgetID * | otherID | ) | const [pure virtual] |
Check if this ID is equal to another.
Implemented in YStringWidgetID.
| virtual std::string YWidgetID::toString | ( | ) | const [pure virtual] |
Convert the ID value to string. Used for logging and debugging.
Implemented in YStringWidgetID.