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