#include <core/messages.h>
Public Member Functions | |
DEFINE_ENUM_WITH_STRING_CONVERSIONS (Status,(Ok)(Error)(DoesNotExist)(NoPermission)) FileQueryResult(const FileQuery &request | |
const char * | path () const |
FileQuery::Command | command () const |
Status | status () const |
int | filebrowserId () const |
Public Attributes | |
Status | status |
Status size_t | payloadsize |
Additional Inherited Members |
FileQuery::Command vistle::message::FileQueryResult::command | ( | ) | const |
vistle::message::FileQueryResult::DEFINE_ENUM_WITH_STRING_CONVERSIONS | ( | Status | , |
(Ok)(Error)(DoesNotExist)(NoPermission) | |||
) | const & |
int vistle::message::FileQueryResult::filebrowserId | ( | ) | const |
const char * vistle::message::FileQueryResult::path | ( | ) | const |
Status vistle::message::FileQueryResult::status | ( | ) | const |
Status size_t vistle::message::FileQueryResult::payloadsize |
FileQueryResult::Status vistle::message::FileQueryResult::status |