Cadabra
Computer algebra system for field theory problems
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
NotebookCanvas.hh
Go to the documentation of this file.
1 //
2 // NotebookCanvas.hh
3 // Cadabra
4 //
5 // Created by Kasper Peeters on 04/03/2015.
6 // Copyright (c) 2015 phi-sci. All rights reserved.
7 //
8 
9 #ifndef Cadabra_NotebookCanvas_hh
10 #define Cadabra_NotebookCanvas_hh
11 
12 namespace cadabra {
13 
14  class NotebookCanvas {
15  public:
16  std::map<DataCell *, NSTextView *> visualcells;
17  };
18 
19 }
20 
21 
22 #endif
std::map< DataCell *, NSTextView * > visualcells
Definition: NotebookCanvas.hh:16