Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | Class Members

QS_ApplicationWrapper Class Reference

Wrapper class for accessing application specific things. More...

#include <qs_applicationwrapper.h>

List of all members.

Public Slots

void fileNew ()
 Creates a new document.
void fileOpen (const QString &fileName)
void fileClose ()
void fileSave (const QString &fileName)

Public Member Functions

 QS_ApplicationWrapper (QG_MainWindowInterface *a)
QG_MainWindowInterface * getApplication ()


Detailed Description

Wrapper class for accessing application specific things.


Member Function Documentation

void QS_ApplicationWrapper::fileNew  )  [slot]
 

Creates a new document.

This example script creates a new document:

 var app = new App();
 app.fileNew();
 


The documentation for this class was generated from the following files:
Generated on Sat May 6 04:36:12 2006 for qcadscripting by  doxygen 1.4.4