|
cxWidgets 1.0
|
This is the complete list of members for cx::cxSearchPanel, including all inherited members.
| addAttr(e_WidgetItems pItem, attr_t pAttr) | cx::cxWindow | virtual |
| addExitKey(int pKey, bool pRunOnLeaveFunction=true, bool pOverride=false) override | cx::cxPanel | 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::cxPanel | 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 |
| anyEnabledWindows() const | cx::cxPanel | protected |
| append(const std::shared_ptr< cxWindow > &pWindow) | cx::cxPanel | virtual |
| append(const std::shared_ptr< cxWindow > &pWindow, int pRow, int pCol, bool pRefresh=false) | cx::cxPanel | virtual |
| appendComboBoxToForm(int pRow, int pCol, int pHeight, int pWidth, const std::string &pLabel, const std::string &pValidator="", const std::string &pHelpString="", eInputOptions pInputKind=eINPUT_EDITABLE, const std::string &pName="", std::string *pExtValue=nullptr) | cx::cxSearchPanel | virtual |
| appendToForm(int pRow, int pCol, int pHeight, int pWidth, const std::string &pLabel, const std::string &pValidator="", const std::string &pHelpString="", eInputOptions pInputKind=eINPUT_EDITABLE, const std::string &pName="", std::string *pExtValue=nullptr) | cx::cxSearchPanel | virtual |
| appendToMenu(const std::string &pDisplayText, long pReturnCode, const std::string &pHelpString="", const std::string &pItemText="", cxMenuItemType pType=cxITEM_NORMAL) | cx::cxSearchPanel | virtual |
| appendToMenu(const std::string &pDisplayText, const std::string &pHelpString="", const std::string &pItemText="", cxMenuItemType pType=cxITEM_NORMAL) | cx::cxSearchPanel | virtual |
| beep() | cx::cxObject | virtual |
| bottom() const override | cx::cxPanel | virtual |
| bringToBottom(bool pRefresh=false) | cx::cxWindow | virtual |
| bringToTop(bool pRefresh=true) | cx::cxWindow | 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::cxPanel | virtual |
| clearFormInputs(bool pRefresh=false, bool pOnlyEditable=false) | cx::cxSearchPanel | virtual |
| clearFormKeyFunction(int pFunctionKey) | cx::cxSearchPanel | virtual |
| clearFormKeyFunctions() | cx::cxSearchPanel | virtual |
| clearFormOnEnterFunction() | cx::cxSearchPanel | virtual |
| clearKeyFunction(int pKey) override | cx::cxPanel | virtual |
| clearKeyFunctionByPtr(funcPtr4 pFunction) | cx::cxWindow | virtual |
| clearKeyFunctionByPtr(funcPtr2 pFunction) | cx::cxWindow | virtual |
| clearKeyFunctionByPtr(funcPtr0 pFunction) | cx::cxWindow | virtual |
| clearKeyFunctions() | cx::cxWindow | virtual |
| clearMenu(bool pRefresh=false) | cx::cxSearchPanel | virtual |
| clearMenuKeyFunction(int pFunctionKey) | cx::cxSearchPanel | virtual |
| clearMenuKeyFunctions() | cx::cxSearchPanel | virtual |
| clearMouseFunction(int pMouseState) | cx::cxWindow | virtual |
| clearMouseFunctions() | cx::cxWindow | virtual |
| clearSpecialChars() | cx::cxWindow | virtual |
| copyCxSearchPanelStuff(const cxSearchPanel *pThatPanel) | cx::cxSearchPanel | protected |
| copyCxWinStuff(const cxWindow *pThatWindow, bool pRecreateWin=true) | cx::cxWindow | protectedvirtual |
| cxObject() | cx::cxObject | |
| cxPanel(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_NOBORDER, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pMessageUnderlines=false) | cx::cxPanel | explicit |
| cxSearchPanel(cxWindow *pParentWindow=nullptr, int pRow=0, int pCol=0, int pHeight=DEFAULT_HEIGHT, int pWidth=DEFAULT_WIDTH, const std::string &pFormTitle="", const std::string &pMenuTitle="", eBorderStyle pFormBorderStyle=eBS_SINGLE_LINE, eBorderStyle pMenuBorderStyle=eBS_SINGLE_LINE) | cx::cxSearchPanel | explicit |
| cxSearchPanel(const cxSearchPanel &pPanel) | cx::cxSearchPanel | |
| cxTypeStr() const override | cx::cxSearchPanel | virtual |
| cx::cxWindow::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 |
| cx::cxWindow::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 | |
| 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 | |
| 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 | |
| cx::cxWindow::cxWindow(cxWindow *pParentWindow, const std::string &pMessage, const std::string &pStatus, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pHotkeyHighlighting=false) | cx::cxWindow | |
| 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 | |
| cx::cxWindow::cxWindow(cxWindow *pParentWindow, const std::string &pMessage, cxWindow *pExtTitleWindow=nullptr, cxWindow *pExtStatusWindow=nullptr, bool pHotkeyHighlighting=false) | cx::cxWindow | |
| 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 | |
| cx::cxWindow::cxWindow(const cxWindow &pThatWindow) | cx::cxWindow | |
| cxWindowPtrCollection typedef | cx::cxPanel | protected |
| delAllWindows() | cx::cxPanel | virtual |
| delWindow(unsigned pIndex) | cx::cxPanel | virtual |
| delWindow(const std::shared_ptr< cxWindow > &pWindow) | cx::cxPanel | virtual |
| disableAttrs(WINDOW *pWin, e_WidgetItems pItem) | cx::cxWindow | protectedvirtual |
| 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 |
| enableWindow(unsigned pIndex, bool pEnabled=true) | cx::cxPanel | virtual |
| erase(bool pEraseSubwindows=true) | cx::cxWindow | virtual |
| exitNow() override | cx::cxPanel | virtual |
| firstEnabledWindow(int pIndex) const | cx::cxPanel | protected |
| formHasKeyFunction(int pFunctionKey) const | cx::cxSearchPanel | virtual |
| freeWindow() | cx::cxWindow | protected |
| functionExistsForLastMouseState() const | cx::cxWindow | virtual |
| getAllowExit() const | cx::cxPanel | virtual |
| getAllowQuit() const | cx::cxPanel | virtual |
| getAttrs(e_WidgetItems pItem, std::set< attr_t > &pAttrs) const | cx::cxWindow | virtual |
| getBorderStyle() const | cx::cxWindow | |
| getChangeColorsOnFocus() const | cx::cxWindow | virtual |
| getCurrentWindowIndex() const | cx::cxPanel | virtual |
| getCurrentWindowPtr() const | cx::cxPanel | 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::cxPanel | virtual |
| getExitOnLeaveLast() const | cx::cxPanel | virtual |
| getExitOnMouseOutside() const | cx::cxWindow | virtual |
| getExtStatusWindow() const | cx::cxWindow | |
| getExtTitleWindow() const | cx::cxWindow | |
| getForm() const | cx::cxSearchPanel | |
| 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 | |
| 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 | |
| getLastKey() const | cx::cxWindow | virtual |
| getLastMouseEvtCoords(int &pY, int &pX) | cx::cxWindow | virtual |
| getLastWindow() const | cx::cxPanel | |
| getLeaveNow() const | cx::cxWindow | |
| getMenu() const | cx::cxSearchPanel | |
| getMessage() const | cx::cxWindow | |
| getMouseState() const | cx::cxWindow | |
| getMouseStateStr() const | cx::cxWindow | |
| getName() const | cx::cxWindow | |
| getOnFocusFunction() const | cx::cxWindow | virtual |
| getOnLeaveFunction() const | cx::cxWindow | virtual |
| getParent() const | cx::cxWindow | virtual |
| 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 |
| getSelectedItem(bool pDisplayText=true) const | cx::cxSearchPanel | virtual |
| getShowPanelWindow() const | cx::cxPanel | virtual |
| getShowSelfBeforeSubwins() const | cx::cxWindow | virtual |
| getShowSubwinsForward() const | cx::cxWindow | virtual |
| getSize(int &pHeight, int &pWidth) | cx::cxWindow | virtual |
| getStatus() const | cx::cxWindow | |
| 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 | |
| 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 |
| getVerticalMessageAlignment() const | cx::cxWindow | |
| getWindow(unsigned pIndex) const | cx::cxPanel | virtual |
| getWindowIndex(const std::shared_ptr< cxWindow > &pWindow) const | cx::cxPanel | virtual |
| getWindowIndex(cxWindow *pWindow) const | cx::cxPanel | 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 | |
| hasExitKey(int pKey) const | cx::cxWindow | virtual |
| hasFocus() const | cx::cxWindow | virtual |
| hasKeyFunction(int pKey) const | cx::cxWindow | virtual |
| hasMouseFunction(int pMouseState) const | cx::cxWindow | 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::cxPanel | 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 |
| isAbove(const cxWindow &pThatWindow) const | cx::cxWindow | virtual |
| isBelow(const cxWindow &pThatWindow) const | cx::cxWindow | 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 |
| itemWasSelected() const | cx::cxSearchPanel | virtual |
| keyFunctions_begin() | cx::cxWindow | |
| keyFunctions_end() | cx::cxWindow | |
| lastEnabledWindow(int pIndex) const | cx::cxPanel | protected |
| lastKeyWasMouseEvt() const | cx::cxWindow | virtual |
| left() const | cx::cxWindow | virtual |
| mBorderAttrs | cx::cxWindow | protected |
| mBorderColorPair | cx::cxWindow | protected |
| mCycleWin | cx::cxPanel | protected |
| mDrawMessage | cx::cxWindow | protected |
| mDrawSpecialChars | cx::cxWindow | protected |
| mDrawStatus | cx::cxWindow | protected |
| mDrawTitle | cx::cxWindow | protected |
| menuHasKeyFunction(int pFunctionKey) const | cx::cxSearchPanel | virtual |
| 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 |
| mIsModal | cx::cxWindow | protected |
| mKeyFunctions | cx::cxWindow | protected |
| mLastWindow | cx::cxPanel | protected |
| mLeaveNow | cx::cxWindow | protected |
| mMessageAttrs | cx::cxWindow | protected |
| mMessageColorPair | cx::cxWindow | protected |
| mMessageLines | cx::cxWindow | protected |
| mMouseFunctions | cx::cxWindow | protected |
| modalGetsKeypress() const | cx::cxWindow | 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::cxPanel | virtual |
| moveRelative(int pVerticalOffset, int pHorizOffset, bool pRefresh=true) | cx::cxWindow | virtual |
| mQuitKeys | cx::cxWindow | protected |
| mSpecialCharAttrs | cx::cxWindow | protected |
| mSpecialChars | cx::cxWindow | protected |
| mStatusAttrs | cx::cxWindow | protected |
| mStatusColorPair | cx::cxWindow | protected |
| mTitleAttrs | cx::cxWindow | protected |
| mTitleColorPair | cx::cxWindow | protected |
| mVerticalMessageAlignment | cx::cxWindow | protected |
| mWindow | cx::cxWindow | protected |
| mWindows | cx::cxPanel | protected |
| numSubWindows() | cx::cxWindow | |
| numWindows() const | cx::cxPanel | virtual |
| onFocusFunctionEnabled() const | cx::cxWindow | virtual |
| onFocusFunctionIsSet() const | cx::cxWindow | protected |
| onLeaveFunctionEnabled() const | cx::cxWindow | virtual |
| onLeaveFunctionIsSet() const | cx::cxWindow | protected |
| 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::cxPanel | virtual |
| reCreatePanel() | cx::cxWindow | protectedvirtual |
| removeAllSubwindows() | cx::cxWindow | protectedvirtual |
| removeAttr(e_WidgetItems pItem, attr_t pAttr) | cx::cxWindow | virtual |
| removeAttrs(e_WidgetItems pItem) | cx::cxWindow | virtual |
| removeExitKey(int pKey) override | cx::cxPanel | virtual |
| removeExitKeys() | cx::cxWindow | virtual |
| removeMessageLine(unsigned pIndex) | cx::cxWindow | virtual |
| removeQuitKey(int pKey) override | cx::cxPanel | virtual |
| removeQuitKeys() | cx::cxWindow | virtual |
| removeSpecialChar(int pY, int pX) | cx::cxWindow | virtual |
| removeStatusString(int pHPos) | cx::cxWindow | virtual |
| removeStatusStrings() | cx::cxWindow | virtual |
| removeSubWindow(const cxWindow *pSubWindow) | cx::cxWindow | protectedvirtual |
| removeTitleString(int pHPos) | cx::cxWindow | virtual |
| removeTitleStrings() | cx::cxWindow | virtual |
| removeWindow(unsigned int pIndex) | cx::cxPanel | virtual |
| removeWindow(const std::shared_ptr< cxWindow > &pWindow) | cx::cxPanel | virtual |
| removeWindow(cxWindow *pWindow) | cx::cxPanel | virtual |
| resize(int pNewHeight, int pNewWidth, bool pRefresh=true) override | cx::cxSearchPanel | virtual |
| right() const | cx::cxWindow | virtual |
| runOnFocusFunction(std::string *pFunctionRetval=nullptr) | cx::cxWindow | virtual |
| runOnLeaveFunction(std::string *pFunctionRetval=nullptr) | cx::cxWindow | virtual |
| setAllowExit(bool pAllowExit) | cx::cxPanel | virtual |
| setAllowQuit(bool pAllowQuit) | cx::cxPanel | virtual |
| setAttr(e_WidgetItems pItem, attr_t pAttr) | cx::cxWindow | virtual |
| setBorderColor(e_cxColors pColor) | cx::cxWindow | virtual |
| setBorderStyle(eBorderStyle pBorderStyle) | cx::cxWindow | virtual |
| setChangeColorsOnFocus(bool pChangeColorsOnFocus) | cx::cxWindow | virtual |
| setColor(e_WidgetItems pItem, e_cxColors pColor) override | cx::cxPanel | virtual |
| setCurrentWindow(unsigned pIndex) | cx::cxPanel | virtual |
| setCurrentWindow(const std::string &pID, bool pIsTitle=true) | cx::cxPanel | virtual |
| setCurrentWindowByPtr(const std::shared_ptr< cxWindow > &pWindow) | cx::cxPanel | virtual |
| setCurrentWindowByPtr(cxWindow *pWindow) | cx::cxPanel | virtual |
| setDisableCursorOnShow(bool pDisableCursorOnShow) | cx::cxWindow | virtual |
| setElementColor(short &pColorPair, attr_t &pElementAttr, e_cxColors pColor) | cx::cxWindow | protectedvirtual |
| setEnabled(bool pEnabled) override | cx::cxPanel | virtual |
| setEnabled(unsigned pIndex, bool pEnabled) | cx::cxPanel | virtual |
| setEnabled(const std::string &pID, bool pEnabled, bool pIsTitle=true) | cx::cxPanel | virtual |
| setExitOnLeaveFirst(bool pExitOnLeaveFirst) | cx::cxPanel | virtual |
| setExitOnLeaveLast(bool pExitOnLeaveLast) | cx::cxPanel | virtual |
| setExitOnMouseOutside(bool pExitOnMouseOutside) | cx::cxWindow | virtual |
| setExtStatusWindow(cxWindow *pWindow, bool pRefreshStatus=true) | cx::cxWindow | |
| setExtTitleWindow(cxWindow *pWindow, bool pRefreshTitle=true) | cx::cxWindow | |
| 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 |
| setFormCurrent() | cx::cxSearchPanel | virtual |
| setFormHeight(int pNewHeight, bool pRefresh=true) | cx::cxSearchPanel | virtual |
| setFormKeyFunction(int pFunctionKey, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) | cx::cxSearchPanel | virtual |
| setFormKeyFunction(int pFunctionKey, funcPtr2 pFunction, void *p1, void *p2, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) | cx::cxSearchPanel | virtual |
| setFormKeyFunction(int pFunctionKey, funcPtr0 pFunction, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) | cx::cxSearchPanel | virtual |
| setFormOnEnterFunction(funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4) | cx::cxSearchPanel | virtual |
| setFormOnEnterFunction(funcPtr2 pFunction, void *p1, void *p2) | cx::cxSearchPanel | virtual |
| setFormOnEnterFunction(funcPtr0 pFunction) | cx::cxSearchPanel | virtual |
| setFormOnFocusFunction(funcPtr4 pFuncPtr, void *p1, void *p2, void *p3, void *p4, bool pUseVal=false, bool pExitAfterRun=false) | cx::cxSearchPanel | |
| setFormOnFocusFunction(funcPtr2 pFuncPtr, void *p1, void *p2, bool pUseVal=false, bool pExitAfterRun=false) | cx::cxSearchPanel | |
| setFormOnFocusFunction(funcPtr0 pFuncPtr, bool pUseVal=false, bool pExitAfterRun=false) | cx::cxSearchPanel | |
| setFormOnLeaveFunction(funcPtr4 pFuncPtr, void *p1, void *p2, void *p3, void *p4) | cx::cxSearchPanel | |
| setFormOnLeaveFunction(funcPtr2 pFuncPtr, void *p1, void *p2) | cx::cxSearchPanel | |
| setFormOnLeaveFunction(funcPtr0 pFuncPtr) | cx::cxSearchPanel | |
| setHorizMessageAlignment(eHPosition pHAlignment) | cx::cxWindow | |
| setHorizStatusAlignment(eHPosition pHAlignment) | cx::cxWindow | |
| setHorizTitleAlignment(eHPosition pHAlignment) | cx::cxWindow | |
| setHotkeyHighlighting(bool pHotkeyHighlighting) | cx::cxWindow | virtual |
| setKeyFunction(int pKey, const std::shared_ptr< cxFunction > &pFunction) override | cx::cxPanel | virtual |
| setKeyFunction(int pKey, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) override | cx::cxPanel | virtual |
| setKeyFunction(int pKey, funcPtr2 pFunction, void *p1, void *p2, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) override | cx::cxPanel | virtual |
| setKeyFunction(int pKey, funcPtr0 pFunction, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) override | cx::cxPanel | virtual |
| setKeyFunctions(const cxWindow &pWindow) | cx::cxWindow | protected |
| setLastKey(int pLastKey) | cx::cxWindow | virtual |
| setMenuCurrent() | cx::cxSearchPanel | virtual |
| setMenuHeight(int pNewHeight, bool pRefresh=true) | cx::cxSearchPanel | virtual |
| setMenuKeyFunction(int pFunctionKey, funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) | cx::cxSearchPanel | virtual |
| setMenuKeyFunction(int pFunctionKey, funcPtr2 pFunction, void *p1, void *p2, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) | cx::cxSearchPanel | virtual |
| setMenuKeyFunction(int pFunctionKey, funcPtr0 pFunction, bool pUseReturnVal=false, bool pExitAfterRun=false, bool pRunOnLeaveFunction=true) | cx::cxSearchPanel | virtual |
| setMenuOnFocusFunction(funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pUseVal=false, bool pExitAfterRun=false) | cx::cxSearchPanel | virtual |
| setMenuOnFocusFunction(funcPtr2 pFunction, void *p1, void *p2, bool pUseVal=false, bool pExitAfterRun=false) | cx::cxSearchPanel | virtual |
| setMenuOnFocusFunction(funcPtr0 pFunction, bool pUseVal=false, bool pExitAfterRun=false) | cx::cxSearchPanel | virtual |
| setMenuOnLeaveFunction(funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4) | cx::cxSearchPanel | virtual |
| setMenuOnLeaveFunction(funcPtr2 pFunction, void *p1, void *p2) | cx::cxSearchPanel | virtual |
| setMenuOnLeaveFunction(funcPtr0 pFunction) | cx::cxSearchPanel | virtual |
| setMenuOnSelectItemFunction(funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pExitAfterRun, bool pRunOnLeaveFunction) | cx::cxSearchPanel | virtual |
| setMenuOnSelectItemFunction(funcPtr2 pFunction, void *p1, void *p2, bool pExitAfterRun, bool pRunOnLeaveFunction) | cx::cxSearchPanel | virtual |
| setMenuOnSelectItemFunction(funcPtr0 pFunction, bool pExitAfterRun, bool pRunOnLeaveFunction) | cx::cxSearchPanel | virtual |
| 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(unsigned pIndex, const std::string &pName) | cx::cxPanel | virtual |
| setName(const std::string &pID, const std::string &pName, bool pIsTitle=true) | cx::cxPanel | virtual |
| setName(const std::string &pName) override | cx::cxPanel | virtual |
| setOnFocusFunction(const std::shared_ptr< cxFunction > &pFunction) | cx::cxWindow | virtual |
| setOnFocusFunction(funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4, bool pUseVal=false, bool pExitAfterRun=false) | cx::cxWindow | virtual |
| setOnFocusFunction(funcPtr2 pFunction, void *p1, void *p2, bool pUseVal=false, bool pExitAfterRun=false) | cx::cxWindow | virtual |
| setOnFocusFunction(funcPtr0 pFunction, bool pUseVal=false, bool pExitAfterRun=false) | cx::cxWindow | virtual |
| setOnLeaveFunction(const std::shared_ptr< cxFunction > &pFunction) | cx::cxWindow | virtual |
| setOnLeaveFunction(funcPtr4 pFunction, void *p1, void *p2, void *p3, void *p4) | cx::cxWindow | virtual |
| setOnLeaveFunction(funcPtr2 pFunction, void *p1, void *p2) | cx::cxWindow | virtual |
| setOnLeaveFunction(funcPtr0 pFunction) | cx::cxWindow | virtual |
| setParent(cxWindow *pNewParent) | cx::cxWindow | |
| setReturnCode(const long &pReturnCode) | cx::cxWindow | virtual |
| setShowPanelWindow(bool pShowPanelWindow) | cx::cxPanel | virtual |
| setShowSelfBeforeSubwins(bool pShowSelfBeforeSubwins) | cx::cxWindow | virtual |
| setShowSubwinsForward(bool pShowSubwinsForward) | cx::cxWindow | virtual |
| setStatus(const std::string &pStatus, bool pRefreshStatus=true) | cx::cxWindow | virtual |
| setStatusColor(e_cxColors pColor) | cx::cxWindow | virtual |
| setStatusStrings(const std::map< int, std::string > &pStatusStrings) | cx::cxWindow | 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 |
| setVerticalMessageAlignment(eVPosition pVAlignment) | cx::cxWindow | |
| show(bool pBringToTop=false, bool pShowSubwindows=true) override | cx::cxPanel | virtual |
| showModal(bool pShowSelf=true, bool pBringToTop=true, bool pShowSubwindows=true) override | cx::cxPanel | virtual |
| showSubwindows(bool pBringToTop=true, bool pShowSubwindows=true) | cx::cxWindow | virtual |
| specialCharsWillDraw() const | cx::cxWindow | |
| statusWillDraw() const | cx::cxWindow | |
| 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 pWindow1Index, int pWindow2Index) | cx::cxPanel | virtual |
| swap(cxWindow *pWindow1, cxWindow *pWindow2) | cx::cxPanel | virtual |
| swap(const std::shared_ptr< cxWindow > &pWindow1, const std::shared_ptr< cxWindow > &pWindow2) | cx::cxPanel | virtual |
| titleWillDraw() const | cx::cxWindow | |
| toggleBorderBottom(bool pToggle) | cx::cxWindow | virtual |
| toggleBorderLeft(bool pToggle) | cx::cxWindow | virtual |
| toggleBorderRight(bool pToggle) | cx::cxWindow | virtual |
| toggleBorderTop(bool pToggle) | cx::cxWindow | virtual |
| toggleMessage(bool pDrawMessage) | cx::cxWindow | |
| toggleOnFocusFunction(bool pRunOnFocus) | cx::cxWindow | virtual |
| toggleOnLeaveFunction(bool pRunOnLeave) | cx::cxWindow | virtual |
| toggleSpecialChars(bool pDrawSpecialChars) | cx::cxWindow | |
| toggleStatus(bool pDrawStatus) | cx::cxWindow | |
| toggleTitle(bool pDrawTitle) | cx::cxWindow | |
| top() const override | cx::cxPanel | virtual |
| touchWindow() | cx::cxWindow | inline |
| unhide(bool pUnhideSubwindows=true) override | cx::cxPanel | virtual |
| unSetFocusColors() | cx::cxWindow | virtual |
| unSetFocusColors(attr_t pAttr) | cx::cxWindow | virtual |
| useBeeps | cx::cxObject | protectedstatic |
| UseBeeps() | cx::cxObject | inlinestatic |
| UseBeeps(bool useIt) | cx::cxObject | inlinestatic |
| useColors | cx::cxObject | protectedstatic |
| UseColors() | cx::cxObject | inlinestatic |
| UseColors(bool useIt) | cx::cxObject | static |
| width(int pWidth) | cx::cxWindow | virtual |
| width() const | cx::cxWindow | virtual |
| windowIsEnabled(unsigned pIndex) const | cx::cxPanel | virtual |
| windowIsInPanel(const std::shared_ptr< cxWindow > &pWindow) const | cx::cxPanel | virtual |
| windowIsInPanel(cxWindow *pWindow) const | cx::cxPanel | 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 |
| ~cxObject() | cx::cxObject | virtual |
| ~cxPanel() | cx::cxPanel | virtual |
| ~cxSearchPanel() | cx::cxSearchPanel | virtual |
| ~cxWindow() | cx::cxWindow | virtual |