@@ -30,34 +30,24 @@ public:
3030 void insert(qint64, QByteArray &);
3131 void replace(qint64, qint64, QByteArray &);
3232
33- bool addressArea( );
34- bool addressWidth ();
35- bool asciiArea();
33+ void addUserArea(qint64, qint64, QColor, QBrush );
34+ void clearUserAreas ();
35+
3636 qint64 cursorPosition(QPoint);
3737 void ensureVisible();
3838 qint64 indexOf(QByteArray &, qint64);
3939 bool isModified();
40- bool highlighting();
40+
4141 qint64 lastIndexOf(QByteArray &, qint64);
4242 QString selectionToReadableString();
4343 QString selectedData();
4444 void setFont(const QFont &);
4545 QString toReadableString();
4646
47- QColor addressAreaColor();
48- void setAddressAreaColor(const QColor &);
49-
50- QColor addressFontColor();
51- void setAddressFontColor(const QColor &);
52-
53- QColor asciiAreaColor();
54- void setAsciiAreaColor(const QColor &);
55-
56- QColor asciiFontColor();
57- void setAsciiFontColor(const QColor &);
58-
59- QColor hexFontColor();
60- void setHexFontColor(const QColor &);
47+ bool addressArea();
48+ bool addressWidth();
49+ bool asciiArea();
50+ bool highlighting();
6151
6252 qint64 addressOffset();
6353 void setAddressOffset(qint64);
@@ -77,9 +67,6 @@ public:
7767 bool isReadOnly();
7868 void setReadOnly(bool);
7969
80- QColor selectionColor();
81- void setSelectionColor(const QColor &);
82-
8370public slots:
8471 void redo();
8572 void setAddressArea(bool);
0 commit comments