CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
PdfPublishStickyNote.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, 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 Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 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// PdfPublishStickyNote.h
28//
30
31#ifndef _PDF_PUBLISH_STICKIY_NOTE_INCLUDED_
32#define _PDF_PUBLISH_STICKIY_NOTE_INCLUDED_
33
35
40namespace OdPdfPublish{
41
46class PDFPUBLISH_TOOLKIT OdStickyNote : public OdObject
47{
48 //DOM-IGNORE-BEGIN
49protected:
51 //DOM-IGNORE-END
52public:
53 //DOM-IGNORE-BEGIN
56 //DOM-IGNORE-END
57
61 virtual ~OdStickyNote();
62
70
75 void setPopupLocation(const OdRect& popup_location);
76
84 void setOpen(const bool state);
85
91
98 void setTitle(const OdString& value);
99
107
113
121
128 void setColor(const ODCOLORREF color);
129
135 void setLock(const bool state);
136
144
152
159
165 void getPopupLocation(OdRect& popup_location) const;
166
175 void getOpen(bool& state) const;
176
183
191 void getTitle(OdString& value) const;
192
201
209
218
226 void getColor(ODCOLORREF& color) const;
227
235 void getLock(bool& state) const;
236
245
254
255};
256
261
262}
263#endif // _PDF_PUBLISH_STICKIY_NOTE_INCLUDED_
264
#define SMARTPTR(classname)
Definition IfcCommon.h:33
#define ODCOLORREF
unsigned char OdUInt8
#define PDFPUBLISH_TOOLKIT
void getLock(bool &state) const
void getTitle(OdString &value) const
void setTitle(const OdString &value)
void setMarkedState(const StickyNotes::StickyNoteMarkedStates &marked_state)
void getMarkedState(StickyNotes::StickyNoteMarkedStates &marked_state) const
void setStickyNoteType(const StickyNotes::StickyNoteTypes &type)
void getColor(ODCOLORREF &color) const
void setReviewState(const StickyNotes::StickyNoteReviewStates &review_state)
void getOpen(bool &state) const
void getReviewState(StickyNotes::StickyNoteReviewStates &review_state) const
void setPopupLocation(const OdRect &popup_location)
void setCreationDate(const OdTimeStamp &value)
void setColor(const ODCOLORREF color)
void getDescription(OdString &value) const
bool getCreationDate(OdTimeStamp &value) const
void getStickyNoteType(StickyNotes::StickyNoteTypes &type) const
void setContents(const OdString &value)
void getPopupLocation(OdRect &popup_location) const
void setOpacity(const OdUInt8 &value)
void getOpacity(OdUInt8 &value) const
void setDescription(const OdString &value)
void setOpen(const bool state)
void getContents(OdString &value) const
ODRX_DECLARE_MEMBERS(OdStickyNote)
void setLock(const bool state)
GLuint GLsizei GLsizei GLint GLenum * type
Definition gles2_ext.h:274
GLsizei const GLfloat * value
Definition gles2_ext.h:302