Skip to content

Commit 66bf738

Browse files
committed
developer's "documentation"
1 parent 894cbb7 commit 66bf738

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

developer.txt

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
: SIM thread : UI thread :
2+
:______________________________________________________:____________________:
3+
: : :
4+
: +----------------------------------+ : :
5+
: | +------+ (UIModel.cpp/h) | : :
6+
: | |Window| | : :
7+
: | +------+ | : :
8+
: | ^ | : :
9+
: XML ----> | | | : :
10+
: | +------+-------+ | : :
11+
: | | ... | | : :
12+
: | +------+ +-----+ | : :
13+
: | |Button| |Group| | : :
14+
: | +------+ +-----+ | : :
15+
: | ^ | : :
16+
: | | | : :
17+
: | +-----+-----+ | : :
18+
: | | ... | | : UI events :
19+
: | +-----+ +------+ | : | :
20+
: | |Label| |Slider| | : | :
21+
: | +-----+ +------+ | : creation of | :
22+
: +----------------------------------+ : Qt widgets | :
23+
: | : ^ | :
24+
: event | : | | :
25+
: callbacks <----\ | (create) : | | :
26+
: | v : | v :
27+
: +-------------+ : +---------+ :
28+
: | UIFunctions | <--------------------> | UIProxy | :
29+
: +-------------+ (QObject signals) +---------+ :
30+
: : :
31+
:______________________________________________________:____________________:

0 commit comments

Comments
 (0)