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