PeriodicUpdateWidget Class Reference

#include <RobotAPI/libraries/armem_gui/PeriodicUpdateWidget.h>

+ Inheritance diagram for PeriodicUpdateWidget:

Signals

void collapseAll ()
 
void startTimerSignal ()
 
void stopTimerSignal ()
 
void update ()
 
void updatePeriodic ()
 
void updateSingle ()
 

Public Member Functions

QCheckBox * autoCheckBox ()
 
QPushButton * collapseAllButton ()
 
QDoubleSpinBox * frequencySpinBox ()
 
double getUpdateFrequency () const
 
int getUpdateIntervalMs () const
 
bool isAutoEnabled () const
 
 PeriodicUpdateWidget (double frequency=2.0, double maxFrequency=60)
 
void startTimerIfEnabled ()
 
void stopTimer ()
 
QTimer * timer ()
 
QPushButton * updateButton ()
 

Detailed Description

Definition at line 14 of file PeriodicUpdateWidget.h.

Constructor & Destructor Documentation

◆ PeriodicUpdateWidget()

PeriodicUpdateWidget ( double  frequency = 2.0,
double  maxFrequency = 60 
)

Definition at line 14 of file PeriodicUpdateWidget.cpp.

Member Function Documentation

◆ autoCheckBox()

QCheckBox * autoCheckBox ( )

Definition at line 134 of file PeriodicUpdateWidget.cpp.

◆ collapseAll

void collapseAll ( )
signal
+ Here is the caller graph for this function:

◆ collapseAllButton()

QPushButton * collapseAllButton ( )

Definition at line 76 of file PeriodicUpdateWidget.cpp.

◆ frequencySpinBox()

QDoubleSpinBox * frequencySpinBox ( )

Definition at line 140 of file PeriodicUpdateWidget.cpp.

◆ getUpdateFrequency()

double getUpdateFrequency ( ) const

◆ getUpdateIntervalMs()

int getUpdateIntervalMs ( ) const

Definition at line 82 of file PeriodicUpdateWidget.cpp.

◆ isAutoEnabled()

bool isAutoEnabled ( ) const

◆ startTimerIfEnabled()

void startTimerIfEnabled ( )

Definition at line 88 of file PeriodicUpdateWidget.cpp.

◆ startTimerSignal

void startTimerSignal ( )
signal
+ Here is the caller graph for this function:

◆ stopTimer()

void stopTimer ( )

Definition at line 106 of file PeriodicUpdateWidget.cpp.

◆ stopTimerSignal

void stopTimerSignal ( )
signal
+ Here is the caller graph for this function:

◆ timer()

QTimer * timer ( )

Definition at line 146 of file PeriodicUpdateWidget.cpp.

◆ update

void update ( )
signal
+ Here is the caller graph for this function:

◆ updateButton()

QPushButton * updateButton ( )

Definition at line 70 of file PeriodicUpdateWidget.cpp.

◆ updatePeriodic

void updatePeriodic ( )
signal
+ Here is the caller graph for this function:

◆ updateSingle

void updateSingle ( )
signal
+ Here is the caller graph for this function:

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