sprint 1-alpha
Public Types | Public Member Functions
sprint::gtl::CDialog Class Reference

#include <Dialog.h>

Inherits sprint::gtl::CWindow.

Inherited by sprint::gtl::CModelessDialog.

List of all members.

Public Types

typedef CDialog parent

Public Member Functions

void OnInitDialog ()
void OnCommand (int cmd, int notify)
void OnNotify (const LPNMHDR nmhr)
void OnClose (INT_PTR ret=0)
void OnDestroy ()
template<class T >
HWND ModelessTDialog (LPCTSTR lpTemplate, T *inst)
 Spawn a Modeless Dialog.
template<class T >
INT_PTR ModalTDialog (LPCTSTR lpTemplate, const T &inst=T())
 Spawn a Modal Dialog.
INT_PTR CreateDialogBox (LPCTSTR lpTemplate)
 Stub.

Detailed Description

Simple Dialog (ex About) or used as parent of own dialog class sprint::CDialog dlg; dlg.CreateDialogBox(MAKEINTRESOURCE(...));


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines