|
Public Member Functions |
| | TMyImagePanel (wxWindow *parent, int id=-1) |
| | Constructor.
|
| | ~TMyImagePanel () |
| | Destructor.
|
| virtual void | OnDraw (wxDC &pdc) |
| | The draw event handler.
|
| virtual void | Refresh (bool eraseBackground=TRUE, const wxRect *rect=NULL) |
| | Refresh the image display.
|
| virtual void | OnSize (wxSizeEvent &event) |
| | The resize event handler.
|
| virtual void | OnPaint (wxPaintEvent &event) |
| | The paint event handler.
|
| virtual void | OnEvent (wxMouseEvent &event) |
| | The mouse event handler.
|
| virtual void | OnSaveAsBitmap (wxCommandEvent &event) |
| | The "Save bitmap" context menu event handler.
|
| virtual void | OnCopy (wxCommandEvent &event) |
| | The copy event handler.
|
| virtual void | OnPrint (wxCommandEvent &event) |
| | The print event handler.
|
| virtual void | OnDummy (wxCommandEvent &WXUNUSED(event)) |
| virtual void | WriteIntoBitmap (wxBitmap &bmp2) |
| | Converts an image into a bitmap.
|
Public Attributes |
| wxBitmap * | bmp |
| | Pointer to current bitmap structure.
|
| wxImage | i |
| | The current image.
|
| wxString | dir |
| wxString | file |
| bool | printing |
| bool | show_text |
| bool | invert |
| TImageDisplay * | imdi |
| | The parent image display module.
|