ROOT
6.12/07
Reference Guide
graf2d
cocoa
inc
X11Atoms.h
Go to the documentation of this file.
1
#ifndef ROOT_X11Atoms
2
#define ROOT_X11Atoms
3
4
#include <string>
5
#include <vector>
6
#include <map>
7
8
#include "
GuiTypes.h
"
9
10
namespace
ROOT
{
11
namespace
MacOSX {
12
namespace
X11
{
13
14
typedef
std::map<std::string, Atom_t>
name_to_atom_map
;
15
16
void
InitWithPredefinedAtoms
(name_to_atom_map &nameToAtom, std::vector<std::string> &atomNames);
17
18
}
19
}
20
}
21
22
#endif
ROOT::MacOSX::X11::InitWithPredefinedAtoms
void InitWithPredefinedAtoms(name_to_atom_map &nameToAtom, std::vector< std::string > &atomNames)
Definition:
X11Atoms.mm:83
ROOT
Namespace for new ROOT classes and functions.
Definition:
StringConv.hxx:21
ROOT::MacOSX::X11
Definition:
CocoaGuiTypes.h:10
GuiTypes.h
ROOT::MacOSX::X11::name_to_atom_map
std::map< std::string, Atom_t > name_to_atom_map
Definition:
X11Atoms.h:14