hack4u::Hack4u Class Reference

#include <hack4u.hh>

List of all members.


Detailed Description

The main class.

Initializes the application and creates the view.

Definition at line 35 of file hack4u.hh.


Public Member Functions

virtual bool OnInit ()
 Called by wxWidgets to start initialization of the application.

Static Public Attributes

static const wxString * APP_NAME
 The name of the application.
static const wxString * APP_VERSION
 The version of the application.
static const wxString * APP_COPYRIGHT
 The copyright notice for the application.
static const wxString * APP_URL
 The website URL for this application.

Member Function Documentation

bool Hack4u::OnInit (  )  [virtual]

Called by wxWidgets to start initialization of the application.

Returns:
true if initialization should proceed; false otherwise.

Definition at line 58 of file hack4u.cc.


Member Data Documentation

const wxString * Hack4u::APP_NAME [static]

Initial value:

    new wxString(wxT("hack4u"))
The name of the application.

Definition at line 40 of file hack4u.hh.

const wxString * Hack4u::APP_VERSION [static]

Initial value:

    new wxString(wxT("1.2a"))
The version of the application.

Definition at line 43 of file hack4u.hh.

const wxString * Hack4u::APP_COPYRIGHT [static]

Initial value:

    new wxString(wxT("Copyright (C) 2004-2008 emuWorks"))
The copyright notice for the application.

Definition at line 46 of file hack4u.hh.

const wxString * Hack4u::APP_URL [static]

Initial value:

    new wxString(wxT("http://games.technoplaza.net/"))
The website URL for this application.

Definition at line 49 of file hack4u.hh.


Generated on Mon Dec 29 01:19:01 2008 for hack4u by  doxygen 1.5.4