Split X/26 packet handling into intermediate class

pagex26base holds methods for converting between the enhancements
QList and teletext packets. A future page subclass for POP pages will
re-use those same methods.
This commit is contained in:
G.K.MacGregor
2020-12-26 15:34:23 +00:00
parent 035c2c5a31
commit aa25a27e17
5 changed files with 133 additions and 66 deletions

View File

@@ -8,6 +8,7 @@ HEADERS = document.h \
mainwidget.h \
mainwindow.h \
pagebase.h \
pagex26base.h \
pageenhancementsdockwidget.h \
pageoptionsdockwidget.h \
palettedockwidget.h \
@@ -24,6 +25,7 @@ SOURCES = document.cpp \
mainwidget.cpp \
mainwindow.cpp \
pagebase.cpp \
pagex26base.cpp \
pageenhancementsdockwidget.cpp \
pageoptionsdockwidget.cpp \
palettedockwidget.cpp \