Arkanoid Remake  1.0
sdltk::SdlApp Member List

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::SdlAppprotected
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::SdlAppinline
CreateSdlSurface(int w, int h) (defined in sdltk::SdlApp)sdltk::SdlAppprotected
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::SdlAppprotected
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::SdlAppinline
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::SdlAppinline
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::SdlAppprotected
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::SdlAppprotected
mAutoDeleteEventCB (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mEventCB (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mFont (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mFontsPath (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mImagesPath (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mMusic (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mMusicPath (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mPlaylist (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mSoundFx (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mSoundPath (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mSurface (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mSurfaceMatrix (defined in sdltk::SdlApp)sdltk::SdlAppprotected
mText (defined in sdltk::SdlApp)sdltk::SdlAppprotected
MusicPath()sdltk::SdlAppinline
mWin (defined in sdltk::SdlApp)sdltk::SdlAppprotected
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::SdlAppinline
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::SdlAppinline
SwitchAudio(bool on)sdltk::SdlApp
TileSdlSurface(int u, int v, SDL_Surface *source, SDL_Surface *destination) (defined in sdltk::SdlApp)sdltk::SdlAppprotected
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::SdlAppvirtual