#include <wingotodlg.h>
Collaboration diagram for GotoObjectDialog:

Public Member Functions | |
| GotoObjectDialog (HINSTANCE, HWND, CelestiaCore *) | |
Public Attributes | |
| CelestiaCore * | appCore |
| HWND | hwnd |
| HWND | parent |
|
||||||||||||||||
|
Definition at line 158 of file wingotodlg.cpp. References appInstance, GotoObjectProc(), hwnd, IDD_GOTO_OBJECT, and parent. 00160 : 00161 appCore(_appCore), 00162 parent(_parent) 00163 { 00164 hwnd = CreateDialogParam(appInstance, 00165 MAKEINTRESOURCE(IDD_GOTO_OBJECT), 00166 parent, 00167 GotoObjectProc, 00168 reinterpret_cast<LONG>(this)); 00169 } }
|
|
|
Definition at line 24 of file wingotodlg.h. Referenced by GotoObjectProc(). |
|
|
Definition at line 26 of file wingotodlg.h. Referenced by GotoObjectDialog(), and WinMain(). |
|
|
Definition at line 25 of file wingotodlg.h. Referenced by GotoObjectDialog(), and GotoObjectProc(). |
1.4.1