Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

sxy_task_chcolors.cpp File Reference

#include <assert.h>
#include <xy.h>
#include <iup.h>
#include <iupgc.h>
#include <cd.h>
#include "sxy_chart.h"
#include "sxy_graph.h"
#include "sxy_task.h"
#include "sxy_task_chcolors.h"

Include dependency graph for sxy_task_chcolors.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define HIDDEN_CHART   "HIDDEN_CHART_ATTRIBUTE_AT_TASK"

Functions

int cb_main_color (Ihandle *h)
int cb_grid_color (Ihandle *h)
int cb_back_color (Ihandle *h)

Variables

char * task_chcolors_cpp = "$Id: sxy_task_chcolors.cpp,v 1.1 2002/11/25 19:52:05 clinio Exp $"


Define Documentation

#define HIDDEN_CHART   "HIDDEN_CHART_ATTRIBUTE_AT_TASK"
 

Definition at line 21 of file sxy_task_chcolors.cpp.


Function Documentation

int cb_back_color Ihandle *    h [static]
 

Definition at line 120 of file sxy_task_chcolors.cpp.

References SXYChart::getBackgroundColor(), and SXYChart::setBackgroundColor().

int cb_grid_color Ihandle *    h [static]
 

Definition at line 156 of file sxy_task_chcolors.cpp.

References SXYChart::getGridColor(), and SXYChart::setGridColor().

int cb_main_color Ihandle *    h [static]
 

Definition at line 138 of file sxy_task_chcolors.cpp.

References SXYChart::getMainColor(), and SXYChart::setMainColor().


Variable Documentation

char* task_chcolors_cpp = "$Id: sxy_task_chcolors.cpp,v 1.1 2002/11/25 19:52:05 clinio Exp $"
 

Definition at line 3 of file sxy_task_chcolors.cpp.


SXY
Tecgraf / PUC-Rio - Computer Graphics Technology Group