Loading [MathJax]/extensions/tex2jax.js
libSBML C++ API  5.20.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
renderfwd.h File Reference

Definition of renderfwd. More...

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

Macros

#define CLASS_OR_STRUCT   class
 Forward declaration of all opaque C types. More...
 

Typedefs

typedef class ColorDefinition ColorDefinition_t
 
typedef class DefaultValues DefaultValues_t
 
typedef class Ellipse Ellipse_t
 
typedef class GlobalRenderInformation GlobalRenderInformation_t
 
typedef class GlobalStyle GlobalStyle_t
 
typedef class GradientBase GradientBase_t
 
typedef class GradientStop GradientStop_t
 
typedef class GraphicalPrimitive1D GraphicalPrimitive1D_t
 
typedef class GraphicalPrimitive2D GraphicalPrimitive2D_t
 
typedef class Image Image_t
 
typedef class LinearGradient LinearGradient_t
 
typedef class LineEnding LineEnding_t
 
typedef class LocalRenderInformation LocalRenderInformation_t
 
typedef class LocalStyle LocalStyle_t
 
typedef class Polygon Polygon_t
 
typedef class RadialGradient RadialGradient_t
 
typedef class Rectangle Rectangle_t
 
typedef class RelAbsVector RelAbsVector_t
 
typedef class RenderCubicBezier RenderCubicBezier_t
 
typedef class RenderCurve RenderCurve_t
 
typedef class RenderGraphicalObjectPlugin RenderGraphicalObjectPlugin_t
 
typedef class RenderGroup RenderGroup_t
 
typedef class RenderInformationBase RenderInformationBase_t
 
typedef class RenderLayoutPlugin RenderLayoutPlugin_t
 
typedef class RenderListOfLayoutsPlugin RenderListOfLayoutsPlugin_t
 
typedef class RenderPoint RenderPoint_t
 
typedef class Style Style_t
 
typedef class Text Text_t
 
typedef class Transformation2D Transformation2D_t
 
typedef class Transformation Transformation_t
 

Detailed Description

Definition of renderfwd.

Author
SBMLTeam

Macro Definition Documentation

◆ CLASS_OR_STRUCT

#define CLASS_OR_STRUCT   class

Forward declaration of all opaque C types.

Declaring all types up-front avoids "redefinition of type Foo" compile errors and allows our combined C/C++ headers to depend minimally upon each other. Put another way, the type definitions below serve the same purpose as "class Foo;" forward declarations in C++ code.

Typedef Documentation

◆ ColorDefinition_t

◆ DefaultValues_t

◆ Ellipse_t

typedef class Ellipse Ellipse_t

◆ GlobalRenderInformation_t

◆ GlobalStyle_t

typedef class GlobalStyle GlobalStyle_t

◆ GradientBase_t

◆ GradientStop_t

◆ GraphicalPrimitive1D_t

◆ GraphicalPrimitive2D_t

◆ Image_t

typedef class Image Image_t

◆ LinearGradient_t

◆ LineEnding_t

typedef class LineEnding LineEnding_t

◆ LocalRenderInformation_t

◆ LocalStyle_t

typedef class LocalStyle LocalStyle_t

◆ Polygon_t

typedef class Polygon Polygon_t

◆ RadialGradient_t

◆ Rectangle_t

typedef class Rectangle Rectangle_t

◆ RelAbsVector_t

◆ RenderCubicBezier_t

◆ RenderCurve_t

typedef class RenderCurve RenderCurve_t

◆ RenderGraphicalObjectPlugin_t

◆ RenderGroup_t

typedef class RenderGroup RenderGroup_t

◆ RenderInformationBase_t

◆ RenderLayoutPlugin_t

◆ RenderListOfLayoutsPlugin_t

◆ RenderPoint_t

typedef class RenderPoint RenderPoint_t

◆ Style_t

typedef class Style Style_t

◆ Text_t

typedef class Text Text_t

◆ Transformation2D_t

◆ Transformation_t