Jafar
|
Public Member Functions | |
ModelView (int id_=0) | |
int | id () const |
Accessors. | |
jafar::image::Image const & | img () const |
int | nbParts () const |
ViewPartLink const * | getPart (int id_) const |
std::map< int, ViewPartLink * > const & | parts () const |
bool | operator== (ModelView const &v_) const |
operator== | |
ViewPartLink const * | first () |
bool | hasNext () const |
bool | hasPrevious () const |
ViewPartLink const * | next () |
ViewPartLink const * | previous () |
Public Attributes | |
int | centerX |
ModelView Center. | |
int | centerY |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
int | m_id |
View Id. | |
jafar::image::Image | m_img |
attach image | |
std::map< int, ViewPartLink * > | m_parts |
vector of parts | |
std::map< int, ViewPartLink * > ::const_iterator | m_it |
Friends | |
class | boost::serialization::access |
class | Model |
A model of object is made up of the object name, an object loader and an object localizer. |
Generated on Wed Oct 15 2014 00:37:47 for Jafar by doxygen 1.7.6.1 |