Home
last modified time | relevance | path

Searched refs:PhotoSizeObject (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/telegramqml/TelegramQML-0.9.2/
H A Dphotosizelist.cpp25 QList<PhotoSizeObject*> list;
48 PhotoSizeObject *tmp = p->list.at(i); in operator =()
61 PhotoSizeObject *obj = new PhotoSizeObject(size, this); in operator =()
70 PhotoSizeObject *PhotoSizeList::first() const in first()
78 PhotoSizeObject *PhotoSizeList::last() const in last()
91 PhotoSizeObject *PhotoSizeList::at(int idx) in at()
H A Dphotosizelist.h27 class PhotoSizeObject; variable
33 Q_PROPERTY(PhotoSizeObject* first READ first NOTIFY firstChanged)
34 Q_PROPERTY(PhotoSizeObject* last READ last NOTIFY lastChanged)
44 PhotoSizeObject *first() const;
45 PhotoSizeObject *last() const;
50 PhotoSizeObject *at( int idx );
H A Dtelegramfilehandler.cpp179 PhotoSizeObject *obj = qobject_cast<PhotoSizeObject*>(p->location->parent()); in imageSize()
227 PhotoSizeObject *obj = qobject_cast<PhotoSizeObject*>(p->location->parent()); in fileSize()
699 PhotoSizeObject *size = list->at(i); in analizeObject()
728 object = static_cast<PhotoSizeObject*>(target)->location(); in analizeObject()
803 if(qobject_cast<PhotoSizeObject*>(obj)) in detectObjectType()
H A Dtelegramqmlinitializer.cpp114 qmlRegisterType<PhotoSizeObject>(uri, 1, 0, "PhotoSize"); in initializeTypes()
115 qRegisterMetaType<PhotoSizeObject*>("PhotoSizeObject*"); in initializeTypes()
H A Dplugins.qmltypes325 Property { name: "thumb"; type: "PhotoSizeObject"; isPointer: true }
561 Property { name: "first"; type: "PhotoSizeObject"; isReadonly: true; isPointer: true }
562 Property { name: "last"; type: "PhotoSizeObject"; isReadonly: true; isPointer: true }
566 type: "PhotoSizeObject*"
571 name: "PhotoSizeObject"
1794 Property { name: "thumb"; type: "PhotoSizeObject"; isPointer: true }
H A Dtelegramqml.cpp1018 PhotoSizeObject *size = list->at(i); in locationOfPhoto()
1049 PhotoSizeObject *size = list->at(i); in locationOfThumbPhoto()
1259 if(qobject_cast<PhotoSizeObject*>(obj)) in fileLocation()
1261 PhotoSizeObject *psz = static_cast<PhotoSizeObject*>(obj); in fileLocation()
1266 PhotoSizeObject *min_sz = list->first(); in fileLocation()
2453 if(parentObj && qobject_cast<PhotoSizeObject*>(parentObj)) in getFile()
2455 PhotoSizeObject *psz = static_cast<PhotoSizeObject*>(parentObj); in getFile()
3203 PhotoSizeObject *sml_size = obj->sizes()->last(); in accountGetWallPapers_slt()
3207 PhotoSizeObject *lrg_size = obj->sizes()->first(); in accountGetWallPapers_slt()
/dports/net-im/telegramqml/TelegramQML-0.9.2/objects/
H A Dtypes.sco168 PhotoSizeObject* thumb rw = new PhotoSizeObject(another.%name(), this);
185 PhotoSizeObject* thumb rw = new PhotoSizeObject(another.%name(), this);
H A Dtypes.h1798 PhotoSizeObject(QObject *parent = 0) : in Q_DECLARE_METATYPE()
1801 ~PhotoSizeObject(){} in Q_DECLARE_METATYPE()
1927 Q_DECLARE_METATYPE(PhotoSizeObject*) in Q_DECLARE_METATYPE() argument
2270 _thumb = new PhotoSizeObject(another.thumb(), this); in Q_DECLARE_METATYPE()
2319 PhotoSizeObject* thumb() const { in Q_DECLARE_METATYPE()
2323 void setThumb(PhotoSizeObject* value) { in Q_DECLARE_METATYPE()
2427 PhotoSizeObject* _thumb; in Q_DECLARE_METATYPE()
2459 _thumb = new PhotoSizeObject(another.thumb(), this); in Q_DECLARE_METATYPE()
2510 PhotoSizeObject* thumb() const { in Q_DECLARE_METATYPE()
2514 void setThumb(PhotoSizeObject* value) { in Q_DECLARE_METATYPE()
[all …]
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/objects/
H A Dtypes.sco168 PhotoSizeObject* thumb rw = new PhotoSizeObject(another.%name(), this);
185 PhotoSizeObject* thumb rw = new PhotoSizeObject(another.%name(), this);