PLplot
5.10.0
|
#include "wxwidgets.h"
Public Member Functions | |
wxPLplotFrame (const wxString &title, PLStream *pls) | |
void | OnMenu (wxCommandEvent &event) |
void | OnClose (wxCloseEvent &event) |
bool | SavePlot (const char *filename, const char *devname, int width, int height) |
void | SetRefreshFlag (bool flag=true) |
bool | GetRefreshFlag (void) |
Private Attributes | |
wxPanel * | m_panel |
wxPLplotWindow * | m_window |
wxPLDevBase * | m_dev |
Definition at line 424 of file wxwidgets.h.
wxPLplotFrame::wxPLplotFrame | ( | const wxString & | title, |
PLStream * | pls | ||
) |
bool wxPLplotFrame::GetRefreshFlag | ( | void | ) | [inline] |
Definition at line 432 of file wxwidgets.h.
void wxPLplotFrame::OnClose | ( | wxCloseEvent & | event | ) |
void wxPLplotFrame::OnMenu | ( | wxCommandEvent & | event | ) |
bool wxPLplotFrame::SavePlot | ( | const char * | filename, |
const char * | devname, | ||
int | width, | ||
int | height | ||
) |
void wxPLplotFrame::SetRefreshFlag | ( | bool | flag = true | ) | [inline] |
Definition at line 431 of file wxwidgets.h.
wxPLDevBase* wxPLplotFrame::m_dev [private] |
Definition at line 437 of file wxwidgets.h.
wxPanel* wxPLplotFrame::m_panel [private] |
Definition at line 432 of file wxwidgets.h.
wxPLplotWindow* wxPLplotFrame::m_window [private] |
Definition at line 436 of file wxwidgets.h.