- 001
- 002
- 003
- 004
- 005
- 006
- 007
- 008
- 009
- 010
- 011
- 012
- 013
- 014
- 015
- 016
- 017
- 018
- 019
- 020
- 021
- 022
- 023
- 024
- 025
- 026
- 027
- 028
- 029
- 030
- 031
- 032
- 033
- 034
- 035
- 036
- 037
- 038
- 039
- 040
- 041
- 042
- 043
- 044
- 045
- 046
- 047
- 048
- 049
- 050
- 051
- 052
- 053
- 054
- 055
- 056
- 057
- 058
- 059
- 060
- 061
- 062
- 063
- 064
- 065
- 066
- 067
- 068
- 069
- 070
- 071
- 072
- 073
- 074
- 075
- 076
- 077
- 078
- 079
- 080
- 081
- 082
- 083
- 084
- 085
- 086
- 087
- 088
- 089
- 090
- 091
- 092
- 093
- 094
- 095
- 096
- 097
- 098
- 099
- 100
while (cycle) {
#if DEBUG == 1
mvprintw(0, 0, "cn: %i", cn);
mvprintw(all_lines + 7, 0, "max_line: %i\nMaxX: %i\nMaxY: %i", max_line, maxX, maxY);
#endif
if (active_input == 1)
attron(COLOR_PAIR(color_selected) | A_BOLD);
if (active_input != 1)
attron(COLOR_PAIR(dlgcfg.style) | A_BOLD);
if (dlgcfg.keys > 1) {
mvprintw(i + 3 + title_fix, left_border_x + 2, " %s ", dlgcfg.f_button.c_str()); // Первая кнопка
} else {
mvprintw(i + 3 + title_fix, maxX / 2 - (dlgcfg.f_button.length() / 2) - 1, " %s ", dlgcfg.f_button.c_str()); // Центровка первой кнопки (Если она одна)
}
if (active_input != 1)
attroff(COLOR_PAIR(dlgcfg.style) | A_BOLD);
if (active_input == 1)
attroff(COLOR_PAIR(color_selected) | A_BOLD);
if (dlgcfg.keys == 2) {
if (active_input == 2)
attron(COLOR_PAIR(color_selected) | A_BOLD);
if (active_input != 2)
attron(COLOR_PAIR(dlgcfg.style) | A_BOLD);
mvprintw(i + 3 + title_fix, maxX / 2 + (max_line / 2) - dlgcfg.s_button.length() - 3 - fix, " %s ", dlgcfg.s_button.c_str()); // Вторая кнопка
if (active_input != 2)
attroff(COLOR_PAIR(dlgcfg.style) | A_BOLD);
if (active_input == 2)
attroff(COLOR_PAIR(color_selected) | A_BOLD);
}
if (dlgcfg.keys == 3) {
if (active_input == 2)
attron(COLOR_PAIR(color_selected) | A_BOLD);
if (active_input != 2)
attron(COLOR_PAIR(dlgcfg.style) | A_BOLD);
mvprintw(i + 3 + title_fix, s_key_pos - dlgcfg.s_button.length() / 2, " %s ", dlgcfg.s_button.c_str()); // Вторая кнопка
if (active_input != 2)
attroff(COLOR_PAIR(dlgcfg.style) | A_BOLD);
if (active_input == 2)
attroff(COLOR_PAIR(color_selected) | A_BOLD);
if (active_input == 3)
attron(COLOR_PAIR(color_selected) | A_BOLD);
if (active_input != 3)
attron(COLOR_PAIR(dlgcfg.style) | A_BOLD);
mvprintw(i + 3 + title_fix, maxX / 2 + (max_line / 2) - dlgcfg.t_button.length() - 3 - fix, " %s ", dlgcfg.t_button.c_str()); // Вторая кнопка
if (active_input != 3)
attroff(COLOR_PAIR(dlgcfg.style) | A_BOLD);
if (active_input == 3)
attroff(COLOR_PAIR(color_selected) | A_BOLD);
}
cn = getch();
switch (cn) {
case CtrlF1: info_win();
break;
case KEY_LEFT: if (active_input != 1)
active_input--;
break;
case KEY_RIGHT: if (active_input != dlgcfg.keys)
active_input++;
break;
case TAB_KEY: if (active_input != dlgcfg.keys) {
active_input++;
} else {
active_input = 1;
}
break;
case 27: delete [] array;
return 0;
break;
case '\n': if (active_input != 0) {
delete [] array;
return active_input;
}
break;
}
И ещё ~400 строк такой же дичи)
Даже если интерфейс кажется вам милым и опрятным, не распространяйте свои догадки на реализацию...
cykablyad 04.07.2016 11:24 # 0
> break;
На случай если вдруг не выйдет?
dxd 04.07.2016 11:32 # +6
Dummy00001 04.07.2016 11:37 # +2
inkanus-gray 04.07.2016 13:19 # 0
Dummy00001 04.07.2016 13:26 # 0
inkanus-gray 04.07.2016 13:29 # 0
Dummy00001 04.07.2016 13:31 # +5
у "lock"а есть еще одна функция: нубов пугать. потому что если в коде стоит "lock:" то значит что-то очень важное делается.
inkanus-gray 04.07.2016 13:37 # +1
Dummy00001 04.07.2016 11:37 # +5
Dummy00001 04.07.2016 13:42 # +6
Steve_Brown 04.07.2016 13:50 # 0
roman-kashitsyn 04.07.2016 14:15 # 0
unsigned break?
Dummy00001 04.07.2016 14:20 # +3
inkanus-gray 04.07.2016 13:56 # +3
gost 04.07.2016 17:28 # +2
roman-kashitsyn 04.07.2016 11:26 # +5
Исходники аттронного каллаидера?
roman-kashitsyn 04.07.2016 12:06 # +11
Я нашёл C++!
Dummy00001 04.07.2016 13:12 # +2
Antervis 04.07.2016 15:12 # +2