git-svn-id: svn://db.shs.com.ru/libs@386 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-05-23 22:26:09 +00:00
parent b1167a86e7
commit 7c9a2d0db2
9 changed files with 132 additions and 7 deletions

View File

@@ -11,6 +11,8 @@
namespace CDUtils {
class CDType;
class CDSection;
QStringList getList(const PIVector<PIDeque<int> > & x_list);
PIVector<PIDeque<int> > setList(const QStringList & l);
}
class QMainWindow;
@@ -26,6 +28,8 @@ public:
void addX(const CDUtils::CDType & t);
void drawX(const PIMap<PIString, PIVector<double> > & data);
QByteArray save() const;
void load(QByteArray ba);
CDGraphicWidget * graphic;
@@ -59,6 +63,8 @@ public:
~CDGraphics();
void reset();
QByteArray save() const;
void load(QByteArray ba);
private:
GDockWidget * graphicDock(Graphic * o) const;