Options Class Reference
#include <options.h>
List of all members.
Public Types |
| enum | { IDD = IDD_OPTIONS
} |
Public Member Functions |
| | Options (CWnd *pParent=NULL) |
| void | setDefs (int regCont, int folCont, int conn, int prior) |
| void | getResults (int *v1, int *v2, int *v3, int *vp, bool *ask) |
Static Public Member Functions |
| static bool | fetchOpts (const BON::Project &proj, int *v1, int *v2, int *v3, int *vp) |
| static void | saveOpts (const BON::Project &proj, int v1, int v2, int v3, int vp, bool dont_ask) |
Public Attributes |
| CSpinButtonCtrl | m_spin |
| CString | m_strRegCont |
| CString | m_strFolCont |
| CString | m_strConnect |
| BOOL | m_dontask |
| CString | m_strPriority |
Static Public Attributes |
| static const std::string | OptionsRegistrySubNode_str = "MetaGME_Options/GeneratedConstraints" |
| static const std::string | RegContMask_str = "RegularContainmentEventMask" |
| static const std::string | FolContMask_str = "FolderContainmentEventMask" |
| static const std::string | ConnectMask_str = "ConnectionEndEventMask" |
| static const std::string | Priority_str = "Priority" |
| static const std::string | DontAsk_str = "skip_dialog" |
Protected Member Functions |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void PASCAL | DDV_HexNumber (CDataExchange *pDX, const CString &nmb) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnButton1 () |
| afx_msg void | OnButton2 () |
| afx_msg void | OnButton3 () |
| afx_msg void | OnDontAskClick () |
| virtual void | OnOK () |
Protected Attributes |
| int | m_valRegContMask |
| int | m_valFolContMask |
| int | m_valConnectMask |
| int | m_valPriority |
Detailed Description
Definition at line 14 of file options.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
| Options::Options |
( |
CWnd * |
pParent = NULL |
) |
|
Member Function Documentation
| void PASCAL Options::DDV_HexNumber |
( |
CDataExchange * |
pDX, |
|
|
const CString & |
nmb | |
|
) |
| | [protected] |
| void Options::DoDataExchange |
( |
CDataExchange * |
pDX |
) |
[protected, virtual] |
| bool Options::fetchOpts |
( |
const BON::Project & |
proj, |
|
|
int * |
v1, |
|
|
int * |
v2, |
|
|
int * |
v3, |
|
|
int * |
vp | |
|
) |
| | [static] |
| void Options::getResults |
( |
int * |
v1, |
|
|
int * |
v2, |
|
|
int * |
v3, |
|
|
int * |
vp, |
|
|
bool * |
ask | |
|
) |
| | |
| void Options::OnButton1 |
( |
|
) |
[protected] |
| void Options::OnButton2 |
( |
|
) |
[protected] |
| void Options::OnButton3 |
( |
|
) |
[protected] |
| void Options::OnDontAskClick |
( |
|
) |
[protected] |
| BOOL Options::OnInitDialog |
( |
|
) |
[protected, virtual] |
| void Options::OnOK |
( |
|
) |
[protected, virtual] |
| void Options::saveOpts |
( |
const BON::Project & |
proj, |
|
|
int |
v1, |
|
|
int |
v2, |
|
|
int |
v3, |
|
|
int |
vp, |
|
|
bool |
dont_ask | |
|
) |
| | [static] |
| void Options::setDefs |
( |
int |
regCont, |
|
|
int |
folCont, |
|
|
int |
conn, |
|
|
int |
prior | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files: