Livox SDK API
V2.2.0
|
#include <color.h>
Public Member Functions | |
text_style (emphasis em=emphasis()) throw () | |
text_style & | operator|= (const text_style &rhs) |
text_style & | operator&= (const text_style &rhs) |
bool | has_foreground () const throw () |
bool | has_background () const throw () |
bool | has_emphasis () const throw () |
internal::color_type | get_foreground () const throw () |
internal::color_type | get_background () const throw () |
emphasis | get_emphasis () const throw () |
Friends | |
text_style | operator| (text_style lhs, const text_style &rhs) |
text_style | operator& (text_style lhs, const text_style &rhs) |
text_style | fg (internal::color_type foreground) throw () |
text_style | bg (internal::color_type background) throw () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |