#include <core/messages.h>
Public Member Functions | |
DEFINE_ENUM_WITH_STRING_CONVERSIONS (Command,(SystemInfo)(LookUpFiles)(ReadDirectory)(MakeDirectory)) FileQuery(int moduleId | |
Command | command () const |
int | moduleId () const |
const char * | path () const |
void | setFilebrowserId (int id) |
int | filebrowserId () const |
Public Attributes | |
const std::string & | path |
const std::string Command | cmd |
const std::string Command size_t | payloadsize = 0) |
Friends | |
class | FileQueryResult |
Additional Inherited Members |
FileQuery::Command vistle::message::FileQuery::command | ( | ) | const |
vistle::message::FileQuery::DEFINE_ENUM_WITH_STRING_CONVERSIONS | ( | Command | , |
(SystemInfo)(LookUpFiles)(ReadDirectory)(MakeDirectory) | |||
) |
int vistle::message::FileQuery::filebrowserId | ( | ) | const |
int vistle::message::FileQuery::moduleId | ( | ) | const |
const char * vistle::message::FileQuery::path | ( | ) | const |
void vistle::message::FileQuery::setFilebrowserId | ( | int | id | ) |
|
friend |
const std::string Command vistle::message::FileQuery::cmd |
const char * vistle::message::FileQuery::path |
const std::string Command size_t vistle::message::FileQuery::payloadsize = 0) |