CFx SDK Documentation  2022 SP0
PdfPublishCheckBox.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2017, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Teigha(R) software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 
26 //
27 // PdfPublishCheckBox.h
28 //
30 
31 #ifndef _PDF_PUBLISH_CHECKBOX_INCLUDED_
32 #define _PDF_PUBLISH_CHECKBOX_INCLUDED_
33 
34 #include "PdfPublishBaseObject.h"
35 
39 namespace OdPdfPublish{
40 
47 {
48 public:
49  //DOM-IGNORE-BEGIN
52  //DOM-IGNORE-END
53 
58 
62  virtual ~OdCheckBox();
63 
71  void setName(const OdString& name);
72 
74 
84  void setFont(const OdString& fontName, Text::FontStyle fontStyle = Text::kRegular);
85 
92 
98  void setTextColor(ODCOLORREF color);
99 
106  void setTooltip(const OdString& tooltip);
107 
114  void setVisibility(bool state);
115 
122  void setPrintability(bool state);
123 
133 
140  void setLock(bool state);
141 
148  void setBorder(bool state);
149 
156 
166 
176 
183 
189  void setExportValue(const OdString& export_value);
190 
197  void setDefaultState(bool state);
198 
205  void getName(OdString& name) const;
206 
217  void getFont(Text::StorageType& storageType, Text::StandardFontsType& fontType, OdString& fontName, Text::FontStyle& fontStyle) const;
218 
225  void getFontSize(OdUInt16& size) const;
226 
233  void getTextColor(ODCOLORREF& color) const;
234 
243  void getTooltip(OdString& tooltip) const;
244 
252  void getVisibility(bool& state) const;
253 
261  void getPrintability(bool& state) const;
262 
272  void getTextRotation(Text::Rotation& rotation) const;
273 
281  void getLock(bool& state) const;
282 
290  void getBorder(bool& state) const;
291 
298  void getBorderColor(ODCOLORREF& color) const;
299 
309  void getBorderThickness(Border::Thickness& thickness) const;
310 
320  void getBorderStyle(Border::Style& style) const;
321 
328  void getFillColor(ODCOLORREF& color) const;
329 
336  void getExportValue(OdString& export_value) const;
337 
345  void getDefaultState(bool& default_state) const;
346 
347 };
348 
353 
354 }
355 #endif // _PDF_PUBLISH_CHECKBOX_INCLUDED_
356 
#define ODCOLORREF
Definition: OdPlatform.h:883
unsigned short OdUInt16
#define PDFPUBLISH_TOOLKIT
Definition: PdfPublishDef.h:40
void getBorderThickness(Border::Thickness &thickness) const
void setBorderColor(ODCOLORREF color)
void setBorder(bool state)
void getLock(bool &state) const
void setTextColor(ODCOLORREF color)
void setFillColor(ODCOLORREF color)
void getName(OdString &name) const
void setFontSize(OdUInt16 size)
void setName(const OdString &name)
void getDefaultState(bool &default_state) const
void setVisibility(bool state)
void setExportValue(const OdString &export_value)
void setBorderThickness(Border::Thickness thickness)
void getBorderColor(ODCOLORREF &color) const
void getPrintability(bool &state) const
void getVisibility(bool &state) const
void getBorder(bool &state) const
void setFont(const OdString &fontName, Text::FontStyle fontStyle=Text::kRegular)
void getBorderStyle(Border::Style &style) const
void getFillColor(ODCOLORREF &color) const
void getExportValue(OdString &export_value) const
void setLock(bool state)
void setPrintability(bool state)
void setTooltip(const OdString &tooltip)
void setDefaultState(bool state)
void getTextColor(ODCOLORREF &color) const
void setFont(Text::StandardFontsType fontType)
void getFont(Text::StorageType &storageType, Text::StandardFontsType &fontType, OdString &fontName, Text::FontStyle &fontStyle) const
void setBorderStyle(Border::Style style)
void setTextRotation(Text::Rotation rotation)
ODRX_DECLARE_MEMBERS(OdCheckBox)
void getTextRotation(Text::Rotation &rotation) const
void getTooltip(OdString &tooltip) const
void getFontSize(OdUInt16 &size) const
GLsizeiptr size
Definition: gles2_ext.h:182
GLuint const GLchar * name
Definition: gles2_ext.h:265
SMARTPTR(OdFile)