Classes | |
class | CommentDialogTextEdit |
class | CommentDialog |
class CommentDialogTextEdit |
Signals | |
void | contentAccepted () |
Public Member Functions | |
CommentDialogTextEdit (QWidget *parent) | |
Protected Member Functions | |
virtual void | keyPressEvent (QKeyEvent *event) override |
CommentDialogTextEdit::CommentDialogTextEdit | ( | QWidget * | parent | ) |
|
overrideprotectedvirtual |
|
signal |
class CommentDialog |
Public Member Functions | |
CommentDialog (QWidget *parent, const UIComment &comment) | |
QString | getNewComment () |
QString | getCurrentComment () |
const FunctionRef & | getCommentBackingFunction () |
const BinaryViewRef & | getCommentBackingData () |
UICommentType | getCommentType () |
uint64_t | getCommentAddress () |
CommentDialog::CommentDialog | ( | QWidget * | parent, |
const UIComment & | comment | ||
) |
QString CommentDialog::getNewComment | ( | ) |
QString CommentDialog::getCurrentComment | ( | ) |
const FunctionRef & CommentDialog::getCommentBackingFunction | ( | ) |
const BinaryViewRef & CommentDialog::getCommentBackingData | ( | ) |
UICommentType CommentDialog::getCommentType | ( | ) |
uint64_t CommentDialog::getCommentAddress | ( | ) |