Crazy Eddie's GUI System  0.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
CEGUI::FontEventArgs Class Reference

EventArgs based class that is used for notifications regarding Font objects. More...

+ Inheritance diagram for CEGUI::FontEventArgs:
+ Collaboration diagram for CEGUI::FontEventArgs:

Public Member Functions

 FontEventArgs (Font *font)
 

Public Attributes

Fontfont
 Pointer to the font object related to the event notification.
 
- Public Attributes inherited from CEGUI::EventArgs
uint handled
 handlers should increment this if they handled the event.
 

Detailed Description

EventArgs based class that is used for notifications regarding Font objects.