Bildauswahl Class Reference

Erweiterte Toolbar zur Auswahl vorselektierter Bilder. More...

#include <bildauswahl.h>

List of all members.

Signals

void bildGeaendert (const QString &bild)

Public Member Functions

 Bildauswahl (QWidget *=0)
void setImageList (const QStringList &)

Private Slots

void firstPressed ()
void prevPressed ()
void nextPressed ()
void lastPressed ()
void selectedImageChanged (const QString &)

Private Member Functions

void updateStatus ()

Private Attributes

QComboBox * m_bildlist
 Direkter Zugriff auf die Bilder.
QAction * m_first
 Zurueck zum ersten Bild.
QAction * m_prev
 Zurueck zum vorherigen Bild.
QAction * m_selectBox
 Behaelter fuer m_bildlist.
QAction * m_next
 Weiter zum naechsten Bild.
QAction * m_last
 Springe zum letzten Bild.


Detailed Description

Erweiterte Toolbar zur Auswahl vorselektierter Bilder.

Definition at line 27 of file bildauswahl.h.


Constructor & Destructor Documentation

Bildauswahl::Bildauswahl ( QWidget *  p = 0  ) 

Author:
Johannes Bretscher <bretscher@5sl.org>
Date:
2008-05-20
Constructor

Definition at line 31 of file bildauswahl.cpp.

References firstPressed(), lastPressed(), m_bildlist, m_first, m_last, m_next, m_prev, m_selectBox, nextPressed(), prevPressed(), selectedImageChanged(), and updateStatus().

Here is the call graph for this function:


Member Function Documentation

void Bildauswahl::updateStatus (  )  [private]

Aktiviere / Deaktiviere die Elemente der Navigationsleiste in Abhaengigkeit vom aktuellen Bild.

Definition at line 111 of file bildauswahl.cpp.

References m_bildlist, m_first, m_last, m_next, and m_prev.

Referenced by Bildauswahl(), firstPressed(), lastPressed(), nextPressed(), prevPressed(), selectedImageChanged(), and setImageList().

Here is the caller graph for this function:

void Bildauswahl::firstPressed (  )  [private, slot]

Definition at line 70 of file bildauswahl.cpp.

References m_bildlist, and updateStatus().

Referenced by Bildauswahl().

void Bildauswahl::prevPressed (  )  [private, slot]

Definition at line 78 of file bildauswahl.cpp.

References m_bildlist, and updateStatus().

Referenced by Bildauswahl().

void Bildauswahl::nextPressed (  )  [private, slot]

Definition at line 86 of file bildauswahl.cpp.

References m_bildlist, and updateStatus().

Referenced by Bildauswahl().

void Bildauswahl::lastPressed (  )  [private, slot]

Definition at line 94 of file bildauswahl.cpp.

References m_bildlist, and updateStatus().

Referenced by Bildauswahl().

void Bildauswahl::selectedImageChanged ( const QString &  bild  )  [private, slot]

Definition at line 102 of file bildauswahl.cpp.

References bildGeaendert(), and updateStatus().

Referenced by Bildauswahl().

void Bildauswahl::setImageList ( const QStringList &  bilder  ) 

Ein neuer Stapel von Bildern wird zur Ansicht / Bearbeitung bereitgestellt

Parameters:
bilder neue Liste der vollstaendigen Bildnamen.

Definition at line 61 of file bildauswahl.cpp.

References bildGeaendert(), m_bildlist, and updateStatus().

Referenced by MainWin::newPictureList().

Here is the call graph for this function:

void Bildauswahl::bildGeaendert ( const QString &  bild  )  [signal]

Ein neues Bild wurde ausgewaehlt.

Parameters:
bild Vollstaendiger Name des neuen Bildes

Referenced by selectedImageChanged(), and setImageList().


Member Data Documentation

QComboBox* Bildauswahl::m_bildlist [private]

Direkter Zugriff auf die Bilder.

Definition at line 28 of file bildauswahl.h.

Referenced by Bildauswahl(), firstPressed(), lastPressed(), nextPressed(), prevPressed(), setImageList(), and updateStatus().

QAction* Bildauswahl::m_first [private]

Zurueck zum ersten Bild.

Definition at line 29 of file bildauswahl.h.

Referenced by Bildauswahl(), and updateStatus().

QAction * Bildauswahl::m_prev [private]

Zurueck zum vorherigen Bild.

Definition at line 29 of file bildauswahl.h.

Referenced by Bildauswahl(), and updateStatus().

QAction * Bildauswahl::m_selectBox [private]

Behaelter fuer m_bildlist.

Definition at line 29 of file bildauswahl.h.

Referenced by Bildauswahl().

QAction * Bildauswahl::m_next [private]

Weiter zum naechsten Bild.

Definition at line 29 of file bildauswahl.h.

Referenced by Bildauswahl(), and updateStatus().

QAction * Bildauswahl::m_last [private]

Springe zum letzten Bild.

Definition at line 29 of file bildauswahl.h.

Referenced by Bildauswahl(), and updateStatus().


The documentation for this class was generated from the following files:

Generated on Sat Feb 14 00:32:17 2009 by  doxygen 1.5.6