ApplicationController
Object Hierarchy:
Description:
public class ApplicationController : Object
The application controller in a MVC design is responsible for responding to events from the view and updating the model.
Content:
Properties:
- public bool admin { set; get; }
Creation methods:
Methods:
- protected void save_requested_cb ()
Callbacks common to all view types. XXX the intention is to use a
common interface later on
- public void start_acquisition ()
Start the thread that handles data acquisition.
- public void stop_acquisition ()
Stops the thread that handles data acquisition.
- public void start_device_output ()
Starts the thread that handles output channels.
- public void stop_device_output ()
Stops the thread that handles output channels.
Signals:
Inherited Members:
All known members inherited from class GLib.Object
- @new
- newv
- new_valist
- get_type
- get_class
- @ref
- unref
- ref_sink
- weak_ref
- weak_unref
- add_weak_pointer
- remove_weak_pointer
- @get
- @set
- get_property
- set_property
- get_data
- set_data
- set_data_full
- steal_data
- get_qdata
- set_qdata
- set_qdata_full
- steal_qdata
- freeze_notify
- thaw_notify
- dispose
- constructed
- notify_property
- connect
- disconnect
- add_toggle_ref
- remove_toggle_ref
- bind_property
- notify
- ref_count