|
libyui
3.0.10
|
#include <YEvent.h>


Public Member Functions | |
| YMenuEvent (YItem *item) | |
| YMenuEvent (const char *id) | |
| YMenuEvent (const std::string &id) | |
| virtual YItem * | item () const |
| std::string | id () const |
Protected Member Functions | |
| virtual | ~YMenuEvent () |
Protected Attributes | |
| YItem * | _item |
| std::string | _id |
| virtual YMenuEvent::~YMenuEvent | ( | ) | [inline, protected, virtual] |
Protected destructor - events can only be deleted via YDialog::deleteEvent(). The associated dialog will take care of this event and delete it when appropriate.
| std::string YMenuEvent::id | ( | ) | const [inline] |
| virtual YItem* YMenuEvent::item | ( | ) | const [inline, virtual] |