#include <DlgCustomizeSpaceball.h>
Public Slots | |
void | goChangedCommand (const QString &commandName) |
Signals | |
void | changeCommandSelection (const QString &commandName) |
Public Member Functions | |
ButtonView (QWidget *parent=0) | |
void | selectButton (int number) |
Definition at line 38 of file DlgCustomizeSpaceball.h.
ButtonView::ButtonView | ( | QWidget * | parent = 0 |
) |
Definition at line 50 of file DlgCustomizeSpaceball.cpp.
void Gui::Dialog::ButtonView::changeCommandSelection | ( | const QString & | commandName | ) | [signal] |
void ButtonView::goChangedCommand | ( | const QString & | commandName | ) | [slot] |
Definition at line 68 of file DlgCustomizeSpaceball.cpp.
References Gui::Dialog::ButtonModel::setCommand().
void ButtonView::selectButton | ( | int | number | ) |
Definition at line 55 of file DlgCustomizeSpaceball.cpp.
Referenced by Gui::Dialog::DlgCustomizeSpaceball::event().