Module: Wx::SF
- Defined in:
- lib/wx/shapes/base.rb,
lib/wx/shapes/shape.rb,
lib/wx/shapes/events.rb,
lib/wx/shapes/diagram.rb,
lib/wx/shapes/version.rb,
lib/wx/shapes/printout.rb,
lib/wx/shapes/thumbnail.rb,
lib/wx/shapes/arrow_base.rb,
lib/wx/shapes/shape_list.rb,
lib/wx/shapes/auto_layout.rb,
lib/wx/shapes/shape_canvas.rb,
lib/wx/shapes/shape_handle.rb,
lib/wx/shapes/canvas_history.rb,
lib/wx/shapes/arrows/cup_arrow.rb,
lib/wx/shapes/connection_point.rb,
lib/wx/shapes/shapes/box_shape.rb,
lib/wx/shapes/arrows/line_arrow.rb,
lib/wx/shapes/arrows/open_arrow.rb,
lib/wx/shapes/shape_data_object.rb,
lib/wx/shapes/shapes/grid_shape.rb,
lib/wx/shapes/shapes/line_shape.rb,
lib/wx/shapes/shapes/rect_shape.rb,
lib/wx/shapes/shapes/text_shape.rb,
lib/wx/shapes/arrows/prong_arrow.rb,
lib/wx/shapes/arrows/solid_arrow.rb,
lib/wx/shapes/shapes/curve_shape.rb,
lib/wx/shapes/shapes/ortho_shape.rb,
lib/wx/shapes/arrows/circle_arrow.rb,
lib/wx/shapes/arrows/filled_arrow.rb,
lib/wx/shapes/arrows/square_arrow.rb,
lib/wx/shapes/shapes/bitmap_shape.rb,
lib/wx/shapes/shapes/circle_shape.rb,
lib/wx/shapes/shapes/square_shape.rb,
lib/wx/shapes/arrows/diamond_arrow.rb,
lib/wx/shapes/shapes/control_shape.rb,
lib/wx/shapes/shapes/diamond_shape.rb,
lib/wx/shapes/shapes/ellipse_shape.rb,
lib/wx/shapes/shapes/manager_shape.rb,
lib/wx/shapes/shapes/polygon_shape.rb,
lib/wx/shapes/arrows/crossed_circle.rb,
lib/wx/shapes/shapes/multi_sel_rect.rb,
lib/wx/shapes/arrows/cross_bar_arrow.rb,
lib/wx/shapes/shapes/edit_text_shape.rb,
lib/wx/shapes/shapes/flex_grid_shape.rb,
lib/wx/shapes/shapes/round_rect_shape.rb,
lib/wx/shapes/shapes/round_ortho_shape.rb,
lib/wx/shapes/arrows/circle_prong_arrow.rb,
lib/wx/shapes/arrows/cross_bar_prong_arrow.rb,
lib/wx/shapes/arrows/cross_bar_circle_arrow.rb,
lib/wx/shapes/arrows/double_cross_bar_arrow.rb
Overview
Wx::SF::RoundRectShape - rounded rectangle shape class Copyright © M.J.N. Corino, The Netherlands
Defined Under Namespace
Modules: AutoLayout, ManagerShape Classes: ArrowBase, BitmapShape, BoxShape, CanvasDropTarget, CanvasHistory, CircleArrow, CircleProngArrow, CircleShape, ConnectionPoint, ContentCtrl, ControlShape, CrossBarArrow, CrossBarCircleArrow, CrossBarProngArrow, CrossedCircleArrow, CupArrow, CurveShape, DetachedContentCtrl, Diagram, DiamondArrow, DiamondShape, DoubleCrossBarArrow, ERRCODE, EditTextShape, EllipseShape, FilledArrow, FlexGridShape, GridShape, HBoxShape, LayoutAlgorithm, LayoutCircle, LayoutHorizontalTree, LayoutMesh, LayoutVerticalTree, LineArrow, LineShape, MultiSelRect, OpenArrow, OrthoLineShape, PolygonShape, Printout, ProngArrow, RectShape, RoundOrthoLineShape, RoundRectShape, SFException, Shape, ShapeCanvas, ShapeChildDropEvent, ShapeDataObject, ShapeDropEvent, ShapeEvent, ShapeHandleEvent, ShapeKeyEvent, ShapeList, ShapeMouseEvent, ShapePasteEvent, ShapeTextEvent, SolidArrow, SquareArrow, SquareShape, TextShape, Thumbnail, VBoxShape
Constant Summary collapse
- RECURSIVE =
true
- NORECURSIVE =
false
- DIRECT =
true
- INDIRECT =
false
- WITHCHILDREN =
true
- WITHOUTCHILDREN =
false
- ANY =
nil
- DELAYED =
true
- ACCEPT_ALL =
::NilClass
- INCLUDE_PARENTS =
true
- WITHOUT_PARENTS =
false
- INITIALIZE =
true
- DONT_INITIALIZE =
false
- DEFAULT_ME_OFFSET =
5
- SAVE_STATE =
true
- DONT_SAVE_STATE =
false
- FROM_PAINT =
true
- NOT_FROM_PAINT =
false
- PROMPT =
true
- NO_PROMPT =
false
- WITH_BACKGROUND =
true
- WITHOUT_BACKGROUND =
false
- EVT_SF_LINE_DONE =
Wx::EvtHandler.register_class(ShapeEvent, nil, 'evt_sf_line_done', 0)
- EVT_SF_TEXT_CHANGE =
Wx::EvtHandler.register_class(ShapeTextEvent, nil, 'evt_sf_text_change', 0)
- EVT_SF_ON_DROP =
Wx::EvtHandler.register_class(ShapeDropEvent, nil, 'evt_sf_on_drop', 0)
- EVT_SF_ON_PASTE =
Wx::EvtHandler.register_class(ShapePasteEvent, nil, 'evt_sf_on_paste', 0)
- EVT_SF_SHAPE_LEFT_DOWN =
Wx::EvtHandler.register_class(ShapeMouseEvent, nil, 'evt_sf_shape_left_down', 0)
- EVT_SF_SHAPE_LEFT_DCLICK =
Wx::EvtHandler.register_class(ShapeMouseEvent, nil, 'evt_sf_shape_left_dclick', 0)
- EVT_SF_SHAPE_RIGHT_DOWN =
Wx::EvtHandler.register_class(ShapeMouseEvent, nil, 'evt_sf_shape_right_down', 0)
- EVT_SF_SHAPE_RIGHT_DCLICK =
Wx::EvtHandler.register_class(ShapeMouseEvent, nil, 'evt_sf_shape_right_dclick', 0)
- EVT_SF_SHAPE_DRAG_BEGIN =
Wx::EvtHandler.register_class(ShapeMouseEvent, nil, 'evt_sf_shape_drag_begin', 0)
- EVT_SF_SHAPE_DRAG =
Wx::EvtHandler.register_class(ShapeMouseEvent, nil, 'evt_sf_shape_drag', 0)
- EVT_SF_SHAPE_DRAG_END =
Wx::EvtHandler.register_class(ShapeMouseEvent, nil, 'evt_sf_shape_drag_end', 0)
- EVT_SF_SHAPE_HANDLE_BEGIN =
Wx::EvtHandler.register_class(ShapeHandleEvent, nil, 'evt_sf_shape_handle_begin', 0)
- EVT_SF_SHAPE_HANDLE =
Wx::EvtHandler.register_class(ShapeHandleEvent, nil, 'evt_sf_shape_handle', 0)
- EVT_SF_SHAPE_HANDLE_END =
Wx::EvtHandler.register_class(ShapeHandleEvent, nil, 'evt_sf_shape_handle_end', 0)
- EVT_SF_SHAPE_KEYDOWN =
Wx::EvtHandler.register_class(ShapeKeyEvent, nil, 'evt_sf_shape_keydown', 0)
- EVT_SF_SHAPE_MOUSE_ENTER =
Wx::EvtHandler.register_class(ShapeMouseEvent, nil, 'evt_sf_shape_mouse_enter', 0)
- EVT_SF_SHAPE_MOUSE_OVER =
Wx::EvtHandler.register_class(ShapeMouseEvent, nil, 'evt_sf_shape_mouse_over', 0)
- EVT_SF_SHAPE_MOUSE_LEAVE =
Wx::EvtHandler.register_class(ShapeMouseEvent, nil, 'evt_sf_shape_mouse_leave', 0)
- EVT_SF_SHAPE_CHILD_DROP =
Wx::EvtHandler.register_class(ShapeChildDropEvent, nil, 'evt_sf_shape_child_drop', 0)
- EVT_SF_LINE_BEFORE_DONE =
Wx::EvtHandler.register_class(ShapeEvent, nil, 'evt_sf_line_before_done', 0)
- EVT_SF_LINE_HANDLE_ADD =
Wx::EvtHandler.register_class(ShapeHandleEvent, nil, 'evt_sf_line_handle_add', 0)
- EVT_SF_LINE_HANDLE_REMOVE =
Wx::EvtHandler.register_class(ShapeHandleEvent, nil, 'evt_sf_line_handle_remove', 0)
- EVT_SF_SHAPE_SIZE_CHANGED =
Wx::EvtHandler.register_class(ShapeEvent, nil, 'evt_sf_shape_size_changed', 0)
- VERSION =
'0.9.6'
- FIT_SHAPE_TO_CONTROL =
true
- FIT_CONTROL_TO_SHAPE =
false
- CANCEL_TEXT_CHANGES =
false
- APPLY_TEXT_CHANGES =
true