00001 // 00002 // C++ Interface: guidimension 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: Martin Bickel <bickel@asc-hq.org>, (C) 2004 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 #ifndef GUIDIMENSION_H 00013 #define GUIDIMENSION_H 00014 00015 00019 class GuiDimension{ 00020 public: 00021 GuiDimension(); 00022 00023 static int getLeftIndent(); 00024 static int getTopOffSet(); 00025 static int getLeftOffSet(); 00026 00027 static int getLineEditWidth(); 00028 static int getLineOffset(); 00029 static int getButtonHeight(); 00030 static int getButtonWidth(); 00031 00032 static int getSliderWidth(); 00033 00034 00035 ~GuiDimension(); 00036 00037 }; 00038 00039 #endif 00040 00041 00042
1.4.2