Bugz Door Project
Classes | Namespaces | Functions | Variables
panel.cpp File Reference

Panels and Menus. More...

#include "door.h"
#include <set>
#include <string.h>
Include dependency graph for panel.cpp:

Classes

struct  door::box_styles
 

Namespaces

 door
 The BBS door project. This is an attempt at writing a C++ BBS door toolkit.
 

Functions

std::ostream & door::operator<< (std::ostream &os, const Panel &p)
 Output panel to stream. More...
 
std::ostream & door::operator<< (std::ostream &os, const Screen &s)
 Outputs screen to stream. More...
 

Variables

struct box_styles door::UBOXES []
 Unicode box characters. More...
 
struct box_styles door::BOXES []
 CP437 box characters. More...
 
const char * door::JOIN [2][2][2]
 CP437 box line joining data. More...
 
const char * door::UJOIN [2][2][2]
 Unicode box line joining data SINGLE 0, DOUBLE 1 Join Border to Line, 0 is Left, 1 is Right. More...
 

Detailed Description

Panels and Menus.