first development version of 1.4.x
This commit is contained in:
parent
1ff4f353e3
commit
24b1f32bbe
63 changed files with 4792 additions and 4350 deletions
|
@ -71,10 +71,14 @@ public:
|
|||
bool setImage(const QImage &picture);
|
||||
bool setPictureTitl(const QString &newTitle);
|
||||
bool setPictureStream(const QByteArray &picByteArray);
|
||||
bool exportPicture(const QString &fileName, bool customFormat = false);
|
||||
void setPicFileName(QString picFileName);
|
||||
void setPicFilePath(QString picFilePath);
|
||||
void updateStrings();
|
||||
void emitUpdate();
|
||||
|
||||
// FILE MANAGEMENT
|
||||
bool exportPicture(const QString &fileName, bool customFormat = false);
|
||||
void setPicFileName(const QString &picFileName);
|
||||
void setPicFilePath(const QString &picFilePath);
|
||||
bool deletePicFile();
|
||||
|
||||
// ALTERNATIVES
|
||||
QString getPictureTitle() { return getPictureTitl(); }
|
||||
|
@ -122,9 +126,6 @@ private:
|
|||
// PICTURE STREAM
|
||||
QByteArray rawPicContent;
|
||||
|
||||
// PREDEFINED PROPERTIES
|
||||
QSize snapmaticResolution;
|
||||
|
||||
// JSON
|
||||
void parseJsonContent();
|
||||
bool jsonOk;
|
||||
|
@ -135,6 +136,7 @@ private:
|
|||
static bool verifyTitleChar(const QChar &titleChar);
|
||||
|
||||
signals:
|
||||
void updated();
|
||||
|
||||
public slots:
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue