#include "Mbo.h"
#include "MboThread.h"
#include "MboIniData.h"
#include <list>

Go to the source code of this file.
Namespaces | |
| namespace | mbo | 
Classes | |
| class | mbo::MboDrawWin | 
| A draw window independant from main application.  More... | |
Defines | |
| #define | RGB_BLACK RGB( 0, 0, 0) | 
| #define | RGB_BLUE RGB( 0, 0,128) | 
| #define | RGB_GREEN RGB( 0,128, 0) | 
| #define | RGB_CYAN RGB( 0,128,128) | 
| #define | RGB_RED RGB(128, 0, 0) | 
| #define | RGB_MAGENTA RGB(128, 0,128) | 
| #define | RGB_BROWN RGB(128,128, 0) | 
| #define | RGB_LTGRAY RGB(192,192,192) | 
| #define | RGB_GRAY RGB(128,128,128) | 
| #define | RGB_LTBLUE RGB( 0, 0,255) | 
| #define | RGB_LTRED RGB(255, 0, 0) | 
| #define | RGB_LTCYAN RGB( 0,255,255) | 
| #define | RGB_LTGREEN RGB( 0,255, 0) | 
| #define | RGB_LTMAGENTA RGB(255, 0,255) | 
| #define | RGB_YELLOW RGB(255,255, 0) | 
| #define | RGB_WHITE RGB(255,255,255) | 
| #define | RGB_HINT RGB(255,255,204) | 
Enumerations | |
| enum | mbo::DRAW_MODE {  mbo::DRAW_MODE_FILL, mbo::DRAW_MODE_TRANSPARENT, mbo::DRAW_MODE_HS_BDIAGONAL, mbo::DRAW_MODE_HS_CROSS, mbo::DRAW_MODE_HS_DIAGCROSS, mbo::DRAW_MODE_HS_FDIAGONAL, mbo::DRAW_MODE_HS_HORIZONTAL, mbo::DRAW_MODE_HS_VERTICAL }  | 
This file is distributed under the LGPL license GNU Lesser General Public License, version 2.1.
Definition in file MboDrawWin.h.
| #define RGB_BLACK RGB( 0, 0, 0) | 
Definition at line 61 of file MboDrawWin.h.
| #define RGB_BLUE RGB( 0, 0,128) | 
Definition at line 62 of file MboDrawWin.h.
| #define RGB_BROWN RGB(128,128, 0) | 
Definition at line 67 of file MboDrawWin.h.
| #define RGB_CYAN RGB( 0,128,128) | 
Definition at line 64 of file MboDrawWin.h.
| #define RGB_GRAY RGB(128,128,128) | 
Definition at line 69 of file MboDrawWin.h.
| #define RGB_GREEN RGB( 0,128, 0) | 
Definition at line 63 of file MboDrawWin.h.
| #define RGB_HINT RGB(255,255,204) | 
Definition at line 78 of file MboDrawWin.h.
| #define RGB_LTBLUE RGB( 0, 0,255) | 
Definition at line 70 of file MboDrawWin.h.
| #define RGB_LTCYAN RGB( 0,255,255) | 
Definition at line 72 of file MboDrawWin.h.
| #define RGB_LTGRAY RGB(192,192,192) | 
Definition at line 68 of file MboDrawWin.h.
| #define RGB_LTGREEN RGB( 0,255, 0) | 
Definition at line 73 of file MboDrawWin.h.
| #define RGB_LTMAGENTA RGB(255, 0,255) | 
Definition at line 74 of file MboDrawWin.h.
| #define RGB_LTRED RGB(255, 0, 0) | 
Definition at line 71 of file MboDrawWin.h.
| #define RGB_MAGENTA RGB(128, 0,128) | 
Definition at line 66 of file MboDrawWin.h.
| #define RGB_RED RGB(128, 0, 0) | 
Definition at line 65 of file MboDrawWin.h.
| #define RGB_WHITE RGB(255,255,255) | 
Definition at line 76 of file MboDrawWin.h.
| #define RGB_YELLOW RGB(255,255, 0) | 
Definition at line 75 of file MboDrawWin.h.
| Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:08 2008 for MBO-lib by   1.5.4 |