All Categories Class Hierarchy This Category Previous Next Indexes
Miscellaneous Class CATDMDlgChoicePanel
CATDMDlgChoicePanel
public class CATDMDlgChoicePanel
Window to easily select a possibility among n.
Constructor and Destructor Index
- o
CATDMDlgChoicePanel(CATDialog*,char*const,CATListOfCATUnicodeString&,int,int)
-
- o
CATDMDlgChoicePanel(char*const,CATListOfCATUnicodeString&,int)
- Constructors
- o
~CATDMDlgChoicePanel()
- Destructor
Method Index
- o
Display()
- Displays the panel.
- o
GetSelectedBtn()
- Returns the selected possibility
- o
SetMessage(CATUnicodeString&)
- Sets the panel title.
- o
SetTitle(CATUnicodeString&)
- Sets the panel title.
Constructor and Destructor
o CATDMDlgChoicePanel
| public CATDMDlgChoicePanel( | CATDialog* | iFather, |
| const char*const | iObjectName, |
| const CATListOfCATUnicodeString& | iList, |
| const int | iPosCheckButton | =1, |
| const int | iCancelBtn | =0) |
-
o CATDMDlgChoicePanel
| public CATDMDlgChoicePanel( | const char*const | iObjectName, |
| const CATListOfCATUnicodeString& | iList, |
| const int | iCancelBtn | =0) |
-
Constructors
o ~CATDMDlgChoicePanel
| public virtual ~CATDMDlgChoicePanel( | ) |
-
Destructor
Methods
o Display
-
Displays the panel.
- Returns:
- Returns OK or CANCEL.
1 OK
2 CANCEL
o GetSelectedBtn
| public int GetSelectedBtn( | )const |
-
Returns the selected possibility
- Returns:
- Number of the selected possibility.
o SetMessage
| public void SetMessage( | const CATUnicodeString& | iMsg) |
-
Sets the panel title.
- Parameters:
-
- iMsg
- Panel title
o SetTitle
| public void SetTitle( | const CATUnicodeString& | iTitle) |
-
Sets the panel title.
- Parameters:
-
- iTitle
- Panel title
This object is included in the file: CATDMDlgChoicePanel.h
If needed, your Imakefile.mk should include the module: LV002DLG