Home
last modified time | relevance | path

Searched refs:updateObjectInTree (Results 1 – 7 of 7) sorted by relevance

/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DProjectPanel.cpp510 void ProjectPanel::updateObjectInTree(FWObject *obj, bool subtree) in updateObjectInTree() function in ProjectPanel
512 m_panel->om->updateObjectInTree(obj, subtree); in updateObjectInTree()
1105 QTimer::singleShot(0, this, SLOT(updateObjectInTree())); in registerObjectToUpdateInTree()
1109 void ProjectPanel::updateObjectInTree() in updateObjectInTree() function in ProjectPanel
1120 m_panel->om->updateObjectInTree(obj, it->second); in updateObjectInTree()
H A DProjectPanel.h182 void updateObjectInTree(libfwbuilder::FWObject *obj, bool subtree=false);
309 void updateObjectInTree();
H A DProjectPanel_events.cpp210 m_panel->om->updateObjectInTree(obj); in event()
296 m_panel->om->updateObjectInTree(obj, true); in event()
H A DClusterGroupDialog.cpp323 mw->activeProject()->updateObjectInTree(obj, true); in openClusterConfDialog()
384 mw->activeProject()->updateObjectInTree(obj, true); in openParametersEditor()
H A DObjectManipulator.h394 void updateObjectInTree(libfwbuilder::FWObject *obj, bool subtree=false);
H A DObjectManipulator_tree_ops.cpp505 void ObjectManipulator::updateObjectInTree(FWObject *obj, bool subtree) in updateObjectInTree() function in ObjectManipulator
/dports/security/fwbuilder/fwbuilder-5.3.7/doc/
H A DChangeLog5040 * ObjectManipulator_tree_ops.cpp (ObjectManipulator::updateObjectInTree):