libyui  3.0.5
 All Classes Functions Variables Enumerations Friends
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.

Definition at line 36 of file YWidgetID.h.

Constructor & Destructor Documentation

YWidgetID::YWidgetID ( )
inlineprotected

Constructor. Protected since this is an abstract base class.

Definition at line 42 of file YWidgetID.h.

virtual YWidgetID::~YWidgetID ( )
inlinevirtual

Destructor.

Definition at line 48 of file YWidgetID.h.

Member Function Documentation

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.


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