libyui  3.0.10
YWidgetEvent Class Reference
Inheritance diagram for YWidgetEvent:
Collaboration diagram for YWidgetEvent:

List of all members.

Public Member Functions

 YWidgetEvent (YWidget *widget=0, EventReason reason=Activated, EventType eventType=WidgetEvent)
virtual YWidgetwidget () const
EventReason reason () const

Protected Member Functions

virtual ~YWidgetEvent ()

Protected Attributes

YWidget_widget
EventReason _reason

Detailed Description

Definition at line 165 of file YEvent.h.


Constructor & Destructor Documentation

YWidgetEvent::YWidgetEvent ( YWidget widget = 0,
EventReason  reason = Activated,
EventType  eventType = WidgetEvent 
)

Constructor.

Definition at line 110 of file YEvent.cc.

Here is the call graph for this function:

virtual YWidgetEvent::~YWidgetEvent ( ) [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.

Definition at line 194 of file YEvent.h.


Member Function Documentation

EventReason YWidgetEvent::reason ( ) const [inline]

Returns the reason for this event. This very much like an event sub-type.

Definition at line 185 of file YEvent.h.

virtual YWidget* YWidgetEvent::widget ( ) const [inline, virtual]

Returns the widget that caused this event. Reimplemented from YEvent.

Reimplemented from YEvent.

Definition at line 180 of file YEvent.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Friends