Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qwt
src
qwt_plot_xml.cpp
Go to the documentation of this file.
1
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
2
* Qwt Widget Library
3
* Copyright (C) 1997 Josef Wilgen
4
* Copyright (C) 2002 Uwe Rathmann
5
*
6
* This library is free software; you can redistribute it and/or
7
* modify it under the terms of the Qwt License, Version 1.0
8
*****************************************************************************/
9
10
#include "
qwt_plot.h
"
11
18
void
QwtPlot::applyProperties
(
const
QString &
/* xmlDocument */
)
19
{
20
#if 0
21
// Temporary dummy code, for designer tests
22
setTitle
( xmlDocument );
23
replot
();
24
#endif
25
}
26
34
QString
QwtPlot::grabProperties
()
const
35
{
36
#if 0
37
// Temporary dummy code, for designer tests
38
return
title
().
text
();
39
#else
40
return
QString();
41
#endif
42
}
QwtPlot::setTitle
void setTitle(const QString &)
Definition:
qwt_plot.cpp:332
QwtPlot::grabProperties
QString grabProperties() const
Definition:
qwt_plot_xml.cpp:34
QwtPlot::replot
virtual void replot()
Redraw the plot.
Definition:
qwt_plot.cpp:546
QwtText::text
QString text() const
Definition:
qwt_text.cpp:256
QwtPlot::title
QwtText title() const
Definition:
qwt_plot.cpp:355
qwt_plot.h
QwtPlot::applyProperties
void applyProperties(const QString &)
Definition:
qwt_plot_xml.cpp:18
plotjuggler
Author(s): Davide Faconti
autogenerated on Sat Jul 6 2019 03:44:17