Classes | |
class | UIComment |
Enumerations | |
enum | UICommentType { FunctionComment , AddressComment , DataComment } |
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 |
|
inline |
|
inline |
|
inline |
UICommentType UIComment::type |
FunctionRef UIComment::func |
BinaryViewRef UIComment::data |
uint64_t UIComment::address |
QString UIComment::content |
enum UICommentType |