QXRD
0.11.16
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qxrd
source
submodules
qceplib
qceplib-base
qcepdataobjectwindow.cpp
Go to the documentation of this file.
1
#include "
qcepdataobjectwindow.h
"
2
#include <stdio.h>
3
4
QcepDataObjectWindow::QcepDataObjectWindow
(QWidget *parent) :
QcepMainWindow
(parent)
5
{
6
7
}
8
9
void
QcepDataObjectWindow::printMessage
(QString msg, QDateTime ts)
10
{
11
printf(
"%s\n"
, qPrintable(msg));
12
}
QcepDataObjectWindow::QcepDataObjectWindow
QcepDataObjectWindow(QWidget *parent=0)
Definition:
qcepdataobjectwindow.cpp:4
QcepDataObjectWindow::printMessage
void printMessage(QString msg, QDateTime ts=QDateTime::currentDateTime())
Definition:
qcepdataobjectwindow.cpp:9
QcepMainWindow
Definition:
qcepmainwindow.h:7
qcepdataobjectwindow.h
Generated by
1.8.10