Property | Type | Description | |
---|---|---|---|
brush_width | ToolBarComboBox | ||
brush_width_label | ToolBarLabel | ||
brush_width_minus | ToolBarButton | ||
brush_width_plus | ToolBarButton | ||
current_point | PointD | ||
fill_color | Color | ||
fill_outline | ToolBarComboBox | ||
fill_outline_image | ToolBarImage | ||
fill_outline_label | ToolBarLabel | ||
is_drawing | bool | ||
last_dirty | Rectangle | ||
outline_color | Color | ||
shape_origin | PointD | ||
spacer_label | ToolBarLabel | ||
surface_modified | bool | ||
undo_surface | ImageSurface |
Method | Description | |
---|---|---|
ShapeTool ( ) : System |
Method | Description | |
---|---|---|
BuildToolBar ( Gtk tb ) : void | ||
CreateHistoryItem ( ) : |
||
DrawShape ( |
||
GetRectangleFromPoints ( |
||
MinusButtonClickedEvent ( object o, |
||
OnBuildToolBar ( Gtk tb ) : void | ||
OnMouseDown ( Gtk canvas, Gtk args, Cairo point ) : void | ||
OnMouseMove ( object o, Gtk args, Cairo point ) : void | ||
OnMouseUp ( Gtk canvas, Gtk args, Cairo point ) : void | ||
PlusButtonClickedEvent ( object o, EventArgs args ) : void | ||
PointsToRectangle ( PointD p1, PointD p2, bool constrain ) : Rectangle |
protected CreateHistoryItem ( ) : |
||
return |
protected DrawShape ( |
||
r | ||
l | ||
return |
protected GetRectangleFromPoints ( |
||
a | ||
b | ||
return | Gdk.Rectangle |
protected MinusButtonClickedEvent ( object o, |
||
o | object | |
args | ||
return | void |
protected OnMouseDown ( Gtk canvas, Gtk args, Cairo point ) : void | ||
canvas | Gtk | |
args | Gtk | |
point | Cairo | |
return | void |
protected OnMouseMove ( object o, Gtk args, Cairo point ) : void | ||
o | object | |
args | Gtk | |
point | Cairo | |
return | void |
protected OnMouseUp ( Gtk canvas, Gtk args, Cairo point ) : void | ||
canvas | Gtk | |
args | Gtk | |
point | Cairo | |
return | void |
protected PlusButtonClickedEvent ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
protected PointsToRectangle ( PointD p1, PointD p2, bool constrain ) : Rectangle | ||
p1 | PointD | |
p2 | PointD | |
constrain | bool | |
return | Rectangle |
protected ToolBarLabel brush_width_label | ||
return | ToolBarLabel |
protected ToolBarButton brush_width_minus | ||
return | ToolBarButton |
protected ToolBarButton brush_width_plus | ||
return | ToolBarButton |
protected ToolBarImage fill_outline_image | ||
return | ToolBarImage |
protected ToolBarLabel fill_outline_label | ||
return | ToolBarLabel |