class
DragEditor
: public
InputHandler
, public
Observable
(Return to index)
Type:
Instantiable
Base Classes:
public
InputHandler
, public
Observable
Derived Classes
Include file:
IVGlyph/dragedit.h
Public:
DragEditor
(
BoundedValue
* bv,
WidgetKit
*,
Style
*,
Action
* =nil,
Action
* =nil)
virtual void
drag
(const
Event
&)
void
field
(const char*)
virtual void
press
(const
Event
&)
virtual void
release
(const
Event
&)
BoundedValue
*
value
()
~DragEditor
()
Protected:
BoundedValue
*
bv_
Action
*
down_
int
ey
WidgetKit
*
kit_
Patch
*
patch_
Action
*
up_
(more documentation)