git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2471
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
long *externalLeading = (long *) NULL,
wxFont *theFont = (wxFont *) NULL ) const;
long *externalLeading = (long *) NULL,
wxFont *theFont = (wxFont *) NULL ) const;
- void GetSize(int* width, int* height) const;
- void GetSizeMM(int *width, int *height) const;
+ void DoGetSize(int* width, int* height) const;
+ void DoGetSizeMM(int *width, int *height) const;
// Resolution in pixels per logical inch
wxSize GetPPI(void) const;
// Resolution in pixels per logical inch
wxSize GetPPI(void) const;
wxMemoryDC( wxDC *dc ); // Create compatible DC
~wxMemoryDC();
virtual void SelectObject( const wxBitmap& bitmap );
wxMemoryDC( wxDC *dc ); // Create compatible DC
~wxMemoryDC();
virtual void SelectObject( const wxBitmap& bitmap );
- void GetSize( int *width, int *height ) const;
+ void DoGetSize( int *width, int *height ) const;
wxMemoryDC( wxDC *dc ); // Create compatible DC
~wxMemoryDC();
virtual void SelectObject( const wxBitmap& bitmap );
wxMemoryDC( wxDC *dc ); // Create compatible DC
~wxMemoryDC();
virtual void SelectObject( const wxBitmap& bitmap );
- void GetSize( int *width, int *height ) const;
+ void DoGetSize( int *width, int *height ) const;
wxDC::SetDeviceOrigin( x, h-y );
}
wxDC::SetDeviceOrigin( x, h-y );
}
-void wxPostScriptDC::GetSize(int* width, int* height) const
+void wxPostScriptDC::DoGetSize(int* width, int* height) const
{
wxPaperSize id = m_printData.GetPaperId();
{
wxPaperSize id = m_printData.GetPaperId();
-void wxPostScriptDC::GetSizeMM(int *width, int *height) const
+void wxPostScriptDC::DoGetSizeMM(int *width, int *height) const
{
wxPaperSize id = m_printData.GetPaperId();
{
wxPaperSize id = m_printData.GetPaperId();
-void wxMemoryDC::GetSize( int *width, int *height ) const
+void wxMemoryDC::DoGetSize( int *width, int *height ) const
-void wxMemoryDC::GetSize( int *width, int *height ) const
+void wxMemoryDC::DoGetSize( int *width, int *height ) const