- color
col4 color [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- color
col4 color [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- text
wstring text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- text
wstring text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- textAlign
TextAlign textAlign [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- textAlign
TextAlign textAlign [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- act_area
DiArea act_area;
Undocumented in source.
- setContext
void setContext(DiContext nctx)
Undocumented in source. Be warned that the author may not have intended to support it.
- addChild
void addChild(DiWidget e)
Undocumented in source. Be warned that the author may not have intended to support it.
- garbage
DiWidget[] garbage;
Undocumented in source.
- removeChilds
auto removeChilds(DiWidget[] list)
Undocumented in source. Be warned that the author may not have intended to support it.
- changeChildsList
EmptySignal changeChildsList;
Undocumented in source.
- size_lim
size_lim_t!int size_lim;
- forceReshape
void forceReshape(irect r)
принудительное изменение размера bbox, вне зависимости от фиксированности
- processEventMask
ubyte processEventMask;
обрабатывает ли элемент события
- ctx
DiContext ctx;
- parent
DiWidget parent;
- childs
DiWidget[] childs;
список дочерних элементов
- cur
DiWidget cur;
- inner_offset
ivec2 inner_offset;
внутреннее смещение области для дочерних элементов
- inner_scale
vec2 inner_scale;
Undocumented in source.
- focus
bool focus [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- focus
bool focus [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- EventCode
enum EventCode
Undocumented in source.
- find
DiWidget find(vec2 mpos, ubyte evcode)
поиск дочернего элемента по локальному положению мыши и коду события
- is_visible
bool is_visible;
Undocumented in source.
- visible
bool visible [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- visible
bool visible [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRect
irect drawRect [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- offset
vec2 offset [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- offset
vec2 offset [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- scale
vec2 scale [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- scale
vec2 scale [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- activeArea
const(DiArea) activeArea [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- rect
irect rect [@property getter]
возвращает копию прямоугольника
- rect
irect rect [@property setter]
- lims
size_lim_t!int lims [@property getter]
возвращает копию пределов размера прямоугольника
- reparent
void reparent(DiWidget npar)
Undocumented in source. Be warned that the author may not have intended to support it.
- reshape
ReshapeSignal reshape;
Undocumented in source.
- layout
DiLayout layout;
Undocumented in source.
- relayout
EmptySignal relayout;
Undocumented in source.
- activate
EmptySignal activate;
Undocumented in source.
- release
EmptySignal release;
Undocumented in source.
- update
EmptySignal update;
Undocumented in source.
- idle
EmptySignal idle;
Undocumented in source.
- draw
SignalBoxNoArgs draw;
Undocumented in source.
- keyboard
CondDiKeyboardSignal keyboard;
Undocumented in source.
- mouse
CondDiMouseSignal mouse;
Undocumented in source.
- joystick
CondDiJoySignal joystick;
Undocumented in source.
- evtext
CondDiTextSignal evtext;
Undocumented in source.
- onDestruct
EmptySignal onDestruct;
Undocumented in source.
- destruct
void destruct()
Undocumented in source. Be warned that the author may not have intended to support it.
- isDestructed
bool isDestructed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.