|
OpenXLSX 1.9.1
|
A proxy class encapsulating a single modern threaded comment. More...
#include <XLThreadedComments.hpp>
Public Member Functions | |
| XLThreadedComment ()=default | |
| XLThreadedComment (XMLNode node, XLWorksheet *wks=nullptr) | |
| ~XLThreadedComment ()=default | |
| XLThreadedComment (const XLThreadedComment &other)=default | |
| XLThreadedComment (XLThreadedComment &&other)=default | |
| XLThreadedComment & | operator= (const XLThreadedComment &other)=default |
| XLThreadedComment & | operator= (XLThreadedComment &&other)=default |
| bool | valid () const |
| std::string | ref () const |
| std::string | id () const |
| std::string | parentId () const |
| std::string | personId () const |
| std::string | text () const |
| bool | isResolved () const |
| void | setResolved (bool resolved) |
| XLThreadedComment & | addReply (const std::string &text, const std::string &author="") |
| Add a reply to this thread (only works if initialized with Worksheet context). | |
| void | setWorksheet (XLWorksheet *wks) |
A proxy class encapsulating a single modern threaded comment.
|
default |
|
explicit |
|
default |
|
default |
|
default |
| XLThreadedComment & XLThreadedComment::addReply | ( | const std::string & | text, |
| const std::string & | author = "" |
||
| ) |
Add a reply to this thread (only works if initialized with Worksheet context).
| std::string XLThreadedComment::id | ( | ) | const |
| bool XLThreadedComment::isResolved | ( | ) | const |
|
default |
|
default |
| std::string XLThreadedComment::parentId | ( | ) | const |
| std::string XLThreadedComment::personId | ( | ) | const |
| std::string XLThreadedComment::ref | ( | ) | const |
| void XLThreadedComment::setResolved | ( | bool | resolved | ) |
|
inline |
| std::string XLThreadedComment::text | ( | ) | const |
| bool XLThreadedComment::valid | ( | ) | const |