scistag.vislog.widgets.log_button.LogButton¶
- class LogButton(log, name, caption='', on_click=None)[source]¶
Bases:
LogWidgetThe LogButton adds a button the log which upon click triggers it’s click event.
- Parameters
Methods
Is called for each event received by the web server
Tells the widget to write all of it's data to the log
Attributes
__dict____doc____module____weakref__list of weak references to the object (if defined)
The buttons caption
- caption¶
The buttons caption
- log¶
The log to which this widget belongs
- name¶
The widget’s name
- visible¶
Defines if the widget is currently visible