Google
Web alhem.net
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

WinApp Class Reference

#include <WinApp.h>

Inheritance diagram for WinApp:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 WinApp (HINSTANCE, HINSTANCE)
virtual ~WinApp ()
virtual int Init (LPSTR lpCmdLine, int nCmdShow)=0
HINSTANCE & GetInstance ()
HINSTANCE & GetPrevInstance ()

Private Attributes

HINSTANCE m_hInstance
HINSTANCE m_hPrevInstance

Detailed Description

File ......... WinApp.h Published .... 2004-09-27

Definition at line 24 of file WinApp.h.


Constructor & Destructor Documentation

WinApp::WinApp HINSTANCE  hInstance,
HINSTANCE  hPrevInstance
 

File ......... WinApp.cpp Published .... 2004-09-27

Definition at line 29 of file WinApp.cpp.

References WinApp().

Referenced by WinApp().

00030 :m_hInstance(hInstance) 00031 ,m_hPrevInstance(hPrevInstance) 00032 { 00033 }

WinApp::~WinApp  )  [virtual]
 

Definition at line 35 of file WinApp.cpp.

00036 { 00037 }


Member Function Documentation

HINSTANCE& WinApp::GetInstance  )  [inline]
 

Definition at line 32 of file WinApp.h.

References m_hInstance.

Referenced by MyApp::ChangeIcon(), MyApp::Init(), and MyApp::ShowTaskBar().

00032 { return m_hInstance; }

HINSTANCE& WinApp::GetPrevInstance  )  [inline]
 

Definition at line 33 of file WinApp.h.

References m_hPrevInstance.

00033 { return m_hPrevInstance; }

virtual int WinApp::Init LPSTR  lpCmdLine,
int  nCmdShow
[pure virtual]
 

Implemented in MyApp.


Member Data Documentation

HINSTANCE WinApp::m_hInstance [private]
 

Definition at line 36 of file WinApp.h.

Referenced by GetInstance().

HINSTANCE WinApp::m_hPrevInstance [private]
 

Definition at line 37 of file WinApp.h.

Referenced by GetPrevInstance().


The documentation for this class was generated from the following files:
Generated on Thu Feb 10 22:42:41 2005 for Distributed URL Classification Tool by doxygen 1.3.7