Public Member Functions | Protected Attributes

wxPdfGradient Class Reference

Class representing gradients. (For internal use only) More...

#include <pdfgradient.h>

Inheritance diagram for wxPdfGradient:
wxPdfAxialGradient wxPdfCoonsPatchGradient wxPdfMidAxialGradient wxPdfRadialGradient

List of all members.

Public Member Functions

 wxPdfGradient (wxPdfGradientType type)
 Constructor.
virtual ~wxPdfGradient ()
 Destructor.
void SetObjIndex (int n)
 Set gradient object index.
int GetObjIndex ()
 Get gradient object index.
wxPdfGradientType GetType () const
 Get the gradient type.

Protected Attributes

wxPdfGradientType m_type
 Gradient type.

Detailed Description

Class representing gradients. (For internal use only)


Constructor & Destructor Documentation

wxPdfGradient::wxPdfGradient ( wxPdfGradientType  type )

Constructor.

Parameters:
typethe type of the gradient
virtual wxPdfGradient::~wxPdfGradient (  ) [virtual]

Destructor.


Member Function Documentation

int wxPdfGradient::GetObjIndex (  ) [inline]

Get gradient object index.

wxPdfGradientType wxPdfGradient::GetType (  ) const [inline]

Get the gradient type.

void wxPdfGradient::SetObjIndex ( int  n ) [inline]

Set gradient object index.


Member Data Documentation

Gradient type.


The documentation for this class was generated from the following file: