LibreOffice Module vcl (master) 1
|
#include <pdfwriter.hxx>
Public Member Functions | |
ListBoxWidget () | |
virtual std::shared_ptr< AnyWidget > | Clone () const override |
![]() | |
AnyWidget (WidgetType eType) | |
virtual | ~AnyWidget () |
WidgetType | getType () const |
virtual std::shared_ptr< AnyWidget > | Clone () const =0 |
Public Attributes | |
bool | DropDown |
bool | MultiSelect |
std::vector< OUString > | Entries |
std::vector< sal_Int32 > | SelectedEntries |
![]() | |
WidgetType | Type |
OUString | Name |
OUString | Description |
OUString | Text |
DrawTextFlags | TextStyle |
bool | ReadOnly |
tools::Rectangle | Location |
bool | Border |
Color | BorderColor |
bool | Background |
Color | BackgroundColor |
vcl::Font | TextFont |
Color | TextColor |
sal_Int32 | TabOrder |
Additional Inherited Members | |
![]() | |
AnyWidget (const AnyWidget &rSource) | |
AnyWidget & | operator= (const AnyWidget &)=delete |
Definition at line 421 of file pdfwriter.hxx.
|
inline |
Definition at line 431 of file pdfwriter.hxx.
|
inlineoverridevirtual |
Implements vcl::PDFWriter::AnyWidget.
Definition at line 437 of file pdfwriter.hxx.
bool vcl::PDFWriter::ListBoxWidget::DropDown |
Definition at line 423 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
std::vector<OUString> vcl::PDFWriter::ListBoxWidget::Entries |
Definition at line 425 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
bool vcl::PDFWriter::ListBoxWidget::MultiSelect |
Definition at line 424 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
std::vector<sal_Int32> vcl::PDFWriter::ListBoxWidget::SelectedEntries |
Definition at line 426 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().