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

ffse::ffseApp Class Reference

#include <ffse.hh>

List of all members.


Detailed Description

The main class.

Initializes the application and creates the view.

Definition at line 32 of file ffse.hh.

Public Member Functions

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

Static Public Attributes

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


Member Function Documentation

bool ffseApp::OnInit  )  [virtual]
 

Called by wxWidgets to start initialization of the application.

Returns:
true if initialization should proceed; false otherwise.

Definition at line 56 of file ffse.cc.


Member Data Documentation

const wxString * ffseApp::APP_COPYRIGHT [static]
 

Initial value:

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

Definition at line 47 of file ffse.cc.

const wxString * ffseApp::APP_NAME [static]
 

Initial value:

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

Definition at line 41 of file ffse.cc.

const wxString * ffseApp::APP_URL [static]
 

Initial value:

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

Definition at line 50 of file ffse.cc.

const wxString * ffseApp::APP_VERSION [static]
 

Initial value:

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

Definition at line 44 of file ffse.cc.


Generated on Wed Dec 8 03:21:45 2004 for Final Fantasy SRAM Editor by  doxygen 1.3.9.1