VAPOR3 3.9.4
|
#include <CopyRegionWidget.h>
Signals | |
void | valueChanged () |
Public Member Functions | |
CopyRegionWidget (QWidget *parent=0) | |
~CopyRegionWidget () | |
QString | name () const |
QString | includeFile () const |
QString | group () const |
QString | toolTip () const |
QString | whatsThis () const |
bool | isContainer () const |
virtual void | Update (VAPoR::ParamsMgr *paramsMgr, VAPoR::RenderParams *rParams) |
Public Member Functions inherited from VSectionGroup | |
VSectionGroup (const std::string &title, List children={}) | |
Public Member Functions inherited from VSection | |
VSection (const std::string &title) | |
QVBoxLayout * | layout () const |
void | setMenu (QMenu *menu) |
void | setLayout (QLayout *layout)=delete |
int | addTab (QWidget *page, const QString &label)=delete |
QWidget * | widget (int index) const =delete |
void | setCornerWidget (QWidget *widget, Qt::Corner corner)=delete |
QWidget * | cornerWidget () const =delete |
Public Member Functions inherited from WidgetGroupWrapper< VSectionGroup, QWidget, VGroup > | |
WidgetGroupWrapper (VGroup *group) | |
virtual VSectionGroup * | Add (QWidget *w) override |
Adds a widget. | |
Public Member Functions inherited from AbstractWidgetGroup< This, Widget > | |
virtual This * | Add (Widget *w) |
Adds a widget. | |
This * | AddM (const List &list) |
Protected Slots | |
virtual void | copyRegion () |
Protected Member Functions | |
void | updateCopyCombo () |
void | _configurePlanarBox (const VAPoR::Box *myBox, std::vector< double > *myMin, std::vector< double > *myMax) const |
Protected Attributes | |
QPushButton * | copyButton |
QComboBox * | copyCombo |
VAPoR::ParamsMgr * | _paramsMgr |
VAPoR::RenderParams * | _rParams |
std::vector< std::string > | _dataSetNames |
std::map< std::string, std::string > | _visNames |
std::map< std::string, std::string > | _renTypeNames |
Protected Attributes inherited from WidgetGroupWrapper< VSectionGroup, QWidget, VGroup > | |
VGroup * | _group |
Protected Attributes inherited from AbstractWidgetGroup< This, Widget > | |
std::vector< Widget * > | _children |
Additional Inherited Members | |
Public Types inherited from AbstractWidgetGroup< This, Widget > | |
typedef std::initializer_list< Widget * > | List |
Definition at line 15 of file CopyRegionWidget.h.
CopyRegionWidget::CopyRegionWidget | ( | QWidget * | parent = 0 | ) |
CopyRegionWidget::~CopyRegionWidget | ( | ) |
|
protected |
|
protectedvirtualslot |
|
inline |
Definition at line 25 of file CopyRegionWidget.h.
|
inline |
Definition at line 24 of file CopyRegionWidget.h.
|
inline |
Definition at line 36 of file CopyRegionWidget.h.
|
inline |
Definition at line 23 of file CopyRegionWidget.h.
|
inline |
Definition at line 26 of file CopyRegionWidget.h.
|
virtual |
|
protected |
|
signal |
|
inline |
Definition at line 31 of file CopyRegionWidget.h.
|
protected |
Definition at line 59 of file CopyRegionWidget.h.
|
protected |
Definition at line 56 of file CopyRegionWidget.h.
|
protected |
Definition at line 61 of file CopyRegionWidget.h.
|
protected |
Definition at line 57 of file CopyRegionWidget.h.
|
protected |
Definition at line 60 of file CopyRegionWidget.h.
|
protected |
Definition at line 46 of file CopyRegionWidget.h.
|
protected |
Definition at line 47 of file CopyRegionWidget.h.