MeshInfoWatcher Class Reference
Public Member Functions | |
| MeshInfoWatcher () | |
| void | onSelectionChanged (const Gui::SelectionChanges &) |
| bool | shouldShow (void) |
| is called wenn the document or the Selection changes. More... | |
Public Member Functions inherited from Gui::TaskView::TaskWatcher | |
| std::vector< QWidget * > & | getWatcherContent (void) |
| TaskWatcher (const char *Filter) | |
| virtual | ~TaskWatcher () |
Public Member Functions inherited from Gui::SelectionFilter | |
| void | addError (const char *e) |
| const std::string & | getFilter () const |
| bool | isValid (void) const |
| true if a valid filter is set More... | |
| bool | match (void) |
| Test to current selection This method tests the current selection set against the filter and returns true if the described object(s) are selected. More... | |
| SelectionFilter (const char *filter) | |
| Constructs a SelectionFilter object. More... | |
| SelectionFilter (const std::string &filter) | |
| void | setFilter (const char *filter) |
| Set a new filter string. More... | |
| bool | test (App::DocumentObject *pObj, const char *sSubName) |
| Test objects This method tests if a given object is described in the filter. More... | |
| virtual | ~SelectionFilter () |
Public Member Functions inherited from Gui::SelectionObserver | |
| void | attachSelection () |
| Attaches to the selection. More... | |
| bool | blockConnection (bool block) |
| void | detachSelection () |
| Detaches from the selection. More... | |
| bool | isConnectionAttached () const |
| bool | isConnectionBlocked () const |
| SelectionObserver (bool attach=true, int resolve=1) | |
| Constructor. More... | |
| SelectionObserver (const Gui::ViewProviderDocumentObject *vp, bool attach=true, int resolve=1) | |
| Constructor. More... | |
| virtual | ~SelectionObserver () |
Additional Inherited Members | |
Public Attributes inherited from Gui::SelectionFilter | |
| std::vector< std::vector< SelectionObject > > | Result |
Protected Member Functions inherited from Gui::SelectionFilter | |
| bool | parse (void) |
Protected Attributes inherited from Gui::TaskView::TaskWatcher | |
| std::vector< QWidget * > | Content |
| List of TaskBoxes of that dialog. More... | |
Protected Attributes inherited from Gui::SelectionFilter | |
| Node_Block * | Ast |
| std::string | Errors |
| std::string | Filter |
Constructor & Destructor Documentation
◆ MeshInfoWatcher()
| MeshInfoWatcher::MeshInfoWatcher | ( | ) |
References QSint::ActionGroup::groupLayout().
Member Function Documentation
◆ onSelectionChanged()
|
virtual |
Implements Gui::SelectionObserver.
References Base::BoundBox3< _Precision >::Add(), Mesh::MeshObject::countPoints(), Gui::SelectionSingleton::getObjectsOfType(), Mesh::PropertyMeshKernel::getValue(), Base::BoundBox3< _Precision >::MaxX, Mesh::Feature::Mesh, Base::BoundBox3< _Precision >::MinX, and Gui::Selection().
◆ shouldShow()
|
virtual |
is called wenn the document or the Selection changes.
Reimplemented from Gui::TaskView::TaskWatcher.
The documentation for this class was generated from the following file:
- src/Mod/Mesh/Gui/Workbench.cpp
Public Member Functions inherited from
1.8.17