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

sxy_graph_simple.h File Reference

#include <iup.h>
#include <cd.h>
#include <xy.h>
#include "sxy_graph.h"
#include "sxy_chart.h"

Include dependency graph for sxy_graph_simple.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  SXYSimpleGraph

Enumerations

enum  SXYSimpleGraphType {
  LINEAR_SIMPLE_GRAPH = 0, SEMILOG_SIMPLE_GRAPH, LOG_SIMPLE_GRAPH, TIME_LINEAR_SIMPLE_GRAPH,
  TIME_LOG_SIMPLE_GRAPH
}
enum  SXYSimpleGraphLayout { HALF_CROSS_LAYOUT = 0, QUARTER_CROSS_LAYOUT, TYPICAL_LAYOUT, DEPTH_LAYOUT }


Enumeration Type Documentation

enum SXYSimpleGraphLayout
 

Enumeration values:
HALF_CROSS_LAYOUT 
QUARTER_CROSS_LAYOUT 
TYPICAL_LAYOUT 
DEPTH_LAYOUT 

Definition at line 28 of file sxy_graph_simple.h.

enum SXYSimpleGraphType
 

Enumeration values:
LINEAR_SIMPLE_GRAPH 
SEMILOG_SIMPLE_GRAPH 
LOG_SIMPLE_GRAPH 
TIME_LINEAR_SIMPLE_GRAPH 
TIME_LOG_SIMPLE_GRAPH 

Definition at line 20 of file sxy_graph_simple.h.

Referenced by SXYSimpleGraph::getType(), and SXYSimpleGraph::inferAxisType().


SXY
Tecgraf / PUC-Rio - Computer Graphics Technology Group