ROOT
v6-26
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
19
namespace
ROOT
{
20
namespace
Experimental {
21
22
/** \class ROOT::Experimental::RBrowserRequest
23
\ingroup rbrowser
24
\brief Request send from client to get content of path element
25
*/
26
27
class
RBrowserRequest
{
28
public
:
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
ROOT::Experimental::RBrowserRequest
Request send from client to get content of path element.
Definition
RBrowserRequest.hxx:27
ROOT::Experimental::RBrowserRequest::reverse
bool reverse
reverse item order
Definition
RBrowserRequest.hxx:33
ROOT::Experimental::RBrowserRequest::hidden
bool hidden
show hidden files
Definition
RBrowserRequest.hxx:34
ROOT::Experimental::RBrowserRequest::path
std::vector< std::string > path
requested path
Definition
RBrowserRequest.hxx:29
ROOT::Experimental::RBrowserRequest::reload
bool reload
force items reload
Definition
RBrowserRequest.hxx:35
ROOT::Experimental::RBrowserRequest::number
int number
number of childs to request, 0 - all childs
Definition
RBrowserRequest.hxx:31
ROOT::Experimental::RBrowserRequest::sort
std::string sort
kind of sorting
Definition
RBrowserRequest.hxx:32
ROOT::Experimental::RBrowserRequest::regex
std::string regex
applied regex
Definition
RBrowserRequest.hxx:36
ROOT
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
Definition
EExecutionPolicy.hxx:4
first
Definition
first.py:1
gui
browserv7
inc
ROOT
RBrowserRequest.hxx
ROOT v6-26 - Reference Guide Generated on Mon Sep 11 2023 21:02:26 (GVA Time) using Doxygen 1.9.8