DOM::CSS2Azimuth Class Reference
TheCSS2Azimuth 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 | 
| DOM::DOMString | identifier () const | 
| bool | behind () const | 
| void | setAngleValue (const unsigned short unitType, const float floatValue) | 
| float | getAngleValue (const unsigned short unitType) | 
| void | setIdentifier (const DOM::DOMString &identifier, const bool behind) | 
Detailed Description
TheCSS2Azimuth 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:

