2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

New media player layout started.

This commit is contained in:
John Preston
2016-09-17 22:28:33 +03:00
parent 50fa8b63c9
commit ce1973fd30
13 changed files with 448 additions and 0 deletions

View File

@@ -27,6 +27,12 @@ namespace Dialogs {
class Row;
} // namespace Dialogs
namespace Media {
namespace Player {
class Widget;
} // namespace Player
} // namespace Media
namespace Ui {
class PeerAvatarButton;
} // namespace Ui
@@ -580,6 +586,7 @@ private:
ChildWidget<OverviewWidget> _overview = { nullptr };
ChildWidget<PlayerWidget> _player;
ChildWidget<Window::TopBarWidget> _topBar;
ChildWidget<Media::Player::Widget> _mediaPlayer = { nullptr };
ConfirmBox *_forwardConfirm = nullptr; // for single column layout
ChildWidget<HistoryHider> _hider = { nullptr };
std_::vector_of_moveable<std_::unique_ptr<StackItem>> _stack;