Searched refs:wxNativePrinterDC (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddcprint.h18 class wxNativePrinterDC ;
42 wxNativePrinterDC* m_nativePrinterDC ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Ddcprint.h18 class wxNativePrinterDC ;
42 wxNativePrinterDC* m_nativePrinterDC ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddcprint.cpp31 class wxNativePrinterDC class
34 wxNativePrinterDC() {} function in class:wxNativePrinterDC
35 virtual ~wxNativePrinterDC() {}
46 static wxNativePrinterDC* Create(wxPrintData* data) ;
51 class wxMacCarbonPrinterDC : public wxNativePrinterDC
92 wxNativePrinterDC* wxNativePrinterDC::Create(wxPrintData* data)
184 class wxMacClassicPrinterDC : public wxNativePrinterDC
204 wxNativePrinterDC* wxNativePrinterDC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddcprint.cpp34 class wxNativePrinterDC class
37 wxNativePrinterDC() {} function in class:wxNativePrinterDC
38 virtual ~wxNativePrinterDC() {}
50 static wxNativePrinterDC* Create(wxPrintData* data) ;
53 class wxMacCarbonPrinterDC : public wxNativePrinterDC
105 wxNativePrinterDC* wxNativePrinterDC::Create(wxPrintData* data)
269 m_nativePrinterDC = wxNativePrinterDC::Create( &m_printData ) ;

Completed in 139 milliseconds