Référence de la classe KoGuides

#include <KoGuides.h>

Graphe de collaboration de KoGuides:

[légende]
Liste de tous les membres

Types publics

typedef int SnapStatus

Connecteurs publics

void moveGuide (const QPoint &pos, bool horizontal, int rulerWidth)
 Move Guide.
void addGuide (const QPoint &pos, bool horizontal, int rulerWidth)
 Add Guide.

Signaux

void guideLinesChanged (KoView *view)
 Signal that shows that the guide lines are changed.
void moveGuides (bool state)
 This signal is emitted when guides start/stop moving.
void paintGuides (bool state)
 This signal is emitted when guides start/stop painting.

Fonctions membres publiques

 KoGuides (KoView *view, KoZoomHandler *zoomHandler)
 Constructor.
 ~KoGuides ()
 Destructor.
void paintGuides (QPainter &painter)
 Paint the guides.
bool mousePressEvent (QMouseEvent *e)
 Handle mousePressEvent.
bool mouseMoveEvent (QMouseEvent *e)
 Handle mouseMoveEvent.
bool mouseReleaseEvent (QMouseEvent *e)
bool keyPressEvent (QKeyEvent *e)
void setGuideLines (const QList< double > &horizontalPos, const QList< double > &verticalPos)
 Set the guide lines.
void setAutoGuideLines (const QList< double > &horizontalPos, const QList< double > &verticalPos)
 Set the positions for snapping of auto guide lines.
void getGuideLines (QList< double > &horizontalPos, QList< double > &verticalPos) const
 Get the position of the guide lines.
void snapToGuideLines (KoRect &rect, int snap, SnapStatus &snapStatus, KoPoint &diff)
 Snap rect to guidelines.
void snapToGuideLines (KoPoint &pos, int snap, SnapStatus &snapStatus, KoPoint &diff)
 Snap rect to guidelines.
void repaintSnapping (const KoRect &snappedRect)
 repaint guides if any changed snapping status
void repaintSnapping (const KoPoint &snappedPoint, SnapStatus snapStatus)
 repaint guides if any changed snapping status
void repaintAfterSnapping ()
 repaint guides so none is snapped
void diffNextGuide (KoRect &rect, KoPoint &diff)
 Find the closesed disance to the next guide within the given distance.

Attributs publics statiques

static const SnapStatus SNAP_NONE
static const SnapStatus SNAP_HORIZ
static const SnapStatus SNAP_VERT
static const SnapStatus SNAP_BOTH

Types privés

enum  GuideLineType { GL, GL_SELECTED, GL_AUTOMATIC, GL_END }

Connecteurs privés

void slotChangePosition ()
 Execute a dialog to set the position of the guide.
void slotRemove ()
 remove all selected guides

Fonctions membres privées

void paint ()
 Paint the canvas.
void add (Qt::Orientation o, QPoint &pos)
 Add a guide line with the orientation o at the position pos.
void select (KoGuideLine *guideLine)
 Select a guide.
void unselect (KoGuideLine *guideLine)
 Unselect a guide.
bool unselectAll ()
 Unselect all selected KoGuideLineData.
void removeSelected ()
 remove all selected guides
bool hasSelected ()
 Check if at least one guide is selected.
KoGuideLinefind (KoPoint &p, double diff)
 Find a guide.
void moveSelectedBy (QPoint &p)
 Move selected guides.
KoPoint mapFromScreen (const QPoint &pos)
 Map pos from screen.
QPoint mapToScreen (const KoPoint &pos)
 Map pos to screen.
bool virtuallyEqual (double a, double b)
 Check if the both values are nearly the same.

Attributs privés

KoViewm_view
 view
KoZoomHandlerm_zoomHandler
 zoom handler of the view
QList< KoGuideLine * > m_guideLines [GL_END]
 array of list of the different guide line types
QPoint m_lastPoint
 used to save the last mouse position
bool m_mouseSelected
 true if a guide is selected at the moment
bool m_insertGuide
 true if a guide is inserted at the moment
Popupm_popup

Classes

struct  KoGuideLine
 Strukt holding the data of a guide line. Plus de détails...
class  Popup

Description détaillée

Définition à la ligne 40 du fichier KoGuides.h.


Documentation des définition de type membres

typedef int KoGuides::SnapStatus

Définition à la ligne 64 du fichier KoGuides.h.


