#include <pdfform.h>
Inheritance diagram for wxPdfComboBox:
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. |
wxPdfComboBox::wxPdfComboBox | ( | int | objectId, | |
int | fontindex, | |||
double | fontsize, | |||
int | generationId = 0 | |||
) |
Constructor.
wxPdfComboBox::~wxPdfComboBox | ( | ) | [virtual] |
Destructor.
void wxPdfComboBox::SetValue | ( | const wxArrayString & | values | ) | [inline] |
Set value list of combo box.
wxArrayString wxPdfComboBox::GetValue | ( | ) | [inline] |
Get value list of combo box.
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.