LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
vcl::PDFWriter::ListBoxWidget Struct Referencefinal

#include <pdfwriter.hxx>

Inheritance diagram for vcl::PDFWriter::ListBoxWidget:
[legend]
Collaboration diagram for vcl::PDFWriter::ListBoxWidget:
[legend]

Public Member Functions

 ListBoxWidget ()
 
virtual std::shared_ptr< AnyWidgetClone () const override
 
- Public Member Functions inherited from vcl::PDFWriter::AnyWidget
 AnyWidget (WidgetType eType)
 
virtual ~AnyWidget ()
 
WidgetType getType () const
 
virtual std::shared_ptr< AnyWidgetClone () const =0
 

Public Attributes

bool DropDown
 
bool MultiSelect
 
std::vector< OUString > Entries
 
std::vector< sal_Int32 > SelectedEntries
 
- Public Attributes inherited from vcl::PDFWriter::AnyWidget
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

- Protected Member Functions inherited from vcl::PDFWriter::AnyWidget
 AnyWidget (const AnyWidget &rSource)
 
AnyWidgetoperator= (const AnyWidget &)=delete
 

Detailed Description

Definition at line 425 of file pdfwriter.hxx.

Constructor & Destructor Documentation

◆ ListBoxWidget()

vcl::PDFWriter::ListBoxWidget::ListBoxWidget ( )
inline

Definition at line 435 of file pdfwriter.hxx.

Member Function Documentation

◆ Clone()

virtual std::shared_ptr< AnyWidget > vcl::PDFWriter::ListBoxWidget::Clone ( ) const
inlineoverridevirtual

Implements vcl::PDFWriter::AnyWidget.

Definition at line 441 of file pdfwriter.hxx.

Member Data Documentation

◆ DropDown

bool vcl::PDFWriter::ListBoxWidget::DropDown

◆ Entries

std::vector<OUString> vcl::PDFWriter::ListBoxWidget::Entries

◆ MultiSelect

bool vcl::PDFWriter::ListBoxWidget::MultiSelect

◆ SelectedEntries

std::vector<sal_Int32> vcl::PDFWriter::ListBoxWidget::SelectedEntries

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