Documentation des énumérations membres

enum KoGuides::GuideLineType [private]

Valeurs énumérées:
GL 
GL_SELECTED 
GL_AUTOMATIC 
GL_END 

Définition à la ligne 403 du fichier KoGuides.h.


Documentation des contructeurs et destructeur

KoGuides::KoGuides ( KoView view,
KoZoomHandler zoomHandler 
)

Constructor.

Paramètres:
view The view in which the guides will be shown
zoomHandler The zoom handler of the view

Définition à la ligne 81 du fichier KoGuides.cpp.

Références m_mouseSelected, et m_popup.

KoGuides::~KoGuides (  ) 

Destructor.

Définition à la ligne 90 du fichier KoGuides.cpp.

Références m_popup.


Documentation des fonctions membres

void KoGuides::paintGuides ( QPainter &  painter  ) 

Paint the guides.

Paramètres:
painter with which the guides are painted

Définition à la ligne 96 du fichier KoGuides.cpp.

Références KoView::canvas(), GL_END, KoPageFormat::height(), KoView::koDocument(), m_guideLines, m_view, m_zoomHandler, KoDocument::pageLayout(), KoPageLayout::ptHeight, KoPageLayout::ptWidth, KoPageFormat::width(), KoZoomHandler::zoomItXOld(), et KoZoomHandler::zoomItYOld().

Référencé par repaintAfterSnapping(), et repaintSnapping().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

bool KoGuides::mousePressEvent ( QMouseEvent *  e  ) 

Handle mousePressEvent.

This checks if a mousePressEvent would affect a guide line. If the mouse is pressed over a guide line it gets selected. Guide lines which were select get unselect. If also the Ctrl Key is pressed the selection of the guide gets toggled. If no guide is under the position all guides get deselected.

Paramètres:
e QMouseEvent
Renvoie:
true if the event was handled

false otherwise The event counts a not handled when only guides where deselected.

Définition à la ligne 134 du fichier KoGuides.cpp.

Références find(), GL_SELECTED, hasSelected(), m_guideLines, m_lastPoint, m_mouseSelected, m_popup, m_zoomHandler, mapFromScreen(), moveGuides(), paint(), gensymbolfontmap::pos, select(), KoGuides::KoGuideLine::selected, unselect(), unselectAll(), KoZoomHandler::unzoomItYOld(), et KoGuides::Popup::update().

Référencé par moveGuide().

Voici le graphe d'appel pour cette fonction :

bool KoGuides::mouseMoveEvent ( QMouseEvent *  e  ) 

Handle mouseMoveEvent.

If the mouse button is pressed and a guide was selected it moves the selected guides. If the mouse is moved over a guide line the cursor gets updated.

Paramètres:
e QMouseEvent
Renvoie:
true if the event was handled (guide moved, cursor changed as guide lies below)

false otherwise

Définition à la ligne 207 du fichier KoGuides.cpp.

Références KoView::canvas(), find(), guideLinesChanged(), m_lastPoint, m_mouseSelected, m_view, m_zoomHandler, mapFromScreen(), moveSelectedBy(), KoGuides::KoGuideLine::orientation, paint(), et KoZoomHandler::unzoomItYOld().

Référencé par moveGuide().

Voici le graphe d'appel pour cette fonction :

bool KoGuides::mouseReleaseEvent ( QMouseEvent *  e  ) 

Paramètres:
e QMouseEvent
Renvoie:
true if the event was handled

false otherwise

Définition à la ligne 234 du fichier KoGuides.cpp.

Références KoView::canvas(), find(), GL_SELECTED, guideLinesChanged(), m_guideLines, m_mouseSelected, m_view, m_zoomHandler, mapFromScreen(), moveGuides(), KoGuides::KoGuideLine::orientation, removeSelected(), et KoZoomHandler::unzoomItYOld().

Référencé par addGuide().

Voici le graphe d'appel pour cette fonction :

bool KoGuides::keyPressEvent ( QKeyEvent *  e  ) 

Paramètres:
e QKeyEvent
Renvoie:
true if the event was handled

false otherwise

Définition à la ligne 270 du fichier KoGuides.cpp.

Références guideLinesChanged(), hasSelected(), m_view, paint(), et removeSelected().

Voici le graphe d'appel pour cette fonction :

