A test class. More...
#include <SelectionView.h>
Public Slots | |
void | deselect (void) |
void | onEnablePickList () |
void | onItemContextMenu (const QPoint &point) |
get called when the list is right-clicked More... | |
void | preselect (QListWidgetItem *item=0) |
void | search (const QString &text) |
get called when text is entered in the search box More... | |
void | select (QListWidgetItem *item=0) |
different actions More... | |
void | showPart (void) |
void | toggleSelect (QListWidgetItem *item=0) |
void | toPython (void) |
void | touch (void) |
void | treeSelect (void) |
void | validateSearch (void) |
get called when enter is pressed in the search box More... | |
void | zoom (void) |
Public Member Functions | |
virtual const char * | getName (void) const override |
returns the name of the view (important for messages) More... | |
virtual void | leaveEvent (QEvent *) override |
bool | onMsg (const char *pMsg, const char **ppReturn) override |
Message handler. More... | |
virtual void | onSelectionChanged (const SelectionChanges &msg) override |
Observer message from the Selection. More... | |
virtual void | onUpdate (void) override |
get called when the document is changed or updated More... | |
SelectionView (Gui::Document *pcDocument, QWidget *parent=0) | |
A constructor. More... | |
virtual | ~SelectionView () |
A destructor. More... | |
Public Member Functions inherited from Gui::DockWindow | |
DockWindow (Gui::Document *pcDocument=0, QWidget *parent=0) | |
View constructor Attach the view to the given document. More... | |
virtual | ~DockWindow () |
View destructor Detach the view from the document, if attached. More... | |
virtual bool | onHasMsg (const char *) const |
Message handler test. More... | |
virtual bool | canClose (void) |
overwrite when checking on close state More... | |
Public Member Functions inherited from Gui::BaseView | |
BaseView (Gui::Document *pcDocument=0) | |
View constructor Attach the view to the given document. More... | |
virtual | ~BaseView () |
View destructor Detach the view from the document, if attached! More... | |
void | setDocument (Gui::Document *pcDocument) |
sets the view to another document (called by Application) More... | |
void | onClose (void) |
is sent from the document in order to close the document More... | |
Gui::Document * | getGuiDocument () const |
returns the document the view is attached to More... | |
App::Document * | getAppDocument () const |
returns the document the view is attached to More... | |
bool | isPassive (void) const |
indicates if the view is in passive mode More... | |
virtual void | onRelabel (Gui::Document *) |
get called when the document is relabeled (change of its user name) More... | |
virtual void | onRename (Gui::Document *) |
get called when the document is renamed (change of its internal name) More... | |
virtual void | deleteSelf () |
delete itself More... | |
Public Member Functions inherited from Base::BaseClass | |
BaseClass () | |
Construction. More... | |
virtual PyObject * | getPyObject (void) |
This method returns the Python wrapper for a C++ object. More... | |
virtual Type | getTypeId (void) const |
bool | isDerivedFrom (const Type type) const |
virtual void | setPyObject (PyObject *) |
virtual | ~BaseClass () |
Destruction. More... | |
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 () |
Public Attributes | |
QLabel * | countLabel |
QCheckBox * | enablePickList |
QListWidget * | pickList |
QListWidget * | selectionView |
Protected Member Functions | |
void | hideEvent (QHideEvent *) override |
void | showEvent (QShowEvent *) override |
Additional Inherited Members | |
Signals inherited from Gui::DockWindow | |
void | sendCloseView (MDIView *theView) |
sends a message to the document More... | |
Static Public Member Functions inherited from Base::BaseClass | |
static void * | create (void) |
static Type | getClassTypeId (void) |
static void | init (void) |
Static Protected Member Functions inherited from Base::BaseClass | |
static void | initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) |
Protected Attributes inherited from Gui::BaseView | |
bool | bIsDetached |
bool | bIsPassive |
Detailed Description
A test class.
A more elaborate class description.
Constructor & Destructor Documentation
◆ SelectionView()
SelectionView::SelectionView | ( | Gui::Document * | pcDocument, |
QWidget * | parent = 0 |
||
) |
◆ ~SelectionView()
|
virtual |
A destructor.
A more elaborate description of the destructor.
Member Function Documentation
◆ deselect
|
slot |
◆ getName()
|
overridevirtual |
returns the name of the view (important for messages)
Reimplemented from Gui::DockWindow.
◆ hideEvent()
|
overrideprotected |
◆ leaveEvent()
|
overridevirtual |
References Gui::SelectionSingleton::rmvPreselect(), and Gui::Selection().
◆ onEnablePickList
|
slot |
◆ onItemContextMenu
|
slot |
get called when the list is right-clicked
◆ onMsg()
|
overridevirtual |
Message handler.
Reimplemented from Gui::DockWindow.
◆ onSelectionChanged()
|
overridevirtual |
Observer message from the Selection.
Implements Gui::SelectionObserver.
◆ onUpdate()
|
overridevirtual |
get called when the document is changed or updated
Reimplemented from Gui::DockWindow.
Referenced by shipAreasCurve.TaskPanel.TaskPanel::initValues(), and shipAreasCurve.TaskPanel.TaskPanel::onData().
◆ preselect
|
slot |
◆ search
|
slot |
get called when text is entered in the search box
Referenced by importIFClegacy.IfcDocument::find().
◆ select
|
slot |
different actions
◆ showEvent()
|
overrideprotected |
◆ showPart
|
slot |
◆ toggleSelect
|
slot |
◆ toPython
|
slot |
◆ touch
|
slot |
◆ treeSelect
|
slot |
◆ validateSearch
|
slot |
get called when enter is pressed in the search box
◆ zoom
|
slot |
Member Data Documentation
◆ countLabel
QLabel* Gui::DockWnd::SelectionView::countLabel |
◆ enablePickList
QCheckBox* Gui::DockWnd::SelectionView::enablePickList |
◆ pickList
QListWidget* Gui::DockWnd::SelectionView::pickList |
◆ selectionView
QListWidget* Gui::DockWnd::SelectionView::selectionView |
The documentation for this class was generated from the following files:
- src/Gui/SelectionView.h
- src/Gui/SelectionView.cpp