Make cycle time optional
This commit is contained in:
@@ -55,6 +55,8 @@ public:
|
||||
int maxEnhancements() const { return 208; };
|
||||
|
||||
/* void setSubPageNumber(int); */
|
||||
int cycleOn() const { return m_cycleOn; };
|
||||
void setCycleOn(int cycleOn);
|
||||
int cycleValue() const { return m_cycleValue; };
|
||||
void setCycleValue(int newValue);
|
||||
CycleTypeEnum cycleType() const { return m_cycleType; };
|
||||
@@ -107,6 +109,7 @@ public:
|
||||
private:
|
||||
unsigned char m_level1Page[25][40];
|
||||
/* int m_subPageNumber; */
|
||||
bool m_cycleOn;
|
||||
int m_cycleValue;
|
||||
CycleTypeEnum m_cycleType;
|
||||
int m_defaultCharSet, m_defaultNOS, m_secondCharSet, m_secondNOS;
|
||||
|
||||
Reference in New Issue
Block a user