DOM::CSS2Azimuth Class Reference
The CSS2Azimuth interface represents the azimuth CSS Level 2 property.
More...
#include <css_extensions.h>
Inheritance diagram for DOM::CSS2Azimuth:


Public Member Functions | |
| CSS2Azimuth (const CSS2Azimuth &other) | |
| CSS2Azimuth (CSS2AzimuthImpl *impl) | |
| CSS2Azimuth & | operator= (const CSS2Azimuth &other) |
| unsigned short | azimuthType () const |
A code defining the type of the value as defined in CSSValue . | |
| DOM::DOMString | identifier () const |
If azimuthType is CSS_IDENT , identifier contains one of left-side, far-left, left, center-left, center, center-right, right, far-right, right-side, leftwards, rightwards. | |
| bool | behind () const |
behind indicates whether the behind identifier has been set. | |
| void | setAngleValue (const unsigned short unitType, const float floatValue) |
| A method to set the angle value with a specified unit. | |
| float | getAngleValue (const unsigned short unitType) |
| Used to retrieved the float value of the azimuth property. | |
| void | setIdentifier (const DOM::DOMString &identifier, const bool behind) |
| Setting the identifier for the azimuth property will unset any previously set angle value. | |
Detailed Description
The CSS2Azimuth interface represents the azimuth CSS Level 2 property.
Definition at line 42 of file css_extensions.h.
Member Function Documentation
|
|
A code defining the type of the value as defined in
It would be one of Definition at line 53 of file css_extensions.cpp. |
|
|
If The empty string if none is set. Definition at line 59 of file css_extensions.cpp. |
|
|
Definition at line 65 of file css_extensions.cpp. |
|
||||||||||||
|
A method to set the angle value with a specified unit. This method will unset any previously set identifiers values.
Definition at line 71 of file css_extensions.cpp. |
|
|
Used to retrieved the float value of the azimuth property.
Definition at line 77 of file css_extensions.cpp. |
|
||||||||||||
|
Setting the identifier for the azimuth property will unset any previously set angle value.
The value of
Definition at line 83 of file css_extensions.cpp. |
The documentation for this class was generated from the following files:
