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/text/editordock.h

    r52 r59  
    2323        Q_OBJECT 
    2424 
    25         App::MainWindow* main; 
    26         Text::Editor* editor; 
     25        App::MainWindow* main; // als links wegen Forward Declaration 
     26        Text::Editor* editor;  // (unkomplette typen beim kompilieren) 
    2727        QWidget* code_bar; 
    2828        QWidget* color_bar; 
     29        QString filename; // just for multiple exportText() calls 
    2930public: 
    3031        EditorDock(App::MainWindow* parent); 
     32 
     33        const Codec* getCodec() const; 
     34        QString getText() const; 
    3135 
    3236private: 
     
    3842        void setCodec(QString by_name); 
    3943        void showTextConverterDialog(); 
     44        bool exportText(); 
     45        bool exportTextAs(); 
    4046 
    4147signals: 
© 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