Cadabra
Computer algebra system for field theory problems
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
NotebookController.h
Go to the documentation of this file.
1 //
2 // NotebookController.h
3 // Cadabra
4 //
5 // Created by Kasper Peeters on 31/01/2015.
6 // Copyright (c) 2015 phi-sci. All rights reserved.
7 //
8 
12 
13 #import <Cocoa/Cocoa.h>
14 
15 @interface NotebookController : NSViewController {
16 }
17 
18 @property (weak) IBOutlet NSTextField *status_label;
19 @property (weak) IBOutlet NSScrollView *scrollbox;
20 
21 @end
Definition: NotebookController.h:15