#include <assert.h>
#include <iup.h>
#include <iupgc.h>
#include <cd.h>
#include <xy.h>
#include "sxy_chart.h"
#include "sxy_graph.h"
#include "sxy_task.h"
#include "sxy_task_adjaxis.h"
Include dependency graph for sxy_task_adjaxis.cpp:
Go to the source code of this file.
Defines | |
#define | HIDDEN_GRAPH "HIDDEN_GRAPH" |
#define | HIDDEN_AXIS "HIDDEN_AXIS" |
#define | NO_COLOR ((long int)(0xFFFFFFFF)) |
Functions | |
int | pick_axis (SXYAxis *ax, int x, int y) |
long int | get_color (long int color) |
int | cb_title_end_rotated (Ihandle *h) |
int | cb_scale_color (Ihandle *h) |
int | cb_title_color (Ihandle *h) |
int | cb_axis_color (Ihandle *h) |
int | cb_title_end (Ihandle *h) |
int | cb_title_middle (Ihandle *h) |
int | cb_scale_aligned (Ihandle *h) |
int | cb_scale_rotated (Ihandle *h) |
Variables | |
char * | task_adjaxis_cpp = "$Id: sxy_task_adjaxis.cpp,v 1.2 2003/04/07 16:56:29 clinio Exp $" |
|
Definition at line 20 of file sxy_task_adjaxis.cpp. |
|
Definition at line 19 of file sxy_task_adjaxis.cpp. |
|
Definition at line 21 of file sxy_task_adjaxis.cpp. Referenced by cb_axis_color(), cb_scale_color(), cb_title_color(), and get_color(). |
|
Definition at line 70 of file sxy_task_adjaxis.cpp. References get_color(), SXYAxis::getColor(), NO_COLOR, SXYGraph::redrawGraph(), and SXYAxis::setColor(). |
|
Definition at line 105 of file sxy_task_adjaxis.cpp. References SXYGraph::redrawGraph(), and SXYAxis::setScaleOrientation(). |
|
Definition at line 40 of file sxy_task_adjaxis.cpp. References get_color(), SXYAxis::getScaleColor(), NO_COLOR, SXYGraph::redrawGraph(), and SXYAxis::setScaleColor(). |
|
Definition at line 115 of file sxy_task_adjaxis.cpp. References SXYGraph::redrawGraph(), and SXYAxis::setScaleOrientation(). |
|
Definition at line 55 of file sxy_task_adjaxis.cpp. References get_color(), SXYAxis::getTitleColor(), NO_COLOR, SXYGraph::redrawGraph(), and SXYAxis::setTitleColor(). |
|
Definition at line 85 of file sxy_task_adjaxis.cpp. References SXYGraph::redrawGraph(), and SXYAxis::setTitleStyle(). |
|
Definition at line 30 of file sxy_task_adjaxis.cpp. References SXYGraph::redrawGraph(), and SXYAxis::setTitleStyle(). |
|
Definition at line 95 of file sxy_task_adjaxis.cpp. References SXYGraph::redrawGraph(), and SXYAxis::setTitleStyle(). |
|
Definition at line 139 of file sxy_task_adjaxis.cpp. References NO_COLOR. Referenced by cb_axis_color(), cb_scale_color(), and cb_title_color(). |
|
Definition at line 127 of file sxy_task_adjaxis.cpp. References SXYAxis::getXyAxis(), SXYAxis::getXyDecorator(), and SXYAxis::getXyTitle(). Referenced by SXYTaskAdjustAxis::mouseClick(). |
|
Definition at line 3 of file sxy_task_adjaxis.cpp. |