9#ifndef __Cadabra__NotebookWindow__ 
   10#define __Cadabra__NotebookWindow__ 
   29            virtual void add_cell(
const DTree&, DTree::iterator, 
bool visible) 
override;
 
   30            virtual void remove_cell(
const DTree&, DTree::iterator) 
override;
 
   31            virtual void update_cell(
const DTree&, DTree::iterator) 
override;
 
 
 
Objective-C++ class implementing DocumentThread and providing an OS-X notebook interface.
Definition NotebookWindow.hh:25
 
virtual void process_data() override
Definition NotebookWindow.mm:97
 
std::vector< NotebookCanvas * > canvasses
Definition NotebookWindow.hh:44
 
virtual void on_connect() override
Definition NotebookWindow.mm:82
 
virtual void remove_cell(const DTree &, DTree::iterator) override
Definition NotebookWindow.mm:62
 
NotebookController * controller
Definition NotebookWindow.hh:42
 
int current_canvas
Definition NotebookWindow.hh:45
 
virtual void add_cell(const DTree &, DTree::iterator, bool visible) override
Definition NotebookWindow.mm:23
 
virtual void position_cursor(const DTree &, DTree::iterator) override
Definition NotebookWindow.mm:72
 
virtual void on_network_error() override
Definition NotebookWindow.mm:92
 
virtual void on_disconnect() override
Definition NotebookWindow.mm:87
 
virtual void update_cell(const DTree &, DTree::iterator) override
Definition NotebookWindow.mm:67
 
virtual void remove_all_cells() override
Definition NotebookWindow.mm:77
 
Definition NotebookController.h:12
 
Definition NotebookWindow.hh:18