Class cCvetMeta
Declaration :
Artifact : cvet_meta
Declaration :
- Uml : - m_CvetBitmap : SDL_Surface
- C++ : private: SDL_Surface * m_CvetBitmap
Declaration :
- Uml : - m_Kutija : SDL_Rect
- C++ : private: SDL_Rect m_Kutija
Declaration :
- Uml : - m_Mrtav : bool
- C++ : private: bool m_Mrtav
Declaration :
- Uml : - m_RedniBroj : int
- C++ : private: int m_RedniBroj
Declaration :
- Uml : + cCvetMeta() :
- C++ : public: cCvetMeta()
Declaration :
- Uml : + cCvetMeta(in x : int, in y : int, in r_br : int, inout game : cGameEngine) :
- C++ : public: cCvetMeta(int x, int y, int r_br, cGameEngine * game)
Declaration :
- Uml : + ~cCvetMeta() :
- C++ : public: ~cCvetMeta()
Declaration :
- Uml : + Prikazi(inout ekran : SDL_Surface, in prikazi_me : bool) : void
- C++ : public: void Prikazi(SDL_Surface * ekran, bool prikazi_me)
Declaration :
- Uml : + UzmiKutiju() : SDL_Rect
- C++ : public: SDL_Rect & UzmiKutiju()
Operation operator SDL_Rect |
Declaration :
- Uml : + operator SDL_Rect() :
- C++ : public: operator SDL_Rect()
Declaration :
- Uml : + Obrisi() : void
- C++ : public: void Obrisi()
Declaration :
- Uml : + VratiRedniBroj() : int
- C++ : public: int VratiRedniBroj()
Declaration :
- Uml : + Deaktiviraj() : void
- C++ : public: void Deaktiviraj()
Declaration :
- Uml : + Reaktiviraj() : void
- C++ : public: void Reaktiviraj()
Declaration :
- Uml : + UzmiKoordX() : int
- C++ : public: int UzmiKoordX()
Declaration :
- Uml : + UzmiKoordY() : int
- C++ : public: int UzmiKoordY()
Declaration :
- Uml : + DalJeMrtav() : bool
- C++ : public: bool DalJeMrtav()
All public operations : DalJeMrtav , Deaktiviraj , Obrisi , operator SDL_Rect , Prikazi , Reaktiviraj , UzmiKoordX , UzmiKoordY , UzmiKutiju , VratiRedniBroj