Fix to FIXME removal for dummies ;-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -43,7 +43,8 @@ class WXDLLEXPORT wxPageSetupData;
|
|||||||
// constants
|
// constants
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
// FIXME why all these enums start with 10 or 30?
|
// This is not clear why all these enums start with 10 or 30 but do not change it
|
||||||
|
// without good reason to avoid some subtle backwards compatibility breakage
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
@@ -85,12 +86,12 @@ class WXDLLEXPORT wxPostScriptPrintNativeData: public wxPrintNativeDataBase
|
|||||||
public:
|
public:
|
||||||
wxPostScriptPrintNativeData();
|
wxPostScriptPrintNativeData();
|
||||||
virtual ~wxPostScriptPrintNativeData();
|
virtual ~wxPostScriptPrintNativeData();
|
||||||
|
|
||||||
virtual bool TransferTo( wxPrintData &data );
|
virtual bool TransferTo( wxPrintData &data );
|
||||||
virtual bool TransferFrom( const wxPrintData &data );
|
virtual bool TransferFrom( const wxPrintData &data );
|
||||||
|
|
||||||
virtual bool Ok() const { return true; }
|
virtual bool Ok() const { return true; }
|
||||||
|
|
||||||
const wxString& GetPrinterCommand() const { return m_printerCommand; }
|
const wxString& GetPrinterCommand() const { return m_printerCommand; }
|
||||||
const wxString& GetPrinterOptions() const { return m_printerOptions; }
|
const wxString& GetPrinterOptions() const { return m_printerOptions; }
|
||||||
const wxString& GetPreviewCommand() const { return m_previewCommand; }
|
const wxString& GetPreviewCommand() const { return m_previewCommand; }
|
||||||
@@ -128,11 +129,11 @@ private:
|
|||||||
#if wxUSE_STREAMS
|
#if wxUSE_STREAMS
|
||||||
wxOutputStream *m_outputStream;
|
wxOutputStream *m_outputStream;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DECLARE_DYNAMIC_CLASS(wxPostScriptPrintNativeData)
|
DECLARE_DYNAMIC_CLASS(wxPostScriptPrintNativeData)
|
||||||
};
|
};
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Simulated Print and Print Setup dialogs for non-Windows platforms (and
|
// Simulated Print and Print Setup dialogs for non-Windows platforms (and
|
||||||
// Windows using PostScript print/preview)
|
// Windows using PostScript print/preview)
|
||||||
@@ -194,7 +195,7 @@ public:
|
|||||||
void Init(wxPrintData* data);
|
void Init(wxPrintData* data);
|
||||||
|
|
||||||
void OnPrinter(wxListEvent& event);
|
void OnPrinter(wxListEvent& event);
|
||||||
|
|
||||||
virtual bool TransferDataFromWindow();
|
virtual bool TransferDataFromWindow();
|
||||||
virtual bool TransferDataToWindow();
|
virtual bool TransferDataToWindow();
|
||||||
|
|
||||||
@@ -210,7 +211,7 @@ public:
|
|||||||
|
|
||||||
wxPrintData m_printData;
|
wxPrintData m_printData;
|
||||||
wxPrintData& GetPrintData() { return m_printData; }
|
wxPrintData& GetPrintData() { return m_printData; }
|
||||||
|
|
||||||
// After pressing OK, write data here.
|
// After pressing OK, write data here.
|
||||||
wxPrintData* m_targetData;
|
wxPrintData* m_targetData;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user