Searched refs:updateObjectInTree (Results 1 – 7 of 7) sorted by relevance
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/ |
H A D | ProjectPanel.cpp | 510 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 D | ProjectPanel.h | 182 void updateObjectInTree(libfwbuilder::FWObject *obj, bool subtree=false); 309 void updateObjectInTree();
|
H A D | ProjectPanel_events.cpp | 210 m_panel->om->updateObjectInTree(obj); in event() 296 m_panel->om->updateObjectInTree(obj, true); in event()
|
H A D | ClusterGroupDialog.cpp | 323 mw->activeProject()->updateObjectInTree(obj, true); in openClusterConfDialog() 384 mw->activeProject()->updateObjectInTree(obj, true); in openParametersEditor()
|
H A D | ObjectManipulator.h | 394 void updateObjectInTree(libfwbuilder::FWObject *obj, bool subtree=false);
|
H A D | ObjectManipulator_tree_ops.cpp | 505 void ObjectManipulator::updateObjectInTree(FWObject *obj, bool subtree) in updateObjectInTree() function in ObjectManipulator
|
/dports/security/fwbuilder/fwbuilder-5.3.7/doc/ |
H A D | ChangeLog | 5040 * ObjectManipulator_tree_ops.cpp (ObjectManipulator::updateObjectInTree):
|