void KoGuides::setGuideLines ( const QList< double > &  horizontalPos,
const QList< double > &  verticalPos 
)

Set the guide lines.

This removes all existing guides and set up new ones at the positions given.

Paramètres:
horizontalPos A list of the position of the horizontal guide lines.
verticalPos A list of the position of the vertical guide lines.

Définition à la ligne 290 du fichier KoGuides.cpp.

Références GL, m_guideLines, paint(), et removeSelected().

Voici le graphe d'appel pour cette fonction :

void KoGuides::setAutoGuideLines ( const QList< double > &  horizontalPos,
const QList< double > &  verticalPos 
)

Set the positions for snapping of auto guide lines.

This removes all existing auto guide lines and set up new ones at the positions given.

Paramètres:
horizontalPos A list of the position of the horizontal guide lines.
verticalPos A list of the position of the vertical guide lines.

Définition à la ligne 316 du fichier KoGuides.cpp.

Références GL_AUTOMATIC, et m_guideLines.

void KoGuides::getGuideLines ( QList< double > &  horizontalPos,
QList< double > &  verticalPos 
) const

Get the position of the guide lines.

This filles the passed lists with the positions of the guide lines. The lists will be emptied before any positions are added.

Paramètres:
horizontalPos A list of the position of the horizontal guide lines.
verticalPos A list of the position of the vertical guide lines.

Définition à la ligne 340 du fichier KoGuides.cpp.

Références GL, GL_SELECTED, et m_guideLines.

void KoGuides::snapToGuideLines ( KoRect rect,
int  snap,
SnapStatus snapStatus,
KoPoint diff 
)

Snap rect to guidelines.

This looks for a guide which is in reach for the guide as defined in snap. This method has the abillity to combine more calls. The snapStatus and diff args are both input and output. On first call you should set snapStatus to 0. The return value would then show in which directions it has snapped. If you combine several KoGuides you can let these output arguments be input for the next koGuide. That way you'll always catch the nearest guide.

Paramètres:
rect the rect which should be snapped
snap the distance within the guide should snap - but always snap if already snapped
snapStatus if horiz,vert or both directions are snapped (both in and out param).
diff distance away from guide. Only valid if status is snapping (both in and out param)

Définition à la ligne 372 du fichier KoGuides.cpp.

Références KoRect::bottom(), GL_END, KoRect::left(), m_guideLines, m_zoomHandler, KoRect::right(), KoPoint::setX(), KoPoint::setY(), SNAP_HORIZ, SNAP_VERT, KoRect::top(), KoZoomHandler::unzoomItXOld(), KoZoomHandler::unzoomItYOld(), KoPoint::x(), et KoPoint::y().

Voici le graphe d'appel pour cette fonction :

void KoGuides::snapToGuideLines ( KoPoint pos,
int  snap,
SnapStatus snapStatus,
KoPoint diff 
)

Snap rect to guidelines.

This looks fo a guide which is in reach for the guide as defined in snap.

Paramètres:
pos the position which should be snapped
snap the distance wherein the guide should snap - but always snap if already snapped
snapStatus if horiz,vert or both directions are snapped (both in and out param)
diff distance away from guide. Only valid if status is snapping (both in and out param)

Définition à la ligne 436 du fichier KoGuides.cpp.

Références GL_END, m_guideLines, m_zoomHandler, gensymbolfontmap::pos, KoPoint::setX(), KoPoint::setY(), SNAP_HORIZ, SNAP_VERT, KoZoomHandler::unzoomItXOld(), KoZoomHandler::unzoomItYOld(), KoPoint::x(), et KoPoint::y().

Voici le graphe d'appel pour cette fonction :

void KoGuides::repaintSnapping ( const KoRect snappedRect  ) 

repaint guides if any changed snapping status

This issues a paint request if any guides have changed snapping status.

Paramètres:
snappedRect the rect after it has been snapped

Définition à la ligne 483 du fichier KoGuides.cpp.

Références KoRect::bottom(), GL_END, KoRect::left(), m_guideLines, paint(), paintGuides(), KoRect::right(), KoRect::top(), et virtuallyEqual().

Voici le graphe d'appel pour cette fonction :

void KoGuides::repaintSnapping ( const KoPoint snappedPoint,
SnapStatus  snapStatus 
)

repaint guides if any changed snapping status

