|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inheritance diagram for FontEventArgs_wrapper:
Collaboration diagram for FontEventArgs_wrapper:Public Member Functions | |
| FontEventArgs_wrapper (CEGUI::FontEventArgs const &arg) | |
| FontEventArgs_wrapper (::CEGUI::Font *font) | |
Public Member Functions inherited from CEGUI::FontEventArgs | |
| FontEventArgs (Font *font) | |
| FontEventArgs (Font *font) | |
Static Public Member Functions | |
| ::CEGUI::Font * | get_font (CEGUI::FontEventArgs const &inst) |
| static void | set_font (CEGUI::FontEventArgs &inst,::CEGUI::Font *new_value) |
Additional Inherited Members | |
Public Attributes inherited from CEGUI::FontEventArgs | |
| Font * | font |
| 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. | |