YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
TextureReader.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_TEXTUREREADER_HPP
2
# define YAPOG_TEXTUREREADER_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/System/IO/BaseReaderVisitor.hpp
"
6
# include "
YAPOG/System/String.hpp
"
7
8
namespace
yap
9
{
10
class
Texture;
11
12
class
YAPOG_LIB
TextureReader
:
public
BaseReaderVisitor
13
{
14
DISALLOW_COPY
(
TextureReader
);
15
16
public
:
17
18
TextureReader
(
Texture
& texture,
const
String
& xmlRootNodeName);
19
virtual
~
TextureReader
();
20
21
virtual
void
Visit (
XmlReader
& visitable);
22
23
private
:
24
25
static
const
String
DEFAULT_XML_ID_NODE_NAME
;
26
static
const
String
DEFAULT_XML_NAME_NODE_NAME
;
27
static
const
String
DEFAULT_XML_RECT_NODE_NAME
;
28
29
Texture
&
texture_
;
30
31
String
xmlRootNodeName_
;
32
};
33
}
// namespace yap
34
35
#endif // YAPOG_TEXTUREREADER_HPP
YAPOG
include
YAPOG
Graphics
TextureReader.hpp
Generated on Mon Sep 17 2012 22:24:24 for YAPOG by
1.8.1.1