Cairo-Dock 2.4.0~1
cairo-dock-graph.h File Reference

Data Structures

struct  _CairoGraphAttribute
 Attributes of a Graph. More...

Enumerations

enum  CairoDockTypeGraph {
  CAIRO_DOCK_GRAPH_LINE,
  CAIRO_DOCK_GRAPH_PLAIN,
  CAIRO_DOCK_GRAPH_BAR,
  CAIRO_DOCK_GRAPH_CIRCLE,
  CAIRO_DOCK_GRAPH_CIRCLE_PLAIN
}
 Types of graph. More...

Detailed Description

This class defines the Graph, which derives from the DataRenderer. All you need to know is the attributes that define a Graph, the API to use is the common API for DataRenderer, defined in cairo-dock-data-renderer.h.


Enumeration Type Documentation

Types of graph.

Enumerator:
CAIRO_DOCK_GRAPH_LINE 

a continuous line.

CAIRO_DOCK_GRAPH_PLAIN 

a continuous plain graph.

CAIRO_DOCK_GRAPH_BAR 

a histogram.

CAIRO_DOCK_GRAPH_CIRCLE 

a circle.

CAIRO_DOCK_GRAPH_CIRCLE_PLAIN 

a plain circle.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines