CommentDialog

Detailed Description

Classes

class  CommentDialogTextEdit
 
class  CommentDialog
 

Class Documentation

◆ CommentDialogTextEdit

class CommentDialogTextEdit

Signals

void contentAccepted ()
 

Public Member Functions

 CommentDialogTextEdit (QWidget *parent)
 

Protected Member Functions

virtual void keyPressEvent (QKeyEvent *event) override
 

Constructor & Destructor Documentation

◆ CommentDialogTextEdit()

CommentDialogTextEdit::CommentDialogTextEdit ( QWidget *  parent)

Member Function Documentation

◆ keyPressEvent()

virtual void CommentDialogTextEdit::keyPressEvent ( QKeyEvent *  event)
overrideprotectedvirtual

◆ contentAccepted

void CommentDialogTextEdit::contentAccepted ( )
signal

◆ CommentDialog

class CommentDialog

Public Member Functions

 CommentDialog (QWidget *parent, const UIComment &comment)
 
QString getNewComment ()
 
QString getCurrentComment ()
 
const FunctionRefgetCommentBackingFunction ()
 
const BinaryViewRefgetCommentBackingData ()
 
UICommentType getCommentType ()
 
uint64_t getCommentAddress ()
 

Constructor & Destructor Documentation

◆ CommentDialog()

CommentDialog::CommentDialog ( QWidget *  parent,
const UIComment comment 
)

Member Function Documentation

◆ getNewComment()

QString CommentDialog::getNewComment ( )

◆ getCurrentComment()

QString CommentDialog::getCurrentComment ( )

◆ getCommentBackingFunction()

const FunctionRef & CommentDialog::getCommentBackingFunction ( )

◆ getCommentBackingData()

const BinaryViewRef & CommentDialog::getCommentBackingData ( )

◆ getCommentType()

UICommentType CommentDialog::getCommentType ( )

◆ getCommentAddress()

uint64_t CommentDialog::getCommentAddress ( )