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

sxy_task_adjaxis.cpp File Reference

#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:

Include dependency graph

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 $"


Define Documentation

#define HIDDEN_AXIS   "HIDDEN_AXIS"
 

Definition at line 20 of file sxy_task_adjaxis.cpp.

#define HIDDEN_GRAPH   "HIDDEN_GRAPH"
 

Definition at line 19 of file sxy_task_adjaxis.cpp.

#define NO_COLOR   ((long int)(0xFFFFFFFF))
 

Definition at line 21 of file sxy_task_adjaxis.cpp.

Referenced by cb_axis_color(), cb_scale_color(), cb_title_color(), and get_color().


Function Documentation

int cb_axis_color Ihandle *    h [static]
 

Definition at line 70 of file sxy_task_adjaxis.cpp.

References get_color(), SXYAxis::getColor(), NO_COLOR, SXYGraph::redrawGraph(), and SXYAxis::setColor().

int cb_scale_aligned Ihandle *    h [static]
 

Definition at line 105 of file sxy_task_adjaxis.cpp.

References SXYGraph::redrawGraph(), and SXYAxis::setScaleOrientation().

int cb_scale_color Ihandle *    h [static]
 

Definition at line 40 of file sxy_task_adjaxis.cpp.

References get_color(), SXYAxis::getScaleColor(), NO_COLOR, SXYGraph::redrawGraph(), and SXYAxis::setScaleColor().

int cb_scale_rotated Ihandle *    h [static]
 

Definition at line 115 of file sxy_task_adjaxis.cpp.

References SXYGraph::redrawGraph(), and SXYAxis::setScaleOrientation().

int cb_title_color Ihandle *    h [static]
 

Definition at line 55 of file sxy_task_adjaxis.cpp.

References get_color(), SXYAxis::getTitleColor(), NO_COLOR, SXYGraph::redrawGraph(), and SXYAxis::setTitleColor().

int cb_title_end Ihandle *    h [static]
 

Definition at line 85 of file sxy_task_adjaxis.cpp.

References SXYGraph::redrawGraph(), and SXYAxis::setTitleStyle().

int cb_title_end_rotated Ihandle *    h [static]
 

Definition at line 30 of file sxy_task_adjaxis.cpp.

References SXYGraph::redrawGraph(), and SXYAxis::setTitleStyle().

int cb_title_middle Ihandle *    h [static]
 

Definition at line 95 of file sxy_task_adjaxis.cpp.

References SXYGraph::redrawGraph(), and SXYAxis::setTitleStyle().

long int get_color long int    color [static]
 

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().

int pick_axis SXYAxis   ax,
int    x,
int    y
[static]
 

Definition at line 127 of file sxy_task_adjaxis.cpp.

References SXYAxis::getXyAxis(), SXYAxis::getXyDecorator(), and SXYAxis::getXyTitle().

Referenced by SXYTaskAdjustAxis::mouseClick().


Variable Documentation

char* task_adjaxis_cpp = "$Id: sxy_task_adjaxis.cpp,v 1.2 2003/04/07 16:56:29 clinio Exp $"
 

Definition at line 3 of file sxy_task_adjaxis.cpp.


SXY
Tecgraf / PUC-Rio - Computer Graphics Technology Group