arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
NativeScreenPainterImplementation
arsd
simpledisplay
Undocumented in source.
mixintemplate
NativeScreenPainterImplementation
()
version(Windows)
mixin template
NativeScreenPainterImplementation () {
HDC
hdc
;
HWND
hwnd
;
HBITMAP
oldBmp
;
static
HFONT
defaultGuiFont
;
arsd
.
color
.
Rectangle
_clipRectangle
;
bool
manualInvalidations
;
bool
windowDc
;
HPEN
originalPen
;
HPEN
currentPen
;
Pen
_activePen
;
Color
_outlineColor
;
HBRUSH
originalBrush
;
HBRUSH
currentBrush
;
Color
_fillColor
;
void
drawEllipse
(int x1, int y1, int x2, int y2);
}
mixintemplate
NativeScreenPainterImplementation
()
Members
Functions
drawEllipse
void
drawEllipse
(int x1, int y1, int x2, int y2)
Arguments are the points of the bounding rectangle
Meta
Source
See Implementation
arsd
simpledisplay
aliases
Resizeability
classes
AlphaSprite
ConicalGradient
GlobalHotkey
GlobalHotkeyManager
Gradient
Image
LinearGradient
MouseCursor
NotificationAreaIcon
OperatingSystemFont
PosixFdReader
RadialGradient
SimpleWindow
Sprite
Timer
WindowsHandleReader
enums
BlockingMode
CornerStyle
GenericCursorType
Key
ModifierState
MouseButton
MouseButtonLinear
MouseEventType
OpenGlOptions
RasterOp
Resizability
TextAlignment
WindowFlags
WindowTypes
functions
displayImage
flushGui
getAtomName
getClipboardImage
getClipboardText
getDpi
getPrimarySelection
getX11PropertyData
getX11Selection
guiThreadExists
registerHotKey
runInGuiThread
sdpyPrintDebugString
sdpyWindowClass
sendSyntheticInput
setClipboardText
setOpenGLContextVersion
setPrimarySelection
setSecondarySelection
setX11Selection
thisThreadRunningGui
transparencyMaskFromMemoryImage
trueColorImageFromNativeHandle
unregisterHotKey
interfaces
CapableOfBeingDrawnUpon
CapableOfHandlingNativeEvent
MeasurableFont
mixin templates
EnableWindowsSubsystem
NativeScreenPainterImplementation
NativeSimpleWindowImplementation
properties
ApplicationName
GetAtom
openGLContextAllowFallback
openGLContextCompatible
openGLContextFallbackActivated
static variables
justCommunication
xfontstr
structs
EventLoop
EventLoopImpl
GenericCursor
KeyEvent
MouseEvent
Pen
ScreenPainter
SyntheticInput
variables
UsingSimpledisplayCocoa
UsingSimpledisplayWindows
UsingSimpledisplayX11