Home
last modified time | relevance | path

Searched refs:VisuGlExtMapSet (Results 1 – 5 of 5) sorted by relevance

/dports/science/v_sim/v_sim-3.8.0/src/extensions/
H A Dmapset.h102 typedef struct _VisuGlExtMapSet VisuGlExtMapSet; typedef
130 VisuGlExtMapSet* visu_gl_ext_map_set_new(const gchar *name);
131 VisuGlExtShade* visu_gl_ext_map_set_getLegend(VisuGlExtMapSet *mapSet);
138 VisuPlane* visu_gl_ext_map_set_getPlane(VisuGlExtMapSet *mapSet, VisuMap *map);
140 gboolean visu_gl_ext_map_set_setPrecision(VisuGlExtMapSet *mapSet, float prec);
141 gboolean visu_gl_ext_map_set_setShade(VisuGlExtMapSet *mapSet, ToolShade *shade);
142 gboolean visu_gl_ext_map_set_setLineColor(VisuGlExtMapSet *mapSet,
146 float visu_gl_ext_map_set_getPrecision(const VisuGlExtMapSet *mapSet);
147 gboolean visu_gl_ext_map_set_getTransparent(const VisuGlExtMapSet *mapSet);
149 gboolean visu_gl_ext_map_set_setLines(VisuGlExtMapSet *mapSet, guint nLines);
[all …]
H A Dmapset.c169 G_ADD_PRIVATE(VisuGlExtMapSet)) in G_DEFINE_TYPE_WITH_CODE() argument
363 VisuGlExtMapSet *mapSet = VISU_GL_EXT_MAP_SET(obj); in visu_gl_ext_map_set_dispose()
393 VisuGlExtMapSet *self = VISU_GL_EXT_MAP_SET(obj); in visu_gl_ext_map_set_get_property()
456 VisuGlExtMapSet *self = VISU_GL_EXT_MAP_SET(obj); in visu_gl_ext_map_set_set_property()
618 static void _legend(VisuGlExtMapSet *mapSet) in _legend()
660 static void _setLines(VisuGlExtMapSet *mapSet) in _setLines()
680 static gboolean _drawnMinMax(VisuGlExtMapSet *mapSet) in _drawnMinMax()
1057 VisuGlExtMapSet *self = VISU_GL_EXT_MAP_SET(maps); in visu_gl_ext_map_set_add()
1075 VisuGlExtMapSet *self = VISU_GL_EXT_MAP_SET(maps); in visu_gl_ext_map_set_added()
1083 VisuGlExtMapSet *self = VISU_GL_EXT_MAP_SET(maps); in visu_gl_ext_map_set_removed()
[all …]
/dports/science/v_sim/v_sim-3.8.0/src/
H A Dvisu_glnodescene.h210 VisuGlExtMapSet* visu_gl_node_scene_addMaps(VisuGlNodeScene *scene, VisuGlExtShade **mapLegend);
H A Dvisu_glnodescene.c113 VisuGlExtMapSet *maps;
424 self->priv->maps = (VisuGlExtMapSet*)0; in visu_gl_node_scene_init()
1482 VisuGlExtMapSet* visu_gl_node_scene_addMaps(VisuGlNodeScene *scene, VisuGlExtShade **mapLegend) in visu_gl_node_scene_addMaps()
1484 g_return_val_if_fail(VISU_IS_GL_NODE_SCENE(scene), (VisuGlExtMapSet*)0); in visu_gl_node_scene_addMaps()
/dports/science/v_sim/v_sim-3.8.0/src/panelModules/
H A DpanelMap.c119 static void onSourceField(VisuGlExtMapSet *mapSet, GParamSpec *pspec, gpointer data);
292 VisuGlExtMapSet *extMaps; in createGtkInterface()
670 static void onSourceField(VisuGlExtMapSet *mapSet, GParamSpec *pspec _U_, gpointer data) in onSourceField()