|
LibreOffice Module vcl (master) 1
|
#include <pdfwriter.hxx>
Public Member Functions | |
| PushButtonWidget () | |
| 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 | |
| sal_Int32 | Dest |
| OUString | URL |
| bool | Submit |
| bool | SubmitGet |
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 311 of file pdfwriter.hxx.
|
inline |
Definition at line 340 of file pdfwriter.hxx.
References Submit.
|
inlineoverridevirtual |
Implements vcl::PDFWriter::AnyWidget.
Definition at line 345 of file pdfwriter.hxx.
| sal_Int32 vcl::PDFWriter::PushButtonWidget::Dest |
Definition at line 335 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| bool vcl::PDFWriter::PushButtonWidget::Submit |
Definition at line 337 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| bool vcl::PDFWriter::PushButtonWidget::SubmitGet |
Definition at line 338 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| OUString vcl::PDFWriter::PushButtonWidget::URL |
Definition at line 336 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().