[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: GR32_Layers.pas line 664
type TRubberbandLayer = class(TCustomRubberBandLayer) |
||
protected |
||
|
||
|
||
procedure SetHandles(); |
|
|
procedure SetOptions(); |
|
|
function GetValidDragStates; |
|
|
function CanQuantize; override; |
|
|
procedure DoSetLocation(); override; |
|
|
function GetHitTest(); override; |
|
|
function GetHitTestCursor(); override; |
|
|
function IsFrameVisible; override; |
|
|
function IsVertexVisible(); override; |
|
|
function AllowMove; override; |
|
|
procedure DrawFrame(); override; |
|
|
procedure DoUpdateFrame(); override; |
|
|
function ApplyOffset(); override; |
|
|
procedure DoResizing(); virtual; |
|
|
procedure DoConstrain(); virtual; |
|
|
function GetDragState(); virtual; overload; |
|
|
procedure DoSetDragState(); overload; |
|
|
procedure SetDragState(); |
|
|
function GetHandleCursor(); virtual; |
|
|
public |
||
constructor Create(); override; |
|
|
property Options: TRBOptions; [rw] |
|
|
property Handles: TRBHandles; [rw] |
|
|
|
||
|
||
|
||
|
||
property OnConstrain: TRBConstrainEvent; [rw] |
|
|
property OnResizing: TRBResizingEvent; [rw] |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
TObject,IInterface |
CT Web help |
CodeTyphon Studio |