Audacity 3.2.0
|
Classes | |
class | AudacityPrintout |
Functions | |
wxPrintData & | gPrintData () |
void | HandlePageSetup (wxWindow *parent) |
void | HandlePrint (wxWindow *parent, const wxString &name, TrackList *tracks, TrackPanel &panel) |
void | OnPageSetup (const CommandContext &context) |
void | OnPrint (const CommandContext &context) |
auto | PrintingItems () |
Variables | |
AttachedItem | sAttachment |
wxPrintData & anonymous_namespace{Printing.cpp}::gPrintData | ( | ) |
Definition at line 45 of file Printing.cpp.
Referenced by HandlePageSetup(), and HandlePrint().
void anonymous_namespace{Printing.cpp}::HandlePageSetup | ( | wxWindow * | parent | ) |
Definition at line 168 of file Printing.cpp.
References gPrintData().
Referenced by OnPageSetup().
void anonymous_namespace{Printing.cpp}::HandlePrint | ( | wxWindow * | parent, |
const wxString & | name, | ||
TrackList * | tracks, | ||
TrackPanel & | panel | ||
) |
Definition at line 178 of file Printing.cpp.
References AudacityMessageBox(), gPrintData(), name, tracks, and XO().
Referenced by OnPrint().
void anonymous_namespace{Printing.cpp}::OnPageSetup | ( | const CommandContext & | context | ) |
Definition at line 202 of file Printing.cpp.
References GetProjectFrame(), HandlePageSetup(), CommandContext::project, and project.
Referenced by PrintingItems().
void anonymous_namespace{Printing.cpp}::OnPrint | ( | const CommandContext & | context | ) |
Definition at line 209 of file Printing.cpp.
References TrackList::Get(), TrackPanel::Get(), GetProjectFrame(), HandlePrint(), name, CommandContext::project, project, and tracks.
Referenced by PrintingItems().
auto anonymous_namespace{Printing.cpp}::PrintingItems | ( | ) |
Definition at line 219 of file Printing.cpp.
References AudioIONotBusyFlag(), MenuRegistry::Command, OnPageSetup(), OnPrint(), MenuRegistry::Section, TracksExistFlag(), wxT(), and XXO().
AttachedItem anonymous_namespace{Printing.cpp}::sAttachment |
Definition at line 232 of file Printing.cpp.