summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/part/fpgaview/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tde/src/part/fpgaview/part.h')
-rw-r--r--clients/tde/src/part/fpgaview/part.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clients/tde/src/part/fpgaview/part.h b/clients/tde/src/part/fpgaview/part.h
index 5e25529..4429458 100644
--- a/clients/tde/src/part/fpgaview/part.h
+++ b/clients/tde/src/part/fpgaview/part.h
@@ -138,6 +138,9 @@ class ImageViewerWindow : public KMdiChildView
public:
void setPixmap(TQPixmap);
+ protected:
+ void resizeEvent(TQResizeEvent *);
+
private:
TQLabel* m_label;
};
@@ -182,6 +185,7 @@ namespace RemoteLab
void switchToIntermediateMode();
void switchToAdvancedMode();
void processAllGraphicsUpdates();
+ void update8BitInputLEDs();
void process4BitInputChanges();
void process4BitOutputChanges();
@@ -214,6 +218,8 @@ namespace RemoteLab
int m_commHandlerState;
int m_commHandlerMode;
+ int m_commHandlerNextState;
+ int m_commHandlerNextMode;
bool m_connectionActiveAndValid;
unsigned char m_tickerState;
bool m_remoteInputModeEnabled;