Request send from client to get content of path element.
Definition at line 25 of file RBrowserRequest.hxx.
Public Attributes | |
| int | first {0} | 
| first child to request   | |
| bool | hidden {false} | 
| show hidden files   | |
| 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 28 of file RBrowserRequest.hxx.
show hidden files
Definition at line 32 of file RBrowserRequest.hxx.
| int ROOT::RBrowserRequest::number {0} | 
number of childs to request, 0 - all childs
Definition at line 29 of file RBrowserRequest.hxx.
| std::vector<std::string> ROOT::RBrowserRequest::path | 
requested path
Definition at line 27 of file RBrowserRequest.hxx.
| std::string ROOT::RBrowserRequest::regex | 
applied regex
Definition at line 34 of file RBrowserRequest.hxx.
force items reload
Definition at line 33 of file RBrowserRequest.hxx.
reverse item order
Definition at line 31 of file RBrowserRequest.hxx.
| std::string ROOT::RBrowserRequest::sort | 
kind of sorting
Definition at line 30 of file RBrowserRequest.hxx.