From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_main_frame.html | 469 +++++++++++++++++++++++++++++++++ 1 file changed, 469 insertions(+) create mode 100644 Doc/doxygen/html/class_main_frame.html (limited to 'Doc/doxygen/html/class_main_frame.html') diff --git a/Doc/doxygen/html/class_main_frame.html b/Doc/doxygen/html/class_main_frame.html new file mode 100644 index 0000000..b732b88 --- /dev/null +++ b/Doc/doxygen/html/class_main_frame.html @@ -0,0 +1,469 @@ + + + + + +Starshatter_Open: MainFrame Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <MainFrm.h>

+ +

List of all members.

+ + + + +

+Public Member Functions

virtual BOOL PreCreateWindow (CREATESTRUCT &cs)
virtual ~MainFrame ()
+ + +

+Static Public Member Functions

static void StatusXY (const char *xy)
+ + +

+Static Public Attributes

static MainFramestatframe
+ + + + + + +

+Protected Member Functions

 MainFrame ()
virtual BOOL OnWndMsg (UINT message, WPARAM wParam, LPARAM lParam, LRESULT *pResult)
afx_msg int OnCreate (LPCREATESTRUCT lpCreateStruct)
afx_msg void OnActivateApp (BOOL bActive, DWORD dwThreadID)
afx_msg void OnRender ()
+ + + +

+Protected Attributes

CStatusBar m_wndStatusBar
CToolBar m_wndToolBar
+

Detailed Description

+
+

Definition at line 12 of file MainFrm.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
MainFrame::MainFrame ()
+
+protected
+
+ +

Definition at line 46 of file MainFrm.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
MainFrame::~MainFrame ()
+
+virtual
+
+ +

Definition at line 52 of file MainFrm.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void MainFrame::OnActivateApp (BOOL bActive,
DWORD dwThreadID 
)
+
+protected
+
+ +

Definition at line 142 of file MainFrm.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int MainFrame::OnCreate (LPCREATESTRUCT lpCreateStruct)
+
+protected
+
+ +

Definition at line 74 of file MainFrm.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void MainFrame::OnRender ()
+
+protected
+
+ +

Definition at line 147 of file MainFrm.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BOOL MainFrame::OnWndMsg (UINT message,
WPARAM wParam,
LPARAM lParam,
LRESULT * pResult 
)
+
+protectedvirtual
+
+ +

Definition at line 57 of file MainFrm.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
BOOL MainFrame::PreCreateWindow (CREATESTRUCT & cs)
+
+virtual
+
+ +

Definition at line 107 of file MainFrm.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::StatusXY (const char * xy)
+
+static
+
+ +

Definition at line 117 of file MainFrm.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
CStatusBar MainFrame::m_wndStatusBar
+
+protected
+
+ +

Definition at line 42 of file MainFrm.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
CToolBar MainFrame::m_wndToolBar
+
+protected
+
+ +

Definition at line 43 of file MainFrm.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
MainFrame * MainFrame::statframe
+
+static
+
+ +

Definition at line 21 of file MainFrm.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1