~ubuntu-branches/ubuntu/saucy/texworks/saucy

« back to all changes in this revision

Viewing changes to src/TWApp.h

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2011-08-18 11:22:40 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110818112240-d2vmclt5llf8vano
Tags: 0.5~svn930-1
New upstream release (rev 930).

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#define STRINGIFY(s) STRINGIFY_2(s)
51
51
#define TW_BUILD_ID_STR STRINGIFY(TW_BUILD_ID)
52
52
 
 
53
#define DEFAULT_ENGINE_NAME "pdfLaTeX"
 
54
 
53
55
class QString;
54
56
class QMenu;
55
57
class QMenuBar;
191
193
 
192
194
        void about();
193
195
        void doResourcesDialog() const;
194
 
        void newFile();
 
196
        QObject * newFile() const;
195
197
        void open();
196
198
        void stackWindows();
197
199
        void tileWindows();
221
223
        void highlightLineOptionChanged();
222
224
 
223
225
private slots:  
224
 
        void newFromTemplate();
 
226
        QObject * newFromTemplate() const;
225
227
        void openRecentFile();
226
228
        void preferences();
227
229