This issues a paint request if any guides have changed snapping status.

Paramètres:
snappedPoint the point after it has been snapped

Définition à la ligne 537 du fichier KoGuides.cpp.

Références GL_END, m_guideLines, paint(), paintGuides(), SNAP_HORIZ, SNAP_VERT, virtuallyEqual(), KoPoint::x(), et KoPoint::y().

Voici le graphe d'appel pour cette fonction :

void KoGuides::repaintAfterSnapping (  ) 

repaint guides so none is snapped

This issues a paint request if any guides have changed snapping status. It also effectively un-snaps all since it doesn't take an argument

Définition à la ligne 592 du fichier KoGuides.cpp.

Références GL_END, m_guideLines, paint(), et paintGuides().

Voici le graphe d'appel pour cette fonction :

void KoGuides::diffNextGuide ( KoRect rect,
KoPoint diff 
)

Find the closesed disance to the next guide within the given distance.

Paramètres:
rect The rect which should be snapped
diff distance in which too look for the closesed guide. The parameter is updated with the closesed distance to a guide if one is found (both in and out param)

Définition à la ligne 618 du fichier KoGuides.cpp.

Références KoRect::bottom(), GL_END, KoRect::left(), m_guideLines, KoRect::right(), KoPoint::setX(), KoPoint::setY(), KoRect::top(), KoPoint::x(), et KoPoint::y().

Voici le graphe d'appel pour cette fonction :

void KoGuides::moveGuide ( const QPoint &  pos,
bool  horizontal,
int  rulerWidth 
) [slot]

Move Guide.

This slot can be connected to void KoRuler::moveGuide( const QPoint &, bool, int ); It will add a new guide when you move from the ruler to the canvas. After that it moves the guide.

Paramètres:
pos The pos of the mouse
horizontal true if the guide is horizontal, false if vertical
rulerWidth The witdth of the ruler as the pos is seen from the ruler widget.

Définition à la ligne 684 du fichier KoGuides.cpp.

Références add(), m_insertGuide, mouseMoveEvent(), et mousePressEvent().

void KoGuides::addGuide ( const QPoint &  pos,
bool  horizontal,
int  rulerWidth 
) [slot]

Add Guide.

This slot can be connected to void KoRuler::addGuide( const QPoint &, bool, int ); It will finish the inserting of a guide from moveGuide().

Paramètres:
pos The pos of the mouse
horizontal true if the guide is horizontal, false if vertical
rulerWidth The witdth of the ruler as the pos is seen from the ruler widget.

Définition à la ligne 715 du fichier KoGuides.cpp.

Références m_insertGuide, et mouseReleaseEvent().

void KoGuides::guideLinesChanged ( KoView view  )  [signal]

Signal that shows that the guide lines are changed.

This signal is emmited when the guide lines are changed ( moved / deleted )

Paramètres:
view The view in which the guide lines are changed.

Référencé par keyPressEvent(), mouseMoveEvent(), mouseReleaseEvent(), et slotChangePosition().

void KoGuides::moveGuides ( bool  state  )  [signal]

This signal is emitted when guides start/stop moving.

Paramètres:
state true when starting moving guides, false when stopping.

Référencé par mousePressEvent(), et mouseReleaseEvent().

void KoGuides::paintGuides ( bool  state  )  [signal]

This signal is emitted when guides start/stop painting.

With this signal it is possible to only repaint the guides in the paint method of the canvas. Just set/unset a flag when this signal is emmited. This signal is emitted before and after a repaint is done.

Paramètres:
state true when starting painting guides, false when stopping.

void KoGuides::slotChangePosition (  )  [private, slot]

Execute a dialog to set the position of the guide.

Définition à la ligne 726 du fichier KoGuides.cpp.

Références KoView::canvas(), KoView::canvasXOffset(), KoView::canvasYOffset(), find(), guideLinesChanged(), KoView::koDocument(), m_lastPoint, m_view, m_zoomHandler, mapFromScreen(), KoGuides::KoGuideLine::orientation, KoDocument::pageLayout(), paint(), KoGuides::KoGuideLine::position, KoDocument::unit(), KoZoomHandler::unzoomItXOld(), et KoZoomHandler::unzoomItYOld().

Référencé par KoGuides::Popup::Popup().

void KoGuides::slotRemove (  )  [private, slot]

remove all selected guides

