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