All Frameworks Class Hierarchy This Framework Previous Next Indexes
Dialog Class CATDlgWindows
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---System.CATEventSubscriber
|
+---System.CATCommand
|
+---Dialog.CATDialog
|
+---Dialog.CATDlgBlackBox
|
+---CATDlgWindows
Usage: you must use this class as is. You should never derive it.
public class CATDlgWindows
Class specific to Windows platforms, neutral window providing some interoperability capability with non V5 Dialog objects.
Role:
Creates an empty frame without any border.
It is targeted for very specific usages. Most application developers do not have to deal with this object.
Constructor and Destructor Index
- o
CATDlgWindows(CATDialog*,CATString&,CATDlgStyle)
- Constructs a CATDlgWindows.
- o
~CATDlgWindows()
-
Method Index
- o
GetFatherWidget()
- Gets a pointer to the MFC object of the underlying window.
- o
GetLetterObject()
- Returns internal object.
- o
ResetLetterObject()
- Resets internal object.
Constructor and Destructor
o CATDlgWindows
-
Constructs a CATDlgWindows.
- Parameters:
-
- iParent
- The parent of the object
- iObjectName
- The name of the object
- iStyle
- The style of the object.
o ~CATDlgWindows
public virtual ~CATDlgWindows( | ) |
-
Methods
o GetFatherWidget
public CWnd* GetFatherWidget( | ) |
-
Gets a pointer to the MFC object of the underlying window.
o GetLetterObject
public virtual l_CATDialog* GetLetterObject( | ) |
-
Returns internal object. Internal use only.
o ResetLetterObject
public virtual void ResetLetterObject( | ) |
-
Resets internal object. Internal use only.
This object is included in the file: CATDlgWindows.h
If needed, your Imakefile.mk should include the module: DI0PANV2