Biomechanical Joint Model
 Author: Anderson Maciel

mechatester.ui.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** ui.h extension file, included from the uic-generated form implementation.
00003 **
00004 ** If you wish to add, delete or rename functions or slots use
00005 ** Qt Designer which will update this file, preserving your code. Create an
00006 ** init() function in place of a constructor, and a destroy() function in
00007 ** place of a destructor.
00008 *****************************************************************************/
00009 #include <qfiledialog.h>
00010 
00011 
00012 void mechatester::fileOpen()
00013 {
00014     
00015 }
00016 
00017 
00018 void mechatester::fileExportAs()
00019 {
00020 
00021 }
00022 
00023 
00024 
00025 
00026 void mechatester::fileExit()
00027 {
00028     exit(1);
00029 }
00030 
00031 
00032 
00033 
00034 void mechatester::helpAbout()
00035 {
00036     openglArea->help();
00037 }
00038 
00039 
00040 void mechatester::init()
00041 {
00042     openglArea->startTimer( 50 );
00043 }
00044 
00045 
00046 
00047 
00048 
00049 
00050 void mechatester::viewOptions()
00051 {
00052 
00053 }
00054 
00055 
00056 void mechatester::updateSampling()
00057 {
00058 
00059 }
00060 
00061 
00062 
00063 
00064 
00065 void mechatester::selectMaterial()
00066 {
00067 
00068 }
00069 
00070 
00071 void mechatester::materialChanged(int, int)
00072 {
00073 
00074 }
00075 
00076 
00077 void mechatester::clickedNewMaterial()
00078 {
00079 
00080 }
00081 
00082 
00083 void mechatester::clickedDelMaterial()
00084 {
00085 
00086 }
00087 
00088 
00089 void mechatester::changedNumIntegration()
00090 {
00091 
00092 }
00093 
00094 
00095 void mechatester::clickedAssociate()
00096 {
00097 
00098 }
00099 
00100 
00101 void mechatester::fpsChange()
00102 {
00103     char chrStr[10];
00104     sprintf( chrStr, "%1.6f", 1.0/(double)sbFPS->value() );
00105     leTimeStep->setText( chrStr );
00106 }
00107 
00108 
00109 void mechatester::timestepChanged()
00110 {
00111     sbFPS->setValue( (int)((1.0/atof( leTimeStep->text() ))+0.5) );
00112 }
00113 
00114 
00115 void mechatester::clickedStartSim()
00116 {
00117 
00118 }
00119 
00120 
00121 void mechatester::clickedCheck()
00122 {
00123 
00124 }
00125 
00126 
00127 void mechatester::clickedReset()
00128 {
00129 
00130 }

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