Request send from client to get content of path element.
Definition at line 26 of file RBrowserRequest.hxx.
Public Attributes | |
int | first {0} |
first child to request | |
bool | hidden {false} |
show hidden files | |
int | lastcycle {0} |
show only last cycle, -1 - off, 0 - not change, +1 on, | |
int | number {0} |
number of childs to request, 0 - all childs | |
std::vector< std::string > | path |
requested path | |
std::string | regex |
applied regex | |
bool | reload {false} |
force items reload | |
bool | reverse {false} |
reverse item order | |
std::string | sort |
kind of sorting | |
#include <ROOT/RBrowserRequest.hxx>
int ROOT::RBrowserRequest::first {0} |
first child to request
Definition at line 29 of file RBrowserRequest.hxx.
bool ROOT::RBrowserRequest::hidden {false} |
show hidden files
Definition at line 33 of file RBrowserRequest.hxx.
int ROOT::RBrowserRequest::lastcycle {0} |
show only last cycle, -1 - off, 0 - not change, +1 on,
Definition at line 35 of file RBrowserRequest.hxx.
int ROOT::RBrowserRequest::number {0} |
number of childs to request, 0 - all childs
Definition at line 30 of file RBrowserRequest.hxx.
std::vector<std::string> ROOT::RBrowserRequest::path |
requested path
Definition at line 28 of file RBrowserRequest.hxx.
std::string ROOT::RBrowserRequest::regex |
applied regex
Definition at line 36 of file RBrowserRequest.hxx.
bool ROOT::RBrowserRequest::reload {false} |
force items reload
Definition at line 34 of file RBrowserRequest.hxx.
bool ROOT::RBrowserRequest::reverse {false} |
reverse item order
Definition at line 32 of file RBrowserRequest.hxx.
std::string ROOT::RBrowserRequest::sort |
kind of sorting
Definition at line 31 of file RBrowserRequest.hxx.