Home
last modified time | relevance | path

Searched refs:mCurrentWidget (Results 1 – 25 of 123) sorted by relevance

12345

/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DPropertiesPanelView.cpp25 mCurrentWidget(nullptr) in PropertiesPanelView()
88 mCurrentWidget = _currentWidget; in notifyChangeSelectedWidget()
90 if (nullptr != mCurrentWidget) in notifyChangeSelectedWidget()
93 MyGUI::Widget* parent = mCurrentWidget; in notifyChangeSelectedWidget()
105 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in notifyChangeSelectedWidget()
114 if (nullptr == mCurrentWidget) in notifyChangeSelectedWidget()
137 mPanelMainProperties->update(mCurrentWidget); in notifyChangeSelectedWidget()
140 mPanelItems->update(mCurrentWidget); in notifyChangeSelectedWidget()
143 mPanelUserData->update(mCurrentWidget); in notifyChangeSelectedWidget()
146 mPanelControllers->update(mCurrentWidget); in notifyChangeSelectedWidget()
[all …]
H A DPropertyFieldPosition.cpp24 mCurrentWidget(nullptr) in PropertyFieldPosition()
52 mCurrentWidget = _currentWidget; in setTarget()
73 WidgetContainer* widgetContainer = ew->find(mCurrentWidget); in onAction()
90 mCurrentWidget->setCoord(coord); in onAction()
91 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in onAction()
96 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in onAction()
115 if (EditorWidgets::getInstance().find(mCurrentWidget)->getRelativeMode()) in onCheckValue()
168 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyToggleRelativeMode()
183 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in updateButton()
192 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in updatePositionCaption()
[all …]
H A DWorkspaceControl.cpp18 mCurrentWidget(nullptr), in WorkspaceControl()
93 if (mCurrentWidget != nullptr) in notifyChangePosition()
145 if (mCurrentWidget != nullptr) in notifyChangePosition()
153 mCurrentWidget = _currentWidget; in notifyChangeSelectedWidget()
155 if (mCurrentWidget != nullptr) in notifyChangeSelectedWidget()
183 if (mCurrentWidget != nullptr) in notifyPropertyChangeCoord()
452 if (mCurrentWidget != nullptr) in updateFromCoordValue()
461 if (mCurrentWidget != nullptr) in updateSelectionFromValue()
486 if (mCurrentWidget == nullptr) in Command_Delete()
503 if (mCurrentWidget != nullptr) in Command_NextItem()
[all …]
H A DPanelItems.cpp24 mCurrentWidget(nullptr), in PanelItems()
65 mCurrentWidget = _currentWidget; in update()
67 if (mCurrentWidget == nullptr) in update()
73 selectItem(mCurrentWidget); in update()
109 MyGUI::IItemContainer* itemContainer = dynamic_cast<MyGUI::IItemContainer*>(mCurrentWidget); in updateList()
131 MyGUI::IItemContainer* itemContainer = dynamic_cast<MyGUI::IItemContainer*>(mCurrentWidget); in addItem()
148 addPropertyValue(mCurrentWidget, "AddItem", _value); in addItem()
164 erasePropertyValue(mCurrentWidget, _index, "AddItem"); in removeItem()
213 setPropertyValue(mCurrentWidget, item, "AddItem", value); in notifyUpdateItem()
229 if (mCurrentWidget->isType<MyGUI::TabControl>()) in notifySelectItem()
[all …]
H A DPanelMainProperties.cpp20 mCurrentWidget(nullptr), in PanelMainProperties()
39 mCurrentWidget = _currentWidget; in update()
40 if (mCurrentWidget == nullptr) in update()
44 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in update()
74 if (mCurrentWidget->isRootWidget()) in update()
120 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionSkin()
171 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionLayer()
182 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionName()
193 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionType()
231 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionAlign()
[all …]
H A DPanelProperties.cpp20 mCurrentWidget(nullptr) in PanelProperties()
53 if (iter->first == "Depth" && mCurrentWidget->isRootWidget()) in addParametrs()
70 mCurrentWidget = _currentWidget; in update()
71 if (mCurrentWidget == nullptr) in update()
80 size_t count = addParametrs(_widgetType, widgetContainer, mCurrentWidget); in update()
113 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyAction()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DPropertiesPanelView.cpp25 mCurrentWidget(nullptr) in PropertiesPanelView()
88 mCurrentWidget = _currentWidget; in notifyChangeSelectedWidget()
90 if (nullptr != mCurrentWidget) in notifyChangeSelectedWidget()
93 MyGUI::Widget* parent = mCurrentWidget; in notifyChangeSelectedWidget()
105 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in notifyChangeSelectedWidget()
114 if (nullptr == mCurrentWidget) in notifyChangeSelectedWidget()
137 mPanelMainProperties->update(mCurrentWidget); in notifyChangeSelectedWidget()
140 mPanelItems->update(mCurrentWidget); in notifyChangeSelectedWidget()
143 mPanelUserData->update(mCurrentWidget); in notifyChangeSelectedWidget()
146 mPanelControllers->update(mCurrentWidget); in notifyChangeSelectedWidget()
[all …]
H A DPropertyFieldPosition.cpp24 mCurrentWidget(nullptr) in PropertyFieldPosition()
52 mCurrentWidget = _currentWidget; in setTarget()
73 WidgetContainer* widgetContainer = ew->find(mCurrentWidget); in onAction()
90 mCurrentWidget->setCoord(coord); in onAction()
91 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in onAction()
96 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in onAction()
115 if (EditorWidgets::getInstance().find(mCurrentWidget)->getRelativeMode()) in onCheckValue()
168 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyToggleRelativeMode()
183 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in updateButton()
192 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in updatePositionCaption()
[all …]
H A DWorkspaceControl.cpp18 mCurrentWidget(nullptr), in WorkspaceControl()
93 if (mCurrentWidget != nullptr) in notifyChangePosition()
145 if (mCurrentWidget != nullptr) in notifyChangePosition()
153 mCurrentWidget = _currentWidget; in notifyChangeSelectedWidget()
155 if (mCurrentWidget != nullptr) in notifyChangeSelectedWidget()
183 if (mCurrentWidget != nullptr) in notifyPropertyChangeCoord()
452 if (mCurrentWidget != nullptr) in updateFromCoordValue()
461 if (mCurrentWidget != nullptr) in updateSelectionFromValue()
486 if (mCurrentWidget == nullptr) in Command_Delete()
503 if (mCurrentWidget != nullptr) in Command_NextItem()
[all …]
H A DPanelItems.cpp24 mCurrentWidget(nullptr), in PanelItems()
65 mCurrentWidget = _currentWidget; in update()
67 if (mCurrentWidget == nullptr) in update()
73 selectItem(mCurrentWidget); in update()
109 MyGUI::IItemContainer* itemContainer = dynamic_cast<MyGUI::IItemContainer*>(mCurrentWidget); in updateList()
131 MyGUI::IItemContainer* itemContainer = dynamic_cast<MyGUI::IItemContainer*>(mCurrentWidget); in addItem()
148 addPropertyValue(mCurrentWidget, "AddItem", _value); in addItem()
164 erasePropertyValue(mCurrentWidget, _index, "AddItem"); in removeItem()
213 setPropertyValue(mCurrentWidget, item, "AddItem", value); in notifyUpdateItem()
229 if (mCurrentWidget->isType<MyGUI::TabControl>()) in notifySelectItem()
[all …]
H A DPanelMainProperties.cpp20 mCurrentWidget(nullptr), in PanelMainProperties()
39 mCurrentWidget = _currentWidget; in update()
40 if (mCurrentWidget == nullptr) in update()
44 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in update()
74 if (mCurrentWidget->isRootWidget()) in update()
120 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionSkin()
171 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionLayer()
182 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionName()
193 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionType()
231 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionAlign()
[all …]
H A DPanelProperties.cpp20 mCurrentWidget(nullptr) in PanelProperties()
53 if (iter->first == "Depth" && mCurrentWidget->isRootWidget()) in addParametrs()
70 mCurrentWidget = _currentWidget; in update()
71 if (mCurrentWidget == nullptr) in update()
80 size_t count = addParametrs(_widgetType, widgetContainer, mCurrentWidget); in update()
113 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyAction()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DPropertiesPanelView.cpp25 mCurrentWidget(nullptr) in PropertiesPanelView()
88 mCurrentWidget = _currentWidget; in notifyChangeSelectedWidget()
90 if (nullptr != mCurrentWidget) in notifyChangeSelectedWidget()
93 MyGUI::Widget* parent = mCurrentWidget; in notifyChangeSelectedWidget()
105 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in notifyChangeSelectedWidget()
114 if (nullptr == mCurrentWidget) in notifyChangeSelectedWidget()
137 mPanelMainProperties->update(mCurrentWidget); in notifyChangeSelectedWidget()
140 mPanelItems->update(mCurrentWidget); in notifyChangeSelectedWidget()
143 mPanelUserData->update(mCurrentWidget); in notifyChangeSelectedWidget()
146 mPanelControllers->update(mCurrentWidget); in notifyChangeSelectedWidget()
[all …]
H A DPropertyFieldPosition.cpp24 mCurrentWidget(nullptr) in PropertyFieldPosition()
52 mCurrentWidget = _currentWidget; in setTarget()
73 WidgetContainer* widgetContainer = ew->find(mCurrentWidget); in onAction()
90 mCurrentWidget->setCoord(coord); in onAction()
91 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in onAction()
96 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in onAction()
115 if (EditorWidgets::getInstance().find(mCurrentWidget)->getRelativeMode()) in onCheckValue()
168 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyToggleRelativeMode()
183 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in updateButton()
192 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in updatePositionCaption()
[all …]
H A DWorkspaceControl.cpp18 mCurrentWidget(nullptr), in WorkspaceControl()
93 if (mCurrentWidget != nullptr) in notifyChangePosition()
145 if (mCurrentWidget != nullptr) in notifyChangePosition()
153 mCurrentWidget = _currentWidget; in notifyChangeSelectedWidget()
155 if (mCurrentWidget != nullptr) in notifyChangeSelectedWidget()
183 if (mCurrentWidget != nullptr) in notifyPropertyChangeCoord()
452 if (mCurrentWidget != nullptr) in updateFromCoordValue()
461 if (mCurrentWidget != nullptr) in updateSelectionFromValue()
486 if (mCurrentWidget == nullptr) in Command_Delete()
503 if (mCurrentWidget != nullptr) in Command_NextItem()
[all …]
H A DPanelItems.cpp24 mCurrentWidget(nullptr), in PanelItems()
65 mCurrentWidget = _currentWidget; in update()
67 if (mCurrentWidget == nullptr) in update()
73 selectItem(mCurrentWidget); in update()
109 MyGUI::IItemContainer* itemContainer = dynamic_cast<MyGUI::IItemContainer*>(mCurrentWidget); in updateList()
131 MyGUI::IItemContainer* itemContainer = dynamic_cast<MyGUI::IItemContainer*>(mCurrentWidget); in addItem()
148 addPropertyValue(mCurrentWidget, "AddItem", _value); in addItem()
164 erasePropertyValue(mCurrentWidget, _index, "AddItem"); in removeItem()
213 setPropertyValue(mCurrentWidget, item, "AddItem", value); in notifyUpdateItem()
229 if (mCurrentWidget->isType<MyGUI::TabControl>()) in notifySelectItem()
[all …]
H A DPanelMainProperties.cpp20 mCurrentWidget(nullptr), in PanelMainProperties()
39 mCurrentWidget = _currentWidget; in update()
40 if (mCurrentWidget == nullptr) in update()
44 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in update()
74 if (mCurrentWidget->isRootWidget()) in update()
120 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionSkin()
171 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionLayer()
182 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionName()
193 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionType()
231 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionAlign()
[all …]
H A DPanelProperties.cpp20 mCurrentWidget(nullptr) in PanelProperties()
53 if (iter->first == "Depth" && mCurrentWidget->isRootWidget()) in addParametrs()
70 mCurrentWidget = _currentWidget; in update()
71 if (mCurrentWidget == nullptr) in update()
80 size_t count = addParametrs(_widgetType, widgetContainer, mCurrentWidget); in update()
113 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyAction()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DPropertiesPanelView.cpp25 mCurrentWidget(nullptr) in PropertiesPanelView()
88 mCurrentWidget = _currentWidget; in notifyChangeSelectedWidget()
90 if (nullptr != mCurrentWidget) in notifyChangeSelectedWidget()
93 MyGUI::Widget* parent = mCurrentWidget; in notifyChangeSelectedWidget()
105 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in notifyChangeSelectedWidget()
114 if (nullptr == mCurrentWidget) in notifyChangeSelectedWidget()
137 mPanelMainProperties->update(mCurrentWidget); in notifyChangeSelectedWidget()
140 mPanelItems->update(mCurrentWidget); in notifyChangeSelectedWidget()
143 mPanelUserData->update(mCurrentWidget); in notifyChangeSelectedWidget()
146 mPanelControllers->update(mCurrentWidget); in notifyChangeSelectedWidget()
[all …]
H A DPropertyFieldPosition.cpp24 mCurrentWidget(nullptr) in PropertyFieldPosition()
52 mCurrentWidget = _currentWidget; in setTarget()
73 WidgetContainer* widgetContainer = ew->find(mCurrentWidget); in onAction()
90 mCurrentWidget->setCoord(coord); in onAction()
91 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in onAction()
96 …EditorWidgets::getInstance().onSetWidgetCoord(mCurrentWidget, mCurrentWidget->getAbsoluteCoord(), … in onAction()
115 if (EditorWidgets::getInstance().find(mCurrentWidget)->getRelativeMode()) in onCheckValue()
168 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyToggleRelativeMode()
183 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in updateButton()
192 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in updatePositionCaption()
[all …]
H A DWorkspaceControl.cpp18 mCurrentWidget(nullptr), in WorkspaceControl()
93 if (mCurrentWidget != nullptr) in notifyChangePosition()
145 if (mCurrentWidget != nullptr) in notifyChangePosition()
153 mCurrentWidget = _currentWidget; in notifyChangeSelectedWidget()
155 if (mCurrentWidget != nullptr) in notifyChangeSelectedWidget()
183 if (mCurrentWidget != nullptr) in notifyPropertyChangeCoord()
452 if (mCurrentWidget != nullptr) in updateFromCoordValue()
461 if (mCurrentWidget != nullptr) in updateSelectionFromValue()
486 if (mCurrentWidget == nullptr) in Command_Delete()
503 if (mCurrentWidget != nullptr) in Command_NextItem()
[all …]
H A DPanelItems.cpp24 mCurrentWidget(nullptr), in PanelItems()
65 mCurrentWidget = _currentWidget; in update()
67 if (mCurrentWidget == nullptr) in update()
73 selectItem(mCurrentWidget); in update()
109 MyGUI::IItemContainer* itemContainer = dynamic_cast<MyGUI::IItemContainer*>(mCurrentWidget); in updateList()
131 MyGUI::IItemContainer* itemContainer = dynamic_cast<MyGUI::IItemContainer*>(mCurrentWidget); in addItem()
148 addPropertyValue(mCurrentWidget, "AddItem", _value); in addItem()
164 erasePropertyValue(mCurrentWidget, _index, "AddItem"); in removeItem()
213 setPropertyValue(mCurrentWidget, item, "AddItem", value); in notifyUpdateItem()
229 if (mCurrentWidget->isType<MyGUI::TabControl>()) in notifySelectItem()
[all …]
H A DPanelMainProperties.cpp20 mCurrentWidget(nullptr), in PanelMainProperties()
39 mCurrentWidget = _currentWidget; in update()
40 if (mCurrentWidget == nullptr) in update()
44 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in update()
74 if (mCurrentWidget->isRootWidget()) in update()
120 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionSkin()
171 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionLayer()
182 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionName()
193 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionType()
231 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyActionAlign()
[all …]
H A DPanelProperties.cpp20 mCurrentWidget(nullptr) in PanelProperties()
53 if (iter->first == "Depth" && mCurrentWidget->isRootWidget()) in addParametrs()
70 mCurrentWidget = _currentWidget; in update()
71 if (mCurrentWidget == nullptr) in update()
80 size_t count = addParametrs(_widgetType, widgetContainer, mCurrentWidget); in update()
113 WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); in notifyAction()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/librarymanager/
H A Dlibrarymanager.cpp56 mCurrentWidget(nullptr), in LibraryManager()
176 if (mCurrentWidget) { in currentListItemChanged()
177 delete mCurrentWidget; in currentListItemChanged()
178 mCurrentWidget = nullptr; in currentListItemChanged()
193 mCurrentWidget = widget; in currentListItemChanged()
200 mCurrentWidget = new QWidget(); in currentListItemChanged()
201 mUi->verticalLayout->insertWidget(0, mCurrentWidget); in currentListItemChanged()
204 mAddLibraryWidget->setVisible(mCurrentWidget ? false : true); in currentListItemChanged()

12345