ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
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
#ifndef ROOT_GuiTypes
9
#include "
GuiTypes.h
"
10
#endif
11
12
namespace
ROOT
{
13
namespace
MacOSX {
14
namespace
X11
{
15
16
typedef
std::map<std::string, Atom_t>
name_to_atom_map
;
17
18
void
InitWithPredefinedAtoms
(name_to_atom_map &nameToAtom, std::vector<std::string> &atomNames);
19
20
}
21
}
22
}
23
24
#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:
ROOT.py:1
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:16