#include <glibmm.h>
#include <cluttermm/types.h>
#include <glibmm/object.h>
#include <cairomm/context.h>
#include <clutter/clutter.h>
Go to the source code of this file.
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 |
Namespaces | |
namespace | Clutter |
namespace | Glib |
Enumerations | |
enum | Clutter::PathNodeType { Clutter::PATH_MOVE_TO, Clutter::PATH_LINE_TO, Clutter::PATH_CURVE_TO, Clutter::PATH_CLOSE, Clutter::PATH_REL_MOVE_TO = PATH_MOVE_TO | CLUTTER_PATH_RELATIVE, Clutter::PATH_REL_LINE_TO = PATH_LINE_TO | CLUTTER_PATH_RELATIVE, Clutter::PATH_REL_CURVE_TO = PATH_CURVE_TO | CLUTTER_PATH_RELATIVE } |