#include <glibmm.h>#include <cluttermm/types.h>#include <glibmm/object.h>#include <clutter/clutter.h>Go to the source code of this file.
Namespaces | |
| namespace | Clutter |
| namespace | Glib |
Classes | |
| class | Clutter::PathNode |
| class | Clutter::Path |
| class | Clutter::Path::Nodes |
| class | Clutter::Path::Nodes::reference |
| class | Clutter::Path::Nodes::const_iterator |
| class | Clutter::Path::Nodes::iterator |
Enumerations | |
| enum | Clutter::PathNodeType { Clutter::PATH_MOVE_TO = 0, Clutter::PATH_LINE_TO = 1, Clutter::PATH_CURVE_TO = 2, Clutter::PATH_CLOSE = 3, Clutter::PATH_RELATIVE = 32, Clutter::PATH_REL_MOVE_TO = PATH_MOVE_TO | PATH_RELATIVE, Clutter::PATH_REL_LINE_TO = PATH_LINE_TO | PATH_RELATIVE, Clutter::PATH_REL_CURVE_TO = PATH_CURVE_TO | PATH_RELATIVE } |
Functions | |
| PathNodeType | Clutter::operator| (PathNodeType lhs, PathNodeType rhs) |
| PathNodeType | Clutter::operator & (PathNodeType lhs, PathNodeType rhs) |
| PathNodeType | Clutter::operator^ (PathNodeType lhs, PathNodeType rhs) |
| PathNodeType | Clutter::operator~ (PathNodeType flags) |
| PathNodeType & | Clutter::operator|= (PathNodeType &lhs, PathNodeType rhs) |
| PathNodeType & | Clutter::operator &= (PathNodeType &lhs, PathNodeType rhs) |
| PathNodeType & | Clutter::operator^= (PathNodeType &lhs, PathNodeType rhs) |
1.5.6