KHE::ZoomInterface Class Reference
#include <zoominterface.h>
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 <Friedrich.W.H@Kossebau.de>
- See also:
- createBytesEditWidget(), zoomInterface()
- Since:
- 3.2
Definition at line 35 of file 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 |
Member Function Documentation
|
resets the display to the default size
|
|
increases the display size by an arbitrary value, usually 1 font point
|
|
enlarges the display
|
|
decreases the display size by an arbitrary value, usually 1 font point
|
|
makes the display smaller
|
|
sets the display size
|
The documentation for this class was generated from the following file: