Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches

Provides the top-level frame. More...

#include <parentframe.h>

Inheritance diagram for wxStfParentFrame:
Collaboration diagram for wxStfParentFrame:

Public Member Functions

 wxStfParentFrame (wxDocManager *manager, wxFrame *frame, const wxString &title, const wxPoint &pos, const wxSize &size, long style)
 Constructor.
 ~wxStfParentFrame ()
 Destructor.
void OnAbout (wxCommandEvent &event)
 Shows the "About" dialog.
wxStfGraphCreateGraph (wxView *view, wxStfChildFrame *parent)
 Creates a new graph.
stf::cursor_type GetMouseQual () const
 Retrieve the current mouse mode.
void SetMouseQual (stf::cursor_type value)
 Sets the current mouse cursor mode.
void SetSelectedButton (bool selected)
 Sets status of the toolbar's selection button.
stf::zoom_channels GetZoomQual () const
 Retrieve which channels will be affected by scaling operations.
void SetZoomQual (stf::zoom_channels value)
 Set the channels that will be affected by scaling operations.
void SetSingleChannel (bool value)
 Set the zoom buttons to single- or multi-channel mode.
wxPrintData * GetPrintData ()
 Retrieves the print data.
wxPageSetupDialogData * GetPageSetup ()
 Retrieves the page setup.
wxAuiManager & GetMgr ()
 Retrieve the wxAuiManager.
void CheckUpdate (wxProgressDialog *progDlg=NULL) const
 Checks for updates.
new_wxwindow MakePythonWindow (const std::string &windowFunc, const std::string &mgr_name="pythonShell", const std::string &caption="Python Shell", bool show=true, bool full=false, bool isfloat=true, int width=-1, int height=-1, double mpl_width=8.0, double mpl_height=6.0)
int GetMplFigNo ()

Detailed Description

Provides the top-level frame.

It is part of the of the document/view framework implemented in wxWidgets. This class can only be used for MDI parent frames.

Definition at line 64 of file parentframe.h.


The documentation for this class was generated from the following file: