VAPOR3 3.9.4
Public Slots | Signals | Public Member Functions | Protected Attributes | List of all members
VIntSliderEditMenu Class Reference

A menu for VIntSliderEdit that allows for setting a min/max range, numeric formatting controls, and dynamic update controls in regard to how many digits are displayed, and whether scientific notation is used. More...

#include <VIntSliderEditMenu.h>

Inheritance diagram for VIntSliderEditMenu:
VIntRangeMenu VNumericFormatMenu

Public Slots

void SetDynamicUpdate (bool enabled)
 Check/Uncheck the dynamic update checkbox.
 

Signals

void DynamicUpdateChanged (bool dynamicUpdateEnabled)
 
- Signals inherited from VIntRangeMenu
void MinChanged (int min)
 
void MaxChanged (int max)
 
- Signals inherited from VNumericFormatMenu
void DecimalDigitsChanged (int decimalDigits)
 
void SciNotationChanged (bool sciNotation)
 

Public Member Functions

 VIntSliderEditMenu (QWidget *parent)
 
void AllowDynamicUpdate () const
 Allow the toggling of the dynamic update checkbox in the right-click menu.
 
- Public Member Functions inherited from VIntRangeMenu
 VIntRangeMenu (QWidget *parent, bool sciNotation, int decimalDigits, int min, int max, bool rangeChangable=false)
 
void AllowUserRange (bool allowed=true)
 
void SetMinimum (int min)
 Set the minimum value that the current widget can use.
 
void SetMaximum (int max)
 Set the maximum value that the current widget can use.
 
- Public Member Functions inherited from VNumericFormatMenu
 VNumericFormatMenu (QWidget *parent, bool sciNotation, int decimalDigits)
 
void SetDecimalDigits (int digits)
 Set the number of decimal digits used by the clicked line-edit.
 
void SetSciNotation (bool sciNotation)
 Set whether the current line-edit is using scientific notation.
 

Protected Attributes

VCheckBoxAction_dynamicUpdateAction
 
- Protected Attributes inherited from VIntRangeMenu
VIntLineEditAction_minRangeAction
 
VIntLineEditAction_maxRangeAction
 
- Protected Attributes inherited from VNumericFormatMenu
VCheckBoxAction_sciNotationAction
 
VSpinBoxAction_decimalAction
 

Detailed Description

A menu for VIntSliderEdit that allows for setting a min/max range, numeric formatting controls, and dynamic update controls in regard to how many digits are displayed, and whether scientific notation is used.

Definition at line 16 of file VIntSliderEditMenu.h.

Constructor & Destructor Documentation

◆ VIntSliderEditMenu()

VIntSliderEditMenu::VIntSliderEditMenu ( QWidget *  parent)
explicit

Member Function Documentation

◆ AllowDynamicUpdate()

void VIntSliderEditMenu::AllowDynamicUpdate ( ) const

Allow the toggling of the dynamic update checkbox in the right-click menu.

◆ DynamicUpdateChanged

void VIntSliderEditMenu::DynamicUpdateChanged ( bool  dynamicUpdateEnabled)
signal

◆ SetDynamicUpdate

void VIntSliderEditMenu::SetDynamicUpdate ( bool  enabled)
slot

Check/Uncheck the dynamic update checkbox.

Member Data Documentation

◆ _dynamicUpdateAction

VCheckBoxAction* VIntSliderEditMenu::_dynamicUpdateAction
protected

Definition at line 26 of file VIntSliderEditMenu.h.


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