Public Slots | |
virtual void | fileNew () |
virtual void | fileOpen () |
virtual void | fileSave () |
virtual void | fileSaveAs () |
virtual void | filePrint () |
virtual void | fileExit () |
virtual void | editUndo () |
virtual void | editRedo () |
virtual void | editCut () |
virtual void | editPaste () |
virtual void | editFind () |
virtual void | helpIndex () |
virtual void | helpContents () |
virtual void | helpAbout () |
virtual void | grab () |
virtual void | moveLeftEyePan (int pos) |
virtual void | moveLeftEyeTilt (int pos) |
virtual void | moveRightEyePan (int pos) |
virtual void | moveRightEyeTilt (int pos) |
virtual void | moveHeadPan (int pos) |
virtual void | moveHeadTilt (int pos) |
virtual void | moveHeadYaw (int pos) |
virtual void | relaxNeck () |
virtual void | restPos () |
Public Member Functions | |
RobotHeadForm (QWidget *parent=0, const char *name=0, WFlags fl=WType_TopLevel) | |
virtual void | init (ModelManager &mgr, nub::soft_ref< BeoHead > beoHead) |
Public Attributes | |
QTabWidget * | tabWidget2 |
QWidget * | tab |
QGroupBox * | groupBox1 |
QLabel * | textLabel1 |
QLineEdit * | leftEyePanDisp |
QSlider * | leftEyeTiltSlide |
QLineEdit * | leftEyeTiltDisp |
QLabel * | textLabel2 |
QSlider * | leftEyePanSlide |
QGroupBox * | groupBox1_2 |
QLabel * | textLabel1_2 |
QLineEdit * | rightEyePanDisp |
QSlider * | rightEyeTiltSlide |
QLineEdit * | rightEyeTiltDisp |
QLabel * | textLabel2_2 |
QSlider * | rightEyePanSlide |
QGroupBox * | groupBox1_3 |
QLabel * | textLabel1_3 |
QLineEdit * | headPanDisp |
QSlider * | headPanSlide |
QLabel * | textLabel2_3 |
QSlider * | headTiltSlide |
QLineEdit * | headTiltDisp |
QLineEdit * | headYawDisp |
QSlider * | headYawSlide |
QLabel * | textLabel2_3_2 |
QPushButton * | restPosButton |
QPushButton * | relaxNeckButton |
QWidget * | tab_2 |
QMenuBar * | MenuBar |
QPopupMenu * | fileMenu |
QPopupMenu * | editMenu |
QPopupMenu * | helpMenu |
QAction * | fileNewAction |
QAction * | fileOpenAction |
QAction * | fileSaveAction |
QAction * | fileSaveAsAction |
QAction * | filePrintAction |
QAction * | fileExitAction |
QAction * | editUndoAction |
QAction * | editRedoAction |
QAction * | editCutAction |
QAction * | editCopyAction |
QAction * | editPasteAction |
QAction * | editFindAction |
QAction * | helpContentsAction |
QAction * | helpIndexAction |
QAction * | helpAboutAction |
Protected Slots | |
virtual void | languageChange () |
Protected Attributes | |
ModelManager * | itsMgr |
nub::soft_ref< BeoHead > | itsBeoHead |
QVBoxLayout * | RobotHeadFormLayout |
QVBoxLayout * | tabLayout |
QHBoxLayout * | layout7 |
QGridLayout * | groupBox1Layout |
QGridLayout * | groupBox1_2Layout |
QGridLayout * | groupBox1_3Layout |
QHBoxLayout * | layout3 |
QSpacerItem * | spacer1 |
Definition at line 35 of file RobotHeadForm.h.