artview.components.FieldButtonWindow

class artview.components.FieldButtonWindow(Vradar=None, Vfield=None, name='FieldButtons', parent=None)[source]

Bases: artview.core.core.Component

Class to display a Window with Field name radio buttons.

__init__(Vradar=None, Vfield=None, name='FieldButtons', parent=None)[source]

Initialize the class to create the interface.

Parameters:

[Optional] :

Vradar : Variable instance

Radar signal variable. If None start new one with None

Vfield : Variable instance

Field signal variable. If None start new one empty string

name : string

Field Radiobutton window name.

parent : PyQt instance

Parent instance to associate to FieldButtonWindow. If None, then Qt owns, otherwise associated with parent PyQt instance.

Notes

This class records the selected button and passes the change value back to variable.

Methods

FieldButtonWindow.CreateFieldWidget
FieldButtonWindow.FieldSelectCmd
FieldButtonWindow.NewField
FieldButtonWindow.NewRadar
FieldButtonWindow.SetFieldRadioButtons

Attributes

Vfield = None

see Shared Variables Table

Vradar = None

see Shared Variables Table