wxPdfDocument 0.9.2
Public Member Functions
wxPdfComboBox Class Reference

Class representing combo box form field (For internal use only) More...

#include <pdfform.h>

Inheritance diagram for wxPdfComboBox:
wxPdfAnnotationWidget wxPdfAnnotationObject wxPdfIndirectObject

List of all members.

Public Member Functions

 wxPdfComboBox (int objectId, int fontindex, double fontsize, int generationId=0)
 Constructor.
virtual ~wxPdfComboBox ()
 Destructor.
void SetValue (const wxArrayString &values)
 Set value list of combo box.
wxArrayString GetValue ()
 Get value list of combo box.
int GetFontIndex ()
 Get object index of font used for displaying the value list.
double GetFontSize ()
 Get size of font used for displaying the value list.

Detailed Description

Class representing combo box form field (For internal use only)


Constructor & Destructor Documentation

wxPdfComboBox::wxPdfComboBox ( int  objectId,
int  fontindex,
double  fontsize,
int  generationId = 0 
)

Constructor.

virtual wxPdfComboBox::~wxPdfComboBox ( ) [virtual]

Destructor.


Member Function Documentation

int wxPdfComboBox::GetFontIndex ( ) [inline]

Get object index of font used for displaying the value list.

double wxPdfComboBox::GetFontSize ( ) [inline]

Get size of font used for displaying the value list.

wxArrayString wxPdfComboBox::GetValue ( ) [inline]

Get value list of combo box.

void wxPdfComboBox::SetValue ( const wxArrayString &  values) [inline]

Set value list of combo box.


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