Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cXDialogCustom.h
Go to the documentation of this file.
1 //
4 //
5 #ifndef _INC_cXDialogCustom_H
6 #define _INC_cXDialogCustom_H
7 #pragma once
8 
9 #include "cXDialog.h"
10 
11 namespace GrayGUI
12 {
13  class cXDialogCustom : public cXDialog
14  {
18  public:
19  cXDialogCustom(cXWindow* pParent, UID_t uid = cUID::k_CLEAR);
20  virtual ~cXDialogCustom();
21  };
22 }
23 #endif
Definition: cXDialogCustom.h:14
virtual ~cXDialogCustom()
Definition: cXDialogCustom.cpp:16
cXDialogCustom(cXWindow *pParent, UID_t uid=cUID::k_CLEAR)
Definition: cXDialogCustom.cpp:11
Definition: cXDialog.h:96
Definition: cXWindow.h:94
static const UID_t k_CLEAR
Hard coded UID_t values.
Definition: cUID.h:32
Definition: GrayGUI.cpp:11
HASHCODE32_t UID_t
Sort of the same as a HASHCODE_t. not the same as UIDINDEX_t.
Definition: cUID.h:18