From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qscreen.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/html/qscreen.html') diff --git a/doc/html/qscreen.html b/doc/html/qscreen.html index d25627e2..81b286cf 100644 --- a/doc/html/qscreen.html +++ b/doc/html/qscreen.html @@ -140,7 +140,7 @@ is implemented) for more information. Returns the screen's color lookup table (color palette). This is only valid in paletted modes (8bpp and lower). -

bool TQScreen::connect ( const TQString & displaySpec ) [pure virtual] +

bool TQScreen::connect ( const TQString & displaySpec ) [pure virtual]

This function is called by every TQt/Embedded application on startup. @@ -234,68 +234,68 @@ returns FALSE. Returns the length in bytes of each scanline of the framebuffer. -

TQSize TQScreen::mapFromDevice ( const TQSize & s ) const [virtual] +

TQSize TQScreen::mapFromDevice ( const TQSize & s ) const [virtual]

Map a framebuffer coordinate to the coordinate space used by the application. Used by the rotated driver; the TQScreen implementation simply returns s. -

TQPoint TQScreen::mapFromDevice ( const TQPoint &, const TQSize & ) const [virtual] +

TQPoint TQScreen::mapFromDevice ( const TQPoint &, const TQSize & ) const [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Map a framebuffer coordinate to the coordinate space used by the application. Used by the rotated driver; the TQScreen implementation simply returns the point. -

TQRect TQScreen::mapFromDevice ( const TQRect & r, const TQSize & ) const [virtual] +

TQRect TQScreen::mapFromDevice ( const TQRect & r, const TQSize & ) const [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Map a framebuffer coordinate to the coordinate space used by the application. Used by the rotated driver; the TQScreen implementation simply returns r. -

TQImage TQScreen::mapFromDevice ( const TQImage & i ) const [virtual] +

TQImage TQScreen::mapFromDevice ( const TQImage & i ) const [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Transforms an image so that it matches the application coordinate space (e.g. rotating it 90 degrees counter-clockwise). The TQScreen implementation simply returns i. -

TQRegion TQScreen::mapFromDevice ( const TQRegion & r, const TQSize & ) const [virtual] +

TQRegion TQScreen::mapFromDevice ( const TQRegion & r, const TQSize & ) const [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Transforms a region so that it matches the application coordinate space (e.g. rotating it 90 degrees counter-clockwise). The TQScreen implementation simply returns r. -

TQSize TQScreen::mapToDevice ( const TQSize & s ) const [virtual] +

TQSize TQScreen::mapToDevice ( const TQSize & s ) const [virtual]

Map a user coordinate to the one to actually draw. Used by the rotated driver; the TQScreen implementation simply returns s. -

TQPoint TQScreen::mapToDevice ( const TQPoint &, const TQSize & ) const [virtual] +

TQPoint TQScreen::mapToDevice ( const TQPoint &, const TQSize & ) const [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Map a user coordinate to the one to actually draw. Used by the rotated driver; the TQScreen implementation simply returns the point passed in. -

TQRect TQScreen::mapToDevice ( const TQRect & r, const TQSize & ) const [virtual] +

TQRect TQScreen::mapToDevice ( const TQRect & r, const TQSize & ) const [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Map a user coordinate to the one to actually draw. Used by the rotated driver; the TQScreen implementation simply returns r. -

TQImage TQScreen::mapToDevice ( const TQImage & i ) const [virtual] +

TQImage TQScreen::mapToDevice ( const TQImage & i ) const [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Transforms an image so that it fits the device coordinate space (e.g. rotating it 90 degrees clockwise). The TQScreen implementation simply returns i. -

TQRegion TQScreen::mapToDevice ( const TQRegion & r, const TQSize & ) const [virtual] +

TQRegion TQScreen::mapToDevice ( const TQRegion & r, const TQSize & ) const [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Transforms a region so that it fits the device coordinate space @@ -381,7 +381,7 @@ the beginning of framebuffer memory (i.e. at base()). Sets an entry in the color palette. -

void TQScreen::setDirty ( const TQRect & ) [virtual] +

void TQScreen::setDirty ( const TQRect & ) [virtual]

Indicates which section of the screen has been altered. Used by -- cgit v1.2.1