iCub-main
Public Slots | Signals | Public Member Functions | List of all members
SelectionCheckBox Class Reference

#include <selectioncheckbox.h>

+ Inheritance diagram for SelectionCheckBox:

Public Slots

void onSelectEnded ()
 

Signals

void needChangeSelection (bool)
 
void selectedChanged (bool)
 
void needLoading (bool, bool)
 

Public Member Functions

 SelectionCheckBox (QWidget *=NULL)
 
 SelectionCheckBox (FirmwareUpdaterCore *core, QTreeWidgetItem *it, QWidget *parent=0)
 
bool isSelected ()
 
void setSelected (bool)
 

Detailed Description

Definition at line 39 of file selectioncheckbox.h.

Constructor & Destructor Documentation

◆ SelectionCheckBox() [1/2]

SelectionCheckBox::SelectionCheckBox ( QWidget *  parent = NULL)

Definition at line 4 of file selectioncheckbox.cpp.

◆ SelectionCheckBox() [2/2]

SelectionCheckBox::SelectionCheckBox ( FirmwareUpdaterCore core,
QTreeWidgetItem *  it,
QWidget *  parent = 0 
)

Definition at line 9 of file selectioncheckbox.cpp.

Member Function Documentation

◆ isSelected()

bool SelectionCheckBox::isSelected ( )

Definition at line 80 of file selectioncheckbox.cpp.

◆ needChangeSelection

void SelectionCheckBox::needChangeSelection ( bool  )
signal

◆ needLoading

void SelectionCheckBox::needLoading ( bool  ,
bool   
)
signal

◆ onSelectEnded

void SelectionCheckBox::onSelectEnded ( )
slot

Definition at line 74 of file selectioncheckbox.cpp.

◆ selectedChanged

void SelectionCheckBox::selectedChanged ( bool  )
signal

◆ setSelected()

void SelectionCheckBox::setSelected ( bool  selected)

Definition at line 53 of file selectioncheckbox.cpp.


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