|
QRODS
|
|
explicit |
FileListingEntry::FileListingEntry Constructor method.
This is a constructor for AbstractHTTPClient class.
| parent | the parent. |
| void FileListingEntry::addChild | ( | FileListingEntry * | entry | ) |
| QList< FileListingEntry * > * FileListingEntry::children | ( | ) |
| int FileListingEntry::collectionsOffset | ( | ) |
FileListingEntry::collectionsOffset Gets the collection offset.
Gets the collection offset.
| long long int FileListingEntry::createdAt | ( | ) | const |
FileListingEntry::createdAt Gets the creation date.
Gets the creation date.
| int FileListingEntry::dataObjectsOffset | ( | ) |
FileListingEntry::dataObjectsOffset Gets the data object offset.
Gets the data object offset.
| long long int FileListingEntry::dataSize | ( | ) | const |
| void FileListingEntry::deleteChildren | ( | ) |
FileListingEntry::deleteChildren Deletes the children.
Deletes the children.
| bool FileListingEntry::flag | ( | ) |
| const QString FileListingEntry::getFullPath | ( | ) | const |
FileListingEntry::getFullPath Gets the full path.
Gets the full path.
| bool FileListingEntry::hasMoreCollections | ( | ) |
FileListingEntry::hasMoreCollections Checks the presence of more collections.
Checks the presence of more collections.
| bool FileListingEntry::hasMoreDataObjects | ( | ) |
FileListingEntry::hasMoreDataObjects Gets the presence of more data objects.
Gets the presence of more data objects.
| bool FileListingEntry::hasMorePages | ( | ) |
FileListingEntry::hasMorePages Returns the presence of more pages.
Returns the presence of more pages of collections or data objects.
| int FileListingEntry::id | ( | ) | const |
| bool FileListingEntry::isCollection | ( | ) |
FileListingEntry::isCollection Checks if the ObjectType is a collection.
Checks if the ObjectType is a collection.
| long long int FileListingEntry::modifiedAt | ( | ) | const |
FileListingEntry::modifiedAt Gets the last modification date.
Gets the last modification date.
| FileListingEntry::ObjectType FileListingEntry::objectType | ( | ) | const |
FileListingEntry::objectType Gets the object type.
Gets the object type.
| int FileListingEntry::offset | ( | ) |
| const QString & FileListingEntry::ownerName | ( | ) | const |
FileListingEntry::ownerName Gets the owner name.
Gets the owner name.
| const QString & FileListingEntry::ownerZone | ( | ) | const |
FileListingEntry::ownerZone Gets the owner zone.
Gets the owner zone.
| FileListingEntry * FileListingEntry::parentNode | ( | ) |
FileListingEntry::parentNode Gets the parent node.
Gets the parent node.
| const QString & FileListingEntry::parentPath | ( | ) | const |
FileListingEntry::parentPath Gets the parent path.
Gets the parent path.
| const QString & FileListingEntry::pathOrName | ( | ) | const |
FileListingEntry::pathOrName Gets the path or name.
Gets the path or name.
| int FileListingEntry::row | ( | ) | const |
| void FileListingEntry::setCollectionsOffset | ( | int | offset | ) |
FileListingEntry::setCollectionsOffset Sets the collection offset.
Sets the collection offset.
| offset | the offset. |
| void FileListingEntry::setCreatedAt | ( | long long int | at | ) |
FileListingEntry::setCreatedAt Sets the creation date.
Sets the creation date.
| at | the date. |
| void FileListingEntry::setDataObjectsOffset | ( | int | offset | ) |
FileListingEntry::setDataObjectsOffset Sets data object offset.
Sets data object offset.
| offset | the offset. |
| void FileListingEntry::setDataSize | ( | long long int | size | ) |
| void FileListingEntry::setFlag | ( | bool | b | ) |
| void FileListingEntry::setHasMoreCollections | ( | bool | b | ) |
FileListingEntry::setHasMoreCollections Sets the presence of more collections.
Sets the presence of more collections.
| b | a boolean which sets the presence or not of more collections. |
| void FileListingEntry::setHasMoreDataObjects | ( | bool | b | ) |
FileListingEntry::setHasMoreDataObjects Sets the presence of more data objects.
Sets the presence of more data objects.
| b | a boolean that sets the presence or not of more data objects. |
| void FileListingEntry::setHasMorePages | ( | bool | b | ) |
FileListingEntry::setHasMorePages Sets the presence of more pages.
Sets the presence of more pages.
| b | a boolean that represents the presence of more pages. |
| void FileListingEntry::setId | ( | int | i | ) |
FileListingEntry::setId Sets the id.
Sets the id for the FileListingEntry.
| i | an integer that is the id. |
| void FileListingEntry::setModifiedAt | ( | long long int | at | ) |
FileListingEntry::setModifiedAt Sets the modification date.
Sets the modification date.
| at | the date. |
| void FileListingEntry::setObjectType | ( | ObjectType | tp | ) |
| void FileListingEntry::setOffset | ( | int | off | ) |
FileListingEntry::setOffset Sets the Offset.
Sets the Offset.
| off | an integer that is the offset. |
| void FileListingEntry::setOwnerName | ( | QString & | str | ) |
FileListingEntry::setOwnerName Sets the owner name.
Sets the owner name.
| str | a string that represents the owner name. |
| void FileListingEntry::setOwnerZone | ( | QString & | str | ) |
FileListingEntry::setOwnerZone Sets owner zone.
Sets owner zone.
| str | a string that represents the owner zone. |
| void FileListingEntry::setParentNode | ( | FileListingEntry * | parent | ) |
| void FileListingEntry::setParentPath | ( | QString & | str | ) |
FileListingEntry::setParentPath Sets parent path.
Sets parent path.
| str | a string that represents the path. |
| void FileListingEntry::setPathOrName | ( | QString & | str | ) |
FileListingEntry::setPathOrName Sets the path.
Sets the path.
| str | a string that represents the path. |
| void FileListingEntry::setRow | ( | int | i | ) |
FileListingEntry::setRow Sets the row.
Sets the row of the FileListingEntry
| i | an integer that is the row. |
| void FileListingEntry::setSpecialObjectPath | ( | QString & | str | ) |
FileListingEntry::setSpecialObjectPath Sets special object path.
Sets special object path.
| str | a string that represents the path. |
| const QString & FileListingEntry::specialObjectPath | ( | ) | const |
FileListingEntry::specialObjectPath Gets special object path.
Gets special object path.
1.8.10