|
LibreOffice Module vcl (master) 1
|
#include <pdfwriter.hxx>
Public Member Functions | |
| CheckBoxWidget () | |
| virtual std::shared_ptr< AnyWidget > | Clone () const override |
Public Member Functions inherited from vcl::PDFWriter::AnyWidget | |
| AnyWidget (WidgetType eType) | |
| virtual | ~AnyWidget () |
| WidgetType | getType () const |
| virtual std::shared_ptr< AnyWidget > | Clone () const =0 |
Public Attributes | |
| bool | Checked |
| OUString | OnValue |
| OUString | OffValue |
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) | |
| AnyWidget & | operator= (const AnyWidget &)=delete |
Definition at line 351 of file pdfwriter.hxx.
|
inline |
Definition at line 357 of file pdfwriter.hxx.
References Checked.
|
inlineoverridevirtual |
Implements vcl::PDFWriter::AnyWidget.
Definition at line 362 of file pdfwriter.hxx.
| bool vcl::PDFWriter::CheckBoxWidget::Checked |
Definition at line 353 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| OUString vcl::PDFWriter::CheckBoxWidget::OffValue |
Definition at line 355 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| OUString vcl::PDFWriter::CheckBoxWidget::OnValue |
Definition at line 354 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().