FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CAcUiGroupChildDialog.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
19class CWnd;
20template < typename Param1, typename Param2 > class StrTraitMFC_DLL;
21
22class ARX_API CAcUiGroupChildDialog : public CWnd
23{
24public:
26
27private:
28 static CStringW m_F1HelpFileName;
29
30public:
31 CAcUiGroupChildDialog(unsigned int, CWnd *, HINSTANCE__ *);
33 virtual int CreateCustomDialog( CWnd *);
34 virtual int GroupCtlBmpBtnFcnPtr(void (__cdecl*)( CWnd *));
35 virtual int PreTranslateMessage( tagMSG *);
36 virtual int UpdateDwgState(void);
37 virtual void ClearAllButtons(void);
38 virtual void CountOfButtonsSet(int &,int &);
39 virtual void OnDialogHelp(void);
40 virtual void SelectAllButtons(void);
41 virtual void UpdateDlgState(void);
42 virtual wchar_t const * GetF1AndButtonHelpFileName(void);
43 void SetF1AndButtonHelpFileName(wchar_t const *);
44 void SetMainTabDialog( CWnd *);
45
46protected:
47 DECLARE_MESSAGE_MAP()
48
49};
virtual wchar_t const * GetF1AndButtonHelpFileName(void)
DECLARE_DYNAMIC(CAcUiGroupChildDialog)
virtual int UpdateDwgState(void)
virtual void OnDialogHelp(void)
void SetF1AndButtonHelpFileName(wchar_t const *)
virtual void ClearAllButtons(void)
virtual int CreateCustomDialog(CWnd *)
virtual void CountOfButtonsSet(int &, int &)
virtual void SelectAllButtons(void)
void SetMainTabDialog(CWnd *)
CAcUiGroupChildDialog(unsigned int, CWnd *, HINSTANCE__ *)
virtual void UpdateDlgState(void)
virtual ~CAcUiGroupChildDialog(void)
virtual int PreTranslateMessage(tagMSG *)
virtual int GroupCtlBmpBtnFcnPtr(void(__cdecl *)(CWnd *))