Searched refs:UIDialogLabelButton (Results 1 – 2 of 2) sorted by relevance
29 class UIDialogLabelButton : public UILabelButton { class31 explicit UIDialogLabelButton(UIDialog* dialog) in UIDialogLabelButton() function in OHOS::UIDialogLabelButton35 virtual ~UIDialogLabelButton() {} in ~UIDialogLabelButton()174 button1_ = new UIDialogLabelButton(this); in SetButton()188 button2_ = new UIDialogLabelButton(this); in SetButton()202 button3_ = new UIDialogLabelButton(this); in SetButton()
243 friend class UIDialogLabelButton; variable