|
OpenCPN Partial API docs
|
Window for displaying chart thumbnails. More...
#include <thumbwin.h>
Public Member Functions | |
| ThumbWin (wxWindow *parent) | |
| void | Resize (void) |
| void | SetMaxSize (wxSize const &max_size) |
| const wxBitmap & | GetBitmap (void) |
Public Attributes | |
| wxBitmap | m_bitmap |
| ChartBase * | pThumbChart |
Window for displaying chart thumbnails.
Definition at line 56 of file thumbwin.h.
| ThumbWin::ThumbWin | ( | wxWindow * | parent | ) |
Definition at line 54 of file thumbwin.cpp.
|
virtual |
Definition at line 62 of file thumbwin.cpp.
| const wxBitmap & ThumbWin::GetBitmap | ( | void | ) |
Definition at line 96 of file thumbwin.cpp.
| void ThumbWin::Resize | ( | void | ) |
Definition at line 64 of file thumbwin.cpp.
| void ThumbWin::SetMaxSize | ( | wxSize const & | max_size | ) |
Definition at line 76 of file thumbwin.cpp.
| wxBitmap ThumbWin::m_bitmap |
Definition at line 66 of file thumbwin.h.
| ChartBase* ThumbWin::pThumbChart |
Definition at line 67 of file thumbwin.h.