Biomechanical Joint Model
 Author: Anderson Maciel

discretizer.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'discretizer.ui'
00003 **
00004 ** Created: Fri May 13 20:00:41 2005
00005 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.2.3   edited May 19 14:22 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef DISCRETIZER_H
00011 #define DISCRETIZER_H
00012 
00013 #include <qvariant.h>
00014 #include <qpixmap.h>
00015 #include <qmainwindow.h>
00016 
00017 class QVBoxLayout;
00018 class QHBoxLayout;
00019 class QGridLayout;
00020 class QAction;
00021 class QActionGroup;
00022 class QToolBar;
00023 class QPopupMenu;
00024 class COME_DiscretizerQGLWidget;
00025 class QGroupBox;
00026 class QCheckBox;
00027 class QSlider;
00028 class QLabel;
00029 class QSpinBox;
00030 class QPushButton;
00031 class QLineEdit;
00032 class QTextEdit;
00033 
00034 class discretizer : public QMainWindow
00035 {
00036     Q_OBJECT
00037 
00038 public:
00039     discretizer( QWidget* parent = 0, const char* name = 0, WFlags fl = WType_TopLevel );
00040     ~discretizer();
00041 
00042     COME_DiscretizerQGLWidget* openglArea;
00043     QGroupBox* groupBox1;
00044     QCheckBox* cbNormals;
00045     QCheckBox* cbMesh;
00046     QCheckBox* cbGrid;
00047     QCheckBox* cbSpheres;
00048     QCheckBox* cbLinks;
00049     QGroupBox* groupBox5;
00050     QSlider* sliderScale;
00051     QCheckBox* checkBox1;
00052     QGroupBox* groupBox4;
00053     QLabel* textLabel1_2;
00054     QSpinBox* sbRadius;
00055     QPushButton* updateButton;
00056     QGroupBox* groupBox13;
00057     QLineEdit* leScale;
00058     QGroupBox* groupBox3;
00059     QLabel* textLabel1;
00060     QSpinBox* sbDistance;
00061     QGroupBox* groupBox2;
00062     QTextEdit* textEdit1;
00063     QCheckBox* cbMakeMovie;
00064     QMenuBar *MenuBar;
00065     QPopupMenu *fileMenu;
00066     QPopupMenu *helpMenu;
00067     QToolBar *toolBar;
00068     QAction* fileOpenAction;
00069     QAction* fileExportAsAction;
00070     QAction* fileExitAction;
00071     QAction* helpAboutAction;
00072 
00073 public slots:
00074     virtual void fileOpen();
00075     virtual void fileExportAs();
00076     virtual void fileExit();
00077     virtual void helpAbout();
00078     virtual void init();
00079     virtual void viewOptions();
00080     virtual void updateSampling();
00081 
00082 protected:
00083 
00084 protected slots:
00085     virtual void languageChange();
00086 
00087 private:
00088     QPixmap image0;
00089     QPixmap image1;
00090     QPixmap image2;
00091     QPixmap image3;
00092 
00093 };
00094 
00095 #endif // DISCRETIZER_H

Generated on Thu Dec 1 10:13:37 2005 for COME - Biomechanical Joint Model by  doxygen 1.4.5