- Timestamp:
- 01/22/10 19:44:34 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
punch-card-project/trunk/punch-card-editor/src/text/editordock.h
r52 r59 23 23 Q_OBJECT 24 24 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) 27 27 QWidget* code_bar; 28 28 QWidget* color_bar; 29 QString filename; // just for multiple exportText() calls 29 30 public: 30 31 EditorDock(App::MainWindow* parent); 32 33 const Codec* getCodec() const; 34 QString getText() const; 31 35 32 36 private: … … 38 42 void setCodec(QString by_name); 39 43 void showTextConverterDialog(); 44 bool exportText(); 45 bool exportTextAs(); 40 46 41 47 signals:
Powered by
Expect where otherwise noted, content on this site is licensed under a