|
VAPOR3 3.9.4
|
#include <TFHistogramWidget.h>
Signals | |
| void | InfoDeselected () |
| void | UpdateInfo (float value) |
Signals inherited from TFMap | |
| void | Activated (TFMap *who) |
| Emittend when focus was gained. | |
Public Member Functions | |
| TFHistogramMap (const std::string &variableNameTag, TFMapWidget *parent=nullptr) | |
| QSize | minimumSizeHint () const |
| void | LostFocus () |
| void | PopulateSettingsMenu (QMenu *menu) const |
Public Member Functions inherited from TFMap | |
| TFMap (const std::string &variableNameTag, TFMapWidget *parent=nullptr) | |
| TFInfoWidget * | GetInfoWidget () |
| void | Update (VAPoR::DataMgr *dataMgr, VAPoR::ParamsMgr *paramsMgr, VAPoR::RenderParams *rParams) |
| bool | HasValidParams () const |
| bool | IsShown () const |
| virtual void | LostFocus ()=0 |
| virtual QSize | minimumSizeHint () const =0 |
| virtual void | PopulateContextMenu (QMenu *menu, const glm::vec2 &p) |
| (Right-click menu) | |
| virtual void | PopulateSettingsMenu (QMenu *menu) const |
| int | width () const |
| int | height () const |
| void | resize (int width, int height) |
| bool | isLargeEnoughToPaint () const |
| Sometimes Qt tries painting a 0 sized widget. | |
| QRect | paddedRect () const |
| Returns the rect of the internal padded area. | |
| QRect | rect () const |
| const QFont | getFont () const |
| virtual void | paintEvent (QPainter &p)=0 |
| These map to the QWidget counterparts. | |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | mouseReleaseEvent (QMouseEvent *event) |
| virtual void | mouseMoveEvent (QMouseEvent *event) |
| virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
Protected Member Functions | |
| void | paramsUpdate () |
| TFInfoWidget * | createInfoWidget () |
| void | paintEvent (QPainter &p) |
| These map to the QWidget counterparts. | |
| void | mousePressEvent (QMouseEvent *event) |
| void | mouseReleaseEvent (QMouseEvent *event) |
| void | mouseMoveEvent (QMouseEvent *event) |
Protected Member Functions inherited from TFMap | |
| virtual void | paramsUpdate ()=0 |
| VAPoR::DataMgr * | getDataMgr () const |
| VAPoR::ParamsMgr * | getParamsMgr () const |
| VAPoR::RenderParams * | getRenderParams () const |
| VAPoR::MapperFunction * | getMapperFunction () const |
| std::string | getVariableName () const |
| const std::string & | getVariableNameTag () const |
| void | drawControl (QPainter &p, const QPointF &pos, bool selected=false) const |
| virtual TFInfoWidget * | createInfoWidget ()=0 |
| glm::vec2 | NDCToPixel (const glm::vec2 &v) const |
| QPointF | NDCToQPixel (const glm::vec2 &v) const |
| QPointF | NDCToQPixel (float x, float y) const |
| glm::vec2 | PixelToNDC (const QPointF &p) const |
| glm::vec2 | PixelToNDC (const glm::vec2 &p) const |
| virtual QMargins | GetPadding () const |
| int | GetControlPointRadius () const |
| void | BeginSaveStateGroup (VAPoR::ParamsMgr *paramsMgr, const std::string &description="") |
| void | EndSaveStateGroup (VAPoR::ParamsMgr *paramsMgr) |
| void | CancelSaveStateGroup (VAPoR::ParamsMgr *paramsMgr) |
Additional Inherited Members | |
Public Slots inherited from TFMap | |
| void | update () |
| These map to the QWidget counterparts. | |
| void | show () |
| void | hide () |
Definition at line 11 of file TFHistogramWidget.h.
| TFHistogramMap::TFHistogramMap | ( | const std::string & | variableNameTag, |
| TFMapWidget * | parent = nullptr |
||
| ) |
|
protectedvirtual |
Implements TFMap.
|
signal |
|
inlinevirtual |
Implements TFMap.
Definition at line 20 of file TFHistogramWidget.h.
|
virtual |
Implements TFMap.
|
protectedvirtual |
Reimplemented from TFMap.
|
protectedvirtual |
Reimplemented from TFMap.
|
protectedvirtual |
Reimplemented from TFMap.
|
protectedvirtual |
These map to the QWidget counterparts.
Implements TFMap.
|
protectedvirtual |
Implements TFMap.
|
virtual |
Reimplemented from TFMap.
|
signal |