|
cxWidgets 1.0
|
This is the complete list of members for cx::cxMultiForm, including all inherited members.
| addAttr(e_WidgetItems pItem, attr_t pAttr) override | cx::cxForm | virtual |
| addExitKey(int pKey, bool pRunOnLeaveFunction=true, bool pOverride=false) override | cx::cxMultiForm | virtual |
| addExtendedHelpKey(int pKey) | cx::cxForm | virtual |
| addInputJumpKey(int pKey, int pIndex) | cx::cxForm | virtual |
| addInputJumpKey(int pKey, const std::string &pLabel, bool pIsLabel=true) | cx::cxForm | virtual |
| addMessageLineAbove(const std::string &pLine) | cx::cxWindow | virtual |
| addMessageLineBelow(const std::string &pLine) | cx::cxWindow | virtual |
| addMessageLinesAbove(const std::vector< std::string > &pLines) | cx::cxWindow | virtual |
| addMessageLinesAbove(const std::list< std::string > &pLines) | cx::cxWindow | virtual |
| addMessageLinesAbove(const std::deque< std::string > &pLines) | cx::cxWindow | virtual |
| addMessageLinesBelow(const std::vector< std::string > &pLines) | cx::cxWindow | virtual |
| addMessageLinesBelow(const std::list< std::string > &pLines) | cx::cxWindow | virtual |
| addMessageLinesBelow(const std::deque< std::string > &pLines) | cx::cxWindow | virtual |
| addQuitKey(int pKey, bool pRunOnLeaveFunction=true, bool pOverride=false) override | cx::cxMultiForm | virtual |
| addSpecialChar(int pY, int pX, chtype pChar, attr_t pAttr=A_NORMAL) | cx::cxWindow | virtual |
| addStatusString(int pHPos, const std::string &pStr, bool pRefreshStatus=false) | cx::cxWindow | virtual |
| addSubwindow(cxWindow *pSubWindow) | cx::cxWindow | protectedvirtual |
| addTitleString(int pHPos, const std::string &pStr, bool pRefreshTitle=false) | cx::cxWindow | virtual |
| alignHoriz(eHPosition pPosition, bool pRefresh=true) | cx::cxWindow | virtual |
| alignVert(eVPosition pPosition, bool pRefresh=true) | cx::cxWindow | virtual |
| allFieldsBlank() const | cx::cxForm | |
| allValidateOnJumpKey(bool pValidate) | cx::cxForm | virtual |
| anyInputsCanBeEditable() const | cx::cxForm | virtual |
| append(int pRow, int pCol, int pHeight, int pWidth, const std::string &pLabel, const std::string &pValidator="", const std::string &pHelpString="", eInputOptions pInputOption=eINPUT_EDITABLE, const std::string &pName="", std::string *pExtValue=nullptr, int pRightLabelOffset=0, int pRightLabelHeight=1, int pRightLabelWidth=7, bool pShowRightLabel=false, eInputType pInputType=eIT_CXMULTILINEINPUT) | cx::cxForm | virtual |
| append(int pHeight, int pWidth, const std::string &pLabel, const std::string &pValidator="", const std::string &pHelpString="", eInputOptions pInputOption=eINPUT_EDITABLE, const std::string &pName="", std::string *pExtValue=nullptr, int pRightLabelOffset=0, int pRightLabelHeight=1, int pRightLabelWidth=7, bool pShowRightLabel=false, eInputType pInputType=eIT_CXMULTILINEINPUT) | cx::cxForm | virtual |
| append(const cxMultiLineInput &pInput) | cx::cxForm | virtual |
| append(std::shared_ptr< cxMultiLineInput > &pInput, int pRow, int pCol, bool *pMoved=nullptr) | cx::cxForm | virtual |
| appendComboBox(int pRow, int pCol, int pHeight, int pWidth, const std::string &pLabel, const std::string &pValidator="", const std::string &pHelpString="", eInputOptions pInputOption=eINPUT_EDITABLE, const std::string &pName="", std::string *pExtValue=nullptr, int pRightLabelOffset=0, int pRightLabelHeight=1, int pRightLabelWidth=7, bool pShowRightLabel=false) | cx::cxForm | virtual |
| appendComboBox(int pHeight, int pWidth, const std::string &pLabel, const std::string &pValidator="", const std::string &pHelpString="", eInputOptions pInputOption=eINPUT_EDITABLE, const std::string &pName="", std::string *pExtValue=nullptr, int pRightLabelOffset=0, int pRightLabelHeight=1, int pRightLabelWidth=7, bool pShowRightLabel=false) | cx::cxForm | virtual |
| appendComboBoxPair(int pRow, int pCol, int pHeight, int pWidth, const std::string &pLabel, const std::string &pValidator="", const std::string &pHelpString="", eInputOptions pInputOption=eINPUT_EDITABLE, const std::string &pName="", std::string *pExtValue1=nullptr, std::string *pExtValue2=nullptr, int pRightLabel1Offset=0, int pRightLabel1Height=1, int pRightLabel1Width=7, bool pShowRightLabel1=false, int pRightLabel2Offset=0, int pRightLabel2Height=1, int pRightLabel2Width=7, bool pShowRightLabel2=false) | cx::cxForm | virtual |
| appendForm(int pRow, int pCol, int pHeight, int pWidth, const std::string &pTitle="", eBorderStyle pBorderStyle=eBS_NOBORDER, bool pStacked=false) | cx::cxMultiForm | virtual |
| appendForm(std::shared_ptr< cxForm > &pForm, int pRow, int pCol, bool *pMoved=nullptr) | cx::cxMultiForm | virtual |
| appendForm(std::shared_ptr< cxForm > &pForm) | cx::cxMultiForm | virtual |
| appendPair(int pRow, int pCol, int pHeight, int pWidth, const std::string &pLabel, const std::string &pValidator="", const std::string &pHelpString="", eInputOptions pInputOption=eINPUT_EDITABLE, const std::string &pName="", std::string *pExtValue1=nullptr, std::string *pExtValue2=nullptr, int pRightLabel1Offset=0, int pRightLabel1Height=1, int pRightLabel1Width=7, bool pShowRightLabel1=false, int pRightLabel2Offset=0, int pRightLabel2Height=1, int pRightLabel2Width=7, bool pShowRightLabel2=false, eInputType pInput1Type=eIT_CXMULTILINEINPUT, eInputType pInput2Type=eIT_CXMULTILINEINPUT) | cx::cxForm | virtual |
| appendPair(std::shared_ptr< cxMultiLineInput > &pInput1, std::shared_ptr< cxMultiLineInput > &pInput2, int pRow, int pCol, const std::string &pName="") | cx::cxForm | virtual |
| beep() | cx::cxObject | virtual |
| bottom() const | cx::cxWindow | virtual |
| bringToBottom(bool pRefresh=false) | cx::cxWindow | virtual |
| bringToTop(bool pRefresh=true) override | cx::cxForm | virtual |
| canBeEditable(int pIndex) const | cx::cxForm | virtual |
| canBeEditable(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | virtual |
| center(bool pRefresh=true) | cx::cxWindow | virtual |
| centerCol() const | cx::cxWindow | virtual |
| centerHoriz(bool pRefresh=true) | cx::cxWindow | virtual |
| centerRow() const | cx::cxWindow | virtual |
| centerVert(bool pRefresh=true) | cx::cxWindow | virtual |
| clear(bool pRefresh=false) override | cx::cxMultiForm | virtual |
| clearExtendedHelpKeys() | cx::cxForm | virtual |
| clearInputs(bool pRefresh=false, bool pOnlyEditable=false) | cx::cxForm | virtual |
| clearKeyFunction(int pKey) override | cx::cxForm | virtual |
| clearKeyFunctionByPtr(funcPtr4 pFunction) | cx::cxWindow | virtual |
| clearKeyFunctionByPtr(funcPtr2 pFunction) | cx::cxWindow | virtual |
| clearKeyFunctionByPtr(funcPtr0 pFunction) | cx::cxWindow | virtual |
| clearKeyFunctions() | cx::cxWindow | virtual |
| clearMouseFunction(int pMouseState) | cx::cxWindow | virtual |
| clearMouseFunctions() | cx::cxWindow | virtual |
| clearSpecialChars() | cx::cxWindow | virtual |
| copyCxFormStuff(const cxForm *pThatForm) | cx::cxForm | protected |
| copyCxMultiFormStuff(const cxMultiForm *pThatMultiForm) | cx::cxMultiForm | protected |
| copyCxWinStuff(const cxWindow *pThatWindow, bool pRecreateWin=true) | cx::cxWindow | protectedvirtual |
| cxForm(cxWindow *pParentWindow=nullptr, int pRow=0, int pCol=0, int pHeight=DEFAULT_HEIGHT, int pWidth=DEFAULT_WIDTH, const std::string &pTitle="", eBorderStyle pBorderStyle=eBS_SINGLE_LINE, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pAutoExit=false, bool pStacked=false) | cx::cxForm | explicit |
| cxForm(const cxForm &pThatForm) | cx::cxForm | |
| cxMultiForm(cxWindow *pParentWindow=nullptr, int pRow=0, int pCol=0, int pHeight=DEFAULT_HEIGHT, int pWidth=DEFAULT_WIDTH, const std::string &pTitle="", eBorderStyle pBorderStyle=eBS_SINGLE_LINE, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pAutoExit=false, bool pStacked=false) | cx::cxMultiForm | explicit |
| cxMultiForm(const cxMultiForm &pThatMultiForm) | cx::cxMultiForm | |
| cxObject() | cx::cxObject | |
| cxTypeStr() const override | cx::cxMultiForm | virtual |
| cxWindow(cxWindow *pParentWindow=nullptr, int pRow=0, int pCol=0, int pHeight=DEFAULT_HEIGHT, int pWidth=DEFAULT_WIDTH, const std::string &pTitle="", const std::string &pMessage="", const std::string &pStatus="", eBorderStyle pBorderStyle=eBS_SINGLE_LINE, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pHotkeyHighlighting=false) | cx::cxWindow | explicit |
| cxWindow(cxWindow *pParentWindow, int pRow, int pCol, const std::string &pTitle, const std::string &pMessage, const std::string &pStatus, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pHotkeyHighlighting=false) | cx::cxWindow | |
| cxWindow(cxWindow *pParentWindow, const std::string &pTitle, const std::string &pMessage, const std::string &pStatus, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pHotkeyHighlighting=false) | cx::cxWindow | |
| cxWindow(cxWindow *pParentWindow, const std::string &pTitle, const std::string &pMessage, const std::string &pStatus, int pHeight, int pWidth, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pHotkeyHighlighting=false) | cx::cxWindow | |
| cxWindow(cxWindow *pParentWindow, const std::string &pMessage, const std::string &pStatus, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pHotkeyHighlighting=false) | cx::cxWindow | |
| cxWindow(cxWindow *pParentWindow, const std::string &pMessage, const std::string &pStatus, int pHeight, int pWidth, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pHotkeyHighlighting=false) | cx::cxWindow | |
| cxWindow(cxWindow *pParentWindow, const std::string &pMessage, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pHotkeyHighlighting=false) | cx::cxWindow | |
| cxWindow(cxWindow *pParentWindow, eHPosition pHPosition, const std::string &pTitle, const std::string &pMessage, const std::string &pStatus, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pHotkeyHighlighting=false) | cx::cxWindow | |
| cxWindow(const cxWindow &pThatWindow) | cx::cxWindow | |
| disableAttrs(WINDOW *pWin, e_WidgetItems pItem) | cx::cxWindow | protectedvirtual |
| disableCustomStatus(bool pRefreshStatus=true) | cx::cxForm | virtual |
| doCurrentInput(long &pReturnCode, bool &pRunOnLeaveFunction, bool &pFunctionExists, bool pExitOverride=false) | cx::cxForm | protectedvirtual |
| doInputLoop(bool pShowSubforms) | cx::cxMultiForm | protected |
| cx::cxForm::doInputLoop(bool &pRunOnLeaveFunction) | cx::cxForm | protected |
| doMouseBehavior() | cx::cxWindow | virtual |
| doMouseBehavior(int pMouseY, int pMouseX) | cx::cxWindow | virtual |
| draw() | cx::cxWindow | protectedvirtual |
| drawBorder(int pRow, int pCol, int pHeight, int pWidth, bool pTop=true, bool pBottom=true, bool pLeft=true, bool pRight=true) | cx::cxWindow | virtual |
| drawBorder(int pHeight, int pWidth) | cx::cxWindow | virtual |
| drawBorder() | cx::cxWindow | virtual |
| drawMessage() | cx::cxWindow | virtual |
| drawSpecialChars() | cx::cxWindow | virtual |
| drawStatus() | cx::cxWindow | virtual |
| drawTitle() | cx::cxWindow | virtual |
| dump(std::string &pResult) | cx::cxWindow | virtual |
| enableAttrs(WINDOW *pWin, e_WidgetItems pItem) | cx::cxWindow | protectedvirtual |
| enableInputLoop(const std::string &pLabel, bool pDoInputLoop, bool pIsLabel=true) | cx::cxForm | virtual |
| enableInputLoop(unsigned pIndex, bool pDoInputLoop) | cx::cxForm | virtual |
| erase(bool pEraseSubwindows=true) | cx::cxWindow | virtual |
| exitNow() override | cx::cxForm | virtual |
| firstEditableInput() const | cx::cxForm | virtual |
| formKeyIsSet(int pKey) const | cx::cxForm | virtual |
| freeWindow() | cx::cxWindow | protected |
| functionExistsForLastMouseState() const | cx::cxWindow | virtual |
| getAllowExit() const | cx::cxForm | virtual |
| getAllowQuit() const | cx::cxForm | virtual |
| getApplyAttrDefaults() const | cx::cxForm | |
| getAssumeMovingBackwards() const | cx::cxMultiForm | |
| getAttrs(e_WidgetItems pItem, std::set< attr_t > &pAttrs) const override | cx::cxForm | virtual |
| getAutoExit() const | cx::cxForm | |
| getBorderStyle() const | cx::cxWindow | |
| getChangeColorsOnFocus() const | cx::cxWindow | virtual |
| getCurrentForm() const | cx::cxMultiForm | virtual |
| getCurrentInput() const | cx::cxForm | |
| getCurrentInputIndex() const | cx::cxForm | virtual |
| getCurrentInputLabel() const | cx::cxForm | virtual |
| getCurrentInputName() const | cx::cxForm | virtual |
| getDisableCursorOnShow() const | cx::cxWindow | virtual |
| getExitKeyListString() const | cx::cxWindow | virtual |
| getExitKeys() const | cx::cxWindow | virtual |
| getExitKeyStrings(std::vector< std::string > &pKeys) const | cx::cxWindow | virtual |
| getExitOnLeaveFirst() const | cx::cxForm | virtual |
| getExitOnMouseOutside() const | cx::cxWindow | virtual |
| getExtendedHelp(int pIndex) const | cx::cxForm | virtual |
| getExtendedHelp(const std::string &pIDStr, bool pIsLabel=true) const | cx::cxForm | virtual |
| getExtendedHelpKeys() const | cx::cxForm | virtual |
| getExtendedHelpKeyStrings() const | cx::cxForm | |
| getExtStatusWindow() const | cx::cxWindow | |
| getExtTitleWindow() const | cx::cxWindow | |
| getForm(unsigned pIndex) const | cx::cxMultiForm | virtual |
| getForm(const std::string &pTitle) const | cx::cxMultiForm | virtual |
| getFunctionKeys(std::vector< int > &pKeys) const | cx::cxWindow | virtual |
| getFunctionKeyStrings(std::vector< std::string > &pKeys) const | cx::cxWindow | virtual |
| getHorizMessageAlignment() const | cx::cxWindow | |
| getHorizStatusAlignment() const | cx::cxWindow | |
| getHorizTitleAlignment() const | cx::cxWindow | |
| getHotkeyHighlighting() const | cx::cxWindow | |
| getInput(int pIndex) const | cx::cxForm | |
| getInput(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | |
| getInputIndex(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | virtual |
| getInputIndex(const std::shared_ptr< cxMultiLineInput > &pInput) const | cx::cxForm | virtual |
| getInputIndex(const cxMultiLineInput *pInput) const | cx::cxForm | virtual |
| getInputJumpKey() const | cx::cxForm | virtual |
| getInputOption(int pIndex) const | cx::cxForm | virtual |
| getInputOption(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | virtual |
| getItemColor(e_WidgetItems pItem) const | cx::cxWindow | virtual |
| getKeyFunction(int pKey) const | cx::cxWindow | |
| getKeyFunctionAsFunction0(int pKey) const | cx::cxWindow | |
| getKeyFunctionAsFunction2(int pKey) const | cx::cxWindow | |
| getKeyFunctionAsFunction4(int pKey) const | cx::cxWindow | |
| getLabel(int pIndex) const | cx::cxForm | virtual |
| getLabelColor(const int &pIndex) const | cx::cxForm | |
| getLabelColor(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | |
| getLastKey() const override | cx::cxMultiForm | virtual |
| getLastMouseEvtCoords(int &pY, int &pX) | cx::cxWindow | virtual |
| getLeaveNow() const | cx::cxWindow | |
| getMasked(int pIndex) | cx::cxForm | |
| getMasked(const std::string &pLabel, bool pIsLabel=true) | cx::cxForm | |
| getMessage() const | cx::cxWindow | |
| getMouseState() const | cx::cxWindow | |
| getMouseStateStr() const | cx::cxWindow | |
| getName(int pIndex) const | cx::cxForm | virtual |
| getName(const std::string &pLabel) const | cx::cxForm | virtual |
| getName() const | cx::cxForm | |
| getNavKeys(std::set< int > &pNavKeys) const | cx::cxForm | virtual |
| getNavKeyStrings(std::set< std::string > &pNavKeyStrings) const | cx::cxForm | virtual |
| getOnFocusFunction() const | cx::cxWindow | virtual |
| getOnLeaveFunction() const | cx::cxWindow | virtual |
| getParent() const override | cx::cxForm | virtual |
| getParentMultiForm() const | cx::cxForm | |
| getQuitKeyListString() const | cx::cxWindow | virtual |
| getQuitKeys() const | cx::cxWindow | virtual |
| getQuitKeyStrings(std::vector< std::string > &pKeys) const | cx::cxWindow | virtual |
| getRect(int &pTop, int &pLeft, int &pBottom, int &pRight) | cx::cxWindow | virtual |
| getReturnCode() const | cx::cxWindow | virtual |
| getRowColBasedOn(cxWindow *pParentWindow, eHPosition pPosition, const std::string &pTitle, const std::string &pStatus, const std::string &pMessage, int &pRow, int &pCol) | cx::cxWindow | protectedvirtual |
| getShowSelfBeforeSubwins() const | cx::cxWindow | virtual |
| getShowSubwinsForward() const | cx::cxWindow | virtual |
| getSize(int &pHeight, int &pWidth) | cx::cxWindow | virtual |
| getStartAtFirstInput() const | cx::cxForm | |
| getStatus(int pIndex) const | cx::cxForm | virtual |
| getStatus(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | virtual |
| getStatus() const | cx::cxForm | |
| getStatusString(int pHPos) const | cx::cxWindow | virtual |
| getStatusStrings() const | cx::cxWindow | virtual |
| getStatusStrings(std::map< int, std::string > &pStatusStrings) const | cx::cxWindow | virtual |
| getString(int pRow, int pCol, int pNumber) | cx::cxWindow | |
| getSubformIndex(const std::shared_ptr< cxForm > &pForm) const | cx::cxMultiForm | virtual |
| getSubformIndex(cxForm *pForm) const | cx::cxMultiForm | virtual |
| getTitle() const | cx::cxWindow | virtual |
| getTitleString(int pHPos) const | cx::cxWindow | virtual |
| getTitleStrings() const | cx::cxWindow | virtual |
| getTitleStrings(std::map< int, std::string > &pTitleStrings) const | cx::cxWindow | virtual |
| getUseExtendedHelpKeys() const | cx::cxForm | virtual |
| getValue(unsigned pFormIndex, int pInputIndex) const | cx::cxMultiForm | virtual |
| getValue(int pIndex) const override | cx::cxMultiForm | virtual |
| getValue(const std::string &pStr, bool pIsLabel=true) const override | cx::cxMultiForm | virtual |
| getValue(unsigned pFormIndex, const std::string &pLabel, bool pIsLabel=true) const | cx::cxMultiForm | virtual |
| getValue(const std::string &pTitle, int pInputIndex) const | cx::cxMultiForm | virtual |
| getValue(const std::string &pTitle, const std::string &pLabel, bool pIsLabel=true) const | cx::cxMultiForm | virtual |
| getValueColor(const int &pIndex) const | cx::cxForm | |
| getValueColor(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | |
| getValues(std::map< std::string, std::string > &pValues, bool pUseLabels=true, bool pSkipBlankIDs=false) const | cx::cxForm | virtual |
| getVerticalMessageAlignment() const | cx::cxWindow | |
| getWaitForInputIfEmpty() const | cx::cxForm | virtual |
| handleFunctionForLastKey(bool *pFunctionExists=nullptr, bool *pRunOnLeaveFunction=nullptr) | cx::cxWindow | protectedvirtual |
| handleFunctionForLastMouseState(bool *pFunctionExists=nullptr, bool *pRunOnLeaveFunction=nullptr) | cx::cxWindow | protectedvirtual |
| hasAttr(e_WidgetItems pItem, attr_t pAttr) | cx::cxWindow | virtual |
| hasBorder() const | cx::cxWindow | |
| hasChanged() const override | cx::cxMultiForm | virtual |
| hasEditableInputs() const | cx::cxForm | virtual |
| hasEditableSubforms() const | cx::cxMultiForm | |
| hasExitKey(int pKey) const | cx::cxWindow | virtual |
| hasFocus() const | cx::cxWindow | virtual |
| hasInput(const std::string &pStr, bool pIsLabel=true) const | cx::cxForm | virtual |
| hasKeyFunction(int pKey) const | cx::cxWindow | virtual |
| hasMouseFunction(int pMouseState) const | cx::cxWindow | virtual |
| hasNavKey(int pKey) const | cx::cxForm | virtual |
| hasQuitKey(int pKey) const | cx::cxWindow | virtual |
| height(int pHeight) | cx::cxWindow | virtual |
| height() const | cx::cxWindow | virtual |
| hide(bool pHideSubwindows=true) override | cx::cxMultiForm | virtual |
| info() | cx::cxWindow | |
| init(int pRow, int pCol, int pHeight, int pWidth, const std::string &pTitle, const std::string &pMessage, const std::string &pStatus, cxWindow *pParentWindow=nullptr, bool pResizeVertically=true) | cx::cxWindow | protectedvirtual |
| inputHeight(int pIndex) const | cx::cxForm | |
| inputHeight(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | |
| inputLabel(int pIndex) const | cx::cxForm | |
| inputLabel(const std::string &pName) const | cx::cxForm | |
| inputLeftCol(int pIndex) const | cx::cxForm | |
| inputLeftCol(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | |
| inputName(int pIndex) const | cx::cxForm | |
| inputName(const std::string &pLabel) const | cx::cxForm | |
| inputPtrContainer typedef | cx::cxForm | protected |
| inputTopRow(int pIndex) const | cx::cxForm | |
| inputTopRow(const std::string &pLabel, bool pIslabel=true) const | cx::cxForm | |
| inputWidth(int pIndex) const | cx::cxForm | |
| inputWidth(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | |
| isAbove(const cxWindow &pThatWindow) const | cx::cxWindow | virtual |
| isBelow(const cxWindow &pThatWindow) const | cx::cxWindow | virtual |
| isEditable(int pIndex) const | cx::cxForm | virtual |
| isEditable(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | virtual |
| isEnabled() const | cx::cxWindow | virtual |
| isHidden() const | cx::cxWindow | |
| isModal() const | cx::cxWindow | virtual |
| isOnBottom() const | cx::cxWindow | virtual |
| isOnTop() const | cx::cxWindow | virtual |
| isStacked() const | cx::cxForm | virtual |
| keyFunctions_begin() | cx::cxWindow | |
| keyFunctions_end() | cx::cxWindow | |
| lastEditableInput() const | cx::cxForm | virtual |
| lastKeyWasMouseEvt() const | cx::cxWindow | virtual |
| left() const | cx::cxWindow | virtual |
| lookForEditableInputs() | cx::cxForm | protected |
| lowestSubformRow(unsigned pIndex=0) const | cx::cxMultiForm | protected |
| maxInputLen(int pIndex) const | cx::cxForm | |
| maxInputLen(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | |
| maxValueLen(int pIndex) const | cx::cxForm | virtual |
| maxValueLen(const std::string &pLabel, bool pIsLabel=true) | cx::cxForm | virtual |
| mBorderAttrs | cx::cxWindow | protected |
| mBorderColorPair | cx::cxWindow | protected |
| mCurrentInput | cx::cxForm | protected |
| mDrawMessage | cx::cxWindow | protected |
| mDrawSpecialChars | cx::cxWindow | protected |
| mDrawStatus | cx::cxWindow | protected |
| mDrawTitle | cx::cxWindow | protected |
| messageWillDraw() const | cx::cxWindow | |
| mExitKeys | cx::cxWindow | protected |
| mHorizMessageAlignment | cx::cxWindow | protected |
| mHorizStatusAlignment | cx::cxWindow | protected |
| mHorizTitleAlignment | cx::cxWindow | protected |
| mHotkeyAttrs | cx::cxWindow | protected |
| mHotkeyHighlighting | cx::cxWindow | protected |
| mInputPositions | cx::cxForm | protected |
| mInputs | cx::cxForm | protected |
| mIsModal | cx::cxWindow | protected |
| mKeyFunctions | cx::cxWindow | protected |
| mLeaveNow | cx::cxWindow | protected |
| mMessageAttrs | cx::cxWindow | protected |
| mMessageColorPair | cx::cxWindow | protected |
| mMessageLines | cx::cxWindow | protected |
| mMouseFunctions | cx::cxWindow | protected |
| modalGetsKeypress() const override | cx::cxForm | virtual |
| mOnFocusFunction | cx::cxWindow | protected |
| mOnLeaveFunction | cx::cxWindow | protected |
| mouseButton1Click(int pY, int pX) | cx::cxWindow | virtual |
| mouseButton1Clicked() const | cx::cxWindow | |
| mouseButton1DoubleClicked() const | cx::cxWindow | |
| mouseButton1Pressed() const | cx::cxWindow | |
| mouseButton1Released() const | cx::cxWindow | |
| mouseButton2Click(int pY, int pX) | cx::cxWindow | virtual |
| mouseButton2Clicked() const | cx::cxWindow | |
| mouseButton2DoubleClicked() const | cx::cxWindow | |
| mouseButton3Click(int pY, int pX) | cx::cxWindow | virtual |
| mouseButton3Clicked() const | cx::cxWindow | |
| mouseEvtWasButtonEvt() const | cx::cxWindow | |
| mouseEvtWasInTitle() const | cx::cxWindow | virtual |
| mouseEvtWasInWindow() const | cx::cxWindow | |
| move(int pNewRow, int pNewCol, bool pRefresh=true) override | cx::cxMultiForm | virtual |
| moveRelative(int pVerticalOffset, int pHorizOffset, bool pRefresh=true) | cx::cxWindow | virtual |
| mQuitKeys | cx::cxWindow | protected |
| mSpecialCharAttrs | cx::cxWindow | protected |
| mSpecialChars | cx::cxWindow | protected |
| mStartAtFirstInput | cx::cxForm | protected |
| mStatusAttrs | cx::cxWindow | protected |
| mStatusColorPair | cx::cxWindow | protected |
| mTitleAttrs | cx::cxWindow | protected |
| mTitleColorPair | cx::cxWindow | protected |
| mTrapNonAssignedFKeys | cx::cxForm | protected |
| mVerticalMessageAlignment | cx::cxWindow | protected |
| mWindow | cx::cxWindow | protected |
| numInputs() const | cx::cxForm | |
| numSubforms() const | cx::cxMultiForm | |
| numSubWindows() | cx::cxWindow | |
| onFocusFunctionEnabled() const | cx::cxWindow | virtual |
| onFocusFunctionIsSet() const | cx::cxWindow | protected |
| onKeyFunctionEnabled(int pIndex) const | cx::cxForm | virtual |
| onKeyFunctionEnabled(const std::string &pLabel, bool pIsLabel=true) const | cx::cxForm | virtual |
| onLeaveFunctionEnabled() const | cx::cxWindow | virtual |
| onLeaveFunctionIsSet() const | cx::cxWindow | protected |
| operator=(const cxMultiForm &pThatMultiForm) | cx::cxMultiForm | |
| cx::cxForm::operator=(const cxForm &pThatForm) | cx::cxForm | |
| cx::cxWindow::operator=(const cxWindow &pThatWindow) | cx::cxWindow | |
| parentIsCxForm() const | cx::cxWindow | protected |
| parentIsCxNotebook() const | cx::cxWindow | protected |
| parentIsCxPanel() const | cx::cxWindow | protected |
| pointIsInTitle(int pY, int pX) const | cx::cxWindow | virtual |
| pointIsInWindow(int pY, int pX) const | cx::cxWindow | virtual |
| quitNow() override | cx::cxForm | virtual |
| reCreatePanel() | cx::cxWindow | protectedvirtual |
| refreshInput(unsigned pIndex) | cx::cxForm | virtual |
| refreshInput(const std::string &pStr, bool pIsLabel=true) | cx::cxForm | virtual |
| remove(unsigned int pIndex) | cx::cxForm | virtual |
| remove(const std::string &pLabel, bool pIsLabel=true) | cx::cxForm | virtual |
| remove(const std::shared_ptr< cxMultiLineInput > &pInput) | cx::cxForm | virtual |
| remove(cxMultiLineInput *pInput) | cx::cxForm | virtual |
| removeAll() | cx::cxForm | virtual |
| removeAllSubwindows() | cx::cxWindow | protectedvirtual |
| removeAttr(e_WidgetItems pItem, attr_t pAttr) override | cx::cxForm | virtual |
| removeAttrs(e_WidgetItems pItem) override | cx::cxForm | virtual |
| removeExitKey(int pKey) override | cx::cxMultiForm | virtual |
| removeExitKeys() | cx::cxWindow | virtual |
| removeMessageLine(unsigned pIndex) | cx::cxWindow | virtual |
| removeQuitKey(int pKey) override | cx::cxMultiForm | virtual |
| removeQuitKeys() | cx::cxWindow | virtual |
| removeSpecialChar(int pY, int pX) | cx::cxWindow | virtual |
| removeStatusString(int pHPos) | cx::cxWindow | virtual |
| removeStatusStrings() | cx::cxWindow | virtual |
| removeSubform(unsigned pIndex) | cx::cxMultiForm | virtual |
| removeSubform(const std::string &pTitle) | cx::cxMultiForm | virtual |
| removeSubWindow(const cxWindow *pSubWindow) | cx::cxWindow | protectedvirtual |
| removeTitleString(int pHPos) | cx::cxWindow | virtual |
| removeTitleStrings() | cx::cxWindow | virtual |
| resize(int pNewHeight, int pNewWidth, bool pRefresh=true) | cx::cxWindow | virtual |
| right() const | cx::cxWindow | virtual |
| runLoopEndFunction() | cx::cxForm | virtual |
| runLoopStartFunction() | cx::cxForm | virtual |
| runOnFocusFunction(std::string *pFunctionRetval=nullptr) | cx::cxWindow | virtual |
| runOnLeaveFunction(std::string *pFunctionRetval=nullptr) | cx::cxWindow | virtual |
| scrollInputs(int pVScrollAmt, int pHScrollAmt, bool pRefresh=false, bool pBringToTop=false) | cx::cxForm | virtual |
| setAllCanBeEditable(bool pCanBeEditable) | cx::cxForm | virtual |
| setAllColors(e_cxColors pLabelColor, e_cxColors pValueColor) | cx::cxForm | |
| setAllInputOption(eInputOptions pInputOption, bool pRefresh=true) | cx::cxForm | virtual |
| setAllLabelColor(e_cxColors pColor) | cx::cxForm | |
| setAllOnKeyFunction(const std::shared_ptr< cxFunction > &pFunction) | cx::cxForm | virtual |
| setAllOnKeyFunction(funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4) | cx::cxForm | virtual |
| setAllOnKeyFunction(funcPtr2 pFunction, void *p1, void *p2) | cx::cxForm | virtual |
| setAllOnKeyFunction(funcPtr0 pFunction) | cx::cxForm | virtual |
| setAllowExit(bool pAllowExit) | cx::cxForm | virtual |
| setAllowQuit(bool pAllowQuit) | cx::cxForm | virtual |
| setAllValueColor(e_cxColors pColor) | cx::cxForm | |
| setApplyAttrDefaults(bool pApplyAttrDefaults) | cx::cxForm | |
| setAssumeMovingBackwards(bool pAssumeMovingBackwards) | cx::cxMultiForm | |
| setAttr(e_WidgetItems pItem, attr_t pAttr) override | cx::cxForm | virtual |
| setAutoExit(bool pAutoExit) | cx::cxForm | virtual |
| setBorderColor(e_cxColors pColor) | cx::cxWindow | virtual |
| setBorderStyle(eBorderStyle pBorderStyle) | cx::cxWindow | virtual |
| setCanBeEditable(int pIndex, bool pCanBeEditable) | cx::cxForm | virtual |
| setCanBeEditable(const std::string &pLabel, bool pCanBeEditable, bool pIsLabel=true) | cx::cxForm | virtual |
| setChangeColorsOnFocus(bool pChangeColorsOnFocus) | cx::cxWindow | virtual |
| setChanged(bool pDataChanged) override | cx::cxMultiForm | virtual |
| setColor(e_WidgetItems pItem, e_cxColors pColor) override | cx::cxForm | virtual |
| setCurrentInput(int pIndex) | cx::cxForm | virtual |
| setCurrentInput(const std::string &pLabel, bool pIsLabel=true) | cx::cxForm | virtual |
| setCurrentInputByPtr(const std::shared_ptr< cxMultiLineInput > &pInput) | cx::cxForm | virtual |
| setCurrentInputByPtr(const cxMultiLineInput *const pInput) | cx::cxForm | virtual |
| setCurrentSubform(int pIndex) | cx::cxMultiForm | virtual |
| setCurrentSubform(const std::string &pTitle) | cx::cxMultiForm | virtual |
| setCurrentSubformByPtr(const std::shared_ptr< cxForm > &pForm) | cx::cxMultiForm | virtual |
| setCurrentSubformByPtr(cxForm *pForm) | cx::cxMultiForm | virtual |
| setDisableCursorOnShow(bool pDisableCursorOnShow) override | cx::cxMultiForm | virtual |
| setElementColor(short &pColorPair, attr_t &pElementAttr, e_cxColors pColor) | cx::cxWindow | protectedvirtual |
| setEnabled(bool pEnabled) override | cx::cxMultiForm | virtual |
| setExitOnLeaveFirst(bool pExitOnLeaveFirst) | cx::cxForm | virtual |
| setExitOnMouseOutside(bool pExitOnMouseOutside) | cx::cxWindow | virtual |
| setExtendedHelp(int pIndex, const std::string &pExtendedHelp) | cx::cxForm | virtual |
| setExtendedHelp(const std::string &pIDStr, const std::string &pExtendedHelp, bool pIsLabel=true) | cx::cxForm | virtual |
| setExtendedHelpKey(int pKey) | cx::cxForm | virtual |
| setExtStatusWindow(cxWindow *pWindow, bool pRefreshStatus=true) | cx::cxWindow | |
| setExtTitleWindow(cxWindow *pWindow, bool pRefreshTitle=true) | cx::cxWindow | |
| setFieldKeyFunction(const std::string &pLabel, int pFunctionKey, const std::shared_ptr< cxFunction > &pFieldFunction, bool pIsLabel=true) | cx::cxForm | virtual |
| setFieldKeyFunction(const std::string &pLabel, int pFunctionKey, funcPtr4 pFieldFunction, void *p1, void *p2, void *p3, void *p4, bool pUseVal, bool pExitAfterRun=false, bool pIsLabel=true) | cx::cxForm | virtual |
| setFieldKeyFunction(unsigned pIndex, int pFunctionKey, funcPtr4 pFieldFunction, void *p1, void *p2, void *p3, void *p4, bool pUseVal, bool pExitAfterRun=false) | cx::cxForm | virtual |
| setFieldKeyFunction(const std::string &pLabel, int pFunctionKey, funcPtr2 pFieldFunction, void *p1, void *p2, bool pUseVal, bool pExitAfterRun=false, bool pIsLabel=true) | cx::cxForm | virtual |
| setFieldKeyFunction(unsigned int pIndex, int pFunctionKey, const std::shared_ptr< cxFunction > &pFieldFunction) | cx::cxForm | virtual |
| setFieldKeyFunction(unsigned int pIndex, int pFunctionKey, funcPtr2 pFieldFunction, void *p1, void *p2, bool pUseVal, bool pExitAfterRun=false) | cx::cxForm | virtual |
| setFieldLabel(unsigned pIndex, const std::string &pLabel) | cx::cxForm | virtual |
| setFieldLabel(const std::string &pName, const std::string &pLabel) | cx::cxForm | virtual |
| setFieldName(unsigned pIndex, const std::string &pName) | cx::cxForm | virtual |
| setFieldName(const std::string &pLabel, const std::string &pName) | cx::cxForm | virtual |
| setFocus(bool pShowSelf=true, bool pBringToTop=true, bool pShowSubwindows=true) | cx::cxWindow | virtual |
| setFocusColors() | cx::cxWindow | virtual |
| setFocusColors(attr_t pAttr) | cx::cxWindow | virtual |
| setFocusFunctions(const cxWindow &pWindow) | cx::cxWindow | protected |
| setHorizMessageAlignment(eHPosition pHAlignment) | cx::cxWindow | |
| setHorizStatusAlignment(eHPosition pHAlignment) | cx::cxWindow | |
| setHorizTitleAlignment(eHPosition pHAlignment) | cx::cxWindow | |
| setHotkeyHighlighting(bool pHotkeyHighlighting) | cx::cxWindow | virtual |
| setInputJumpKey(int pInputJumpKey) | cx::cxForm | virtual |
| setInputOption(int pIndex, eInputOptions pInputOption, bool pRefresh=true) | cx::cxForm | virtual |
| setInputOption(const std::string &pLabel, eInputOptions pInputOption, bool pIsLabel=true, bool pRefresh=true) | cx::cxForm | virtual |
| setIsModal(bool pIsModal) | cx::cxForm | protectedvirtual |
| setKeyFunction(int pKey, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) override | cx::cxMultiForm | virtual |
| setKeyFunction(int pKey, funcPtr2 pFunction, void *p1, void *p2, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) override | cx::cxMultiForm | virtual |
| setKeyFunction(int pKey, funcPtr0 pFunction, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) override | cx::cxMultiForm | virtual |
| cx::cxForm::setKeyFunction(int pKey, const std::shared_ptr< cxFunction > &pFunction) override | cx::cxForm | virtual |
| cx::cxForm::setKeyFunction(int pIndex, int pKey, const std::shared_ptr< cxFunction > &pFunction) | cx::cxForm | virtual |
| cx::cxForm::setKeyFunction(const std::string &pLabel, int pKey, const std::shared_ptr< cxFunction > &pFunction, bool pIsLabel=true) | cx::cxForm | virtual |
| cx::cxForm::setKeyFunction(int pIndex, int pKey, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pUseVal, bool pExitAfterRun, bool pRunOnLeaveFunction, bool pRunValidator) | cx::cxForm | virtual |
| cx::cxForm::setKeyFunction(const std::string &pLabel, int pKey, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pUseVal, bool pExitAfterRun, bool pRunOnLeaveFunction, bool pRunValidator, bool pIsLabel=true) | cx::cxForm | virtual |
| cx::cxForm::setKeyFunction(int pIndex, int pKey, funcPtr2 pFunction, void *p1, void *p2, bool pUseVal, bool pExitAfterRun, bool pRunOnLeaveFunction, bool pRunValidator) | cx::cxForm | virtual |
| cx::cxForm::setKeyFunction(const std::string &pLabel, int pKey, funcPtr2 pFunction, void *p1, void *p2, bool pUseVal, bool pExitAfterRun, bool pRunOnLeaveFunction, bool pRunValidator, bool pIsLabel=true) | cx::cxForm | virtual |
| cx::cxForm::setKeyFunction(int pIndex, int pKey, funcPtr0 pFunction, bool pUseVal, bool pExitAfterRun, bool pRunOnLeaveFunction, bool pRunValidator) | cx::cxForm | virtual |
| cx::cxForm::setKeyFunction(const std::string &pLabel, int pKey, funcPtr0 pFunction, bool pUseVal, bool pExitAfterRun, bool pRunOnLeaveFunction, bool pRunValidator, bool pIsLabel=true) | cx::cxForm | virtual |
| setKeyFunctions(const cxWindow &pWindow) | cx::cxWindow | protected |
| setLabelColor(const int &pIndex, e_cxColors pColor) | cx::cxForm | |
| setLabelColor(const std::string &pLabel, e_cxColors pColor, bool pIsLabel=true) | cx::cxForm | |
| setLastKey(int pLastKey) override | cx::cxForm | virtual |
| setLoopEndFunction(const std::shared_ptr< cxFunction > &pFuncPtr) | cx::cxForm | virtual |
| setLoopStartFunction(const std::shared_ptr< cxFunction > &pFuncPtr) | cx::cxForm | virtual |
| setMaskChar(int pIndex, char pMaskChar) | cx::cxForm | |
| setMaskChar(const std::string &pLabel, char pMaskChar, bool pIsLabel=true) | cx::cxForm | |
| setMessage(const std::string &pMessage) | cx::cxWindow | virtual |
| setMessageColor(e_cxColors pColor) | cx::cxWindow | virtual |
| setMessageLine(unsigned pIndex, const std::string &pLine) | cx::cxWindow | virtual |
| setMessageLines(const std::vector< std::string > &pLines) | cx::cxWindow | virtual |
| setMessageLines(const std::list< std::string > &pLines) | cx::cxWindow | virtual |
| setMessageLines(const std::deque< std::string > &pLines) | cx::cxWindow | virtual |
| setMouseFunction(int pMouseState, const std::shared_ptr< cxFunction > &pFunction) | cx::cxWindow | virtual |
| setMouseFunction(int pMouseState, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) | cx::cxWindow | virtual |
| setMouseFunction(int pMouseState, funcPtr2 pFunction, void *p1, void *p2, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) | cx::cxWindow | virtual |
| setMouseFunction(int pMouseState, funcPtr0 pFunction, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) | cx::cxWindow | virtual |
| setName(const std::string &pName) | cx::cxWindow | virtual |
| setOnFocusFunction(const std::shared_ptr< cxFunction > &pFunction) override | cx::cxForm | virtual |
| setOnFocusFunction(const std::string &pLabel, const std::shared_ptr< cxFunction > &pFunction, bool pIsLabel=true) | cx::cxForm | virtual |
| setOnFocusFunction(unsigned pIndex, const std::shared_ptr< cxFunction > &pFunction) | cx::cxForm | virtual |
| setOnFocusFunction(const std::string &pLabel, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pUseVal, bool pIsLabel=true) | cx::cxForm | virtual |
| setOnFocusFunction(unsigned pIndex, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pUseVal) | cx::cxForm | virtual |
| setOnFocusFunction(funcPtr4 pFuncPtr, void *p1, void *p2, void *p3, void *p4, bool pUseVal=false, bool pExitAfterRun=false) override | cx::cxForm | virtual |
| setOnFocusFunction(funcPtr2 pFuncPtr, void *p1, void *p2, bool pUseVal=false, bool pExitAfterRun=false) override | cx::cxForm | virtual |
| setOnFocusFunction(funcPtr0 pFuncPtr, bool pUseVal=false, bool pExitAfterRun=false) override | cx::cxForm | virtual |
| setOnKeyFunction(int pIndex, const std::shared_ptr< cxFunction > &pFunction) | cx::cxForm | virtual |
| setOnKeyFunction(int pIndex, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4) | cx::cxForm | virtual |
| setOnKeyFunction(const std::string &pLabel, const std::shared_ptr< cxFunction > &pFunction, bool pIsLabel=true) | cx::cxForm | virtual |
| setOnKeyFunction(const std::string &pLabel, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pIsLabel=true) | cx::cxForm | virtual |
| setOnKeyFunction(int pIndex, funcPtr2 pFunction, void *p1, void *p2) | cx::cxForm | virtual |
| setOnKeyFunction(const std::string &pLabel, funcPtr2 pFunction, void *p1, void *p2, bool pIsLabel=true) | cx::cxForm | virtual |
| setOnKeyFunction(int pIndex, funcPtr0 pFunction) | cx::cxForm | virtual |
| setOnKeyFunction(const std::string &pLabel, funcPtr0 pFunction, bool pIsLabel=true) | cx::cxForm | virtual |
| setOnLeaveFunction(const std::shared_ptr< cxFunction > &pFunction) override | cx::cxForm | virtual |
| setOnLeaveFunction(const std::string &pLabel, const std::shared_ptr< cxFunction > &pFunction, bool pIsLabel=true) | cx::cxForm | virtual |
| setOnLeaveFunction(unsigned pIndex, const std::shared_ptr< cxFunction > &pFunction) | cx::cxForm | virtual |
| setOnLeaveFunction(const std::string &pLabel, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pIsLabel=true) | cx::cxForm | virtual |
| setOnLeaveFunction(unsigned pIndex, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4) | cx::cxForm | virtual |
| setOnLeaveFunction(funcPtr4 pFuncPtr, void *p1, void *p2, void *p3, void *p4) override | cx::cxForm | virtual |
| setOnLeaveFunction(funcPtr2 pFuncPtr, void *p1, void *p2) override | cx::cxForm | virtual |
| setOnLeaveFunction(funcPtr0 pFuncPtr) override | cx::cxForm | virtual |
| setParent(cxWindow *pNewParent) | cx::cxWindow | |
| setParentMultiForm(cxMultiForm *pParentMultiForm) | cx::cxForm | virtual |
| setReturnCode(const long &pReturnCode) | cx::cxWindow | virtual |
| setShowSelfBeforeSubwins(bool pShowSelfBeforeSubwins) | cx::cxWindow | virtual |
| setShowSubwinsForward(bool pShowSubwinsForward) | cx::cxWindow | virtual |
| setStartAtFirstInput(bool pStartAtFirstInput) | cx::cxForm | virtual |
| setStatus(const std::string &pStatus, bool pRefreshStatus=true) override | cx::cxForm | virtual |
| setStatusColor(e_cxColors pColor) | cx::cxWindow | virtual |
| setStatusStrings(const std::map< int, std::string > &pStatusStrings) | cx::cxWindow | virtual |
| setSubformEnabled(unsigned pIndex, bool pEnabled) | cx::cxMultiForm | virtual |
| setSubformEnabled(const std::string &pTitle, bool pEnabled) | cx::cxMultiForm | virtual |
| setSubWinMessage(unsigned pIndex, const std::string &pMessage) | cx::cxWindow | |
| setSubWinMessage(const std::string &pTitle, const std::string &pMessage) | cx::cxWindow | |
| setTitle(const std::string &pTitle, bool pRefreshTitle=true) | cx::cxWindow | virtual |
| setTitleColor(e_cxColors pColor) | cx::cxWindow | virtual |
| setTitleStrings(const std::map< int, std::string > &pTitleStrings) | cx::cxWindow | virtual |
| setUseExtendedHelpKeys(bool pUseExtendedHelpKeys) | cx::cxForm | virtual |
| setValidatorFunction(int pIndex, const std::shared_ptr< cxFunction > &pFunction) | cx::cxForm | virtual |
| setValidatorFunction(int pIndex, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4) | cx::cxForm | virtual |
| setValidatorFunction(const std::string &pLabel, const std::shared_ptr< cxFunction > &pFunction, bool pIsLabel=true) | cx::cxForm | virtual |
| setValidatorFunction(const std::string &pLabel, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pIsLabel=true) | cx::cxForm | virtual |
| setValue(unsigned pFormIndex, int pInputIndex, const std::string &pValue, bool pRefresh=false) | cx::cxMultiForm | virtual |
| setValue(unsigned pFormIndex, const std::string &pLabel, const std::string &pValue, bool pIsLabel=true, bool pRefresh=false) | cx::cxMultiForm | virtual |
| setValue(const std::string &pTitle, int pInputIndex, const std::string &pValue, bool pRefresh=false) | cx::cxMultiForm | virtual |
| setValue(const std::string &pTitle, const std::string &pLabel, const std::string &pValue, bool pIsLabel=true, bool pRefresh=false) | cx::cxMultiForm | virtual |
| setValue(int pIndex, const std::string &pValue, bool pRefresh=false) override | cx::cxMultiForm | virtual |
| setValue(const std::string &pLabel, const std::string &pValue, bool pIsLabel=true, bool pRefresh=false) override | cx::cxMultiForm | virtual |
| setValueColor(const int &pIndex, e_cxColors pColor) | cx::cxForm | |
| setValueColor(const std::string &pLabel, e_cxColors pColor, bool pIsLabel=true) | cx::cxForm | |
| setValues(const std::map< std::string, std::string > &pValues, bool pUseLabels=true, bool pRefresh=false, bool pDisableValidatorFunctions=false) | cx::cxForm | virtual |
| setVerticalMessageAlignment(eVPosition pVAlignment) | cx::cxWindow | |
| setWaitForInputIfEmpty(bool pWaitForInputIfEmpty) | cx::cxForm | virtual |
| show(bool pBringToTop=false, bool pShowSubwindows=true) override | cx::cxMultiForm | virtual |
| showAllInputs(bool pBringToTop=true, bool pSkipCurrentInput=false) const | cx::cxForm | virtual |
| showAllSubforms(bool pBringToTop=true, bool pSkipCurrentForm=false) const | cx::cxMultiForm | virtual |
| showInputsOnBorder(bool pShowInputsOnBorder) | cx::cxForm | virtual |
| showModal(bool pShowSelf=true, bool pBringToTop=false, bool pShowSubwindows=true) override | cx::cxMultiForm | virtual |
| showSubwindows(bool pBringToTop=true, bool pShowSubwindows=true) | cx::cxWindow | virtual |
| specialCharsWillDraw() const | cx::cxWindow | |
| statusWillDraw() const | cx::cxWindow | |
| subformIsEnabled(unsigned pIndex) const | cx::cxMultiForm | virtual |
| subformIsEnabled(const std::string &pTitle) const | cx::cxMultiForm | virtual |
| subWindows_begin() const | cx::cxWindow | protected |
| subWindows_end() const | cx::cxWindow | protected |
| subWindows_rbegin() const | cx::cxWindow | protected |
| subWindows_rend() const | cx::cxWindow | protected |
| swap(int pInput1Index, int pInput2Index) | cx::cxForm | virtual |
| swap(std::shared_ptr< cxWindow > &pInput1, std::shared_ptr< cxWindow > &pInput2) | cx::cxForm | virtual |
| titleWillDraw() const | cx::cxWindow | |
| toggleAllOnKeyFunction(bool pRunOnKeyFunction) | cx::cxForm | virtual |
| toggleBorderBottom(bool pToggle) | cx::cxWindow | virtual |
| toggleBorderLeft(bool pToggle) | cx::cxWindow | virtual |
| toggleBorderRight(bool pToggle) | cx::cxWindow | virtual |
| toggleBorderTop(bool pToggle) | cx::cxWindow | virtual |
| toggleCursor(int pIndex, bool pShowCursor) | cx::cxForm | virtual |
| toggleCursor(const std::string &pLabel, bool pShowCursor, bool pIsLabel=true) | cx::cxForm | virtual |
| toggleCursor(bool pShowCursor) | cx::cxForm | virtual |
| toggleMasking(int pIndex, bool pMasking) | cx::cxForm | virtual |
| toggleMasking(const std::string &pLabel, bool pMasking, bool pIsLabel=true) | cx::cxForm | virtual |
| toggleMessage(bool pDrawMessage) | cx::cxWindow | |
| toggleOnFocusFunction(bool pRunOnFocus) | cx::cxWindow | virtual |
| toggleOnKeyFunction(int pIndex, bool pRunOnKeyFunction) | cx::cxForm | virtual |
| toggleOnKeyFunction(const std::string &pLabel, bool pRunOnKeyFunction, bool pIsLabel=true) | cx::cxForm | virtual |
| toggleOnLeaveFunction(bool pRunOnLeave) | cx::cxWindow | virtual |
| toggleSpecialChars(bool pDrawSpecialChars) | cx::cxWindow | |
| toggleStatus(bool pDrawStatus) | cx::cxWindow | |
| toggleTitle(bool pDrawTitle) | cx::cxWindow | |
| top() const | cx::cxWindow | virtual |
| touchWindow() | cx::cxWindow | inline |
| trapNonAssignedFKeys(bool pTrapNonAssignedFKeys) | cx::cxForm | virtual |
| unhide(bool pUnhideSubwindows=true) override | cx::cxMultiForm | virtual |
| unSetFocusColors() | cx::cxWindow | virtual |
| unSetFocusColors(attr_t pAttr) | cx::cxWindow | virtual |
| UseBeeps() | cx::cxObject | inlinestatic |
| UseBeeps(bool useIt) | cx::cxObject | inlinestatic |
| useBeeps | cx::cxObject | protectedstatic |
| UseColors() | cx::cxObject | inlinestatic |
| UseColors(bool useIt) | cx::cxObject | static |
| useColors | cx::cxObject | protectedstatic |
| useInputStatus(bool pUseInputStatus) | cx::cxForm | virtual |
| validateOnJumpKey(int pIndex, bool pValidate) | cx::cxForm | virtual |
| validateOnJumpKey(const std::string &pID, bool pValidate, bool pIsLabel=true) | cx::cxForm | virtual |
| width(int pWidth) | cx::cxWindow | virtual |
| width() const | cx::cxWindow | virtual |
| writeText(int pRow, int pCol, const std::string &pText, bool pRefresh=true) | cx::cxWindow | virtual |
| writeWithHighlighting(WINDOW *pWindow, const std::string &pText, const int &pY, const int &pStartX, const int &pEndX, int pNormalTextItem=-1) | cx::cxWindow | protectedvirtual |
| ~cxForm() | cx::cxForm | virtual |
| ~cxMultiForm() | cx::cxMultiForm | virtual |
| ~cxObject() | cx::cxObject | virtual |
| ~cxWindow() | cx::cxWindow | virtual |