DOM::PairImpl Class Reference
List of all members.Detailed Description
Definition at line 292 of file css_valueimpl.h.
Public Member Functions | |
| PairImpl () | |
| PairImpl (CSSPrimitiveValueImpl *first, CSSPrimitiveValueImpl *second) | |
| virtual | ~PairImpl () |
| CSSPrimitiveValueImpl * | first () const |
| CSSPrimitiveValueImpl * | second () const |
| void | setFirst (CSSPrimitiveValueImpl *first) |
| void | setSecond (CSSPrimitiveValueImpl *second) |
Protected Attributes | |
| CSSPrimitiveValueImpl * | m_first |
| CSSPrimitiveValueImpl * | m_second |
The documentation for this class was generated from the following files:

