Class cDugme
Declaration :
Artifact : dugme
Declaration :
- Uml : + cDugme(in x : int, in y : int, in w : int, in h : int, in ime : string, inout game : cGameEngine) :
- C++ : public: cDugme(int x, int y, int w, int h, string ime, cGameEngine * game)
Declaration :
- Uml : + ~cDugme() :
- C++ : public: ~cDugme()
Declaration :
- Uml : + HandleEvents(in event : SDL_Event, inout game : cGameEngine) : void
- C++ : public: void HandleEvents(SDL_Event event, cGameEngine * game)
Declaration :
- Uml : + Draw(inout ekran : SDL_Surface) : void
- C++ : public: void Draw(SDL_Surface * ekran)
Declaration :
- Uml : + UzmiIme() : string
- C++ : public: string UzmiIme()
Declaration :
- Uml : + Obrisi() : void
- C++ : public: void Obrisi()
Declaration :
- Uml : - m_DugmeBitmap : SDL_Surface
- C++ : private: SDL_Surface * m_DugmeBitmap
Attribute m_Clipovi_dugme_start |
Declaration :
- Uml : - m_Clipovi_dugme_start : SDL_Rect, multiplicity : [ 3 ]
- C++ : private: SDL_Rect m_Clipovi_dugme_start[ 3 ]
Declaration :
- Uml : - m_Box : SDL_Rect
- C++ : private: SDL_Rect m_Box
Declaration :
- Uml : - m_Clip : SDL_Rect
- C++ : private: SDL_Rect * m_Clip
Declaration :
- Uml : - m_Ime : string
- C++ : private: string m_Ime
Declaration :
- Uml : - m_Pritisnuto : bool
- C++ : private: bool m_Pritisnuto
All public operations : Draw , Draw , HandleEvents , HandleEvents , Obrisi , UzmiIme