TAPs 0.7.7.3
TAPsWXDialogPersonalRecord.cpp
Go to the documentation of this file.
00001 /******************************************************************************
00002 TAPsWXElasticRodParameters.hpp
00003 ******************************************************************************/
00007 /******************************************************************************
00008 SUKITTI PUNAK   (08/18/2009)
00009 ******************************************************************************/
00010 #ifndef TAPs_WX_ELASTIC_ROD_PARAMETERS_HPP
00011 #define TAPs_WX_ELASTIC_ROD_PARAMETERS_HPP
00012 
00013 #include "wx/wx.h"
00014 #include "wx/image.h"
00015 #include "wx/xrc/xmlres.h"
00016 
00017 // the application icon
00018 #if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
00019     #include "rc/appicon.xpm"
00020 #endif
00021 
00022 BEGIN_NAMESPACE_TAPs__WX
00023 //=============================================================================
00024 class WXElasticRodParameters {
00025 //=============================================================================
00026 public:
00027     // Member Functions -------------------------------------------------------
00028     //-------------------------------------------------------------------------
00029     
00031     WXElasticRodParameters ();
00032 
00034     ~WXElasticRodParameters ();
00035 
00037     void PropertyDialog ();
00038 
00039     // Data Members -----------------------------------------------------------
00040 //=============================================================================
00041 protected:
00042     // Member Functions -------------------------------------------------------
00043     // Data Members -----------------------------------------------------------
00044 //=============================================================================
00045 private:
00046     // Member Functions -------------------------------------------------------
00047     // Data Members -----------------------------------------------------------
00048 //=============================================================================
00049 }; // END CLASS WXElasticRodParameters
00050 //=============================================================================
00051 END_NAMESPACE_TAPs__WX
00052 //-----------------------------------------------------------------------------
00053 #if !defined( TAPs_USE_EXPORT )
00054     #include "TAPsWXElasticRodParameters.cpp"
00055 #endif
00056 //-----------------------------------------------------------------------------
00057 #endif
00058 //34567890123456789012345678901234567890123456789012345678901234567890123456789
00059 //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines