PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::QToggleLabel Class Reference

#include <QPiecewiseDoubleSpinBox.h>

Inheritance diagram for dyno::QToggleLabel:
Collaboration diagram for dyno::QToggleLabel:

Signals

void toggle (bool high)
 

Public Member Functions

 QToggleLabel (QWidget *parent=nullptr)
 
 QToggleLabel (std::string text, QWidget *parent=nullptr)
 

Protected Member Functions

void mousePressEvent (QMouseEvent *event) override
 

Private Attributes

bool current = false
 

Detailed Description

Definition at line 149 of file QPiecewiseDoubleSpinBox.h.

Constructor & Destructor Documentation

◆ QToggleLabel() [1/2]

dyno::QToggleLabel::QToggleLabel ( QWidget * parent = nullptr)
inlineexplicit

Definition at line 154 of file QPiecewiseDoubleSpinBox.h.

◆ QToggleLabel() [2/2]

dyno::QToggleLabel::QToggleLabel ( std::string text,
QWidget * parent = nullptr )
inlineexplicit

Definition at line 159 of file QPiecewiseDoubleSpinBox.h.

Member Function Documentation

◆ mousePressEvent()

void dyno::QToggleLabel::mousePressEvent ( QMouseEvent * event)
inlineoverrideprotected

Definition at line 169 of file QPiecewiseDoubleSpinBox.h.

Here is the call graph for this function:

◆ toggle

void dyno::QToggleLabel::toggle ( bool high)
signal
Here is the caller graph for this function:

Member Data Documentation

◆ current

bool dyno::QToggleLabel::current = false
private

Definition at line 178 of file QPiecewiseDoubleSpinBox.h.


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