• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • interfaces
 

interfaces

  • KHE
  • ZoomInterface
Public Member Functions | List of all members
KHE::ZoomInterface Class Referenceabstract

#include <zoominterface.h>

Public Member Functions

virtual void zoomIn (int PointInc)=0
 
virtual void zoomIn ()=0
 
virtual void zoomOut (int PointDec)=0
 
virtual void zoomOut ()=0
 
virtual void zoomTo (int PointSize)=0
 
virtual void unZoom ()=0
 

Detailed Description

A simple interface for zooming.

This interface enables abstract linear zooming. It operates in sizes of font point size.

Author
Friedrich W. H. Kossebau Fried.nosp@m.rich.nosp@m..W.H@.nosp@m.Koss.nosp@m.ebau..nosp@m.de
See also
createBytesEditWidget(), zoomInterface()
Since
3.2

Definition at line 35 of file zoominterface.h.

Member Function Documentation

◆ unZoom()

virtual void KHE::ZoomInterface::unZoom ( )
pure virtual

resets the display to the default size

◆ zoomIn() [1/2]

virtual void KHE::ZoomInterface::zoomIn ( )
pure virtual

increases the display size by an arbitrary value, usually 1 font point

See also
zoomOut()

◆ zoomIn() [2/2]

virtual void KHE::ZoomInterface::zoomIn ( int  PointInc)
pure virtual

enlarges the display

Parameters
PointIncincrement to the display size (in font point size)

◆ zoomOut() [1/2]

virtual void KHE::ZoomInterface::zoomOut ( )
pure virtual

decreases the display size by an arbitrary value, usually 1 font point

See also
zoomIn()

◆ zoomOut() [2/2]

virtual void KHE::ZoomInterface::zoomOut ( int  PointDec)
pure virtual

makes the display smaller

Parameters
PointDecdecrement to the display size (in font point size)

◆ zoomTo()

virtual void KHE::ZoomInterface::zoomTo ( int  PointSize)
pure virtual

sets the display size

Parameters
PointSizenew display size (in font point size)

The documentation for this class was generated from the following file:
  • zoominterface.h

interfaces

Skip menu "interfaces"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

interfaces

Skip menu "interfaces"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for interfaces by doxygen 1.9.4
This website is maintained by Timothy Pearson.