Page principale   Liste des namespaces   Hiérarchie des classes   Liste par ordre alphabétique   Liste des composants   Liste des fichiers   Membres des namespaces   Composants   Déclarations  

Référence de la classe CExNihiloLauncherDlg

#include <ExNihilo LauncherDlg.h>


Types Publics

enum  { IDD = IDD_EXNIHILOLAUNCHER_DIALOG }
enum  { IDD = IDD_EXNIHILOLAUNCHER_DIALOG }

Membres publics

 CExNihiloLauncherDlg (CWnd *pParent=NULL)
 CExNihiloLauncherDlg (CWnd *pParent=NULL)

Membres protégés

virtual void DoDataExchange (CDataExchange *pDX)
virtual BOOL OnInitDialog ()
afx_msg void OnPaint ()
afx_msg HCURSOR OnQueryDragIcon ()
virtual void DoDataExchange (CDataExchange *pDX)
virtual BOOL OnInitDialog ()
afx_msg void OnPaint ()
afx_msg HCURSOR OnQueryDragIcon ()

Attributs Protégés

HICON m_hIcon


Documentation des énumérations imbriquées

anonymous enum
 

Éléments énumérés:
IDD 

Définition à la ligne 16 du fichier ExNihilo LauncherDlg.h.

00016 { IDD = IDD_EXNIHILOLAUNCHER_DIALOG };

anonymous enum
 

Éléments énumérés:
IDD 

Définition à la ligne 16 du fichier ExNihiloLauncherDlg.h.

00016 { IDD = IDD_EXNIHILOLAUNCHER_DIALOG };


Documentation des contructeurs et destructeurs

CExNihiloLauncherDlg CWnd *    pParent = NULL
 

Définition à la ligne 16 du fichier ExNihilo LauncherDlg.cpp.

Références m_hIcon.

00018         : CDialog(CExNihiloLauncherDlg::IDD, pParent)
00019 {
00020         m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);

CExNihiloLauncherDlg CWnd *    pParent = NULL
 


Documentation des méthodes

virtual void DoDataExchange CDataExchange *    pDX [protected, virtual]
 

void DoDataExchange CDataExchange *    pDX [protected, virtual]
 

Définition à la ligne 22 du fichier ExNihilo LauncherDlg.cpp.

Références IDC_COMBORESOLUTION.

00024 {
00025         CDialog::DoDataExchange(pDX);
00026         DDX_Control(pDX, IDC_COMBORESOLUTION, m_CResolution);

virtual BOOL OnInitDialog   [protected, virtual]
 

virtual BOOL OnInitDialog   [protected, virtual]
 

afx_msg void OnPaint   [protected]
 

void OnPaint   [protected]
 

Définition à la ligne 77 du fichier ExNihilo LauncherDlg.cpp.

Références m_hIcon.

00079 {
00080         if (IsIconic())
00081         {
00082                 CPaintDC dc(this); // device context for painting
00083 
00084                 SendMessage(WM_ICONERASEBKGND, reinterpret_cast<WPARAM>(dc.GetSafeHdc()), 0);
00085 
00086                 // Center icon in client rectangle
00087                 int cxIcon = GetSystemMetrics(SM_CXICON);
00088                 int cyIcon = GetSystemMetrics(SM_CYICON);
00089                 CRect rect;
00090                 GetClientRect(&rect);
00091                 int x = (rect.Width() - cxIcon + 1) / 2;
00092                 int y = (rect.Height() - cyIcon + 1) / 2;
00093 
00094                 // Draw the icon
00095                 dc.DrawIcon(x, y, m_hIcon);
00096         }
00097         else
00098         {
00099                 CDialog::OnPaint();
00100         }

afx_msg HCURSOR OnQueryDragIcon   [protected]
 

HCURSOR OnQueryDragIcon   [protected]
 

Définition à la ligne 104 du fichier ExNihilo LauncherDlg.cpp.

00106 {
00107         return static_cast<HCURSOR>(m_hIcon);


Documentation des données imbriquées

HICON m_hIcon [protected]
 

Définition à la ligne 24 du fichier ExNihiloLauncherDlg.h.

Référencé par CExNihiloLauncherDlg(), et OnPaint().


La documentation associée à cette classe a été générée à partir des fichiers suivants :
Généré le Tue Dec 10 18:18:22 2002 pour ExNihilo par doxygen1.3-rc1