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