![]() |
Audacity 3.2.0
|
#include <wx/defs.h>#include <wx/dc.h>#include <wx/print.h>#include <wx/printdlg.h>#include "AColor.h"#include "widgets/LinearUpdater.h"#include "ProjectWindows.h"#include "TrackArtist.h"#include "ViewInfo.h"#include "Track.h"#include "widgets/Ruler.h"#include "AudacityMessageBox.h"#include "widgets/TimeFormat.h"#include "TrackPanelDrawingContext.h"#include "tracks/ui/ChannelView.h"#include "CommandContext.h"#include "MenuRegistry.h"#include "CommonCommandFlags.h"#include "Project.h"#include "TrackPanel.h"Go to the source code of this file.
Classes | |
| class | anonymous_namespace{Printing.cpp}::AudacityPrintout |
Namespaces | |
| namespace | anonymous_namespace{Printing.cpp} |
Functions | |
| wxPrintData & | anonymous_namespace{Printing.cpp}::gPrintData () |
| void | anonymous_namespace{Printing.cpp}::HandlePageSetup (wxWindow *parent) |
| void | anonymous_namespace{Printing.cpp}::HandlePrint (wxWindow *parent, const wxString &name, TrackList *tracks, TrackPanel &panel) |
| void | anonymous_namespace{Printing.cpp}::OnPageSetup (const CommandContext &context) |
| void | anonymous_namespace{Printing.cpp}::OnPrint (const CommandContext &context) |
| auto | anonymous_namespace{Printing.cpp}::PrintingItems () |
Variables | |
| AttachedItem | anonymous_namespace{Printing.cpp}::sAttachment |