Home
last modified time | relevance | path

Searched refs:BoxContent (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/layers/
H A Dbox_content.cpp29 QPointer<RoundButton> BoxContent::addButton( in addButton()
38 QPointer<RoundButton> BoxContent::addLeftButton( in addLeftButton()
76 void BoxContent::finishPrepare() { in finishPrepare()
84 void BoxContent::finishScrollCreate() { in finishScrollCreate()
107 RectParts BoxContent::customCornersFilling() { in customCornersFilling()
131 void BoxContent::onDraggingScrollTimer() { in onDraggingScrollTimer()
143 void BoxContent::updateShadowsVisibility() { in updateShadowsVisibility()
155 void BoxContent::onScroll() { in onScroll()
160 void BoxContent::onInnerResize() { in onInnerResize()
165 void BoxContent::setDimensionsToContent( in setDimensionsToContent()
[all …]
H A Dbox_content.h45 class BoxContent; variable
72 object_ptr<BoxContent> box,
98 class BoxContent : public RpWidget {
102 BoxContent() { in BoxContent() function
307 BoxPointer(BoxContent *value) : _value(value) { in BoxPointer()
323 BoxPointer &operator=(BoxContent *other) {
334 BoxContent *get() const { in get()
337 operator BoxContent*() const {
343 BoxContent *operator->() const {
354 QPointer<BoxContent> _value;
H A Dlayer_manager.h19 class BoxContent; variable
32 object_ptr<BoxContent> box,
H A Dbox_layer_widget.h41 object_ptr<BoxContent> content);
52 object_ptr<BoxContent> box,
134 object_ptr<BoxContent> _content;
H A Dgeneric_box.h20 class GenericBox final : public BoxContent {
79 BoxContent::setInnerFocus(); in setInnerFocus()
90 using BoxContent::setNoContentMargin;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_choose_join_as.h16 class BoxContent; variable
38 Fn<void(object_ptr<Ui::BoxContent>)> showBox,
46 Fn<void(object_ptr<Ui::BoxContent>)> showBox;
50 QPointer<Ui::BoxContent> box;
H A Dcalls_group_menu.h21 class BoxContent; variable
67 Fn<void(object_ptr<Ui::BoxContent>)> showBox);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dconnection_box.h17 class BoxContent; variable
43 static object_ptr<Ui::BoxContent> CreateOwningBox(
45 object_ptr<Ui::BoxContent> create();
72 object_ptr<Ui::BoxContent> editItemBox(int id);
73 object_ptr<Ui::BoxContent> addNewItemBox();
H A Dadd_contact_box.h57 class AddContactBox : public Ui::BoxContent {
97 class GroupInfoBox : public Ui::BoxContent {
149 class SetupChannelBox final : public Ui::BoxContent {
216 class EditNameBox : public Ui::BoxContent {
244 class RevokePublicLinkBox final : public Ui::BoxContent {
H A Dsticker_set_box.h23 class StickerSetBox final : public Ui::BoxContent {
30 static QPointer<Ui::BoxContent> Show(
H A Dmax_invite_box.cpp41 : BoxContent() in MaxInviteBox()
118 BoxContent::paintEvent(e); in paintEvent()
146 BoxContent::resizeEvent(e); in resizeEvent()
H A Dpasscode_box.h32 class PasscodeBox : public Ui::BoxContent {
155 QPointer<Ui::BoxContent> _replacedBy;
187 class RecoverBox final : public Ui::BoxContent {
238 object_ptr<Ui::BoxContent> box;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/peers/
H A Dedit_linked_chat_box.h13 class BoxContent; variable
20 object_ptr<Ui::BoxContent> EditLinkedChatBox(
27 object_ptr<Ui::BoxContent> EditLinkedChatBox(
H A Dprepare_short_info_box.h15 class BoxContent; variable
29 [[nodiscard]] object_ptr<Ui::BoxContent> PrepareShortInfoBox(
34 [[nodiscard]] object_ptr<Ui::BoxContent> PrepareShortInfoBox(
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/settings/
H A Dsettings_privacy_security.h16 class BoxContent; variable
24 object_ptr<Ui::BoxContent> EditCloudPasswordBox(
27 object_ptr<Ui::BoxContent> CloudPasswordAppOutdatedBox();
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/export/view/
H A Dexport_view_panel_controller.h17 class BoxContent; variable
27 QPointer<Ui::BoxContent> SuggestStart(not_null<Main::Session*> session);
82 QPointer<Ui::BoxContent> _confirmStopBox;
H A Dexport_view_settings.h18 class BoxContent; variable
43 void setShowBoxCallback(Fn<void(object_ptr<Ui::BoxContent>)> callback) { in setShowBoxCallback()
110 Fn<void(object_ptr<Ui::BoxContent>)> _showBoxCallback;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport_panel_edit_contact.h18 class BoxContent; variable
78 object_ptr<Ui::BoxContent> VerifyPhoneBox(
84 object_ptr<Ui::BoxContent> VerifyEmailBox(
H A Dpassport_panel_edit_document.h22 class BoxContent; variable
175 object_ptr<Ui::BoxContent> RequestIdentityType(
178 object_ptr<Ui::BoxContent> RequestAddressType(
182 object_ptr<Ui::BoxContent> ConfirmDeleteDocument(
H A Dpassport_panel.h15 class BoxContent; variable
34 object_ptr<Ui::BoxContent> box,
H A Dpassport_panel_controller.h15 class BoxContent; variable
127 object_ptr<Ui::BoxContent> box,
177 QPointer<Ui::BoxContent> _confirmForgetChangesBox;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/editor/controllers/
H A Dcontrollers.h20 Fn<void(object_ptr<Ui::BoxContent>)> showBox) in Controllers()
30 const Fn<void(object_ptr<Ui::BoxContent>)> showBox;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/payments/ui/
H A Dpayments_panel_delegate.h16 class BoxContent; variable
54 virtual void panelShowBox(object_ptr<BoxContent> box) = 0;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dmainwindow.h39 class BoxContent; variable
97 object_ptr<Ui::BoxContent> box,
135 object_ptr<Ui::BoxContent>,
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/ui/
H A Dpassport_details_row.h16 class BoxContent; variable
46 Fn<void(object_ptr<BoxContent>)> showBox,

1234567