#include <ConfigDialog.h>
Public Member Functions | |
WidgetCache () | |
WidgetCache (QWidget *widget, T value) | |
Public Attributes | |
T | value |
QWidget * | widget |
Definition at line 118 of file ConfigDialog.h.
Aseba::ConfigPage::WidgetCache< T >::WidgetCache | ( | ) | [inline] |
Definition at line 119 of file ConfigDialog.h.
Aseba::ConfigPage::WidgetCache< T >::WidgetCache | ( | QWidget * | widget, |
T | value | ||
) | [inline] |
Definition at line 120 of file ConfigDialog.h.
T Aseba::ConfigPage::WidgetCache< T >::value |
Definition at line 122 of file ConfigDialog.h.
QWidget* Aseba::ConfigPage::WidgetCache< T >::widget |
Definition at line 121 of file ConfigDialog.h.