kig
kig_view.h
Go to the documentation of this file.
void recenterScreen()
this recenters the screen, that is, resets the shown rect to mpart->document().suggestedRect().
Definition: kig_view.cpp:202
ScreenInfo is a simple utility class that maps a region of the document onto a region of the screen...
Definition: screeninfo.h:31
The Coordinate class is the basic class representing a 2D location by its x and y components...
Definition: coordinate.h:33
const ScreenInfo & screenInfo() const
the part of the document we're currently showing i.e.
Definition: kig_view.cpp:272
void slotRecenterScreen()
this gets called if the user clicks the recenter screen button.
Definition: kig_view.cpp:515
void updateCurPix(const std::vector< QRect > &=std::vector< QRect >())
update curPix (bitBlt stillPix onto curPix..)
Definition: kig_view.cpp:187
KigWidget(KigPart *doc, KigView *view, QWidget *parent=0, bool fullscreen=false)
standard qwidget constructor.
Definition: kig_view.cpp:45
QPixmap curPix
temporary, gets bitBlt'd (copied) onto the widget (to avoid flickering)
Definition: kig_view.h:84
void clearStillPix()
The following are functions used by KigMode's to tell us to draw stuff...
Definition: kig_view.cpp:245
KigView(KigPart *part, bool fullscreen=false, QWidget *parent=0)
Definition: kig_view.cpp:303
void updateWidget(const std::vector< QRect > &=std::vector< QRect >())
this means bitBlting curPix on the actual widget...
Definition: kig_view.cpp:115
void setupActions()
KigDocument is the class holding the real data in a Kig document.
Definition: kig_document.h:36
QObject * parent() const
void redrawScreen(const std::vector< ObjectHolder * > &selection, bool paintOnWidget=true)
Definition: kig_view.cpp:252
ScreenInfo msi
this is a class that maps from our widget coordinates to the document's coordinates ( and back )...
Definition: kig_view.h:93
QPixmap stillPix
what do the still objects look like wondering if this is appropriate, maybe it should be part of Movi...
Definition: kig_view.h:79
const Rect showingRect() const
Mapping between Internal Coordinate Systems there are two coordinate systems: 1 the widget's coordina...
Definition: kig_view.cpp:277
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.