Public Member Functions |
| | BaseArray1DTracer (const string &title="", const string &className="BaseArray1DTracer") |
| |
| void | set (const json &array1d) |
| |
| void | patch (int x, const json &v) |
| |
| void | patch (int x) |
| |
| void | depatch (int x) |
| |
| void | select (int sx, int ex) |
| |
| void | select (int x) |
| |
| void | deselect (int sx, int ex) |
| |
| void | deselect (int x) |
| |
| void | set () |
| |
| void | patch (int x, int y, const json &v) |
| |
| void | patch (int x, int y) |
| |
| void | depatch (int x, int y) |
| |
| void | select (int sx, int sy, int ex, int ey) |
| |
| void | selectRow (int x, int sy, int ey) |
| |
| void | selectCol (int y, int sx, int ex) |
| |
| void | deselect (int sx, int sy, int ex, int ey) |
| |
| void | deselectRow (int x, int sy, int ey) |
| |
| void | deselectCol (int y, int sx, int ex) |
| |
| void | reset () |
| |
| void | destroy () |
| |