~showard314/ubuntu/utopic/qtiplot/utopic_1311721

« back to all changes in this revision

Viewing changes to qtiplot/src/plot2D/dialogs/AssociationsDialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Howard
  • Date: 2011-05-07 17:00:26 UTC
  • mfrom: (1.1.9 upstream) (2.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110507170026-77wvcv8uc6955fff
* moved debian/build.conf into debian/patches/03_build_conf.patch
  to track changes to build.conf between releases. Updated
  debian/rules accordingly.
* New upstream release. (Closes: #599450)
* Refreshed patches.
* debian/control B-D on libalglib-dev, libtamuanova-dev,
  libqtexengine-dev
* debian/rules allows for parallel builds
* Byte compile python modules with dh_python2, removed debian/*.post{rm,inst}
  dropped dependency on depricated python-central (Closes: #587669)
* Added shared-mime-info xml data in debian/qtiplot.sharedmimeinfo
  (LP: #184307)
* 04_qwtplot3d_static.patch added to build a modified static
  library of qwt3dplot
* 05_link_gl2ps.patch added to use Debian gl2ps library.
* Policy 3.9.2, no changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    File                 : AssociationsDialog.h
3
3
    Project              : QtiPlot
4
4
    --------------------------------------------------------------------
5
 
    Copyright            : (C) 2006 by Ion Vasilief
 
5
        Copyright            : (C) 2006 - 2010 by Ion Vasilief
6
6
    Email (use @ for *)  : ion_vasilief*yahoo.fr
7
7
    Description          : Plot associations dialog
8
8
 
57
57
    void accept();
58
58
 
59
59
private:
60
 
    void changePlotAssociation(int curve, const QString& text);
 
60
        void changePlotAssociation(int curve, const QStringList& lst);
61
61
        void updateColumnTypes();
62
62
        void uncheckCol(int col);
63
63
        void updatePlotAssociation(int row, int col);
64
 
        QString plotAssociation(const QString& text);
 
64
        QStringList plotAssociation(const QString& text);
65
65
    Table *findTable(int index);
66
66
    bool eventFilter(QObject *object, QEvent *e);
67
67