PLplot
5.10.0
|
#include "wxwidgets.h"
Public Member Functions | |
virtual bool | OnInit () |
void | SetExitFlag (bool flag=true) |
bool | GetExitFlag (void) |
void | SetAdvanceFlag (bool flag=true) |
bool | GetAdvanceFlag (void) |
void | SetRefreshFlag (bool flag=true) |
void | AddFrame (wxPLplotFrame *frame) |
void | RemoveFrame (wxPLplotFrame *frame) |
size_t | FrameCount (void) |
void | OnIdle (wxIdleEvent &event) |
Private Attributes | |
bool | exit |
bool | advance |
wxArrayOfwxPLplotFrame | FrameArray |
Definition at line 369 of file wxwidgets.h.
void wxPLplotApp::AddFrame | ( | wxPLplotFrame * | frame | ) | [inline] |
Definition at line 379 of file wxwidgets.h.
size_t wxPLplotApp::FrameCount | ( | void | ) | [inline] |
Definition at line 381 of file wxwidgets.h.
bool wxPLplotApp::GetAdvanceFlag | ( | void | ) | [inline] |
Definition at line 377 of file wxwidgets.h.
bool wxPLplotApp::GetExitFlag | ( | void | ) | [inline] |
Definition at line 375 of file wxwidgets.h.
void wxPLplotApp::OnIdle | ( | wxIdleEvent & | event | ) |
virtual bool wxPLplotApp::OnInit | ( | ) | [virtual] |
void wxPLplotApp::RemoveFrame | ( | wxPLplotFrame * | frame | ) | [inline] |
Definition at line 380 of file wxwidgets.h.
void wxPLplotApp::SetAdvanceFlag | ( | bool | flag = true | ) | [inline] |
Definition at line 376 of file wxwidgets.h.
void wxPLplotApp::SetExitFlag | ( | bool | flag = true | ) | [inline] |
Definition at line 374 of file wxwidgets.h.
void wxPLplotApp::SetRefreshFlag | ( | bool | flag = true | ) |
bool wxPLplotApp::advance [private] |
Definition at line 386 of file wxwidgets.h.
bool wxPLplotApp::exit [private] |
Definition at line 385 of file wxwidgets.h.
wxArrayOfwxPLplotFrame wxPLplotApp::FrameArray [private] |
Definition at line 387 of file wxwidgets.h.