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

#include <pdfwriter.hxx>

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

Public Member Functions

 EditWidget ()
 
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 MultiLine
 
bool Password
 
bool FileSelect
 
sal_Int32 MaxLen
 
FormatType Format
 
OUString CurrencySymbol
 
sal_Int32 DecimalAccuracy
 
bool PrependCurrencySymbol
 
OUString TimeFormat
 
OUString DateFormat
 
- 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 395 of file pdfwriter.hxx.

Constructor & Destructor Documentation

◆ EditWidget()

vcl::PDFWriter::EditWidget::EditWidget ( )
inline

Definition at line 408 of file pdfwriter.hxx.

References Format, MultiLine, Password, and Text.

Member Function Documentation

◆ Clone()

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

Implements vcl::PDFWriter::AnyWidget.

Definition at line 419 of file pdfwriter.hxx.

Member Data Documentation

◆ CurrencySymbol

OUString vcl::PDFWriter::EditWidget::CurrencySymbol

◆ DateFormat

OUString vcl::PDFWriter::EditWidget::DateFormat

◆ DecimalAccuracy

sal_Int32 vcl::PDFWriter::EditWidget::DecimalAccuracy

◆ FileSelect

bool vcl::PDFWriter::EditWidget::FileSelect

◆ Format

FormatType vcl::PDFWriter::EditWidget::Format

◆ MaxLen

sal_Int32 vcl::PDFWriter::EditWidget::MaxLen

◆ MultiLine

bool vcl::PDFWriter::EditWidget::MultiLine

◆ Password

bool vcl::PDFWriter::EditWidget::Password

◆ PrependCurrencySymbol

bool vcl::PDFWriter::EditWidget::PrependCurrencySymbol

◆ TimeFormat

OUString vcl::PDFWriter::EditWidget::TimeFormat

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