Définition à la ligne 752 du fichier KoGuides.cpp.

Références paint(), et removeSelected().

Référencé par KoGuides::Popup::Popup().

void KoGuides::paint (  )  [private]

Paint the canvas.

Définition à la ligne 759 du fichier KoGuides.cpp.

Références KoView::canvas(), et m_view.

Référencé par keyPressEvent(), mouseMoveEvent(), mousePressEvent(), repaintAfterSnapping(), repaintSnapping(), setGuideLines(), slotChangePosition(), et slotRemove().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

void KoGuides::add ( Qt::Orientation  o,
QPoint &  pos 
) [private]

Add a guide line with the orientation o at the position pos.

Paramètres:
pos where to insert the guide
o orientation of the guide line

Définition à la ligne 765 du fichier KoGuides.cpp.

Références GL, m_guideLines, mapFromScreen(), KoPoint::x(), et KoPoint::y().

Référencé par moveGuide().

Voici le graphe d'appel pour cette fonction :

void KoGuides::select ( KoGuideLine guideLine  )  [private]

Select a guide.

Paramètres:
gd guide to select

Définition à la ligne 773 du fichier KoGuides.cpp.

Références GL, GL_SELECTED, m_guideLines, et KoGuides::KoGuideLine::selected.

Référencé par mousePressEvent().

Voici le graphe d'appel pour cette fonction :

void KoGuides::unselect ( KoGuideLine guideLine  )  [private]

Unselect a guide.

Paramètres:
gd guide to unselect

Définition à la ligne 783 du fichier KoGuides.cpp.

Références GL, GL_SELECTED, m_guideLines, et KoGuides::KoGuideLine::selected.

Référencé par mousePressEvent().

Voici le graphe d'appel pour cette fonction :

bool KoGuides::unselectAll (  )  [private]

Unselect all selected KoGuideLineData.

Renvoie:
true, when selection was changed

false otherwise

Définition à la ligne 793 du fichier KoGuides.cpp.

Références GL, GL_SELECTED, et m_guideLines.

Référencé par mousePressEvent().

Voici le graphe d'appel pour cette fonction :

void KoGuides::removeSelected (  )  [private]

remove all selected guides

Définition à la ligne 809 du fichier KoGuides.cpp.

Références GL_SELECTED, et m_guideLines.

Référencé par keyPressEvent(), mouseReleaseEvent(), setGuideLines(), et slotRemove().

Voici le graphe d'appel pour cette fonction :

bool KoGuides::hasSelected (  )  [private]

Check if at least one guide is selected.

Renvoie:
true if at least on guide is seleted

false otherwise

Définition à la ligne 820 du fichier KoGuides.cpp.

Références GL_SELECTED, et m_guideLines.

Référencé par keyPressEvent(), et mousePressEvent().

Voici le graphe d'appel pour cette fonction :

KoGuides::KoGuideLine * KoGuides::find ( KoPoint p,
double  diff 
) [private]

Find a guide.

This function looks for a guide at x or y pos. The position can differ by diff.

Paramètres:
x x position to look for a guide
y y position to look for a guide
diff how far next to a guide sould it also be found
Renvoie:
the fould guide

0 if none is found

Définition à la ligne 826 du fichier KoGuides.cpp.

Références GL, GL_SELECTED, m_guideLines, KoPoint::x(), et KoPoint::y().

Référencé par mouseMoveEvent(), mousePressEvent(), mouseReleaseEvent(), et slotChangePosition().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

void KoGuides::moveSelectedBy ( QPoint &  p  )  [private]

Move selected guides.

This moves all selected guides around. If more than one guide is selected it makes sure the guides are not moved of the canvas.

Paramètres:
pos position of the mouse

Définition à la ligne 857 du fichier KoGuides.cpp.

Références KoView::canvas(), KoView::canvasXOffset(), KoView::canvasYOffset(), GL_SELECTED, KoView::koDocument(), m_guideLines, m_view, m_zoomHandler, KoDocument::pageLayout(), KoPageLayout::ptHeight, KoPageLayout::ptWidth, KoZoomHandler::unzoomItXOld(), KoZoomHandler::unzoomItYOld(), et KoZoomHandler::unzoomPointOld().

Référencé par mouseMoveEvent().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

KoPoint KoGuides::mapFromScreen ( const QPoint &  pos  )  [private]

