#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:
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 $" |
|
Definition at line 21 of file sxy_task_chcolors.cpp. |
|
Definition at line 120 of file sxy_task_chcolors.cpp. References SXYChart::getBackgroundColor(), and SXYChart::setBackgroundColor(). |
|
Definition at line 156 of file sxy_task_chcolors.cpp. References SXYChart::getGridColor(), and SXYChart::setGridColor(). |
|
Definition at line 138 of file sxy_task_chcolors.cpp. References SXYChart::getMainColor(), and SXYChart::setMainColor(). |
|
Definition at line 3 of file sxy_task_chcolors.cpp. |