|
Stimfit @PACKAGE_VERSION@
|
Provides the child frame for displaying documents on separate windows. More...
#include <childframe.h>


Public Member Functions | |
| wxStfChildFrame (wxDocument *doc, wxView *view, wxStfParentType *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxPoint(48, 48), const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE, const wxString &name=wxT("frame")) | |
| Constructor. | |
| ~wxStfChildFrame () | |
| Destructor. | |
| void | ShowTable (const stfnum::Table &table, const wxString &caption) |
| Adds a table to the results notebook. | |
| std::size_t | GetCurTrace () const |
| Retrieves the current trace from the trace selection combo box. | |
| void | SetCurTrace (std::size_t) |
| Sets the current trace from the trace selection combo box. | |
| void | CreateMenuTraces (std::size_t value) |
| Creates the trace selection menu. | |
| void | CreateComboChannels (const wxArrayString &channelNames) |
| Creates the channel selection combo boxes. | |
| void | SetSelected (std::size_t value) |
| Refreshes the trace selection string. | |
| void | SetChannels (std::size_t act, std::size_t inact) |
| Sets the channels in the combo boxes. Checks and corrects equal channels in both boxes. | |
| void | UpdateChannels () |
| Updates the channels according to the current combo boy selection. | |
| void | UpdateResults () |
| Updates the results table. | |
| wxAuiManager * | GetMgr () |
| Retrieve the wxAuiManager. | |
| wxStfGrid * | GetCopyGrid () |
| Retrieve the wxStfGrid that contains the results table. | |
| void | Saveperspective () |
| Write the current AUI perspective to the configuration. | |
| void | Loadperspective () |
| Load the saved AUI perspective from the configuration. | |
| void | Restoreperspective () |
| Restore the default AUI perspective. | |
| bool | ShowSelected () const |
| Indicates whether all selected traces should be plotted. | |
| bool | ShowSecond () |
| Indicates whether the second channel should be plotted. | |
| bool | ShowAll () const |
| Indicates whether all channels should be plotted. | |
| void | ActivateGraph () |
| Activated the current graph. | |
| void | OnActivate (wxActivateEvent &event) |
| virtual wxMenuBar * | GetMenuBar () const |
| Override default GetMenuBar. | |
Provides the child frame for displaying documents on separate windows.
This class can only be used for MDI child frames. It is part of the document/view framework supported by wxWidgets.
Definition at line 62 of file childframe.h.