#include <phFLImageWindow.h>
Inheritance diagram for phFLImageWindow:

Definition at line 43 of file phFLImageWindow.h.
Public Member Functions | |
| phFLImageWindow (int32_t x, int32_t y, uint32_t w, uint32_t h, char *title, uint32_t flags=phNOFLAG) | |
| ~phFLImageWindow () | |
| void | draw () |
| void | resize (int x, int y, int w, int h) |
| void | user_close (void *ptr) |
| virtual void | hide () |
| int | handle (int event) |
| virtual int | isOpen () |
Private Member Functions | |
| virtual int | setup () |
| virtual int | wakeup () |
| virtual int | run () |
| virtual int | private_show () |
| virtual int | private_hide () |
| virtual int | private_redraw () |
| virtual int | private_update () |
| virtual int | private_resize (uint32_t w, uint32_t h) |
| virtual int | private_move (int32_t x, int32_t y) |
| virtual int | private_minsize (uint32_t min_w, uint32_t min_h) |
Private Attributes | |
| int | m_redraw |
| int | m_exit_now |
| Copyright (C) 2002 - 2007 |
Philip D.S. Thoren ( pthoren@users.sourceforge.net ) University Of Massachusetts at Lowell Robotics Lab |
|
1.4.4