libyui  3.0.10
YWidgetID Class Reference

#include <YWidgetID.h>

Inheritance diagram for YWidgetID:

List of all members.

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 ( ) [inline, protected]

Constructor. Protected since this is an abstract base class.

Definition at line 42 of file YWidgetID.h.

virtual YWidgetID::~YWidgetID ( ) [inline, virtual]

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:
 All Classes Functions Variables Enumerations Friends