#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | NC |
Enumerations | |
enum | ADJUST { CENTER = 0x00, TOP = 0x01, BOTTOM = 0x02, LEFT = 0x10, RIGHT = 0x20, TOPLEFT = TOP | LEFT, TOPRIGHT = TOP | RIGHT, BOTTOMLEFT = BOTTOM | LEFT, BOTTOMRIGHT = BOTTOM | RIGHT } |
enum | WState { WSdumb, WSnormal, WSactive, WSdisabeled } |
Functions | |
std::ostream & | operator<< (std::ostream &str, NC::ADJUST obj) |
std::ostream & | operator<< (std::ostream &str, NC::WState obj) |
|
|
|
|
|
|
|
|