BibleTime
|
#include <QMetaType>
Go to the source code of this file.
Classes | |
struct | DisplayOptions |
struct | FilterOptions |
Enumerations | |
enum | alignmentMode { autoTileVertical = 0 , autoTileHorizontal = 1 , autoTile = 2 , autoTabbed = 3 , autoCascade = 4 , manual = 5 } |
Functions | |
QDataStream & | operator<< (QDataStream &out, const alignmentMode &mode) |
QDataStream & | operator>> (QDataStream &in, alignmentMode &mode) |
enum alignmentMode |
Enumeration indicating the alignment mode used for child windows.
Enumerator | |
---|---|
autoTileVertical | |
autoTileHorizontal | |
autoTile | |
autoTabbed | |
autoCascade | |
manual |
Definition at line 70 of file btglobal.h.
QDataStream& operator<< | ( | QDataStream & | out, |
const alignmentMode & | mode | ||
) |
Definition at line 19 of file btglobal.cpp.
QDataStream& operator>> | ( | QDataStream & | in, |
alignmentMode & | mode | ||
) |
Definition at line 24 of file btglobal.cpp.