kmobiletools
atengineconfig.h
Go to the documentation of this file.00001 // This file is generated by kconfig_compiler from atengineconfig.kcfg. 00002 // All changes you do to this file will be lost. 00003 #ifndef ATDEVICESCONFIG_H 00004 #define ATDEVICESCONFIG_H 00005 00006 #include <libkmobiletools/devicesconfig.h> 00007 00008 #include <kconfigskeleton.h> 00009 #include <kdebug.h> 00010 00011 class ATDevicesConfigPrivate; 00012 00013 class ATDevicesConfig : public KMobileTools::DevicesConfig 00014 { 00015 public: 00016 00017 ATDevicesConfig( const QString &cfgfilename, const QString & DeviceConfigName ); 00018 ~ATDevicesConfig(); 00019 00023 void setAt_initString( const QString & v ); 00024 00028 QString at_initString() const; 00029 00033 void setAt_initString2( const QString & v ); 00034 00038 QString at_initString2() const; 00039 00043 void setAt_baudrate( int v ); 00044 00048 int at_baudrate() const; 00049 00053 void setAt_dialsystem( uint v ); 00054 00058 uint at_dialsystem() const; 00059 00063 void setAt_connUSB( bool v ); 00064 00068 bool at_connUSB() const; 00069 00073 void setAt_connIrdA( bool v ); 00074 00078 bool at_connIrdA() const; 00079 00083 void setAt_connSerial( bool v ); 00084 00088 bool at_connSerial() const; 00089 00093 void setAt_connBluetooth( bool v ); 00094 00098 bool at_connBluetooth() const; 00099 00103 void setAt_connCustom( bool v ); 00104 00108 bool at_connCustom() const; 00109 00113 void setAt_motomode2( bool v ); 00114 00118 bool at_motomode2() const; 00119 00123 void setAt_smsslots( const QStringList & v ); 00124 00128 QStringList at_smsslots() const; 00129 00133 void setAt_pbslots( const QStringList & v ); 00134 00138 QStringList at_pbslots() const; 00139 00143 void setAt_availsmsslots( const QStringList & v ); 00144 00148 QStringList at_availsmsslots() const; 00149 00153 void setAt_availpbslots( const QStringList & v ); 00154 00158 QStringList at_availpbslots() const; 00159 00163 void setAt_encoding( const QString & v ); 00164 00168 QString at_encoding() const; 00169 00173 void setAt_availencodings( const QStringList & v ); 00174 00178 QStringList at_availencodings() const; 00179 00183 void setAt_userdevices( const QStringList & v ); 00184 00188 QStringList at_userdevices() const; 00189 00190 protected: 00191 QString mParamDeviceConfigName; 00192 private: 00193 ATDevicesConfigPrivate *d; 00194 // Include custom additions 00195 #include "atengineconfig_addons.h" 00196 }; 00197 00198 #endif 00199
KDE 4.2 API Reference