cluttermm 1.3.3
|
Public Types | |
typedef guint | size_type |
typedef int | difference_type |
typedef Knot | value_type |
typedef Knot& | reference |
typedef const Knot& | const_reference |
typedef Knot* | iterator |
typedef const Knot* | const_iterator |
typedef std::reverse_iterator < iterator > | reverse_iterator |
typedef std::reverse_iterator < const_iterator > | const_reverse_iterator |
Public Member Functions | |
PathNode () | |
PathNode (const ClutterPathNode* gobject) | |
ClutterPathNode* | gobj () |
Provides access to the underlying C instance. | |
const ClutterPathNode* | gobj () const |
Provides access to the underlying C instance. | |
PathNode (PathNodeType type) | |
size_type | size () const |
bool | empty () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
reverse_iterator | rbegin () |
reverse_iterator | rend () |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | rend () const |
reference | front () |
const_reference | front () const |
reference | back () |
const_reference | back () const |
reference | operator[] (size_type i) |
const_reference | operator[] (size_type i) const |
Protected Attributes | |
ClutterPathNode | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
bool | operator== (const PathNode& lhs, const PathNode& rhs) |
bool | operator!= (const PathNode& lhs, const PathNode& rhs) |
Clutter::PathNode& | wrap (ClutterPathNode* object) |
const Clutter::PathNode& | wrap (const ClutterPathNode* object) |
typedef const Knot* Clutter::PathNode::const_iterator |
typedef const Knot& Clutter::PathNode::const_reference |
typedef int Clutter::PathNode::difference_type |
typedef Knot* Clutter::PathNode::iterator |
typedef Knot& Clutter::PathNode::reference |
typedef guint Clutter::PathNode::size_type |
typedef Knot Clutter::PathNode::value_type |
Clutter::PathNode::PathNode | ( | ) |
Clutter::PathNode::PathNode | ( | const ClutterPathNode * | gobject | ) | [explicit] |
Clutter::PathNode::PathNode | ( | PathNodeType | type | ) | [explicit] |
reference Clutter::PathNode::back | ( | ) | [inline] |
const_reference Clutter::PathNode::back | ( | ) | const [inline] |
iterator Clutter::PathNode::begin | ( | ) |
const_iterator Clutter::PathNode::begin | ( | ) | const |
bool Clutter::PathNode::empty | ( | ) | const |
const_iterator Clutter::PathNode::end | ( | ) | const |
iterator Clutter::PathNode::end | ( | ) |
reference Clutter::PathNode::front | ( | ) | [inline] |
const_reference Clutter::PathNode::front | ( | ) | const [inline] |
const ClutterPathNode* Clutter::PathNode::gobj | ( | ) | const [inline] |
Provides access to the underlying C instance.
ClutterPathNode* Clutter::PathNode::gobj | ( | ) | [inline] |
Provides access to the underlying C instance.
const_reference Clutter::PathNode::operator[] | ( | size_type | i | ) | const [inline] |
reverse_iterator Clutter::PathNode::rbegin | ( | ) | [inline] |
const_reverse_iterator Clutter::PathNode::rbegin | ( | ) | const [inline] |
const_reverse_iterator Clutter::PathNode::rend | ( | ) | const [inline] |
reverse_iterator Clutter::PathNode::rend | ( | ) | [inline] |
size_type Clutter::PathNode::size | ( | ) | const |
lhs | The left-hand side |
rhs | The right-hand side |
lhs | The left-hand side |
rhs | The right-hand side |
Clutter::PathNode& wrap | ( | ClutterPathNode * | object | ) | [related] |
object | The C instance |
const Clutter::PathNode& wrap | ( | const ClutterPathNode * | object | ) | [related] |
object | The C instance |
ClutterPathNode Clutter::PathNode::gobject_ [protected] |