Line 648... |
Line 648... |
648 |
#ifdef _OPAQUE_SKIA_
|
648 |
#ifdef _OPAQUE_SKIA_
|
649 |
std::function<void (ulong handle, TBitmap image, int width, int height, ulong color)> _setBackground{nullptr};
|
649 |
std::function<void (ulong handle, TBitmap image, int width, int height, ulong color)> _setBackground{nullptr};
|
650 |
#else
|
650 |
#else
|
651 |
std::function<void (ulong handle, TBitmap image, int width, int height, ulong color, int opacity)> _setBackground{nullptr};
|
651 |
std::function<void (ulong handle, TBitmap image, int width, int height, ulong color, int opacity)> _setBackground{nullptr};
|
652 |
#endif
|
652 |
#endif
|
653 |
std::function<void (ulong handle, const std::string& text, const std::string& font, const std::string& family, int size, int x, int y, ulong color, ulong effectColor, FONT_STYLE style, Button::TEXT_ORIENTATION ori, Button::TEXT_EFFECT effect, bool ww)> _setText{nullptr};
|
653 |
std::function<void (ulong handle, const std::string& text, const std::string& font, const std::string& family, int size, int x, int y, ulong color, ulong effectColor, FONT_STYLE style, Button::ORIENTATION ori, Button::TEXT_EFFECT effect, bool ww)> _setText{nullptr};
|
654 |
std::function<void (ulong handle)> _callDropPage{nullptr};
|
654 |
std::function<void (ulong handle)> _callDropPage{nullptr};
|
655 |
std::function<void (ulong handle, ulong parent)> _callDropSubPage{nullptr};
|
655 |
std::function<void (ulong handle, ulong parent)> _callDropSubPage{nullptr};
|
656 |
std::function<void (ulong handle, ulong parent, int left, int top, int width, int height, const std::string& url, const std::string& user, const std::string& pw)> _callPlayVideo{nullptr};
|
656 |
std::function<void (ulong handle, ulong parent, int left, int top, int width, int height, const std::string& url, const std::string& user, const std::string& pw)> _callPlayVideo{nullptr};
|
657 |
std::function<void (Button::TButton *button, Button::BITMAP_t& bm, int frame)> _callInputText{nullptr};
|
657 |
std::function<void (Button::TButton *button, Button::BITMAP_t& bm, int frame)> _callInputText{nullptr};
|
658 |
std::function<void (Button::TButton *button, Button::BITMAP_t& bm, int frame)> _callListBox{nullptr};
|
658 |
std::function<void (Button::TButton *button, Button::BITMAP_t& bm, int frame)> _callListBox{nullptr};
|