Simulacrum  1.2
Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Simulacrum::SSliderTool Class Reference

#include <vpTools.h>

Inheritance diagram for Simulacrum::SSliderTool:
Inheritance graph
Collaboration diagram for Simulacrum::SSliderTool:
Collaboration graph

Public Slots

virtual void leftClicked (SViewPort &, int, int)
 
virtual void selected (SViewPort &)
 
virtual void deSelected (SViewPort &)
 
void newSliderValue (int)
 
void viewportResized (SViewPort &)
 
virtual void VPGone ()
 
- Public Slots inherited from Simulacrum::SViewPortTool
virtual void selected (SViewPort &)
 
virtual void deSelected (SViewPort &)
 
virtual void leftClicked (SViewPort &, int x, int y)
 
virtual void doubleClicked (SViewPort &, int x, int y)
 
virtual void middleClicked (SViewPort &, int x, int y)
 
virtual void rightClicked (SViewPort &, int x, int y)
 
virtual void buttonReleased (SViewPort &, int x, int y)
 
virtual void dragged (SViewPort &, int x, int y)
 
virtual void wheelUp (SViewPort &, int x, int y)
 
virtual void wheelDown (SViewPort &, int x, int y)
 
virtual void keyPressed (SViewPort &, int key)
 
virtual void keyReleased (SViewPort &, int key)
 
virtual void viewportResized (SViewPort &)
 
virtual void viewportUpdated (SViewPort &)
 

Public Member Functions

 SSliderTool (QObject *parent=0)
 
virtual ~SSliderTool ()
 
- Public Member Functions inherited from Simulacrum::SViewPortTool
 SViewPortTool (QObject *parent=nullptr)
 
virtual ~SViewPortTool ()
 
void connectViewPort (SViewPort &)
 
virtual bool oneShot ()
 
void setAdditionalWidgetF (std::function< void(QWidget *, QString)>)
 

Protected Member Functions

void configureSlider ()
 
virtual void doSliderValue (int)
 
virtual int sliderMax ()
 
virtual int sliderMin ()
 
- Protected Member Functions inherited from Simulacrum::SViewPortTool
void AdditionalWidgetHide (QWidget *)
 

Protected Attributes

QAbstractSlider * VPSlider
 
SViewPortTargetVP
 
- Protected Attributes inherited from Simulacrum::SViewPortTool
SCoordinate ReferencePoint
 
std::function< void(QWidget *, QString)> AdditionalWidget
 

Constructor & Destructor Documentation

◆ SSliderTool()

SSliderTool::SSliderTool ( QObject *  parent = 0)

◆ ~SSliderTool()

SSliderTool::~SSliderTool ( )
virtual

Member Function Documentation

◆ configureSlider()

void SSliderTool::configureSlider ( )
protected

◆ deSelected

void SSliderTool::deSelected ( SViewPort targetvp)
virtualslot

◆ doSliderValue()

void SSliderTool::doSliderValue ( int  newpos)
protectedvirtual

◆ leftClicked

void SSliderTool::leftClicked ( SViewPort nvp,
int  ,
int   
)
virtualslot

◆ newSliderValue

void SSliderTool::newSliderValue ( int  newpos)
slot

◆ selected

void SSliderTool::selected ( SViewPort targetvp)
virtualslot

◆ sliderMax()

int SSliderTool::sliderMax ( )
protectedvirtual

◆ sliderMin()

int SSliderTool::sliderMin ( )
protectedvirtual

◆ viewportResized

void SSliderTool::viewportResized ( SViewPort targ)
slot

◆ VPGone

void SSliderTool::VPGone ( )
virtualslot

Member Data Documentation

◆ TargetVP

SViewPort* Simulacrum::SSliderTool::TargetVP
protected

◆ VPSlider

QAbstractSlider* Simulacrum::SSliderTool::VPSlider
protected

The documentation for this class was generated from the following files:
Simulacrum Project