Home
last modified time | relevance | path

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

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