moving wxMac to new printing architecture

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-04-01 16:36:36 +00:00
parent 54c5498d0f
commit dc7ccb9c5d
8 changed files with 116 additions and 541 deletions

View File

@@ -147,12 +147,6 @@ private:
* Encapsulates printer information (not printer dialog information)
*/
#ifdef __WXMAC__
class wxNativePrintData ;
#endif
enum wxPrintBin
{
wxPRINTBIN_DEFAULT,
@@ -251,11 +245,6 @@ public:
// Holds the native print data
wxPrintNativeDataBase *GetNativeData() const { return m_nativeData; }
public:
#if defined(__WXMAC__)
wxNativePrintData* m_nativePrintData ;
#endif
private:
wxPrintBin m_bin;
wxPrintMode m_printMode;
@@ -340,11 +329,6 @@ public:
void operator=(const wxPrintDialogData& data);
void operator=(const wxPrintData& data); // Sets internal m_printData member
#if defined(__WXMAC__)
void ConvertToNative();
void ConvertFromNative();
#endif
private:
int m_printFromPage;
int m_printToPage;
@@ -423,11 +407,6 @@ public:
void EnablePrinter(bool flag) { m_enablePrinter = flag; };
void EnableHelp(bool flag) { m_enableHelp = flag; };
#if defined(__WXMAC__)
void ConvertToNative();
void ConvertFromNative();
#endif
// Use paper size defined in this object to set the wxPrintData
// paper id
void CalculateIdFromPaperSize();