File: README.md

package info (click to toggle)
sight 25.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,252 kB
  • sloc: cpp: 310,629; xml: 17,622; ansic: 9,960; python: 1,379; sh: 144; makefile: 33
file content (26 lines) | stat: -rw-r--r-- 685 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
# sight::module::ui::debug

This module contains editors and actions for debugging purposes. 

## Services

- **dump_editor**: dumps or restores selected buffer via an editor.
- **components_tree**: shows module information via an action.
- **class_factory_registry_info**: shows services registered in the factory via an action.

### action
This sub-folder contains classes defining some actions.

- **class_factory_registry_info**: implements an action to show services registered in a factory.
- **components_tree**: implements an action that shows a module's information.

## CMake

```cmake

add_dependencies(my_target
                 ...
                 module_ui_debug
)

```