Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

emuWorks::GenApp Class Reference

#include <GenApp.hh>

List of all members.


Detailed Description

The main class.

Initializes the application and creates the view.

Definition at line 35 of file GenApp.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 short name of the application.
static const wxString * APP_FULL_NAME
 The full 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 GenApp::OnInit  )  [virtual]
 

Called by wxWidgets to start initialization of the application.

Returns:
true if initialization should proceed; false otherwise.

Definition at line 61 of file GenApp.cc.


Member Data Documentation

const wxString * GenApp::APP_COPYRIGHT [static]
 

Initial value:

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

Definition at line 54 of file GenApp.hh.

const wxString * GenApp::APP_FULL_NAME [static]
 

Initial value:

    new wxString(wxT(PACKAGE_FULL_NAME))
The full name of the application.

Definition at line 48 of file GenApp.hh.

const wxString * GenApp::APP_NAME [static]
 

Initial value:

    new wxString(wxT(PACKAGE_NAME))
The short name of the application.

Definition at line 45 of file GenApp.hh.

const wxString * GenApp::APP_URL [static]
 

Initial value:

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

Definition at line 57 of file GenApp.hh.

const wxString * GenApp::APP_VERSION [static]
 

Initial value:

    new wxString(wxT(PACKAGE_VERSION))
The version of the application.

Definition at line 51 of file GenApp.hh.


Generated on Thu Aug 4 00:30:33 2005 for Zelda II SRAM Editor by  doxygen 1.4.4