Audacity 3.2.0
Public Member Functions | List of all members
TopLevelKeystrokeHandlingWindow Struct Reference

#include <CommandManagerWindowClasses.h>

Inheritance diagram for TopLevelKeystrokeHandlingWindow:
[legend]

Public Member Functions

virtual ~TopLevelKeystrokeHandlingWindow ()
 
virtual bool HandleCommandKeystrokes ()
 

Detailed Description

Definition at line 28 of file CommandManagerWindowClasses.h.

Constructor & Destructor Documentation

◆ ~TopLevelKeystrokeHandlingWindow()

TopLevelKeystrokeHandlingWindow::~TopLevelKeystrokeHandlingWindow ( )
virtualdefault

Member Function Documentation

◆ HandleCommandKeystrokes()

bool TopLevelKeystrokeHandlingWindow::HandleCommandKeystrokes ( )
virtual

By default returns true, meaning that keystrokes should be handled by associated CommandManager.

Reimplemented in EffectUIHost.

Definition at line 16 of file CommandManagerWindowClasses.cpp.

17{
18 return true;
19}

The documentation for this struct was generated from the following files: