VAPOR3 3.9.4
Public Slots | Signals | Public Member Functions | List of all members
VCheckBox Class Reference

#include <VCheckBox.h>

Inheritance diagram for VCheckBox:
VHBoxWidget VVisibilityCheckbox

Public Slots

void emitCheckBoxChanged (bool checked)
 

Signals

void ValueChanged (bool checked)
 

Public Member Functions

 VCheckBox (bool value=false)
 
void SetValue (bool value)
 
bool GetValue () const
 

Additional Inherited Members

- Protected Member Functions inherited from VHBoxWidget
 VHBoxWidget ()
 

Detailed Description

class VCheckBox

Wraps a QCheckBox and provides vaporgui's standard setter/getter functions and signals.

Definition at line 15 of file VCheckBox.h.

Constructor & Destructor Documentation

◆ VCheckBox()

VCheckBox::VCheckBox ( bool  value = false)

Member Function Documentation

◆ emitCheckBoxChanged

void VCheckBox::emitCheckBoxChanged ( bool  checked)
slot

◆ GetValue()

bool VCheckBox::GetValue ( ) const

◆ SetValue()

void VCheckBox::SetValue ( bool  value)

◆ ValueChanged

void VCheckBox::ValueChanged ( bool  checked)
signal

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