ApplicationModel
Object Hierarchy:
Description:
public class ApplicationModel :
Object,
Container
Main application class responsible for interfacing with data and different interface types.
Content:
Properties:
- public string name { set; get; }
A name for the configuration
- public bool admin { set; get; }
Allow administrative functionality
- public bool def_enabled { set; get; }
Flag to set if user has set the calibrations to <default>
- public Map<string,Object> objects { set; get; }
The map collection of the objects that belong to the container.
- public string config_filename { set; get; }
Default configuration file name.
- public bool active { set; get; }
Flag indicating thread activity... I think. XXX pretty sure this isn't
being used anymore.
- public bool verbose { set; get; }
- public ApplicationConfig config { get; }
- public XmlConfig xml { get; }
- public Context ctx { get; }
- public Settings settings { get; }
Creation methods:
Methods:
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
All known members inherited from interface Dcs.Container