Biomechanical Joint Model
 Author: Anderson Maciel

modeljoint.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 modeljoint::fileOpen()
00013 {
00014     
00015 }
00016 
00017 
00018 void modeljoint::fileExportAs()
00019 {
00020 
00021 }
00022 
00023 
00024 
00025 
00026 void modeljoint::fileExit()
00027 {
00028     exit(1);
00029 }
00030 
00031 
00032 
00033 
00034 void modeljoint::helpAbout()
00035 {
00036     openglArea->help();
00037 }
00038 
00039 
00040 void modeljoint::init()
00041 {
00042     openglArea->startTimer( 50 );
00043 }
00044 
00045 
00046 
00047 
00048 
00049 
00050 void modeljoint::viewOptions()
00051 {
00052 
00053 }
00054 
00055 
00056 void modeljoint::updateSampling()
00057 {
00058 
00059 }
00060 
00061 
00062 
00063 
00064 
00065 void modeljoint::selectMaterial()
00066 {
00067 
00068 }
00069 
00070 
00071 void modeljoint::materialChanged(int, int)
00072 {
00073 
00074 }
00075 
00076 
00077 void modeljoint::clickedNewMaterial()
00078 {
00079 
00080 }
00081 
00082 
00083 void modeljoint::clickedDelMaterial()
00084 {
00085 
00086 }
00087 
00088 
00089 void modeljoint::clickedAssociate()
00090 {
00091 
00092 }
00093 
00094 
00095 void modeljoint::clickedStartSim()
00096 {
00097 
00098 }
00099 
00100 
00101 void modeljoint::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 modeljoint::timestepChanged()
00110 {
00111     sbFPS->setValue( (int)((1.0/atof( leTimeStep->text() ))+0.5) );
00112 }
00113 
00114 
00115 void modeljoint::fileLoad_scene()
00116 {
00117 
00118 }
00119 
00120 
00121 void modeljoint::changedNumIntegration()
00122 {
00123 
00124 }
00125 
00126 
00127 void modeljoint::changedCollisionTreatment()
00128 {
00129 
00130 }
00131 
00132 
00133 void modeljoint::pauseSim()
00134 {
00135 
00136 }
00137 
00138 
00139 
00140 
00141 void modeljoint::durationChange()
00142 {
00143 
00144 }
00145 
00146 
00147 void modeljoint::changed2ndPass()
00148 {
00149 
00150 }
00151 
00152 
00153 void modeljoint::sliderNominalReleased()
00154 {
00155 
00156 }
00157 
00158 
00159 void modeljoint::exportPrecalculationChanged()
00160 {
00161 
00162 }
00163 
00164 
00165 void modeljoint::animationResolutionChanged()
00166 {
00167 
00168 }

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