Show
Ignore:
Timestamp:
01/22/10 19:44:34 (2 years ago)
Author:
sven-win
Message:

Umfangreiche Weiterentwicklung (letzte Entwicklung am Netbook). Driver fuer M200 erstmals testweise implementiert; funktioniert(e mit Netbook).

-- Sven @ netboo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • punch-card-project/trunk/punch-card-editor/src/driver/documation-m200-client/controller.h

    r53 r59  
    44#include <QDockWidget> 
    55#include <QString> 
     6#include <QPointer> 
    67#include <QList> 
     8#include <QPushButton> 
    79 
    810namespace QPunchCard { 
     
    1719#include "driver/driver.h" 
    1820#include "app/mainwindow.h" 
     21#include "client.h" 
    1922 
    2023namespace QPunchCard { 
     
    2427class Controller : public QWidget { 
    2528        Q_OBJECT 
     29 
     30        QPointer<ClientThread> worker; 
     31        QPointer<QTextEdit> log; 
     32 
     33        QPushButton *start_button, *stop_button, *ping_button, *reset_button, *quit_button; 
     34 
     35        QWidget* createButtonBar(); 
     36 
    2637public: 
    27         Controller(); 
     38        Controller(QWidget* parent = 0); 
     39 
     40public slots: 
     41        void logResponse(QString code, QString comment); 
     42        void client_toggle_run(); 
    2843}; 
    2944 
© 2008 - 2010 Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License