summaryrefslogtreecommitdiff
path: root/ui/tokenizedtextview.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2020-08-24 21:46:36 +0800
committerXusheng <xusheng@vector35.com>2020-09-15 09:29:54 +0800
commit75d05ea710f80a0ca2fdc53b638952a7a97e7ad8 (patch)
treef8fe2205178cd7942a1e6d45c79dda9d748b526f /ui/tokenizedtextview.h
parent33e31719d37deed58cfe709bf475b80fece8c34a (diff)
display as in linear view
Diffstat (limited to 'ui/tokenizedtextview.h')
-rw-r--r--ui/tokenizedtextview.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/tokenizedtextview.h b/ui/tokenizedtextview.h
index 28d0399b..d937760a 100644
--- a/ui/tokenizedtextview.h
+++ b/ui/tokenizedtextview.h
@@ -92,19 +92,6 @@ class BINARYNINJAUIAPI TokenizedTextView: public QAbstractScrollArea, public Vie
void inferStructureType();
size_t getStringLength(uint64_t startAddr);
- void displayAsDefault();
- void displayAsBinary();
- void displayAsSignedOctal();
- void displayAsUnsignedOctal();
- void displayAsSignedDecimal();
- void displayAsUnsignedDecimal();
- void displayAsSignedHexadecimal();
- void displayAsUnsignedHexadecimal();
- void displayAsCharacterConstant();
- void displayAsPointer();
- void displayAsFloat();
- void displayAsDouble();
-
void setInstructionHighlight(BNHighlightColor color);
void setBlockHighlight(BNHighlightColor color);