#include <qts_applicationwindow.h>
Public Slots | |
| void | slotFileNew () |
| generate a new document in the current view. | |
| void | slotFileOpen () |
| open a document. | |
| void | slotFileOpenRecent (int id) |
| opens a recent file document. More... | |
| void | slotFileOpen (const QString &fileName) |
| opens the given file. | |
| void | slotFileDataRetrieval () |
| Gets new data from a source on the net. | |
| bool | slotFileSave () |
| save a document. | |
| bool | slotFileSaveAs () |
| save a document under a different filename. | |
| void | slotFileClose () |
| close the current file. | |
| void | slotFilePrint () |
| print the current file. | |
| void | slotFileQuit () |
| exits the application. | |
| void | slotEditUndo () |
| Edit Undo. | |
| void | slotEditRedo () |
| Edit Redo. | |
| void | slotEditCut () |
| put the marked text/object into the clipboard and remove it from the document. | |
| void | slotEditCopy () |
| put the marked text/object into the clipboard. | |
| void | slotEditPaste () |
| paste the clipboard into the document. | |
| void | slotViewToolBar (bool toggle) |
| toggle the toolbar. | |
| void | slotViewStatusBar (bool toggle) |
| toggle the statusbar. | |
| void | slotViewLayerList (bool toggle) |
| toggle the layerlist. | |
| void | slotLayersAdd () |
| void | slotLayersRemove () |
| void | slotLayersEdit () |
| void | slotHelpAbout () |
| shows an about dlg. | |
| void | slotDebugDumpEntities () |
| dumps entities to file. | |
| void | slotDebugDrawFreehand () |
| draws some random lines. | |
| void | slotDebugOpen () |
| opens the same file a couple of times. | |
| void | slotDebugDownload () |
| download a file. | |
| QTS_GraphicView * | getGraphicView () |
Public Methods | |
| QTS_ApplicationWindow () | |
| ~QTS_ApplicationWindow () | |
| void | initActions () |
| initializes all QActions of the application. | |
| void | initMenuBar () |
| initMenuBar creates the menu_bar and inserts the menuitems. | |
| void | initToolBar () |
| this creates the toolbars. | |
| void | initStatusBar () |
| setup the statusbar. | |
| void | initSettings () |
| reads settings from rc file / registry. | |
| void | storeSettings () |
| stores settings to rc file / registry. | |
| void | initDoc () |
| setup the document. | |
| void | initView () |
| setup the mainview. | |
| void | updateRecentFilesMenu () |
| Updates the file menu (recent files entries). | |
| void | updateCaption () |
| Update the caption. | |
| bool | queryExit () |
| For Message box on last window exit. | |
Protected Methods | |
| void | closeEvent (QCloseEvent *) |
|
|
|
|
|
opens a recent file document.
|