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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
<plugin id="sight::module::ui" library="true">
<requirement id="sight::module::service" />
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::action</service>
<desc>Defines the default action to have a simple action button.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::frame</type>
<service>sight::module::ui::frame</service>
<desc>Defines the default frame for standard application.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::dialog_editor</type>
<service>sight::module::ui::job_bar</service>
<desc>Service displaying a progress bar.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::menu</type>
<service>sight::module::ui::menu</service>
<desc>Defines the default menu for standard application</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::menubar</type>
<service>sight::module::ui::menubar</service>
<desc>Defines the default menubar for standard application</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::modify_layout</service>
<desc>This action is used to modify the layout configuration.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::quit</service>
<desc>This action tries to close the window and reset root object.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::toolbar</type>
<service>sight::module::ui::toolbar</service>
<desc>Defines the default toolbar for standard application</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::view</type>
<service>sight::module::ui::view</service>
<desc>Defines the generic layout for application.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::service::controller</type>
<service>sight::module::ui::preferences</service>
<object>sight::data::object</object>
<desc>This action allows change the cross type</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::com::timestamp_slot_caller</service>
<object>sight::data::object</object>
<desc>Runs a slot given by HasSlot id and slot key and set the current timestamp in parameter.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::io::folder_selector</service>
<object>sight::data::object</object>
<desc>Raise a pop-up dialog to select a directory, then send it via a signal.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::dialog_editor</type>
<service>sight::module::ui::io::selector</service>
<object>sight::data::object</object>
<desc>This service displays a list of available readers or writers and lets you select one to load or save a data.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::series::db_merger</service>
<object>sight::data::series_set</object>
<desc>This action allows to load a new SeriesSet and merge it with the current SeriesSet</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::series::exporter</service>
<object>sight::data::series_set</object>
<desc>This action allows to export the series specified in config to the SeriesSet.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::export_set</service>
<object>sight::data::set</object>
<desc>This action allows to export an object specified in config to a Set container.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::series::export_with_series_set</service>
<object>sight::data::object</object>
<desc>This action allows to export the current series using a temporary SeriesSet.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::series::push_selection</service>
<object>sight::data::vector</object>
<desc>Push Series to SeriesSet</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::service::controller</type>
<service>sight::module::ui::video::image_picker</service>
<object>sight::data::point_list</object>
<desc>This service listens to a picking interaction and fills the clicked point list.</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::viz::cross_type_action</service>
<object>sight::data::image</object>
<desc>This action allows change the cross type</desc>
</extension>
<extension implements="sight::service::extension::factory">
<type>sight::ui::action</type>
<service>sight::module::ui::com::timestamp_signal</service>
<desc>action that sends a signal with the current timestamp when it is triggered</desc>
</extension>
</plugin>
|