LibreOffice Module vcl (master) 1
|
#include <pdfwriter.hxx>
Public Member Functions | |
RadioButtonWidget () | |
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 | Selected |
sal_Int32 | RadioGroup |
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 368 of file pdfwriter.hxx.
|
inline |
Definition at line 375 of file pdfwriter.hxx.
References Selected.
|
inlineoverridevirtual |
Implements vcl::PDFWriter::AnyWidget.
Definition at line 381 of file pdfwriter.hxx.
OUString vcl::PDFWriter::RadioButtonWidget::OffValue |
Definition at line 373 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
OUString vcl::PDFWriter::RadioButtonWidget::OnValue |
Definition at line 372 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
sal_Int32 vcl::PDFWriter::RadioButtonWidget::RadioGroup |
Definition at line 371 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), toolkitform::describePDFControl(), and vcl::PDFWriterImpl::findRadioGroupWidget().
bool vcl::PDFWriter::RadioButtonWidget::Selected |
Definition at line 370 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().