#include <stdlib.h>#include "typedefs.h"#include "scrnobj.h"#include "viewport.h"#include "display.h"#include "messages.h"#include "checkbox.h"Go to the source code of this file.
Compounds | |
| class | Nodes |
Variables | |
| const int | NFRAME = 1 |
| const int | CCIRCLE = 8 |
| const int | NFILLSIZE = 1 |
| const int | STOPRAD = 3 |
| const int | NBOXCOLOR = LIGHTGRAY |
| const int | NOFFCOLOR = DARKGRAY |
|
|
Definition at line 32 of file nodes.h. Referenced by Nodes::animate_frame(), Nodes::Draw(), Nodes::empty_box(), Nodes::fill_box(), and Nodes::Init(). |
|
|
Definition at line 35 of file nodes.h. Referenced by Nodes::animate_box(), Nodes::animate_frame(), Nodes::Draw(), and Nodes::enable_box(). |
|
|
Definition at line 33 of file nodes.h. Referenced by Nodes::fill_box(). |
|
|
Definition at line 31 of file nodes.h. Referenced by Nodes::animate_frame(). |
|
|
Definition at line 36 of file nodes.h. Referenced by Nodes::animate_box(), Nodes::disable_box(), and Nodes::Draw(). |
|
|
Definition at line 34 of file nodes.h. Referenced by Nodes::animate_frame(), Nodes::Draw(), Nodes::empty_box(), Nodes::fill_box(), and Nodes::Init(). |
1.2.15