Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

/cygdrive/d/Eigene Dateien/!DProcs/code_gen/src/firstclass.h

Go to the documentation of this file.
00001 // Class firstclass 
00002 // Filename firstclass.h 
00003 
00004 #ifndef firstclass_h 
00005 #define firstclass_h 
00006 
00007 
00008 class firstclass
00009 {
00010 protected:
00011 //! keine beschreib
00012 int Count1;
00013 
00014 //! keine beschreib 2
00015 int Count2;
00016 
00017 //! keine beschreib 2
00018 float var3;
00019 
00020 public:
00021 //! method nummer 1
00022 virtual int method1(
00023 int param1,
00024 float param2);
00025 
00026 //! getter method for Count1
00027 virtual int getCount1();
00028 
00029 //! setter method for Count1
00030 virtual void setCount1(
00031 int newValue);
00032 
00033 //! getter method for Count2
00034 virtual int getCount2();
00035 
00036 //! setter method for Count2
00037 virtual void setCount2(
00038 int newValue);
00039 
00040 //! getter method for var3
00041 virtual float getvar3();
00042 
00043 //! setter method for var3
00044 virtual void setvar3(
00045 float newValue);
00046 
00047 
00048 };
00049 #endif
00050 

Generated on Thu Mar 18 18:33:47 2004 for miniQT by doxygen1.2.18