Map pos from screen.

Paramètres:
pos on screen
Renvoie:
pos in document

Définition à la ligne 912 du fichier KoGuides.cpp.

Références KoView::canvasXOffset(), KoView::canvasYOffset(), m_view, m_zoomHandler, KoZoomHandler::unzoomItXOld(), KoZoomHandler::unzoomItYOld(), et KoPoint::x().

Référencé par add(), mouseMoveEvent(), mousePressEvent(), mouseReleaseEvent(), et slotChangePosition().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

QPoint KoGuides::mapToScreen ( const KoPoint pos  )  [private]

Map pos to screen.

Paramètres:
pos in document
Renvoie:
pos on screen

Définition à la ligne 922 du fichier KoGuides.cpp.

Références KoView::canvasXOffset(), KoView::canvasYOffset(), m_view, m_zoomHandler, gensymbolfontmap::pos, KoZoomHandler::zoomItXOld(), et KoZoomHandler::zoomItYOld().

Voici le graphe d'appel pour cette fonction :

bool KoGuides::virtuallyEqual ( double  a,
double  b 
) [inline, private]

Check if the both values are nearly the same.

Paramètres:
a first value
a second value
Renvoie:
true if they are the same

false otherwise

Définition à la ligne 396 du fichier KoGuides.h.

Référencé par repaintSnapping().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

const KoGuides::SnapStatus KoGuides::SNAP_NONE [static]

Définition à la ligne 65 du fichier KoGuides.h.

const KoGuides::SnapStatus KoGuides::SNAP_HORIZ [static]

Définition à la ligne 65 du fichier KoGuides.h.

Référencé par repaintSnapping(), et snapToGuideLines().

const KoGuides::SnapStatus KoGuides::SNAP_VERT [static]

Définition à la ligne 65 du fichier KoGuides.h.

Référencé par repaintSnapping(), et snapToGuideLines().

const KoGuides::SnapStatus KoGuides::SNAP_BOTH [static]

Définition à la ligne 65 du fichier KoGuides.h.

KoView* KoGuides::m_view [private]

view

Définition à la ligne 399 du fichier KoGuides.h.

Référencé par keyPressEvent(), mapFromScreen(), mapToScreen(), mouseMoveEvent(), mouseReleaseEvent(), moveSelectedBy(), paint(), paintGuides(), et slotChangePosition().

KoZoomHandler* KoGuides::m_zoomHandler [private]

zoom handler of the view

Définition à la ligne 401 du fichier KoGuides.h.

Référencé par mapFromScreen(), mapToScreen(), mouseMoveEvent(), mousePressEvent(), mouseReleaseEvent(), moveSelectedBy(), paintGuides(), slotChangePosition(), et snapToGuideLines().

QList<KoGuideLine *> KoGuides::m_guideLines[GL_END] [private]

array of list of the different guide line types

Définition à la ligne 412 du fichier KoGuides.h.

Référencé par add(), diffNextGuide(), find(), getGuideLines(), hasSelected(), mousePressEvent(), mouseReleaseEvent(), moveSelectedBy(), paintGuides(), removeSelected(), repaintAfterSnapping(), repaintSnapping(), select(), setAutoGuideLines(), setGuideLines(), snapToGuideLines(), unselect(), et unselectAll().

QPoint KoGuides::m_lastPoint [private]

used to save the last mouse position

Définition à la ligne 415 du fichier KoGuides.h.

Référencé par mouseMoveEvent(), mousePressEvent(), et slotChangePosition().

bool KoGuides::m_mouseSelected [private]

true if a guide is selected at the moment

Définition à la ligne 417 du fichier KoGuides.h.

Référencé par KoGuides(), mouseMoveEvent(), mousePressEvent(), et mouseReleaseEvent().

bool KoGuides::m_insertGuide [private]

true if a guide is inserted at the moment

Définition à la ligne 419 du fichier KoGuides.h.

Référencé par addGuide(), et moveGuide().

Popup* KoGuides::m_popup [private]

Définition à la ligne 421 du fichier KoGuides.h.

Référencé par KoGuides(), mousePressEvent(), et ~KoGuides().


La documentation de cette classe a été générée à partir des fichiers suivants :
Généré le Wed Nov 22 23:45:56 2006 pour KPlato par  doxygen 1.5.1-p1