~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to patchbay/patchbay.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-23 17:28:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020423172823-w8yplzr81a759xa3
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __MUSE_PATCHBAY_H__
 
2
#define __MUSE_PATCHBAY_H__
 
3
 
 
4
#include "cobject.h"
 
5
#include "patchbaybase.h"
 
6
 
 
7
class PatchBay : public TopWin {
 
8
  Q_OBJECT
 
9
  PatchBayBase * _patchbay;
 
10
  
 
11
public:
 
12
  PatchBay (void);
 
13
  ~PatchBay (void);
 
14
};
 
15
 
 
16
#endif /* __MUSE_PATCHBAY_H__ */
 
 
b'\\ No newline at end of file'