Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RBrowserRequest.hxx
Go to the documentation of this file.
1// Authors: Bertrand Bellenot <bertrand.bellenot@cern.ch> Sergey Linev <S.Linev@gsi.de>
2// Date: 2019-02-28
3// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
4
5/*************************************************************************
6 * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
7 * All rights reserved. *
8 * *
9 * For the licensing terms see $ROOTSYS/LICENSE. *
10 * For the list of contributors see $ROOTSYS/README/CREDITS. *
11 *************************************************************************/
12
13#ifndef ROOT7_RBrowserRequest
14#define ROOT7_RBrowserRequest
15
16#include <string>
17#include <vector>
18
19namespace ROOT {
20namespace Experimental {
21
22/** \class ROOT::Experimental::RBrowserRequest
23\ingroup rbrowser
24\brief Request send from client to get content of path element
25*/
26
28public:
29 std::vector<std::string> path; ///< requested path
30 int first{0}; ///< first child to request
31 int number{0}; ///< number of childs to request, 0 - all childs
32 std::string sort; ///< kind of sorting
33 bool reverse{false}; ///< reverse item order
34 bool hidden{false}; ///< show hidden files
35 bool reload{false}; ///< force items reload
36 std::string regex; ///< applied regex
37};
38
39} // namespace Experimental
40} // namespace ROOT
41
42#endif
43
44
Request send from client to get content of path element.
std::vector< std::string > path
requested path
int number
number of childs to request, 0 - all childs
std::string sort
kind of sorting
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
Definition first.py:1