Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp1096 class HelpDialogDelegate : class
1100 HelpDialogDelegate (const char *text, KeyHelp *key_help_array);
1102 ~HelpDialogDelegate() override;
1488 … std::auto_ptr<HelpDialogDelegate> help_delegate_ap(new HelpDialogDelegate(text, key_help)); in CreateHelpSubwindow()
4151 HelpDialogDelegate::HelpDialogDelegate (const char *text, KeyHelp *key_help_array) : in HelpDialogDelegate() function in HelpDialogDelegate
4171 HelpDialogDelegate::~HelpDialogDelegate() in ~HelpDialogDelegate()
4176 HelpDialogDelegate::WindowDelegateDraw (Window &window, bool force) in WindowDelegateDraw()
4202 HelpDialogDelegate::WindowDelegateHandleChar (Window &window, int key) in WindowDelegateHandleChar()