Subversion Repositories tpanel

Rev

Rev 224 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 224 Rev 235
Line 222... Line 222...
222
        void _displayMessage(const std::string& msg, const std::string& title);
222
        void _displayMessage(const std::string& msg, const std::string& title);
223
        void _fileDialog(ulong handle, const std::string& path, const std::string& extension, const std::string& suffix);
223
        void _fileDialog(ulong handle, const std::string& path, const std::string& extension, const std::string& suffix);
224
#ifndef __ANDROID__
224
#ifndef __ANDROID__
225
        void _setSizeMainWindow(int width, int height);
225
        void _setSizeMainWindow(int width, int height);
226
#endif
226
#endif
227
#ifdef __ANDROID__
227
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
228
        void _signalState(Qt::ApplicationState state);
228
        void _signalState(Qt::ApplicationState state);
229
        void _orientationChanged(int orientation);
229
        void _orientationChanged(int orientation);
230
#ifdef QT5_LINUX
230
#ifdef QT5_LINUX
231
        void _freezeWorkaround();
231
        void _freezeWorkaround();
232
#endif  // QT5_LINUX
232
#endif  // QT5_LINUX