QTimeSeries Homepage

Main Page   Alphabetical List   Compound List   File List   Compound Members  

QTS_Document Class Reference

Document class. More...

#include <qts_document.h>

List of all members.

Signals

void documentChanged ()

Public Methods

 QTS_Document ()
 ~QTS_Document ()
void newDoc ()
bool save ()
bool saveAs (const QString &filename)
bool load (const QString &filename)
bool isModified () const
QTS_TablegetTable ()
QTS_GraphicgetGraphic ()
RS_Graphic * getMarking ()
RS_Graphic * getContainer ()
QString getFilename () const
QString getFilename (const QString &ext)

Protected Attributes

bool modified


Detailed Description

Document class.

A document is a time series data set and the redlining.


Member Function Documentation

RS_Graphic* QTS_Document::getContainer   [inline]
 

Returns:
pointer to the graphic container containing the graphic and the markings

QTS_Graphic* QTS_Document::getGraphic   [inline]
 

Returns:
pointer to the graphic

RS_Graphic* QTS_Document::getMarking   [inline]
 

Returns:
pointer to the marking

QTS_Table* QTS_Document::getTable   [inline]
 

Returns:
pointer to the table stored in this document


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.