Arkanoid Remake
1.0
|
This is the complete list of members for sdltk::SdlApp, including all inherited members.
ApplySdlSurface(int x, int y, SDL_Surface *source, SDL_Surface *destination=nullptr, SDL_Rect *src_rect=nullptr) (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
ApplySurf(int x, int y, const std::string &source, const std::string &destination="") | sdltk::SdlApp | |
ApplySurfMatrixElem(const std::string &surf_mat, int row, int col, int x, int y, const std::string &destination="") | sdltk::SdlApp | |
AudioEnabled() | sdltk::SdlApp | inline |
CreateSdlSurface(int w, int h) (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
CreateText(const std::string &text_name, const std::string &font_name, const ColorRGBA &col, const ColorRGBA &shadowcol=ColorRGBA(), int shadow_offset=1) | sdltk::SdlApp | |
CreateWindow(std::string title, bool fullscreen=true, int width=-1, int height=-1, int x=-1, int y=-1) | sdltk::SdlApp | |
Delay(unsigned int ms) | sdltk::SdlApp | |
DeleteSurface(const std::string &name) | sdltk::SdlApp | |
DestroySdlSurface(SDL_Surface *&surf) (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
DestroySurface(const std::string &name) | sdltk::SdlApp | |
DestroySurfaceMatrix(const std::string &name) | sdltk::SdlApp | |
ExistsFont(const std::string &name) (defined in sdltk::SdlApp) | sdltk::SdlApp | |
ExistsSurface(const std::string &name) const | sdltk::SdlApp | |
ExistsSurfaceMatrix(const std::string &name) const | sdltk::SdlApp | |
ExistsText(const std::string &name) (defined in sdltk::SdlApp) | sdltk::SdlApp | |
ExitSdl() | sdltk::SdlApp | |
FontsPath() | sdltk::SdlApp | inline |
GetMusicVolume() | sdltk::SdlApp | |
GetSoundsVolume(int vol) | sdltk::SdlApp | |
GetSurfHeight(const std::string &name) | sdltk::SdlApp | |
GetSurfMatrixElemSize(const std::string &surf_mat, int &w, int &h) | sdltk::SdlApp | |
GetSurfWidth(const std::string &name) | sdltk::SdlApp | |
HandleEvents() | sdltk::SdlApp | |
ImagesPath() | sdltk::SdlApp | inline |
InitSdl() | sdltk::SdlApp | |
LoadFont(const std::string &name, std::string path, int size) | sdltk::SdlApp | |
LoadImageAsSurface(const std::string &filename) (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
LoadMusic(const std::string &name, std::string path="") | sdltk::SdlApp | |
LoadSound(const std::string &name, std::string path="") | sdltk::SdlApp | |
LoadSurface(const std::string &name, const std::string &filename) | sdltk::SdlApp | |
mAudioEnabled (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mAutoDeleteEventCB (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mEventCB (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mFont (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mFontsPath (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mImagesPath (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mMusic (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mMusicPath (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mPlaylist (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mSoundFx (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mSoundPath (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mSurface (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mSurfaceMatrix (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
mText (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
MusicPath() | sdltk::SdlApp | inline |
mWin (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
NewSurface(const std::string &name, int width, int height) | sdltk::SdlApp | |
PlayMusic(unsigned int index) | sdltk::SdlApp | |
PlayMusic() | sdltk::SdlApp | |
PlaySound(const std::string &name) | sdltk::SdlApp | |
RenderText(const std::string &text_name, int x, int y, const std::string &dest_surface="") | sdltk::SdlApp | |
SdlApp() | sdltk::SdlApp | |
SetEventFunc(EventFunctor *func, bool auto_delete=true) | sdltk::SdlApp | inline |
SetMusicVolume(int vol) | sdltk::SdlApp | |
SetSoundsVolume(int vol) | sdltk::SdlApp | |
SetText(const std::string &text_name, const std::string &text) | sdltk::SdlApp | |
SetupSurfMatrix(const std::string &surf_mat, const std::string &filename, int rows, int cols) | sdltk::SdlApp | |
SoundsPath() | sdltk::SdlApp | inline |
SwitchAudio(bool on) | sdltk::SdlApp | |
TileSdlSurface(int u, int v, SDL_Surface *source, SDL_Surface *destination) (defined in sdltk::SdlApp) | sdltk::SdlApp | protected |
TileSurf(int u, int v, const std::string &source, const std::string &destination) | sdltk::SdlApp | |
UpdateWindow() | sdltk::SdlApp | |
WinHeight() | sdltk::SdlApp | |
WinWidth() | sdltk::SdlApp | |
~SdlApp() | sdltk::SdlApp | virtual |