cisst-saw
|
#include <vctPlot2DOpenGLQtWidget.h>
Public Slots | |
void | FreezeSlot (bool) |
void | FitXSlot (void) |
void | FitYSlot (void) |
void | SetContinuousFitXSlot (bool) |
void | SetContinuousFitYSlot (bool) |
void | SetContinuousExpandYSlot (bool) |
void | SetContinuousExpandYResetSlot (void) |
Public Member Functions | |
vctPlot2DOpenGLQtWidget (QWidget *parent=0) | |
~vctPlot2DOpenGLQtWidget (void) | |
![]() | |
vctPlot2DOpenGL (void) | |
virtual | ~vctPlot2DOpenGL (void) |
![]() | |
vctPlot2DBase::Scale * | AddScale (const std::string &name) |
vctPlot2DBase::Scale * | FindScale (const std::string &name) |
bool | RemoveScale (const std::string &name) |
bool | RemoveScale (const vctPlot2DBase::Scale *scale) |
ScalesType & | GetScales (void) |
vctPlot2DBase (size_t PointSize=2) | |
virtual | ~vctPlot2DBase () |
void | SetNumberOfPoints (size_t numberOfPoints) |
Signal CISST_DEPRECATED * | AddSignal (const std::string &name) |
VerticalLine CISST_DEPRECATED * | AddVerticalLine (const std::string &name) |
void | Freeze (bool freeze) |
bool | GetFreeze (void) const |
bool | GetContinuousFitX (void) const |
bool | GetContinuousFitY (void) const |
bool | GetContinuousExpandY (void) const |
void | SetBackgroundColor (const vctDouble3 &colorInRange0To1) |
void | AutoFitX (double padding=0.0) |
void | FitX (double min, double max, double padding=0.0) |
void | AutoFitY (double padding=0.1) |
void | FitY (double min, double max, double padding=0.1) |
void | SetContinuousFitX (bool fit) |
void | SetContinuousFitY (bool fit) |
void | SetContinuousExpandY (bool expand) |
const vctDouble2 & | GetViewingRangeX (void) const |
const vctDouble2 & | GetViewingRangeY (void) const |
Protected Member Functions | |
virtual void | initializeGL (void) |
virtual void | resizeGL (int w, int h) |
virtual void | paintGL (void) |
virtual void | mouseReleaseEvent (QMouseEvent *event) |
virtual void | keyPressEvent (QKeyEvent *event) |
![]() | |
virtual void | RenderInitialize (void) |
virtual void | RenderResize (double width, double height) |
virtual void | Render (void) |
virtual void | Render (const VerticalLine *line) |
virtual void | Render (const Scale *scale) |
virtual void | Render (const Signal *signal) |
![]() | |
void | ContinuousUpdate (void) |
Additional Inherited Members | |
![]() | |
typedef std::map< std::string, Scale * > | ScalesType |
![]() | |
ScalesType | Scales |
![]() | |
size_t | PointSize |
size_t | NumberOfPoints |
vctDouble2 | Viewport |
vctDouble2 | ViewingRangeX |
vctDouble2 | ViewingRangeY |
vctDouble3 | BackgroundColor |
vctPlot2DOpenGLQtWidget::vctPlot2DOpenGLQtWidget | ( | QWidget * | parent = 0 | ) |
|
inline |
|
slot |
|
slot |
|
slot |
|
protectedvirtual |
Methods required for Qt
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
slot |
|
slot |
|
slot |
|
slot |