wxPdfDocument  0.9.7
Public Member Functions | List of all members
wxPdfPattern Class Reference

Class representing patterns. More...

#include <pdfpattern.h>

Public Member Functions

 wxPdfPattern (int index, double width, double height)
 Constructor for pattern. More...
 
 wxPdfPattern (const wxPdfPattern &pattern)
 Copy constructor. More...
 
void SetObjIndex (int index)
 Set object index. More...
 
int GetObjIndex () const
 Get object index. More...
 
int GetIndex () const
 Get pattern index. More...
 
void SetImage (wxPdfImage *image)
 Set image. More...
 
wxPdfImageGetImage () const
 Get image. More...
 
double GetWidth () const
 Get pattern width. More...
 
double GetHeight () const
 Get pattern height. More...
 

Detailed Description

Class representing patterns.

Constructor & Destructor Documentation

◆ wxPdfPattern() [1/2]

wxPdfPattern::wxPdfPattern ( int  index,
double  width,
double  height 
)

Constructor for pattern.

Parameters
indexThe pattern index
widthThe pattern width
heightThe pattern height

◆ wxPdfPattern() [2/2]

wxPdfPattern::wxPdfPattern ( const wxPdfPattern pattern)

Copy constructor.

Member Function Documentation

◆ GetHeight()

double wxPdfPattern::GetHeight ( ) const
inline

Get pattern height.

◆ GetImage()

wxPdfImage* wxPdfPattern::GetImage ( ) const
inline

Get image.

◆ GetIndex()

int wxPdfPattern::GetIndex ( ) const
inline

Get pattern index.

◆ GetObjIndex()

int wxPdfPattern::GetObjIndex ( ) const
inline

Get object index.

◆ GetWidth()

double wxPdfPattern::GetWidth ( ) const
inline

Get pattern width.

◆ SetImage()

void wxPdfPattern::SetImage ( wxPdfImage image)
inline

Set image.

◆ SetObjIndex()

void wxPdfPattern::SetObjIndex ( int  index)
inline

Set object index.


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