doom3-gpl
Doom 3 GPL source release
|
Dialog that provides an input box and several checkboxes to define the parameters of a search. More...
#include <FindDialog.h>
Public Types | |
enum | { IDD = IDD_FIND } |
Public Member Functions | |
FindDialog (CWnd *pParent=NULL) | |
Constructor for FindDialog. More... | |
virtual | ~FindDialog () |
Destructor for FindDialog. More... | |
BOOL | Create () |
Creates and instance of the find dialog. More... | |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
Transfers data to and from the controls in the find dialog. More... | |
virtual BOOL | OnInitDialog () |
Called while the dialog is being initialized to load the find parameters from the registry and set the focus to the correct control. More... | |
afx_msg void | OnBnClickedFindNext () |
Triggers a search based on the parameters in the dialog. More... | |
virtual void | OnCancel () |
Saves the search parameters and closes the find dialog. More... | |
void | LoadFindSettings () |
Loads the search parameters from the registry and makes sure the controls are properly initialized. More... | |
void | SaveFindSettings () |
Saves the search parameters to the registry. More... | |
Protected Attributes | |
MEMainFrame * | parent |
MaterialSearchData_t | searchData |
rvRegistryOptions | registry |
Dialog that provides an input box and several checkboxes to define the parameters of a search.
These parameters include: text string, search scope and search only name flag.
Definition at line 40 of file FindDialog.h.
anonymous enum |
Enumerator | |
---|---|
IDD |
Definition at line 44 of file FindDialog.h.
FindDialog::FindDialog | ( | CWnd * | pParent = NULL | ) |
Constructor for FindDialog.
Definition at line 45 of file FindDialog.cpp.
|
virtual |
Destructor for FindDialog.
Definition at line 54 of file FindDialog.cpp.
BOOL FindDialog::Create | ( | ) |
Creates and instance of the find dialog.
Definition at line 60 of file FindDialog.cpp.
|
protectedvirtual |
Transfers data to and from the controls in the find dialog.
Definition at line 67 of file FindDialog.cpp.
|
protected |
Loads the search parameters from the registry and makes sure the controls are properly initialized.
Definition at line 117 of file FindDialog.cpp.
|
protected |
Triggers a search based on the parameters in the dialog.
Definition at line 95 of file FindDialog.cpp.
|
protectedvirtual |
Saves the search parameters and closes the find dialog.
Definition at line 105 of file FindDialog.cpp.
|
protectedvirtual |
Called while the dialog is being initialized to load the find parameters from the registry and set the focus to the correct control.
Definition at line 82 of file FindDialog.cpp.
|
protected |
Saves the search parameters to the registry.
Definition at line 132 of file FindDialog.cpp.
|
protected |
Definition at line 69 of file FindDialog.h.
|
protected |
Definition at line 71 of file FindDialog.h.
|
protected |
Definition at line 70 of file FindDialog.h.