GogStyledObject

GogStyledObject — Base class for all styled objects of graph model

Synopsis

                    GogStyledObject;
GOStyle*            gog_style_new                       (void);

Object Hierarchy

  GObject
   +----GogObject
         +----GogStyledObject
               +----GogOutlinedObject
               +----GogTrendLine
               +----GogAxisBase
               +----GogGridLine
               +----GogSeriesLines
               +----GogGrid
               +----GogSeriesElement
               +----GogSeries

Implemented Interfaces

GogStyledObject implements GOStyledObject.

Properties

  "style"                    GogStyle*             : Read / Write

Signals

  "style-changed"                                  : Run Last

Description

GogStyledObject provides a base class derived from GogObject, which adds style functionnalities used for drawing object on graph canvas.

Details

GogStyledObject

typedef struct _GogStyledObject GogStyledObject;


gog_style_new ()

GOStyle*            gog_style_new                       (void);

Returns :

Property Details

The "style" property

  "style"                    GogStyle*             : Read / Write

A pointer to the GOStyle object.

Signal Details

The "style-changed" signal

void                user_function                      (GogStyledObject *gogstyledobject,
                                                        GObject         *arg1,
                                                        gpointer         user_data)            : Run Last

gogstyledobject :

the object which received the signal.

arg1 :

user_data :

user data set when the signal handler was connected.