|
Public Member Functions |
| | BWindowScreen (const char *title, uint32 space, status_t *error, bool debug_enable=false) |
| | BWindowScreen (const char *title, uint32 space, uint32 attributes, status_t *error) |
| virtual | ~BWindowScreen () |
| virtual void | Quit (void) |
| virtual void | ScreenConnected (bool active) |
| void | Disconnect () |
| virtual void | WindowActivated (bool active) |
| virtual void | WorkspaceActivated (int32 ws, bool state) |
| virtual void | ScreenChanged (BRect screen_size, color_space depth) |
| virtual void | Hide () |
| virtual void | Show () |
| void | SetColorList (rgb_color *list, int32 first_index=0, int32 last_index=255) |
| status_t | SetSpace (uint32 space) |
| bool | CanControlFrameBuffer () |
| status_t | SetFrameBuffer (int32 width, int32 height) |
| status_t | MoveDisplayArea (int32 x, int32 y) |
| void * | IOBase () |
| rgb_color * | ColorList () |
| frame_buffer_info * | FrameBufferInfo () |
| graphics_card_hook | CardHookAt (int32 index) |
| graphics_card_info * | CardInfo () |
| void | RegisterThread (thread_id id) |
| virtual void | SuspensionHook (bool active) |
| void | Suspend (char *label) |
| virtual status_t | Perform (perform_code d, void *arg) |