Code::Blocks  SVN r11506
Enumerations | Functions | Variables
printing_types.h File Reference
#include "settings.h"
#include <wx/print.h>
Include dependency graph for printing_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  PrintScope { psSelection, psActiveEditor, psAllOpenEditors }
 
enum  PrintColourMode { pcmBlackAndWhite, pcmColourOnWhite, pcmInvertColours, pcmAsIs }
 

Functions

DLLIMPORT void InitPrinting ()
 
DLLIMPORT void DeInitPrinting ()
 

Variables

wxPrinterg_printer
 
wxPageSetupData * g_pageSetupData
 

Enumeration Type Documentation

◆ PrintColourMode

Enumerator
pcmBlackAndWhite 
pcmColourOnWhite 
pcmInvertColours 
pcmAsIs 

Definition at line 27 of file printing_types.h.

◆ PrintScope

enum PrintScope
Enumerator
psSelection 
psActiveEditor 
psAllOpenEditors 

Definition at line 19 of file printing_types.h.

Function Documentation

◆ DeInitPrinting()

DLLIMPORT void DeInitPrinting ( )

Definition at line 52 of file printing_types.cpp.

References g_printer.

Referenced by cbEditor::Print(), and MainFrame::~MainFrame().

◆ InitPrinting()

DLLIMPORT void InitPrinting ( )

Variable Documentation

◆ g_pageSetupData

wxPageSetupData* g_pageSetupData

◆ g_printer

wxPrinter* g_printer