mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2017-01-31 Fred Gleason <fredg@paravelsystems.com>
* Added an 'AddLog' method to the Web API. * Added an 'DeleteLog' method to the Web API. * Added a 'SaveLog' method to the Web API. * Added 'eventLength', 'linkEventName', 'linkStartSlop', 'linkEndSlop', 'linkId', 'linkEmbedded', 'extStartTime', 'extLength', 'extCartName', 'extData', 'extEventId', and 'extAnncType' XML fields to the return of the ListLog web API method
This commit is contained in:
@@ -45,7 +45,9 @@ class RDFormPost
|
||||
bool getValue(const QString &name,int *n,bool *ok=NULL);
|
||||
bool getValue(const QString &name,long *n,bool *ok=NULL);
|
||||
bool getValue(const QString &name,QDateTime *datetime,bool *ok=NULL);
|
||||
bool getValue(const QString &name,QDate *date,bool *ok=NULL);
|
||||
bool getValue(const QString &name,QTime *time,bool *ok=NULL);
|
||||
bool getValue(const QString &name,bool *state,bool *ok=NULL);
|
||||
bool isFile(const QString &name);
|
||||
QString tempDir() const;
|
||||
void dump();
|
||||
|
Reference in New Issue
Block a user