Public Member Functions | Public Attributes | Protected Attributes

hipp::HippApp Class Reference

Implementation of wxApp More...

#include <HippApp.h>

List of all members.

Public Member Functions

 HippApp ()
virtual ~HippApp ()
virtual bool OnInit ()
 Called on app initialization.
virtual int OnExit ()
 Called on app exit.
virtual void OnIdle (wxIdleEvent &event)
virtual bool OnExceptionInMainLoop ()
virtual void OnInitCmdLine (wxCmdLineParser &parser)
virtual bool OnCmdLineParsed (wxCmdLineParser &parser)

Public Attributes

wxLocale m_locale

Protected Attributes

wxString cmd_line_filename
HippFrameframe

Detailed Description

Implementation of wxApp

Author:
David Kadish

HippApp is an implementation of wxApp. HippApp is responsible for the main loop of the Hipp program. It handles exceptions and events and opening and closing the GUI application.


Constructor & Destructor Documentation

HippApp::HippApp (  ) 
HippApp::~HippApp (  )  [virtual]

Member Function Documentation

virtual bool hipp::HippApp::OnCmdLineParsed ( wxCmdLineParser &  parser  )  [inline, virtual]
bool HippApp::OnExceptionInMainLoop (  )  [virtual]
int HippApp::OnExit (  )  [virtual]

Called on app exit.

void HippApp::OnIdle ( wxIdleEvent &  event  )  [virtual]
bool HippApp::OnInit (  )  [virtual]

Called on app initialization.

virtual void hipp::HippApp::OnInitCmdLine ( wxCmdLineParser &  parser  )  [inline, virtual]

Member Data Documentation

wxString hipp::HippApp::cmd_line_filename [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines