Audacity
3.2.0
src
commands
CommandManagerWindowClasses.cpp
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
CommandManagerWindowClasses.cpp
6
7
Paul Licameli
8
9
**********************************************************************/
10
#include "
CommandManagerWindowClasses.h
"
11
12
NonKeystrokeInterceptingWindow::~NonKeystrokeInterceptingWindow
() =
default
;
13
14
TopLevelKeystrokeHandlingWindow::~TopLevelKeystrokeHandlingWindow
() =
default
;
15
16
bool
TopLevelKeystrokeHandlingWindow::HandleCommandKeystrokes
()
17
{
18
return
true
;
19
}
CommandManagerWindowClasses.h
NonKeystrokeInterceptingWindow::~NonKeystrokeInterceptingWindow
virtual ~NonKeystrokeInterceptingWindow()
TopLevelKeystrokeHandlingWindow::HandleCommandKeystrokes
virtual bool HandleCommandKeystrokes()
Definition:
CommandManagerWindowClasses.cpp:16
TopLevelKeystrokeHandlingWindow::~TopLevelKeystrokeHandlingWindow
virtual ~TopLevelKeystrokeHandlingWindow()
Generated by
1.9.3