Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

EclipseFinderDialog Class Reference

#include <wineclipses.h>

Collaboration diagram for EclipseFinderDialog:

Collaboration graph
List of all members.

Public Member Functions

 EclipseFinderDialog (HINSTANCE, HWND, CelestiaCore *)

Public Attributes

CelestiaCoreappCore
BodyBodytoSet_
bool bSolar
SYSTEMTIME fromTime
HWND hwnd
HWND parent
std::string strPlaneteToFindOn
double TimetoSet_
SYSTEMTIME toTime

Constructor & Destructor Documentation

EclipseFinderDialog::EclipseFinderDialog HINSTANCE  ,
HWND  ,
CelestiaCore
 

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 }
}


Member Data Documentation

CelestiaCore* EclipseFinderDialog::appCore
 

Definition at line 26 of file wineclipses.h.

Referenced by EclipseFinderProc().

Body* EclipseFinderDialog::BodytoSet_
 

Definition at line 33 of file wineclipses.h.

Referenced by EclipseFinderProc().

bool EclipseFinderDialog::bSolar
 

Definition at line 34 of file wineclipses.h.

Referenced by EclipseFinderProc().

SYSTEMTIME EclipseFinderDialog::fromTime
 

Definition at line 31 of file wineclipses.h.

Referenced by EclipseFinderProc().

HWND EclipseFinderDialog::hwnd
 

Definition at line 28 of file wineclipses.h.

Referenced by EclipseFinderDialog(), and WinMain().

HWND EclipseFinderDialog::parent
 

Definition at line 27 of file wineclipses.h.

Referenced by EclipseFinderDialog(), and EclipseFinderProc().

std::string EclipseFinderDialog::strPlaneteToFindOn
 

Definition at line 30 of file wineclipses.h.

Referenced by EclipseFinderProc().

double EclipseFinderDialog::TimetoSet_
 

Definition at line 32 of file wineclipses.h.

Referenced by EclipseFinderProc().

SYSTEMTIME EclipseFinderDialog::toTime
 

Definition at line 31 of file wineclipses.h.

Referenced by EclipseFinderProc().


The documentation for this class was generated from the following files:
Generated on Sat Jan 14 22:33:19 2006 for Celestia by  doxygen 1.4.1