wxPdfDocument  0.9.7
Public Member Functions | Protected Attributes | List of all members
wxPdfGradient Class Reference

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

#include <pdfgradient.h>

Inheritance diagram for wxPdfGradient:
wxPdfAxialGradient wxPdfCoonsPatchGradient wxPdfMidAxialGradient wxPdfRadialGradient

Public Member Functions

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

Protected Attributes

wxPdfGradientType m_type
 Gradient type. More...
 

Detailed Description

Class representing gradients. (For internal use only)

Constructor & Destructor Documentation

◆ wxPdfGradient()

wxPdfGradient::wxPdfGradient ( wxPdfGradientType  type)

Constructor.

Parameters
typethe type of the gradient

◆ ~wxPdfGradient()

virtual wxPdfGradient::~wxPdfGradient ( )
virtual

Destructor.

Member Function Documentation

◆ GetObjIndex()

int wxPdfGradient::GetObjIndex ( )
inline

Get gradient object index.

◆ GetType()

wxPdfGradientType wxPdfGradient::GetType ( ) const
inline

Get the gradient type.

◆ SetObjIndex()

void wxPdfGradient::SetObjIndex ( int  n)
inline

Set gradient object index.

Member Data Documentation

◆ m_type

wxPdfGradientType wxPdfGradient::m_type
protected

Gradient type.


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