public nothrow | PathComponent(PathView* pathView_, const String<char>& name_, void* data_) |
public inline nothrow void* | Data() const |
public void | Draw(Graphics& graphics) |
public inline nothrow const Size& | GetSize() const |
public inline nothrow State | GetState() const |
public inline nothrow const Point& | Location() const |
public void | Measure(Graphics& graphics) |
public nothrow void | SetLocation(const Point& location_) |
public nothrow void | SetState(State state_) |
public enum | State |
private void* | data |
private Point | location |
private String<char> | name |
private PathView* | pathView |
private Size | size |
private State | state |