Home
last modified time | relevance | path

Searched refs:PeerListsBox (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dpeer_lists_box.cpp21 PeerListsBox::PeerListsBox( in PeerListsBox() function in PeerListsBox
24 Fn<void(not_null<PeerListsBox*>)> init) in PeerListsBox()
30 auto PeerListsBox::collectSelectedRows() in collectSelectedRows()
57 PeerListsBox::List PeerListsBox::makeList( in makeList()
66 std::vector<PeerListsBox::List> PeerListsBox::makeLists( in makeLists()
146 void PeerListsBox::prepare() { in prepare()
299 PeerListsBox::Delegate::Delegate( in Delegate()
300 not_null<PeerListsBox*> box, in Delegate()
384 void PeerListsBox::addSelectItem( in addSelectItem()
394 void PeerListsBox::addSelectItem( in addSelectItem()
[all …]
H A Dpeer_lists_box.h12 class PeerListsBox : public Ui::BoxContent {
14 PeerListsBox(
17 Fn<void(not_null<PeerListsBox*>)> init);
33 not_null<PeerListsBox*> box,
59 const not_null<PeerListsBox*> _box;
98 Fn<void(PeerListsBox*)> _init;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_invite_controller.cpp230 not_null<PeerListsBox*> parentBox, in PrepareInviteBox()
272 not_null<PeerListsBox*> box) { in PrepareInviteBox()
302 return Box<PeerListsBox>(std::move(controllers), initBox); in PrepareInviteBox()