Audacity 3.2.0
Public Member Functions | List of all members
ModNullCallback Class Reference

ModNullCallback is a class containing all the callback functions for this demonstartion module. These functions are added into the standard Audacity Project Menus. More...

Inheritance diagram for ModNullCallback:
[legend]
Collaboration diagram for ModNullCallback:
[legend]

Public Member Functions

void OnFuncFirst (const CommandContext &)
 
void OnFuncSecond (const CommandContext &)
 

Detailed Description

ModNullCallback is a class containing all the callback functions for this demonstartion module. These functions are added into the standard Audacity Project Menus.

Definition at line 42 of file ModNullCallback.cpp.

Member Function Documentation

◆ OnFuncFirst()

void ModNullCallback::OnFuncFirst ( const CommandContext )

Definition at line 50 of file ModNullCallback.cpp.

51{
52 int k=32;
53}

◆ OnFuncSecond()

void ModNullCallback::OnFuncSecond ( const CommandContext )

Definition at line 55 of file ModNullCallback.cpp.

56{
57 int k=42;
58}

The documentation for this class was generated from the following file: