-
-
Notifications
You must be signed in to change notification settings - Fork 2
Cpp projects
marksvc edited this page Jun 18, 2021
·
1 revision
The Generic module of FieldWorks provides library and utility functions to the rest of the application suite, including classes for Unicode strings and smart COM pointers.
VwGraphics is the basic drawing component of Views in Fieldworks. It is basically a wrapper onto another drawing API, using GDI on Windows and Cairo on Linux (and potentially other platforms with GTK implementations).
VwGraphics, Interface: IVwGraphics, Implementation: VwGraphicsWin32 and VwGraphicsGtk