Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
Loading...
Searching...
No Matches
renderer_cairo.h File Reference
#include <cairo.h>
#include <gtk/gtk.h>
#include <stdio.h>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include "hmicore/config_reader.h"
#include "hmicore/gva.h"
#include "hmicore/renderer.h"
#include "hmicore/renderer_cairo_types.h"
#include "hmicore/widgets/widget_types.h"
Include dependency graph for renderer_cairo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  gva::Command
 The Command structure. More...
 
struct  gva::image_type
 Struct definition of the image_type. More...
 
class  gva::RendererCairo
 Class definition of the Renderer Cairo. More...
 

Typedefs

typedef void(* gva::CallbackType) (void *io, gpointer data)
 callback typr
 

Enumerations

enum class  gva::LineCapEnd { kLineCapButt , kLineCapRound , kLineCapSquare }
 Struct definition of the LineType.