Script ais_msg_1_wx_py :: Class MsgFrame
[hide private]
[frames] | no frames]

Class MsgFrame

source code

     object --+                    
              |                    
wx._core.Object --+                
                  |                
wx._core.EvtHandler --+            
                      |            
        wx._core.Window --+        
                          |        
 wx._windows.TopLevelWindow --+    
                              |    
              wx._windows.Frame --+
                                  |
                                 MsgFrame

# FIX: write doc string here for the frame

Instance Methods [hide private]
  __init__(self, parent, title, msgDict)
  OnDone(self, evt)
Put all values into msgDict so that they get returned to the caller

Inherited from wx._windows.Frame: Command, Create, CreateStatusBar, CreateToolBar, DoGiveHelp, DoMenuUpdates, GetClientAreaOrigin, GetMenuBar, GetStatusBar, GetStatusBarPane, GetToolBar, PopStatusText, ProcessCommand, PushStatusText, SendSizeEvent, SetMenuBar, SetStatusBar, SetStatusBarPane, SetStatusText, SetStatusWidths, SetToolBar, __repr__

Inherited from wx._windows.TopLevelWindow: GetIcon, GetTitle, Iconize, IsFullScreen, IsIconized, IsMaximized, Maximize, Restore, SetIcon, SetIcons, SetShape, SetTitle, ShowFullScreen

Inherited from wx._core.Window: AcceptsFocus, AcceptsFocusFromKeyboard, AddChild, CaptureMouse, Center, CenterOnParent, CenterOnScreen, Centre, CentreOnParent, CentreOnScreen, ClearBackground, ClientToScreen, ClientToScreenXY, Close, ConvertDialogPointToPixels, ConvertDialogSizeToPixels, ConvertPixelPointToDialog, ConvertPixelSizeToDialog, DLG_PNT, DLG_SZE, Destroy, DestroyChildren, Disable, Enable, FindWindowById, FindWindowByName, Fit, FitInside, Freeze, GetAcceleratorTable, GetAdjustedBestSize, GetAutoLayout, GetBackgroundColour, GetBestFittingSize, GetBestSize, GetBestSizeTuple, GetBestVirtualSize, GetBorder, GetCaret, GetCharHeight, GetCharWidth, GetChildren, GetClientRect, GetClientSize, GetClientSizeTuple, GetConstraints, GetContainingSizer, GetCursor, GetDefaultAttributes, GetDefaultItem, GetDropTarget, GetEventHandler, GetExtraStyle, GetFont, GetForegroundColour, GetFullTextExtent, GetGrandParent, GetHandle, GetHelpText, GetId, GetLabel, GetMaxHeight, GetMaxSize, GetMaxWidth, GetMinHeight, GetMinSize, GetMinWidth, GetName, GetParent, GetPosition, GetPositionTuple, GetRect, GetScrollPos, GetScrollRange, GetScrollThumb, GetSize, GetSizeTuple, GetSizer, GetTextExtent, GetThemeEnabled, GetToolTip, GetUpdateClientRect, GetUpdateRegion, GetValidator, GetVirtualSize, GetVirtualSizeTuple, GetWindowStyle, GetWindowStyleFlag, GetWindowVariant, HasCapture, HasFlag, HasScrollbar, Hide, HitTest, HitTestXY, InheritAttributes, InitDialog, InvalidateBestSize, IsBeingDeleted, IsEnabled, IsExposed, IsExposedPoint, IsExposedRect, IsRetained, IsShown, IsTopLevel, Layout, LineDown, LineUp, Lower, MakeModal, Move, MoveAfterInTabOrder, MoveBeforeInTabOrder, MoveXY, Navigate, PageDown, PageUp, PopEventHandler, PopupMenu, PopupMenuXY, PostCreate, PrepareDC, PushEventHandler, Raise, Refresh, RefreshRect, RegisterHotKey, ReleaseMouse, RemoveChild, RemoveEventHandler, Reparent, ScreenToClient, ScreenToClientXY, ScrollLines, ScrollPages, ScrollWindow, SetAcceleratorTable, SetAutoLayout, SetBackgroundColour, SetBestFittingSize, SetCaret, SetClientRect, SetClientSize, SetClientSizeWH, SetConstraints, SetContainingSizer, SetCursor, SetDefaultItem, SetDimensions, SetDropTarget, SetEventHandler, SetExtraStyle, SetFocus, SetFocusFromKbd, SetFont, SetForegroundColour, SetHelpText, SetHelpTextForId, SetId, SetLabel, SetMaxSize, SetMinSize, SetName, SetOwnBackgroundColour, SetOwnFont, SetOwnForegroundColour, SetPosition, SetRect, SetScrollPos, SetScrollbar, SetSize, SetSizeHints, SetSizeHintsSz, SetSizeWH, SetSizer, SetSizerAndFit, SetThemeEnabled, SetTmpDefaultItem, SetToolTip, SetToolTipString, SetValidator, SetVirtualSize, SetVirtualSizeHints, SetVirtualSizeHintsSz, SetVirtualSizeWH, SetWindowStyle, SetWindowStyleFlag, SetWindowVariant, ShouldInheritColours, Show, Thaw, TransferDataFromWindow, TransferDataToWindow, UnregisterHotKey, Update, UpdateWindowUI, Validate, WarpPointer

Inherited from wx._core.EvtHandler: AddPendingEvent, Bind, Connect, Disconnect, GetEvtHandlerEnabled, GetNextHandler, GetPreviousHandler, ProcessEvent, ProcessPendingEvents, SetEvtHandlerEnabled, SetNextHandler, SetPreviousHandler, Unbind

Inherited from wx._core.EvtHandler (private): _setOORInfo

Inherited from wx._core.Object: GetClassName

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__


Static Methods [hide private]

Inherited from wx._windows.Frame: GetClassDefaultAttributes

Inherited from wx._core.Window: FindFocus, GetCapture, NewControlId, NextControlId, PrevControlId


Class Variables [hide private]
  RepeatIndicatorList = ['0 - default', '1', '2', '3 - do not repeat any more']
  NavigationStatusList = ['0 - under way using engine', '1 - at anchor', '2 -...
  PositionAccuracyList = ['0 - low (greater than 10 m)', '1 - high (less than...
  syncstateList = ['0 - UTC direct', '1 - UTC indirect', '2 - synchron...
  BoolList = ['False', 'True']

Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, parent, title, msgDict)
(Constructor)

source code 
Parameters:
  • msgDict (dict) - Default values to use. Overwritten with the return values. Values that are required will be ignored.
Overrides: wx._windows.Frame.__init__

OnDone(self, evt)

source code 
Put all values into msgDict so that they get returned to the caller

Class Variable Details [hide private]

RepeatIndicatorList

None
Value:
['0 - default', '1', '2', '3 - do not repeat any more']                
      

NavigationStatusList

None
Value:
['0 - under way using engine',
 '1 - at anchor',
 '2 - not under command',
 '3 - restricted maneuverability',
 '4 - constrained by her draught',
 '5 - moored',
 '6 - aground',
 '7 - engaged in fishing',
...                                                                    
      

PositionAccuracyList

None
Value:
['0 - low (greater than 10 m)', '1 - high (less than 10 m)']           
      

syncstateList

None
Value:
['0 - UTC direct',
 '1 - UTC indirect',
 '2 - synchronized to a base station',
 '3 - synchronized to another station']                                
      

BoolList

None
Value:
['False', 'True']