ROOT
6.10/00
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
GuiTypes.h
ROOT::MacOSX::X11::name_to_atom_map
std::map< std::string, Atom_t > name_to_atom_map
Definition:
X11Atoms.h:14