Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
Loading...
Searching...
No Matches
renderer_cairo_types.h File Reference
#include <gtk/gtk.h>
#include "hmicore/renderer.h"
Include dependency graph for renderer_cairo_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  gva::HandleType
 Class definition of the HandleType. More...
 

Enumerations

enum class  gva::DrawType {
  kCommandUndefined = 0 , kCommandCircle , kCommandArc , kCommandColourBackground ,
  kCommandColourForeground , kCommandImageTexture , kCommandImageTexturePersist , kCommandLineJoin ,
  kCommandPenColour , kCommandPenCurve , kCommandPenCurveTo , kCommandPenLine ,
  kCommandPenDraw , kCommandPenMove , kCommandPenRectangle , kCommandPenRoundedRectangle ,
  kCommandPenThickness , kCommandPenTriangle , kCommandSave , kCommandRestore ,
  kCommandScale , kCommandTranslate , kCommandRotate , kCommandClosePath ,
  kCommandTextFont , kCommandPush , kCommandPop , kCommandText
}
 Class definition of the DrawType.