#include <wineclipses.h>
Collaboration diagram for EclipseFinderDialog:

Public Member Functions | |
| EclipseFinderDialog (HINSTANCE, HWND, CelestiaCore *) | |
Public Attributes | |
| CelestiaCore * | appCore |
| Body * | BodytoSet_ |
| bool | bSolar |
| SYSTEMTIME | fromTime |
| HWND | hwnd |
| HWND | parent |
| std::string | strPlaneteToFindOn |
| double | TimetoSet_ |
| SYSTEMTIME | toTime |
|
||||||||||||||||
|
Definition at line 485 of file wineclipses.cpp. References appInstance, EclipseFinderProc(), hwnd, IDD_ECLIPSEFINDER, and parent. 00487 : 00488 appCore(_appCore), 00489 parent(_parent), 00490 BodytoSet_(NULL) 00491 { 00492 hwnd = CreateDialogParam(appInstance, 00493 MAKEINTRESOURCE(IDD_ECLIPSEFINDER), 00494 parent, 00495 EclipseFinderProc, 00496 reinterpret_cast<LONG>(this)); 00497 } }
|
|
|
Definition at line 26 of file wineclipses.h. Referenced by EclipseFinderProc(). |
|
|
Definition at line 33 of file wineclipses.h. Referenced by EclipseFinderProc(). |
|
|
Definition at line 34 of file wineclipses.h. Referenced by EclipseFinderProc(). |
|
|
Definition at line 31 of file wineclipses.h. Referenced by EclipseFinderProc(). |
|
|
Definition at line 28 of file wineclipses.h. Referenced by EclipseFinderDialog(), and WinMain(). |
|
|
Definition at line 27 of file wineclipses.h. Referenced by EclipseFinderDialog(), and EclipseFinderProc(). |
|
|
Definition at line 30 of file wineclipses.h. Referenced by EclipseFinderProc(). |
|
|
Definition at line 32 of file wineclipses.h. Referenced by EclipseFinderProc(). |
|
|
Definition at line 31 of file wineclipses.h. Referenced by EclipseFinderProc(). |
1.4.1