libyui  3.4.2
YWidgetID Class Referenceabstract

Abstract base class for widget IDs. More...

#include <YWidgetID.h>

Inheritance diagram for YWidgetID:
YStringWidgetID

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...
 

Detailed Description

Abstract base class for widget IDs.

Definition at line 36 of file YWidgetID.h.

Constructor & Destructor Documentation

◆ YWidgetID()

YWidgetID::YWidgetID ( )
inlineprotected

Constructor.

Protected since this is an abstract base class.

Definition at line 42 of file YWidgetID.h.

Member Function Documentation

◆ 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: