Public Slots | Signals | Public Member Functions | Properties | List of all members
pqSignalAdaptorSpinBox Class Reference

signal adaptor that lets us set/get the integer value inside a QSpinBox More...

#include <pqSignalAdaptors.h>

Inherits QObject.

Public Slots

void setValue (int val)
 

Signals

void valueChanged (int val)
 signal text changed More...
 

Public Member Functions

 pqSignalAdaptorSpinBox (QSpinBox *p)
 constructor More...
 
int value () const
 get the current text More...
 

Properties

int value
 

Detailed Description

signal adaptor that lets us set/get the integer value inside a QSpinBox

Definition at line 200 of file pqSignalAdaptors.h.

Constructor & Destructor Documentation

◆ pqSignalAdaptorSpinBox()

pqSignalAdaptorSpinBox::pqSignalAdaptorSpinBox ( QSpinBox *  p)

constructor

Member Function Documentation

◆ value()

int pqSignalAdaptorSpinBox::value ( ) const

get the current text

◆ valueChanged

void pqSignalAdaptorSpinBox::valueChanged ( int  val)
signal

signal text changed

◆ setValue

void pqSignalAdaptorSpinBox::setValue ( int  val)
slot

Property Documentation

◆ value

int pqSignalAdaptorSpinBox::value
readwrite

Definition at line 203 of file pqSignalAdaptors.h.


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