Subversion Repositories tpanel

Rev

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

Rev 335 Rev 350
Line 123... Line 123...
123
        void sigSetBackground(ulong handle, TBitmap image, int width, int height, ulong color, int opacity=255);
123
        void sigSetBackground(ulong handle, TBitmap image, int width, int height, ulong color, int opacity=255);
124
#else
124
#else
125
        void sigSetBackground(ulong handle, TBitmap image, int width, int height, ulong color);
125
        void sigSetBackground(ulong handle, TBitmap image, int width, int height, ulong color);
126
#endif
126
#endif
127
        void sigDropPage(ulong handle);
127
        void sigDropPage(ulong handle);
128
        void sigDropSubPage(ulong handle);
128
        void sigDropSubPage(ulong handle, ulong parent);
129
        void sigDropButton(ulong handle);
129
        void sigDropButton(ulong handle);
130
        void sigPlayVideo(ulong handle, ulong parent, int left, int top, int width, int height, const std::string& url, const std::string& user, const std::string& pw);
130
        void sigPlayVideo(ulong handle, ulong parent, int left, int top, int width, int height, const std::string& url, const std::string& user, const std::string& pw);
131
        void sigInputText(Button::TButton *button, QByteArray buffer, int width, int height, int frame, size_t pixline);
131
        void sigInputText(Button::TButton *button, QByteArray buffer, int width, int height, int frame, size_t pixline);
132
        void sigListBox(Button::TButton *button, QByteArray buffer, int width, int height, int frame, size_t pixline);
132
        void sigListBox(Button::TButton *button, QByteArray buffer, int width, int height, int frame, size_t pixline);
133
        void sigKeyboard(const std::string& init, const std::string& prompt, bool priv);
133
        void sigKeyboard(const std::string& init, const std::string& prompt, bool priv);
Line 189... Line 189...
189
        void setBackground(ulong handle, TBitmap image, int width, int height, ulong color);
189
        void setBackground(ulong handle, TBitmap image, int width, int height, ulong color);
190
#else
190
#else
191
        void setBackground(ulong handle, TBitnap image, int width, int height, ulong color, int opacity=255);
191
        void setBackground(ulong handle, TBitnap image, int width, int height, ulong color, int opacity=255);
192
#endif  // _OPAQUE_SKIA_
192
#endif  // _OPAQUE_SKIA_
193
        void dropPage(ulong handle);
193
        void dropPage(ulong handle);
194
        void dropSubPage(ulong handle);
194
        void dropSubPage(ulong handle, ulong parent);
195
        void dropButton(ulong handle);
195
        void dropButton(ulong handle);
196
        void playVideo(ulong handle, ulong parent, int left, int top, int width, int height, const std::string& url, const std::string& user, const std::string& pw);
196
        void playVideo(ulong handle, ulong parent, int left, int top, int width, int height, const std::string& url, const std::string& user, const std::string& pw);
197
        void inputText(Button::TButton *button, QByteArray buffer, int width, int height, int frame, size_t pixline);
197
        void inputText(Button::TButton *button, QByteArray buffer, int width, int height, int frame, size_t pixline);
198
        void listBox(Button::TButton *button, QByteArray buffer, int width, int height, int frame, size_t pixline);
198
        void listBox(Button::TButton *button, QByteArray buffer, int width, int height, int frame, size_t pixline);
199
        void showKeyboard(const std::string& init, const std::string& prompt, bool priv);
199
        void showKeyboard(const std::string& init, const std::string& prompt, bool priv);
Line 284... Line 284...
284
        void _setBackground(ulong handle, TBitmap image, int width, int height, ulong color);
284
        void _setBackground(ulong handle, TBitmap image, int width, int height, ulong color);
285
#else
285
#else
286
        void _setBackground(ulong handle, TBitmap image, int width, int height, ulong color, int opacity=255);
286
        void _setBackground(ulong handle, TBitmap image, int width, int height, ulong color, int opacity=255);
287
#endif  // _OPAQUE_SKIA_
287
#endif  // _OPAQUE_SKIA_
288
        void _dropPage(ulong handle);
288
        void _dropPage(ulong handle);
289
        void _dropSubPage(ulong handle);
289
        void _dropSubPage(ulong handle, ulong parent);
290
        void _dropButton(ulong handle);
290
        void _dropButton(ulong handle);
291
        void _playVideo(ulong handle, ulong parent, int left, int top, int width, int height, const std::string& url, const std::string& user, const std::string& pw);
291
        void _playVideo(ulong handle, ulong parent, int left, int top, int width, int height, const std::string& url, const std::string& user, const std::string& pw);
292
        void _inputText(Button::TButton *button, Button::BITMAP_t& bm, int frame);
292
        void _inputText(Button::TButton *button, Button::BITMAP_t& bm, int frame);
293
        void _listBox(Button::TButton *button, Button::BITMAP_t& bm, int frame);
293
        void _listBox(Button::TButton *button, Button::BITMAP_t& bm, int frame);
294
        void _showKeyboard(const std::string& init, const std::string& prompt, bool priv=false);
294
        void _showKeyboard(const std::string& init, const std::string& prompt, bool priv=false);