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

GotoObjectDialog Class Reference

#include <wingotodlg.h>

Collaboration diagram for GotoObjectDialog:

Collaboration graph
List of all members.

Public Member Functions

 GotoObjectDialog (HINSTANCE, HWND, CelestiaCore *)

Public Attributes

CelestiaCoreappCore
HWND hwnd
HWND parent

Constructor & Destructor Documentation

GotoObjectDialog::GotoObjectDialog HINSTANCE  ,
HWND  ,
CelestiaCore
 

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


Member Data Documentation

CelestiaCore* GotoObjectDialog::appCore
 

Definition at line 24 of file wingotodlg.h.

Referenced by GotoObjectProc().

HWND GotoObjectDialog::hwnd
 

Definition at line 26 of file wingotodlg.h.

Referenced by GotoObjectDialog(), and WinMain().

HWND GotoObjectDialog::parent
 

Definition at line 25 of file wingotodlg.h.

Referenced by GotoObjectDialog(), and GotoObjectProc().


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