libyui
 
Loading...
Searching...
No Matches
YWidgetID Class Referenceabstract

#include <YWidgetID.h>

Inheritance diagram for YWidgetID:

Public Member Functions

virtual ~YWidgetID ()
 
virtual bool isEqual (YWidgetID *otherID) const =0
 
virtual std::string toString () const =0
 

Protected Member Functions

 YWidgetID ()
 

Detailed Description

Abstract base class for widget IDs.

Constructor & Destructor Documentation

◆ YWidgetID()

YWidgetID::YWidgetID ( )
inlineprotected

Constructor. Protected since this is an abstract base class.

◆ ~YWidgetID()

virtual YWidgetID::~YWidgetID ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ isEqual()

virtual bool YWidgetID::isEqual ( YWidgetID * otherID) const
pure virtual

Check if this ID is equal to another.

Implemented in YStringWidgetID.

◆ toString()

virtual std::string YWidgetID::toString ( ) const
pure virtual

Convert the ID value to string. Used for logging and debugging.

Implemented in YStringWidgetID.


The documentation for this class was generated from the following file: