File: hal_pythonplugin.py

package info (click to toggle)
linuxcnc 2.9.0~pre1%2Bgit20230208.f1270d6ed7-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 274,984 kB
  • sloc: python: 142,166; ansic: 103,241; cpp: 99,140; tcl: 16,045; xml: 10,608; sh: 10,124; makefile: 1,229; javascript: 226; sql: 72; asm: 15
file content (46 lines) | stat: -rw-r--r-- 1,501 bytes parent folder | download | duplicates (2)
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