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

#include <pdfwriter.hxx>

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

Public Member Functions

 RadioButtonWidget ()
 
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 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)
 
AnyWidgetoperator= (const AnyWidget &)=delete
 

Detailed Description

Definition at line 368 of file pdfwriter.hxx.

Constructor & Destructor Documentation

◆ RadioButtonWidget()

vcl::PDFWriter::RadioButtonWidget::RadioButtonWidget ( )
inline

Definition at line 375 of file pdfwriter.hxx.

References Selected.

Member Function Documentation

◆ Clone()

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

Implements vcl::PDFWriter::AnyWidget.

Definition at line 381 of file pdfwriter.hxx.

Member Data Documentation

◆ OffValue

OUString vcl::PDFWriter::RadioButtonWidget::OffValue

◆ OnValue

OUString vcl::PDFWriter::RadioButtonWidget::OnValue

◆ RadioGroup

sal_Int32 vcl::PDFWriter::RadioButtonWidget::RadioGroup

◆ Selected

bool vcl::PDFWriter::RadioButtonWidget::Selected

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