Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp323 class HelpDialogDelegate : public WindowDelegate { class
325 HelpDialogDelegate(const char *text, KeyHelp *key_help_array);
327 ~HelpDialogDelegate() override;
791 std::unique_ptr<HelpDialogDelegate> help_delegate_up( in CreateHelpSubwindow()
792 new HelpDialogDelegate(text, key_help)); in CreateHelpSubwindow()
4723 HelpDialogDelegate::HelpDialogDelegate(const char *text, in HelpDialogDelegate() function in HelpDialogDelegate
4740 HelpDialogDelegate::~HelpDialogDelegate() = default;
4742 bool HelpDialogDelegate::WindowDelegateDraw(Window &window, bool force) { in WindowDelegateDraw()
4766 HandleCharResult HelpDialogDelegate::WindowDelegateHandleChar(Window &window, in WindowDelegateHandleChar()