UIComment

Detailed Description

Classes

class  UIComment
 

Enumerations

enum  UICommentType { FunctionComment , AddressComment , DataComment }
 

Class Documentation

◆ UIComment

class UIComment

Public Member Functions

 UIComment (UICommentType type, FunctionRef func, uint64_t address, QString content)
 
 UIComment (UICommentType type, BinaryViewRef data, uint64_t address, QString content)
 
 UIComment (const UIComment &rhs)
 

Public Attributes

UICommentType type
 
FunctionRef func
 
BinaryViewRef data
 
uint64_t address
 
QString content
 

Constructor & Destructor Documentation

◆ UIComment() [1/3]

UIComment::UIComment ( UICommentType  type,
FunctionRef  func,
uint64_t  address,
QString  content 
)
inline

◆ UIComment() [2/3]

UIComment::UIComment ( UICommentType  type,
BinaryViewRef  data,
uint64_t  address,
QString  content 
)
inline

◆ UIComment() [3/3]

UIComment::UIComment ( const UIComment rhs)
inline

Member Data Documentation

◆ type

UICommentType UIComment::type

◆ func

FunctionRef UIComment::func

◆ data

BinaryViewRef UIComment::data

◆ address

uint64_t UIComment::address

◆ content

QString UIComment::content

Enumeration Type Documentation

◆ UICommentType

Enumerator
FunctionComment 
AddressComment 
DataComment