-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_actions.cpp
196 lines (175 loc) · 5.17 KB
/
ui_actions.cpp
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
/**
* @file ui_actions.cpp
* @author Jędrzej Boruczkowski
* @brief
* @version 0.1
* @date 2024-03-09
*
* @copyright Copyright (c) 2024
*
* This file stores all functions/actions that can be assigned to menu items from ui.cpp file.
* All return codes meaning:
* 0 - success, no custom action
* 1 - exit menu
* 2 - nullptr, no action assigned to menu item
* 3 - start new menu
* 4 - input error
*/
#include "ui_actions.hpp"
#include <curses.h>
#include <iostream>
bool print_time = false;
/**
* Returns 1 - this will be handled by menu and interpreted as call for menu exit
*
* @return int
*/
int exit_action()
{
return 1;
}
/**
* Returns 3 - this will be handled and interpreted as launching new menu, not used anymore
*
* @return int
*/
int launch_menu_action()
{
return 3;
}
/**
* Returns user input as int number
*
* @return int
*/
int user_input_action(std::string input_field_label)
{
echo();
clear();
int user_input;
mvprintw(1, 1, input_field_label.c_str());
refresh();
// Get int number provided by user from terminal window with scanw
scanw("%d", &user_input);
noecho();
return user_input;
}
/**
* Returns user input as unsigned int number
*
* @return unsigned int
*/
unsigned int user_input_action_unsigned(std::string input_field_label)
{
echo();
clear();
unsigned int user_input;
mvprintw(1, 1, input_field_label.c_str());
refresh();
// Get unsigned int number provided by user from terminal window with scanw
scanw("%u", &user_input);
noecho();
return user_input;
}
/**
* Returns user input as string
*
* @return string
*/
std::string user_input_action_string(std::string input_field_label)
{
echo();
clear();
// We use buffer char array cause scanw didn't want to work with std::string
char buffer[256];
mvprintw(1, 1, input_field_label.c_str());
refresh();
// Get string provided by user from terminal window with scanw (^\n means we do this until \n is next character and 255 means max input characters)
scanw("%255[^ \n]", buffer);
// We dump our char buffer into new string just created
std::string user_input(buffer);
noecho();
return user_input;
}
/**
* Displays given string
*
* @return int
*/
int display_action(std::string display_label)
{
clear();
mvprintw(1, 1, display_label.c_str());
mvprintw(2, 1, "Kliknij dowolny przycisk, aby kontynuować...");
refresh();
getch();
return 0;
}
/**
* Displays 2 given strings
*
* @return int
*/
int display_action2(std::string display_label, std::string display_label2)
{
clear();
mvprintw(1, 1, display_label.c_str());
mvprintw(2, 1, display_label2.c_str());
mvprintw(3, 1, "Kliknij dowolny przycisk, aby kontynuować...");
refresh();
getch();
return 0;
}
/**
* Changes print flag
*
* @return int
*/
int change_print_flag()
{
print_time = !print_time;
return 0;
}
/**
* Displays help page
*
* @return int
*/
int display_help()
{
clear();
attron(COLOR_PAIR(3));
attron(A_BOLD);
mvprintw(1, 1, "Witaj w sekcji tłumaczącej jak nawigować po menu!");
attroff(A_BOLD);
attroff(COLOR_PAIR(3));
attron(A_BOLD);
attron(COLOR_PAIR(5));
mvprintw(3, 1, "|Nawigacja/sterowanie|");
mvprintw(9, 1, "|Aktywny obszar|");
mvprintw(15, 1, "|Przyciski i dodatkowe ekrany|");
mvprintw(20, 1, "|Struktury danych|");
attroff(A_BOLD);
attroff(COLOR_PAIR(5));
mvprintw(4, 1, ">Pomiędzy przyciskami menu przełączaj korzystając ze strzałek GÓRA i DÓŁ");
mvprintw(5, 1, ">ESC pełni funkcję wyjścia z menu lub z całego programu");
mvprintw(6, 1, ">Wciskając ENTER możesz potwierdzić wybrany przycisk w menu lub zatwierdzić wpisaną przez siebie wartość");
mvprintw(7, 1, ">Aby przełączyć pomiędzy aktywnym obszarem wciśnij klawisz SPACJI");
mvprintw(10, 1, ">Będąc w trybie ręcznej edycji struktur danych możesz zauważyć dwie ramki w konsoli");
mvprintw(11, 1, ">Żółta ramka oznacza obecnie aktywny obszar wewnątrz którego działają twoje klawisze strzałek z klawiatury");
mvprintw(12, 1, ">Kiedy aktywny jest panel menu możesz wybierać przyciski menu strzałkami");
mvprintw(13, 1, ">Kiedy aktywny jest panel struktur danych możesz przewijać góra-dół zawartość tego panelu");
mvprintw(16, 1, ">Niektóre przyciski otwierają ekran wyświetlający coś i czekający na wciśnięcie dowolnego klawisza");
mvprintw(17, 1, ">Niektóre przyciski otwierają pole które oczekuje na wpisanie ciągu znaków i potwierdzenie ENTEREM");
mvprintw(18, 1, ">Niektóre przyciski przenoszą do nowego menu");
mvprintw(21, 1, ">Menu do sterowania strukturą danych przechowuje strukturę");
mvprintw(22, 1, ">Struktury danych nie dodadzą nowej wartości jeżeli podany indeks wykracza poza ich zakres");
mvprintw(23, 1, ">Struktury danych wypiszą -1 jeżeli nie zostanie znaleziona szukana w nich wartość");
mvprintw(24, 1, ">Struktury danych są indeksowane od 0");
attron(COLOR_PAIR(1));
mvprintw(26, 1, "Kliknij dowolny przycisk, aby wyjść...");
attroff(COLOR_PAIR(1));
refresh();
getch();
return 0;
}