public nothrow | ToolButtonBase() |
public abstract void | Draw(Graphics& graphics, const Point& origin) |
public inline nothrow const Size& | GetSize() const |
public inline nothrow ToolBar* | GetToolBar() const |
public inline nothrow const Point& | Location() const |
public inline nothrow void | SetLocation(const Point& location_) |
public inline nothrow void | SetSize(const Size& size_) |
public virtual nothrow void | SetToolBar(ToolBar* toolBar_) |
private Point | location |
private Size | size |
private ToolBar* | toolBar |