#include <ExplorerClippingWidget.hpp>
Inherits ExplorerWidgetInterface.
Public Slots | |
| void | slotUpdate (void *sender, const QSet< Editor::Type > &target) |
| void | slotRegionChanged (const Region ®ion) |
Public Member Functions | |
| ExplorerClippingWidget (MainWindow *mainWindow, const QIcon &icon, const QString &text) | |
| virtual bool | hasColorSource () const |
| virtual SettingsView::ColorSource | colorSource () const |
| virtual bool | hasFilter () const |
| virtual void | setFilterEnabled (bool b) |
Public Member Functions inherited from ExplorerWidgetInterface | |
| ExplorerWidgetInterface (MainWindow *mainWindow, const QIcon &icon, const QString &text) | |
| virtual | ~ExplorerWidgetInterface ()=default |
| const QIcon & | icon () |
| const QString & | text () |
| virtual bool | hasColorSource () const =0 |
| virtual SettingsView::ColorSource | colorSource () const =0 |
| virtual bool | hasFilter () const =0 |
| virtual bool | isFilterEnabled () const |
| virtual void | setFilterEnabled (bool b) |
Protected Member Functions | |
| void | filterChanged () |
Protected Attributes | |
| ToolTabWidget * | tabWidget_ |
| ExplorerClippingBoxWidget * | boxWidget_ |
| ExplorerClippingCylinderWidget * | cylinderWidget_ |
| Region | region_ |
Protected Attributes inherited from ExplorerWidgetInterface | |
| MainWindow * | mainWindow_ |
| QIcon | icon_ |
| QString | text_ |
| QLabel * | titleIcon_ |
| QLabel * | titleText_ |
| QVBoxLayout * | mainLayout_ |
| ExplorerClippingWidget::ExplorerClippingWidget | ( | MainWindow * | mainWindow, |
| const QIcon & | icon, | ||
| const QString & | text | ||
| ) |
|
inlinevirtual |
Implements ExplorerWidgetInterface.
|
protected |
Referenced by setFilterEnabled(), and slotRegionChanged().
|
inlinevirtual |
Implements ExplorerWidgetInterface.
|
inlinevirtual |
Implements ExplorerWidgetInterface.
|
virtual |
Reimplemented from ExplorerWidgetInterface.
|
slot |
Referenced by ExplorerClippingWidget().
|
slot |
Referenced by ExplorerClippingWidget().
|
protected |
Referenced by ExplorerClippingWidget(), and slotUpdate().
|
protected |
Referenced by ExplorerClippingWidget(), and slotUpdate().
|
protected |
Referenced by filterChanged(), slotRegionChanged(), and slotUpdate().
|
protected |
Referenced by ExplorerClippingWidget().