mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
Format
This commit is contained in:
@ -16,7 +16,15 @@ static QShader getShader(const QString &name)
|
|||||||
|
|
||||||
/*Constructor*/
|
/*Constructor*/
|
||||||
YACReaderFlow3D::YACReaderFlow3D(QWidget *parent, struct Preset p)
|
YACReaderFlow3D::YACReaderFlow3D(QWidget *parent, struct Preset p)
|
||||||
: QRhiWidget(parent), numObjects(0), lazyPopulateObjects(-1), hasBeenInitialized(false), backgroundColor(Qt::black), textColor(Qt::white), shadingColor(Qt::black), flowRightToLeft(false), showMarks(true)
|
: QRhiWidget(parent),
|
||||||
|
numObjects(0),
|
||||||
|
lazyPopulateObjects(-1),
|
||||||
|
showMarks(true),
|
||||||
|
hasBeenInitialized(false),
|
||||||
|
backgroundColor(Qt::black),
|
||||||
|
textColor(Qt::white),
|
||||||
|
shadingColor(Qt::black),
|
||||||
|
flowRightToLeft(false)
|
||||||
{
|
{
|
||||||
updateCount = 0;
|
updateCount = 0;
|
||||||
config = p;
|
config = p;
|
||||||
|
|||||||
Reference in New Issue
Block a user