QTimeSeries Homepage

Main Page   Alphabetical List   Compound List   File List   Compound Members  

QTS_ApplicationWindow Class Reference

Main application window. More...

#include <qts_applicationwindow.h>

List of all members.

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_GraphicViewgetGraphicView ()

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 *)


Detailed Description

Main application window.


Member Function Documentation

QTS_GraphicView* QTS_ApplicationWindow::getGraphicView   [inline, slot]
 

Returns:
pointer to graphic view

void QTS_ApplicationWindow::slotFileOpenRecent int    id [slot]
 

opens a recent file document.

Parameters:
id  File Menu id of the file


The documentation for this class was generated from the following files:
Copyright © 2002, Andrew Mustun <andrew@mustun.com>. All rights reserved.
System documentation was generated using doxygen.