#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.
|
inlineprotected |
Constructor. Protected since this is an abstract base class.
|
inlinevirtual |
Destructor.
|
pure virtual |
Check if this ID is equal to another.
Implemented in YStringWidgetID.
|
pure virtual |
Convert the ID value to string. Used for logging and debugging.
Implemented in YStringWidgetID.