digiKam
ShowFoto Namespace Reference

Namespaces

 ShowfotoToolTipFiller
 

Classes

class  NoDuplicatesShowfotoFilterModel
 
class  Showfoto
 
class  ShowfotoCategorizedView
 
class  ShowfotoCoordinatesOverlay
 
class  ShowfotoCoordinatesOverlayWidget
 
class  ShowfotoDelegate
 
class  ShowfotoDragDropHandler
 
class  ShowfotoFilterModel
 
class  ShowfotoFolderViewBar
 
class  ShowfotoFolderViewBookmarkDlg
 
class  ShowfotoFolderViewBookmarkItem
 
class  ShowfotoFolderViewBookmarkList
 
class  ShowfotoFolderViewBookmarks
 
class  ShowfotoFolderViewList
 
class  ShowfotoFolderViewModel
 
class  ShowfotoFolderViewSideBar
 
class  ShowfotoFolderViewToolTip
 
class  ShowfotoFolderViewUndo
 
class  ShowfotoInfoIface
 
class  ShowfotoItemInfo
 
class  ShowfotoItemModel
 
class  ShowfotoItemSortSettings
 
class  ShowfotoItemViewDelegate
 
class  ShowfotoItemViewDelegatePrivate
 
class  ShowfotoKineticScroller
 
class  ShowfotoNormalDelegate
 
class  ShowfotoNormalDelegatePrivate
 
class  ShowfotoSettings
 
class  ShowfotoSetup
 
class  ShowfotoSetupMetadata
 
class  ShowfotoSetupMisc
 
class  ShowfotoSetupPlugins
 
class  ShowfotoSetupRaw
 
class  ShowfotoSetupToolTip
 
class  ShowfotoSortFilterModel
 
class  ShowfotoStackViewFavoriteItem
 
class  ShowfotoStackViewFavoriteItemDlg
 
class  ShowfotoStackViewFavoriteList
 
class  ShowfotoStackViewFavorites
 
class  ShowfotoStackViewItem
 
class  ShowfotoStackViewList
 
class  ShowfotoStackViewSideBar
 
class  ShowfotoStackViewToolTip
 
class  ShowfotoThumbnailBar
 
class  ShowfotoThumbnailDelegate
 
class  ShowfotoThumbnailDelegatePrivate
 
class  ShowfotoThumbnailModel
 

Typedefs

typedef QPair< ShowfotoItemInfo, QPixmap > CachedItem
 
typedef QPair< int, int > IntPair
 
typedef QList< ShowfotoItemInfoShowfotoItemInfoList
 

Functions

QDataStream & operator<< (QDataStream &ds, const ShowfotoItemInfo &info)
 
QDebug operator<< (QDebug dbg, const ShowfotoItemInfo &info)
 qDebug() stream operator. Writes property info to the debug output in a nicely formatted way. More...
 
QDataStream & operator>> (QDataStream &ds, ShowfotoItemInfo &info)
 

Typedef Documentation

◆ CachedItem

typedef QPair<ShowfotoItemInfo, QPixmap> ShowFoto::CachedItem

◆ IntPair

typedef QPair<int, int> ShowFoto::IntPair

◆ ShowfotoItemInfoList

Function Documentation

◆ operator<<() [1/2]

◆ operator<<() [2/2]

QDebug ShowFoto::operator<< ( QDebug  dbg,
const ShowfotoItemInfo info 
)

qDebug() stream operator. Writes property info to the debug output in a nicely formatted way.

References ShowFoto::ShowfotoItemInfo::folder, ShowFoto::ShowfotoItemInfo::id, ShowFoto::ShowfotoItemInfo::mime, ShowFoto::ShowfotoItemInfo::name, QT_ENDL, and ShowFoto::ShowfotoItemInfo::size.

◆ operator>>()