mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-22 10:19:31 +00:00
13 lines
1.1 KiB
Plaintext
13 lines
1.1 KiB
Plaintext
digraph "Graphical Class Hierarchy"
|
|
{
|
|
// LATEX_PDF_SIZE
|
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
|
rankdir="LR";
|
|
Node0 [label="MTSC.Exceptions.IException\lHandler",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$d8/d5c/interface_m_t_s_c_1_1_exceptions_1_1_i_exception_handler.html",tooltip="Handler to be used for handling exception."];
|
|
Node0 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node1 [label="MTSC.Exceptions.Exception\lConsoleLogger",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$df/d86/class_m_t_s_c_1_1_exceptions_1_1_exception_console_logger.html",tooltip="Logs the received exceptions to the console."];
|
|
Node0 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node2 [label="MTSC.Exceptions.Exception\lThrower",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$dc/d94/class_m_t_s_c_1_1_exceptions_1_1_exception_thrower.html",tooltip="Throws all handled exceptions."];
|
|
}
|