qui v0.6.2 (2023-01-12T03:27:17Z)
Dub
Repo
QWidget.write
qui
qui
QWidget
writes a character on terminal
bool
write
(dchar c, Color fg, Color bg)
class
QWidget
protected private protected final
bool
write
(
dchar
c
,
Color
fg
,
Color
bg
)
uint
write
(dstring s, Color fg, Color bg)
uint
_posX
;
uint
_posY
;
Return Value
Type:
bool
true if done, false if outside writing area
Meta
Source
See Implementation
qui
qui
QWidget
functions
activateEvent
eventSubscribe
fillLine
initialize
isWritable
keyboardEvent
mouseEvent
moveTo
requestCursorPos
requestResize
requestScrollX
requestScrollY
requestUpdate
resizeEvent
scrollEvent
searchAndActivateWidget
timerEvent
updateEvent
write
properties
eventSub
height
isActive
isScrollableContainer
maxHeight
maxWidth
minHeight
minWidth
onActivateEvent
onInitEvent
onKeyboardEvent
onMouseEvent
onResizeEvent
onScrollEvent
onTimerEvent
scrollX
scrollY
show
sizeRatio
viewportHeight
viewportWidth
viewportX
viewportY
width
variables
_maxHeight
_maxWidth
_minHeight
_minWidth
writes a character on terminal