Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp329 class HelpDialogDelegate : public WindowDelegate { class
331 HelpDialogDelegate(const char *text, KeyHelp *key_help_array);
333 ~HelpDialogDelegate() override;
804 std::unique_ptr<HelpDialogDelegate> help_delegate_up( in CreateHelpSubwindow()
805 new HelpDialogDelegate(text, key_help)); in CreateHelpSubwindow()
6213 HelpDialogDelegate::HelpDialogDelegate(const char *text, in HelpDialogDelegate() function in HelpDialogDelegate
6230 HelpDialogDelegate::~HelpDialogDelegate() = default;
6232 bool HelpDialogDelegate::WindowDelegateDraw(Window &window, bool force) { in WindowDelegateDraw()
6256 HandleCharResult HelpDialogDelegate::WindowDelegateHandleChar(Window &window, in WindowDelegateHandleChar()