algorithm-visualizer
 All Classes
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Types | Protected Member Functions | Static Protected Member Functions | List of all members
Array2DTracer Class Reference
Inheritance diagram for Array2DTracer:
Tracer Commander BaseArray1DTracer Array1DTracer ChartTracer

Public Member Functions

 Array2DTracer (const string &title="", const string &className="Array2DTracer")
 
void set (const json &array2d)
 
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 select (int x, int y)
 
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 deselect (int x, int y)
 
void deselectRow (int x, int sy, int ey)
 
void deselectCol (int y, int sx, int ex)
 
void set ()
 
void reset ()
 
void destroy ()
 

Static Public Member Functions

static void delay (int lineNumber)
 
static void delay ()
 
static size_t writeFunction (void *ptr, size_t size, size_t nmemb, std::string *data)
 
static void onExit ()
 

Public Attributes

string key
 

Protected Types

using string = std::string
 
using json = nlohmann::json
 
using arguments = std::vector< json >
 

Protected Member Functions

void command (const string &method, const arguments &args)
 

Static Protected Member Functions

static void command (const json &key, const string &method, const arguments &args)
 

The documentation for this class was generated from the following file: