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 }
void setTitle(const QString &)
Definition: qwt_plot.cpp:325
QString grabProperties() const
virtual void replot()
Redraw the plot.
Definition: qwt_plot.cpp:539
QString text() const
Definition: qwt_text.cpp:266
QwtText title() const
Definition: qwt_plot.cpp:348
void applyProperties(const QString &)


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 03:48:10