#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"
Go to the source code of this file.
|
typedef void(* | gva::CallbackType) (void *io, gpointer data) |
| callback typr
|
|
|
enum class | gva::LineCapEnd { kLineCapButt
, kLineCapRound
, kLineCapSquare
} |
| Struct definition of the LineType.
|
|