OpenCPN Partial API docs
|
Window for displaying chart thumbnails. More...
#include <thumbwin.h>
Public Member Functions | |
ThumbWin (wxWindow *parent) | |
void | Resize () |
void | SetMaxSize (wxSize const &max_size) |
const wxBitmap & | GetBitmap () |
Public Attributes | |
wxBitmap | m_bitmap |
ChartBase * | pThumbChart |
Window for displaying chart thumbnails.
Definition at line 47 of file thumbwin.h.
ThumbWin::ThumbWin | ( | wxWindow * | parent | ) |
Definition at line 51 of file thumbwin.cpp.
|
virtual |
Definition at line 59 of file thumbwin.cpp.
const wxBitmap & ThumbWin::GetBitmap | ( | ) |
Definition at line 93 of file thumbwin.cpp.
void ThumbWin::Resize | ( | ) |
Definition at line 61 of file thumbwin.cpp.
void ThumbWin::SetMaxSize | ( | wxSize const & | max_size | ) |
Definition at line 73 of file thumbwin.cpp.
wxBitmap ThumbWin::m_bitmap |
Definition at line 57 of file thumbwin.h.
ChartBase* ThumbWin::pThumbChart |
Definition at line 58 of file thumbwin.h.