QXRD  0.11.16
Public Member Functions | List of all members
QcepApplication Class Referenceabstract

#include <qcepapplication.h>

Inheritance diagram for QcepApplication:
Inheritance graph
[legend]
Collaboration diagram for QcepApplication:
Collaboration graph
[legend]

Public Member Functions

 QcepApplication (int &argc, char **argv)
 
virtual void printMessage (QString msg, QDateTime ts=QDateTime::currentDateTime())=0
 
virtual void criticalMessage (QString msg, QDateTime ts=QDateTime::currentDateTime())=0
 
virtual void setDefaultObjectData (QcepDataObject *obj)=0
 

Detailed Description

Definition at line 9 of file qcepapplication.h.

Constructor & Destructor Documentation

QcepApplication::QcepApplication ( int &  argc,
char **  argv 
)

Definition at line 5 of file qcepapplication.cpp.

5  :
6  QApplication(argc, argv)
7 {
8  g_Application = this;
9 }
QcepApplication * g_Application

Member Function Documentation

virtual void QcepApplication::criticalMessage ( QString  msg,
QDateTime  ts = QDateTime::currentDateTime() 
)
pure virtual
virtual void QcepApplication::printMessage ( QString  msg,
QDateTime  ts = QDateTime::currentDateTime() 
)
pure virtual

Referenced by QxrdFileSaver::acquisition(), QxrdFileBrowserModelUpdater::changeContents(), QxrdFileBrowserModelUpdater::changeRoot(), QxrdFileBrowserView::dataChanged(), QcepIntegratedDataQueue::deallocate(), QcepImageQueue< T >::deallocate(), QcepIntegratedDataQueue::dequeue(), QcepImageQueue< T >::dequeue(), QxrdAcquisition::dynamicProperties(), QcepIntegratedDataQueue::enqueue(), QcepImageQueue< T >::enqueue(), QxrdFileSaver::experiment(), QxrdFileBrowserView::indexAt(), QxrdFileBrowserView::keyboardSearch(), QcepAllocator::newDoubleImage(), QcepAllocator::newDoubleImageAndIntegratedData(), QcepAllocator::newInt16Image(), QcepAllocator::newInt32Image(), QcepAllocator::newIntegratedData(), QcepAllocator::newMask(), QxrdCenterFinderPlot::onCenterChanged(), QxrdImagePlot::onProcessedImageAvailable(), QxrdResponseTimer::onTimeout(), QxrdFileBrowserView::paintEvent(), QxrdAcquisition::propertyList(), QcepAllocator::QcepAllocator(), QcepImageQueue< T >::QcepImageQueue(), QxrdFileBrowserModelUpdater::QxrdFileBrowserModelUpdater(), QxrdMaskRasterData::QxrdMaskRasterData(), QxrdRasterData::QxrdRasterData(), QxrdFileBrowserView::reset(), QxrdFileSaver::saveDoubleDataPrivate(), QxrdFileSaver::saveMaskDataPrivate(), QxrdFileSaver::saveRaw16DataPrivate(), QxrdFileSaver::saveRaw32DataPrivate(), QxrdFileBrowserView::scrollTo(), QxrdFileBrowserView::selectAll(), QxrdFileBrowserView::setModel(), QxrdFileBrowserView::setSelectionModel(), QcepIntegratedDataQueue::size(), QcepImageQueue< T >::size(), QxrdFileBrowserModelUpdater::updateContents(), QxrdImageDisplayWidget::updateImage(), QxrdFileBrowserModelUpdater::updateTimeout(), QxrdFileBrowserView::visualRect(), QcepAllocator::waitTillAvailable(), QxrdFileSaver::writeOutputScanPrivate(), QcepAllocator::~QcepAllocator(), QcepImageQueue< T >::~QcepImageQueue(), and QcepIntegratedDataQueue::~QcepIntegratedDataQueue().

Here is the caller graph for this function:

virtual void QcepApplication::setDefaultObjectData ( QcepDataObject obj)
pure virtual

Referenced by QcepDataObject::QcepDataObject().

Here is the caller graph for this function:


The documentation for this class was generated from the following files: