GogStyledObject

GogStyledObject

Properties

GogStyle * style Read / Write

Signals

Types and Values

Object Hierarchy

    GObject
    ├── GOStyle
       ╰── GogStyle
    ╰── GogObject
        ╰── GogStyledObject
            ├── GogAxisBase
            ├── GogOutlinedObject
            ├── GogGrid
            ├── GogGridLine
            ├── GogTrendLine
            ├── GogSeriesElement
            ├── GogSeries
            ╰── GogSeriesLines

Implemented Interfaces

GogStyle implements GOPersist.

GogStyledObject implements GOStyledObject.

Includes

#include <goffice/graph/gog-styled-object.h>

Description

Functions

Types and Values

GogStyle

typedef struct _GogStyle GogStyle;


GogStyledObject

typedef struct _GogStyledObject GogStyledObject;


GogStyledObjectClass

typedef struct {
	GogObjectClass base;

	/* virtual */
	void	  (*init_style)     	(GogStyledObject *obj, GOStyle *style);

	/* signal */
	void (*style_changed) (GogStyledObject *obj, GOStyle const *new_style);
} GogStyledObjectClass;

Property Details

The “style” property

  “style”                    GogStyle *

A pointer to the GOStyle object.

Flags: Read / Write

Signal Details

The “style-changed” signal

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

Parameters

gogstyledobject

the object which received the signal.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last