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
VerticalLayout Class Reference
Inheritance diagram for VerticalLayout:
Layout Commander

Public Member Functions

 VerticalLayout (const commander_list &children, const string &className="VerticalLayout")
 
void destroy ()
 

Static Public Member Functions

static void setRoot (const Commander &child)
 
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 commander_list = std::vector< Commander >
 
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: