![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <DiffViewer.hh>
Public Member Functions | |
| DiffViewer (std::istream &a, std::istream &b, Gtk::Window &parent) | |
| void | run_noblock () |
Protected Types | |
| using | Cells = std::pair<std::vector<std::string>, std::vector<std::string>> |
Protected Member Functions | |
| void | populate (std::istream &a, std::istream &b) |
| Cells | make_cells (std::istream &stream) |
Protected Attributes | |
| Gtk::Box | box |
| Gtk::ScrolledWindow | scrolled_window |
| std::vector< CellDiff > | cells |
|
protected |
| DiffViewer::DiffViewer | ( | std::istream & | a, |
| std::istream & | b, | ||
| Gtk::Window & | parent ) |
|
protected |
|
protected |
| void DiffViewer::run_noblock | ( | ) |
|
protected |
|
protected |
|
protected |