Last change
on this file since 158 was
146,
checked in by fpvanagthoven, 13 years ago
|
Merged step/displaystep class functionality, division is unnecessary.
Added some javascript to manipulate editor objects in sequencerScripts.js
|
File size:
363 bytes
|
Rev | Line | |
---|
[146] | 1 | <?php |
---|
| 2 | |
---|
| 3 | /* |
---|
| 4 | * To change this template, choose Tools | Templates |
---|
| 5 | * and open the template in the editor. |
---|
| 6 | */ |
---|
| 7 | |
---|
| 8 | /** |
---|
| 9 | * Info panel, to the side of the Toolbox, showing various stats and links for the current pipeline. |
---|
| 10 | * |
---|
| 11 | * @author Thijs Schipper |
---|
| 12 | */ |
---|
| 13 | class PipelineInfoPanel { |
---|
| 14 | private $linkedSequencer; |
---|
| 15 | |
---|
| 16 | public function __construct(){ |
---|
| 17 | |
---|
| 18 | } |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.