#include <winssbrowser.h>
Collaboration diagram for SolarSystemBrowser:

Public Member Functions | |
| SolarSystemBrowser (HINSTANCE, HWND, CelestiaCore *) | |
| ~SolarSystemBrowser () | |
Public Attributes | |
| CelestiaCore * | appCore |
| HWND | hwnd |
| HWND | parent |
|
||||||||||||||||
|
Definition at line 178 of file winssbrowser.cpp. References appInstance, hwnd, IDD_SSBROWSER, parent, and SolarSystemBrowserProc(). 00180 : 00181 appCore(_appCore), 00182 parent(_parent) 00183 { 00184 hwnd = CreateDialogParam(appInstance, 00185 MAKEINTRESOURCE(IDD_SSBROWSER), 00186 parent, 00187 SolarSystemBrowserProc, 00188 reinterpret_cast<LONG>(this)); 00189 }
|
|
|
Definition at line 192 of file winssbrowser.cpp. References hwnd. 00193 {
00194 SetWindowLong(hwnd, DWL_USER, 0);
00195 }
|
|
|
Definition at line 25 of file winssbrowser.h. Referenced by SolarSystemBrowserProc(). |
|
|
Definition at line 27 of file winssbrowser.h. Referenced by SolarSystemBrowser(), WinMain(), and ~SolarSystemBrowser(). |
|
|
Definition at line 26 of file winssbrowser.h. Referenced by SolarSystemBrowser(), and SolarSystemBrowserProc(). |
1.4.1