Public Types | |
enum | { B_LeftJustify = 1, B_RightJustify, B_CenterJustify } |
Public Member Functions | |
Basewindow (int, char **) | |
const BColor & | borderColor (void) |
int | getColorsPerChannel (void) |
int | getDepth (void) |
Display * | getDisplay (void) |
Window | getRootWindow (void) |
int | getScreenNumber (void) |
Visual * | getVisual (void) |
void | grab (void) |
Bool | hasImageDither (void) |
BImageControl * | imageControl (void) |
Cursor | sessionCursor (void) |
void | setupImageControl (void) |
void | ungrab (void) |
unsigned int | xRes (void) |
unsigned int | yRes (void) |
Public Attributes | |
char * | bbconfig_filename |
BColor | border_color |
int | colors_per_channel |
char * | config_filename |
bool | default_config |
unsigned int | depth |
Display * | dpy |
BImageControl * | image_control |
bool | image_dither |
char * | nobb_filename |
char * | position |
bool | shape |
char * | spooldir |
Visual * | v |
bool | withdrawn |
Protected Member Functions | |
virtual void | ParseOptions (int argc, char **argv) |
Protected Attributes | |
Cursor | cursor |
int | display_height |
char * | display_name |
int | display_width |
GC | menuFrameGC |
GC | menuGC |
GC | menuHiBGGC |
GC | menuHiGC |
Window | menuwin |
Window | root |
int | screen |
unsigned int | xres |
unsigned int | yres |
Private Member Functions | |
void | MakeCursor (void) |
void | Usage (void) |
Private Attributes | |
int | server_grabs |
Definition at line 45 of file Basewindow.hh.