css_extensionsimpl.cpp
00001
00022 #include "DOMException.h"
00023 #include "DOMString.h"
00024
00025 #include "CSS2AzimuthImpl.h"
00026 using namespace DOM;
00027
00028 CSS2AzimuthImpl::CSS2AzimuthImpl(DocumentImpl *doc) : CSSValueImpl(doc)
00029 {
00030 }
00031
00032 CSS2AzimuthImpl::~CSS2AzimuthImpl()
00033 {
00034 }
00035
00036 unsigned short CSS2AzimuthImpl::azimuthType() const
00037 {
00038 }
00039
00040 DOMString CSS2AzimuthImpl::identifier() const
00041 {
00042 }
00043
00044 bool CSS2AzimuthImpl::behind() const
00045 {
00046 }
00047
00048 void CSS2AzimuthImpl::setAngleValue( const unsigned short &unitType, const float &floatValue )
00049 {
00050 }
00051
00052 float CSS2AzimuthImpl::getAngleValue( const unsigned short &unitType )
00053 {
00054 }
00055
00056 void CSS2AzimuthImpl::setIdentifier( const DOMString &identifier, const bool &behind )
00057 {
00058 }
00059
00060
00061
00062
00063
00064 #include "CSS2BackgroundPositionImpl.h"
00065 CSS2BackgroundPositionImpl::CSS2BackgroundPositionImpl(DocumentImpl *doc) : CSSValueImpl(doc)
00066 {
00067 }
00068
00069 CSS2BackgroundPositionImpl::~CSS2BackgroundPositionImpl()
00070 {
00071 }
00072
00073 unsigned short CSS2BackgroundPositionImpl::horizontalType() const
00074 {
00075 }
00076
00077 unsigned short CSS2BackgroundPositionImpl::verticalType() const
00078 {
00079 }
00080
00081 DOMString CSS2BackgroundPositionImpl::horizontalIdentifier() const
00082 {
00083 }
00084
00085 DOMString CSS2BackgroundPositionImpl::verticalIdentifier() const
00086 {
00087 }
00088
00089 float CSS2BackgroundPositionImpl::getHorizontalPosition( const float &horizontalType )
00090 {
00091 }
00092
00093 float CSS2BackgroundPositionImpl::getVerticalPosition( const float &verticalType )
00094 {
00095 }
00096
00097 void CSS2BackgroundPositionImpl::setHorizontalPosition( const unsigned short &horizontalType, const float &value )
00098 {
00099 }
00100
00101 void CSS2BackgroundPositionImpl::setVerticalPosition( const unsigned short &verticalType, const float &value )
00102 {
00103 }
00104
00105 void CSS2BackgroundPositionImpl::setPositionIdentifier( const DOMString &horizontalIdentifier, const DOMString &verticalIdentifier )
00106 {
00107 }
00108
00109
00110
00111
00112
00113 #include "CSS2BorderSpacingImpl.h"
00114 CSS2BorderSpacingImpl::CSS2BorderSpacingImpl(DocumentImpl *doc) : CSSValueImpl(doc)
00115 {
00116 }
00117
00118 CSS2BorderSpacingImpl::~CSS2BorderSpacingImpl()
00119 {
00120 }
00121
00122 unsigned short CSS2BorderSpacingImpl::horizontalType() const
00123 {
00124 }
00125
00126 unsigned short CSS2BorderSpacingImpl::verticalType() const
00127 {
00128 }
00129
00130 float CSS2BorderSpacingImpl::getHorizontalSpacing( const float &horizontalType )
00131 {
00132 }
00133
00134 float CSS2BorderSpacingImpl::getVerticalSpacing( const float &verticalType )
00135 {
00136 }
00137
00138 void CSS2BorderSpacingImpl::setHorizontalSpacing( const unsigned short &horizontalType, const float &value )
00139 {
00140 }
00141
00142 void CSS2BorderSpacingImpl::setVerticalSpacing( const unsigned short &verticalType, const float &value )
00143 {
00144 }
00145
00146 void CSS2BorderSpacingImpl::setInherit()
00147 {
00148 }
00149
00150
00151
00152
00153
00154 #include "CSS2CounterIncrementImpl.h"
00155 CSS2CounterIncrementImpl::CSS2CounterIncrementImpl(DocumentImpl *doc)
00156 {
00157 }
00158
00159 CSS2CounterIncrementImpl::~CSS2CounterIncrementImpl()
00160 {
00161 }
00162
00163 short CSS2CounterIncrementImpl::increment() const
00164 {
00165 }
00166
00167 void CSS2CounterIncrementImpl::setIncrement( const short & )
00168 {
00169 }
00170
00171
00172
00173
00174
00175 #include "CSS2CounterResetImpl.h"
00176 CSS2CounterResetImpl::CSS2CounterResetImpl(DocumentImpl *doc)
00177 {
00178 }
00179
00180 CSS2CounterResetImpl::~CSS2CounterResetImpl()
00181 {
00182 }
00183
00184 short CSS2CounterResetImpl::reset() const
00185 {
00186 }
00187
00188 void CSS2CounterResetImpl::setReset( const short & )
00189 {
00190 }
00191
00192
00193
00194
00195 #include "CSSValueList.h"
00196 #include "CSS2CursorImpl.h"
00197 CSS2CursorImpl::CSS2CursorImpl(DocumentImpl *doc) : CSSValueImpl(doc)
00198 {
00199 }
00200
00201 CSS2CursorImpl::~CSS2CursorImpl()
00202 {
00203 }
00204
00205 unsigned short CSS2CursorImpl::cursorType() const
00206 {
00207 }
00208
00209 void CSS2CursorImpl::setCursorType( const unsigned short & )
00210 {
00211 }
00212
00213 CSSValueList CSS2CursorImpl::uris() const
00214 {
00215 }
00216
00217 #include "CSS2FontFaceSrcImpl.h"
00218 CSS2FontFaceSrcImpl::CSS2FontFaceSrcImpl(DocumentImpl *doc)
00219 {
00220 }
00221
00222 CSS2FontFaceSrcImpl::~CSS2FontFaceSrcImpl()
00223 {
00224 }
00225
00226 CSSValueList CSS2FontFaceSrcImpl::format() const
00227 {
00228 }
00229
00230
00231
00232
00233 #include "CSS2FontFaceWidthsImpl.h"
00234 CSS2FontFaceWidthsImpl::CSS2FontFaceWidthsImpl(DocumentImpl *doc)
00235 {
00236 }
00237
00238 CSS2FontFaceWidthsImpl::~CSS2FontFaceWidthsImpl()
00239 {
00240 }
00241
00242 CSSValueList CSS2FontFaceWidthsImpl::numbers() const
00243 {
00244 }
00245
00246
00247
00248
00249 #include "CSS2PageSizeImpl.h"
00250 CSS2PageSizeImpl::CSS2PageSizeImpl(DocumentImpl *doc) : CSSValueImpl(doc)
00251 {
00252 }
00253
00254 CSS2PageSizeImpl::~CSS2PageSizeImpl()
00255 {
00256 }
00257
00258 unsigned short CSS2PageSizeImpl::widthType() const
00259 {
00260 }
00261
00262 unsigned short CSS2PageSizeImpl::heightType() const
00263 {
00264 }
00265
00266 DOMString CSS2PageSizeImpl::identifier() const
00267 {
00268 }
00269
00270 float CSS2PageSizeImpl::getWidth( const float &widthType )
00271 {
00272 }
00273
00274 float CSS2PageSizeImpl::getHeightSize( const float &heightType )
00275 {
00276 }
00277
00278 void CSS2PageSizeImpl::setWidthSize( const unsigned short &widthType, const float &value )
00279 {
00280 }
00281
00282 void CSS2PageSizeImpl::setHeightSize( const unsigned short &heightType, const float &value )
00283 {
00284 }
00285
00286 void CSS2PageSizeImpl::setIdentifier( const DOMString &identifier )
00287 {
00288 }
00289
00290
00291
00292
00293 #include "CSS2PlayDuringImpl.h"
00294 CSS2PlayDuringImpl::CSS2PlayDuringImpl(DocumentImpl *doc) : CSSValueImpl(doc)
00295 {
00296 }
00297
00298 CSS2PlayDuringImpl::~CSS2PlayDuringImpl()
00299 {
00300 }
00301
00302 unsigned short CSS2PlayDuringImpl::playDuringType() const
00303 {
00304 }
00305
00306 bool CSS2PlayDuringImpl::mix() const
00307 {
00308 }
00309
00310 void CSS2PlayDuringImpl::setMix( const bool & )
00311 {
00312 }
00313
00314 bool CSS2PlayDuringImpl::repeat() const
00315 {
00316 }
00317
00318 void CSS2PlayDuringImpl::setRepeat( const bool & )
00319 {
00320 }
00321
00322
00323
00324
00325
00326 #include "CSS2PropertiesImpl.h"
00327 CSS2PropertiesImpl::CSS2PropertiesImpl(DocumentImpl *doc)
00328 {
00329 }
00330
00331 CSS2PropertiesImpl::~CSS2PropertiesImpl()
00332 {
00333 }
00334
00335
00336
00337
00338 #include "CSSValue.h"
00339
00340 #include "CSS2TextShadowImpl.h"
00341 CSS2TextShadowImpl::CSS2TextShadowImpl(DocumentImpl *doc)
00342 {
00343 }
00344
00345 CSS2TextShadowImpl::~CSS2TextShadowImpl()
00346 {
00347 }
00348
00349 CSSValue CSS2TextShadowImpl::color() const
00350 {
00351 }
00352
00353 CSSValue CSS2TextShadowImpl::horizontal() const
00354 {
00355 }
00356
00357 CSSValue CSS2TextShadowImpl::vertical() const
00358 {
00359 }
00360
00361 CSSValue CSS2TextShadowImpl::blur() const
00362 {
00363 }
00364
00365
00366
This file is part of the documentation for khtml Library Version 3.4.0.