Struct

RmfPath

since: 0

Description [src]

struct RmfPath {
  None path_name;
  None classname;
  rmf_int path_type;
  GPtrArray* nodes;
}

A path placed by the Path Tool.

Structure members
path_name

Base name of this path.

classname

Path’s class name (usually path_corner or path_track).

path_type

The direction of the path.

nodes

The constituent nodes.

Available since: 0

Instance methods

rmf_path_copy
No description available.

since: 0

rmf_path_free
No description available.

since: 0