Home
last modified time | relevance | path

Searched refs:mCurrentType (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DDataListBaseControl.cpp67 command->setType(mCurrentType); in commandCreateData()
82 DataPtr data = DataUtility::getSelectedDataByType(mCurrentType); in commandCloneData()
100 DataPtr data = DataUtility::getSelectedDataByType(mCurrentType); in commandDestroyData()
127 mCurrentType = _currentType; in setDataInfo()
133 mListBoxControl->setDataInfo(mParentType, mCurrentType, mPropertyForName); in setDataInfo()
160 return mCurrentType; in getCurrentType()
H A DDataListBaseControl.h47 std::string mCurrentType; variable
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DDataListBaseControl.cpp67 command->setType(mCurrentType); in commandCreateData()
82 DataPtr data = DataUtility::getSelectedDataByType(mCurrentType); in commandCloneData()
100 DataPtr data = DataUtility::getSelectedDataByType(mCurrentType); in commandDestroyData()
127 mCurrentType = _currentType; in setDataInfo()
133 mListBoxControl->setDataInfo(mParentType, mCurrentType, mPropertyForName); in setDataInfo()
160 return mCurrentType; in getCurrentType()
H A DDataListBaseControl.h47 std::string mCurrentType; variable
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DDataListBaseControl.cpp67 command->setType(mCurrentType); in commandCreateData()
82 DataPtr data = DataUtility::getSelectedDataByType(mCurrentType); in commandCloneData()
100 DataPtr data = DataUtility::getSelectedDataByType(mCurrentType); in commandDestroyData()
127 mCurrentType = _currentType; in setDataInfo()
133 mListBoxControl->setDataInfo(mParentType, mCurrentType, mPropertyForName); in setDataInfo()
160 return mCurrentType; in getCurrentType()
H A DDataListBaseControl.h47 std::string mCurrentType; variable
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DDataListBaseControl.cpp67 command->setType(mCurrentType); in commandCreateData()
82 DataPtr data = DataUtility::getSelectedDataByType(mCurrentType); in commandCloneData()
100 DataPtr data = DataUtility::getSelectedDataByType(mCurrentType); in commandDestroyData()
127 mCurrentType = _currentType; in setDataInfo()
133 mListBoxControl->setDataInfo(mParentType, mCurrentType, mPropertyForName); in setDataInfo()
160 return mCurrentType; in getCurrentType()
H A DDataListBaseControl.h47 std::string mCurrentType; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/modaldialog/
H A DModalDialogManager.java159 private @ModalDialogType int mCurrentType; field in ModalDialogManager
233 return mCurrentType; in getCurrentType()
265 if (mSuspendedTypes.contains(dialogType) || (isShowing() && mCurrentType <= dialogType)) { in showDialog()
273 mCurrentType = dialogType; in showDialog()
359 if (isShowing() && dialogType == mCurrentType) { in dismissActiveDialogOfType()
391 if (isShowing() && dialogType == mCurrentType) { in suspendType()
424 mPendingDialogs.get(mCurrentType).add(0, dialogView); in suspendCurrentDialog()
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/webengineurlinterceptor/adblock/lib/widgets/
H A Dadblockcreatefilterdialog.cpp20 , mCurrentType(AdBlockBlockableItemsWidget::None) in AdBlockCreateFilterDialog()
79 mCurrentType = type; in setPattern()
92 if (i == static_cast<int>(mCurrentType)) { in initialize()
121 …StringLiteral("$") : QStringLiteral(",")) + AdBlockBlockableItemsWidget::elementType(mCurrentType); in slotUpdateFilter()
H A Dadblockcreatefilterdialog.h39 AdBlockBlockableItemsWidget::TypeElement mCurrentType; variable
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DInputPFBDecodeStream.cpp60 mCurrentType = 0; in ResetReadStatus()
128 if(2 == mCurrentType) in InitializeStreamSegment()
163 mCurrentType = buffer; in InitializeStreamSegment()
H A DInputPFBDecodeStream.h81 Byte mCurrentType; variable