mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 06:56:40 +00:00
Link @1234 type text to EIDs in the comments viewer
This commit is contained in:
@@ -474,6 +474,19 @@ struct ICommentView
|
||||
"QWidget.");
|
||||
virtual QWidget *Widget() = 0;
|
||||
|
||||
DOCUMENT(R"(Sets the current comments text.
|
||||
|
||||
:param str text: The new comments text.
|
||||
)");
|
||||
virtual void SetComments(const rdcstr &text) = 0;
|
||||
|
||||
DOCUMENT(R"(Gets the current comments text.
|
||||
|
||||
:return: The current comments text.
|
||||
:rtype: str
|
||||
)");
|
||||
virtual rdcstr GetComments() = 0;
|
||||
|
||||
protected:
|
||||
ICommentView() = default;
|
||||
~ICommentView() = default;
|
||||
|
||||
Reference in New Issue
Block a user