##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r96:3170eb771a99
Show More
PythonQtWrapper_QDateTime.h
56 lines | 2.8 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QDATETIME_H
#define PYTHONQTWRAPPER_QDATETIME_H
#include <qdatetime.h>
#include <QObject>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 #include <PythonQt.h>
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <QVariant>
#include <qdatastream.h>
#include <qdatetime.h>
class PythonQtWrapper_QDateTime : public QObject
{ Q_OBJECT
public:
public slots:
QDateTime* new_QDateTime();
QDateTime* new_QDateTime(const QDate& arg__1);
QDateTime* new_QDateTime(const QDate& arg__1, const QTime& arg__2, Qt::TimeSpec spec = Qt::LocalTime);
QDateTime* new_QDateTime(const QDateTime& other);
void delete_QDateTime(QDateTime* obj) { delete obj; }
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QDateTime addSecs(QDateTime* theWrappedObject, int secs) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void setTime(QDateTime* theWrappedObject, const QTime& time);
void setTime_t(QDateTime* theWrappedObject, uint secsSince1Jan1970UTC);
florianlink
recreated wrappers to match current python qt version...
r73 QDateTime static_QDateTime_fromTime_t(uint secsSince1Jan1970UTC);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool isNull(QDateTime* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QTime time(QDateTime* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QDateTime toUTC(QDateTime* theWrappedObject) const;
QDate date(QDateTime* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 Qt::TimeSpec timeSpec(QDateTime* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QDateTime static_QDateTime_currentDateTime();
void setDate(QDateTime* theWrappedObject, const QDate& date);
florianlink
recreated wrappers to match current python qt version...
r73 uint toTime_t(QDateTime* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QDateTime static_QDateTime_fromString(const QString& s, Qt::DateFormat f = Qt::TextDate);
bool isValid(QDateTime* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void writeTo(QDateTime* theWrappedObject, QDataStream& arg__1);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 int secsTo(QDateTime* theWrappedObject, const QDateTime& arg__1) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QString toString(QDateTime* theWrappedObject, const QString& format) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QDateTime addDays(QDateTime* theWrappedObject, int days) const;
florianlink
recreated wrappers to match current python qt version...
r73 QDateTime addMSecs(QDateTime* theWrappedObject, qint64 msecs) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QString toString(QDateTime* theWrappedObject, Qt::DateFormat f = Qt::TextDate) const;
florianlink
recreated wrappers to match current python qt version...
r73 QDateTime static_QDateTime_fromString(const QString& s, const QString& format);
void readFrom(QDateTime* theWrappedObject, QDataStream& arg__1);
void setTimeSpec(QDateTime* theWrappedObject, Qt::TimeSpec spec);
QDateTime addYears(QDateTime* theWrappedObject, int years) const;
bool operator_equal(QDateTime* theWrappedObject, const QDateTime& other) const;
int utcOffset(QDateTime* theWrappedObject) const;
void setUtcOffset(QDateTime* theWrappedObject, int seconds);
int daysTo(QDateTime* theWrappedObject, const QDateTime& arg__1) const;
QDateTime toLocalTime(QDateTime* theWrappedObject) const;
QDateTime toTimeSpec(QDateTime* theWrappedObject, Qt::TimeSpec spec) const;
QDateTime addMonths(QDateTime* theWrappedObject, int months) const;
bool operator_less(QDateTime* theWrappedObject, const QDateTime& other) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QDATETIME_H