PYME.Acquire.acquirewx module¶
This contains the bulk of the GUI code for the main window of PYMEAcquire.
- class PYME.Acquire.acquirewx.PYMEMainFrame(parent, options=None)¶
Bases:
AcquireHTTPServer
,AUIFrame
- AddAqTool(pane, title, pinned=True, folded=True)¶
Adds a pane to the Acquisition section of the GUI
- Parameters
- panean instance of a wx.Window derived class
The pane to add
- titlestring
The caption for the panel.
- AddCamTool(pane, title, pinned=True, folded=True)¶
Adds a pane to the Camera section of the GUI
- Parameters
- panean instance of a wx.Window derived class
The pane to add
- titlestring
The caption for the panel.
- AddTool(pane, title, pinned=True, folded=True, panel=None)¶
Adds a pane to the tools section of the GUI
- Parameters
- panean instance of a wx.Window derived class
The pane to add. Optionally, a list of panes
- titlestring
The caption for the panel.
- CreateToolPanel(mode='default')¶
- LoadPerspective()¶
- OnCloseWindow(event)¶
- OnFileExit(event)¶
- OnFileOpenStack(event)¶
- OnMAquireOnePic(event)¶
- OnMAquireStack(event)¶
- OnMCamBin(event)¶
- OnMCamRoi(event)¶
- OnMCamSetPixelSize(event)¶
- OnMDisplayClearSel(event)¶
- SavePerspective()¶
- SetCentredRoi(event=None, halfwidth=5)¶
- StatusBarUpdate()¶
- doPostInit()¶
- run()¶
- PYME.Acquire.acquirewx.create(parent, options=None)¶