~ubuntu-branches/ubuntu/utopic/kdevplatform/utopic-proposed

« back to all changes in this revision

Viewing changes to outputview/ioutputview.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2014-08-30 03:52:11 UTC
  • mfrom: (0.3.26)
  • Revision ID: package-import@ubuntu.com-20140830035211-wndqlc843eu2v8nk
Tags: 1.7.0-0ubuntu1
* New upstream release
* Add XS-Testsuite: autopkgtest

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    virtual void setDelegate( int outputId, QAbstractItemDelegate* model ) = 0;
137
137
 
138
138
    /**
 
139
     * Sets a @p title for the specified @p outputIds
 
140
     */
 
141
    virtual void setTitle( int outputId, const QString& title ) = 0;
 
142
 
 
143
    /**
139
144
     * remove a toolview, don't forget to emit toolViewRemoved when you implement this
140
145
     *
141
146
     * @param id identifies the view to remove