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_grid_props.html | 425 +++++++++++++++++++++++++++++++++ 1 file changed, 425 insertions(+) create mode 100644 Doc/doxygen/html/class_grid_props.html (limited to 'Doc/doxygen/html/class_grid_props.html') diff --git a/Doc/doxygen/html/class_grid_props.html b/Doc/doxygen/html/class_grid_props.html new file mode 100644 index 0000000..63b967d --- /dev/null +++ b/Doc/doxygen/html/class_grid_props.html @@ -0,0 +1,425 @@ + + + + + +Starshatter_Open: GridProps Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <GridProps.h>

+ +

List of all members.

+ + + +

+Public Types

enum  { IDD = IDD_GRIDPROPS + }
+ + +

+Public Member Functions

 GridProps (Grid *g, CWnd *pParent=NULL)
+ + + + + + + +

+Public Attributes

BOOL mGridShow
BOOL mGridSnap
CString mReferencePlan
CString mReferenceFront
CString mReferenceSide
int mGridSize
+ + + + + +

+Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
afx_msg void OnFilePlan ()
afx_msg void OnFileFront ()
afx_msg void OnFileSide ()
+ + +

+Protected Attributes

Gridgrid
+

Detailed Description

+
+

Definition at line 28 of file GridProps.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
anonymous enum
+
+
Enumerator:
+ +
IDD  +
+
+
+ +

Definition at line 36 of file GridProps.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
GridProps::GridProps (Gridg,
CWnd * pParent = NULL 
)
+
+ +

Definition at line 31 of file GridProps.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
void GridProps::DoDataExchange (CDataExchange * pDX)
+
+protectedvirtual
+
+ +

Definition at line 55 of file GridProps.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void GridProps::OnFileFront ()
+
+protected
+
+ +

Definition at line 116 of file GridProps.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void GridProps::OnFilePlan ()
+
+protected
+
+ +

Definition at line 110 of file GridProps.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void GridProps::OnFileSide ()
+
+protected
+
+ +

Definition at line 122 of file GridProps.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
Grid* GridProps::grid
+
+protected
+
+ +

Definition at line 55 of file GridProps.h.

+ +
+
+ +
+
+ + + + +
BOOL GridProps::mGridShow
+
+ +

Definition at line 37 of file GridProps.h.

+ +
+
+ +
+
+ + + + +
int GridProps::mGridSize
+
+ +

Definition at line 42 of file GridProps.h.

+ +
+
+ +
+
+ + + + +
BOOL GridProps::mGridSnap
+
+ +

Definition at line 38 of file GridProps.h.

+ +
+
+ +
+
+ + + + +
CString GridProps::mReferenceFront
+
+ +

Definition at line 40 of file GridProps.h.

+ +
+
+ +
+
+ + + + +
CString GridProps::mReferencePlan
+
+ +

Definition at line 39 of file GridProps.h.

+ +
+
+ +
+
+ + + + +
CString GridProps::mReferenceSide
+
+ +

Definition at line 41 of file GridProps.h.

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