Line 148... |
Line 148... |
148 |
void sigRepaintWindows();
|
148 |
void sigRepaintWindows();
|
149 |
void sigToFront(ulong handle);
|
149 |
void sigToFront(ulong handle);
|
150 |
void sigDownloadSurface(const std::string& file, size_t size);
|
150 |
void sigDownloadSurface(const std::string& file, size_t size);
|
151 |
void sigOnProgressChanged(int percent);
|
151 |
void sigOnProgressChanged(int percent);
|
152 |
void sigDisplayMessage(const std::string& msg, const std::string& title);
|
152 |
void sigDisplayMessage(const std::string& msg, const std::string& title);
|
- |
|
153 |
void sigAskPassword(ulong handle, const std::string& msg, const std::string& title);
|
153 |
void sigFileDialog(ulong handle, const std::string& path, const std::string& extension, const std::string& suffix);
|
154 |
void sigFileDialog(ulong handle, const std::string& path, const std::string& extension, const std::string& suffix);
|
154 |
void sigSetSizeMainWindow(int width, int height);
|
155 |
void sigSetSizeMainWindow(int width, int height);
|
155 |
void sigStartWait(const std::string& text);
|
156 |
void sigStartWait(const std::string& text);
|
156 |
void sigStopWait();
|
157 |
void sigStopWait();
|
157 |
void sigPageFinished(uint handle);
|
158 |
void sigPageFinished(uint handle);
|
Line 240... |
Line 241... |
240 |
void animationInFinished();
|
241 |
void animationInFinished();
|
241 |
void repaintWindows();
|
242 |
void repaintWindows();
|
242 |
void toFront(ulong handle);
|
243 |
void toFront(ulong handle);
|
243 |
void downloadSurface(const std::string& file, size_t size);
|
244 |
void downloadSurface(const std::string& file, size_t size);
|
244 |
void displayMessage(const std::string& msg, const std::string& title);
|
245 |
void displayMessage(const std::string& msg, const std::string& title);
|
- |
|
246 |
void askPassword(ulong handle, const std::string msg, const std::string& title);
|
245 |
void fileDialog(ulong handle, const std::string& path, const std::string& extension, const std::string& suffix);
|
247 |
void fileDialog(ulong handle, const std::string& path, const std::string& extension, const std::string& suffix);
|
246 |
// Progress bar (busy indicator)
|
248 |
// Progress bar (busy indicator)
|
247 |
void onProgressChanged(int percent);
|
249 |
void onProgressChanged(int percent);
|
248 |
void startWait(const std::string& text);
|
250 |
void startWait(const std::string& text);
|
249 |
void stopWait();
|
251 |
void stopWait();
|
Line 315... |
Line 317... |
315 |
void _setPhoneNumber(const std::string& number);
|
317 |
void _setPhoneNumber(const std::string& number);
|
316 |
void _setPhoneStatus(const std::string& msg);
|
318 |
void _setPhoneStatus(const std::string& msg);
|
317 |
void _setPhoneState(int state, int id);
|
319 |
void _setPhoneState(int state, int id);
|
318 |
void _onProgressChanged(int percent);
|
320 |
void _onProgressChanged(int percent);
|
319 |
void _displayMessage(const std::string& msg, const std::string& title);
|
321 |
void _displayMessage(const std::string& msg, const std::string& title);
|
- |
|
322 |
void _askPassword(ulong handle, const std::string& msg, const std::string& title);
|
320 |
void _fileDialog(ulong handle, const std::string& path, const std::string& extension, const std::string& suffix);
|
323 |
void _fileDialog(ulong handle, const std::string& path, const std::string& extension, const std::string& suffix);
|
321 |
void _setSizeMainWindow(int width, int height);
|
324 |
void _setSizeMainWindow(int width, int height);
|
322 |
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
|
325 |
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
|
323 |
void _signalState(Qt::ApplicationState state);
|
326 |
void _signalState(Qt::ApplicationState state);
|
324 |
void _orientationChanged(int orientation);
|
327 |
void _orientationChanged(int orientation);
|