File: hal_pythonplugin.py

package info (click to toggle)
linuxcnc 1%3A2.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 285,604 kB
  • sloc: python: 202,568; ansic: 109,036; cpp: 99,239; tcl: 16,054; xml: 10,631; sh: 10,303; makefile: 1,255; javascript: 138; sql: 72; asm: 15
file content (46 lines) | stat: -rw-r--r-- 1,501 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
from .hal_widgets import HAL_HideTable
from .hal_widgets import HAL_HBox
from .hal_widgets import HAL_Table
from .hal_widgets import HAL_ComboBox
from .hal_widgets import HAL_Button
from .hal_widgets import HALIO_Button
from .hal_widgets import HAL_RadioButton
from .hal_widgets import HAL_ToggleButton
from .hal_widgets import HAL_ProgressBar
from .hal_widgets import HAL_CheckButton
from .hal_widgets import HAL_VScale
from .hal_widgets import HAL_HScale
from .hal_widgets import HALIO_HScale
from .hal_widgets import HAL_SpinButton
from .hal_widgets import HAL_Label

from .status_label import Status_Label
from .state_label import State_Label

from .led import HAL_LED
from .calculatorwidget import Calculator
from .tooledit_widget import ToolEdit
from .drowidget import HAL_DRO
from .iconview import IconFileSelection
from .combi_dro import Combi_DRO
from .offsetwidget import HAL_Offset
from .offsetpage_widget import OffsetPage
from .hal_bar import HAL_HBar, HAL_VBar
from .hal_meter import HAL_Meter
from .hal_gremlin import HAL_Gremlin
from .hal_graph import HAL_Graph
from .hal_lightbutton import HAL_LightButton
from .overridewidget import Override

from .jogwheel import JogWheel
from .speedcontrol import SpeedControl
from .hal_dial import Hal_Dial

from .hal_actions import *
from .hal_filechooser import *

from .hal_sourceview import *
from .hal_mdihistory import *
from .macro_widget import MacroSelect
from .hal_pyngcgui import PyNgcGui
from .hal_gremlin_plus import HAL_GremlinPlus