sf::AudioResource | Abstract base class for every class that owns a device-dependant resource – allow them to initialize / shutdown even when the audio context is not created |
sf::Sound | Sound defines the properties of a sound such as position, volume, pitch, etc |
sf::SoundStream | SoundStream is a streamed sound, ie samples are acquired while the sound is playing |
sf::Music | Music defines a big sound played using streaming, so usually what we call a music :) |
sf::SoundBuffer | SoundBuffer is the low-level for loading and manipulating sound buffers |
sf::SoundStream::Chunk | Structure defining a chunk of audio data to stream |
sf::Clock | Clock is an utility class for manipulating time |
sf::Color | Color is an utility class for manipulating 32-bits RGBA colors |
sf::Drawable | Abstract base class for every object that can be drawn into a render window |
sf::PostFX | PostFX is used to apply a post effect to a window |
sf::Shape | Shape defines a drawable convex shape ; it also defines helper functions to draw simple shapes like lines, rectangles, circles, etc |
sf::Sprite | Sprite defines a sprite : texture, transformations, color, and draw on screen |
sf::String | String defines a graphical 2D text, that can be drawn on screen |
sf::Event | Event defines a system event and its parameters |
sf::Glyph | Structure describing a glyph (a visual character) |
sf::IPAddress | IPAddress provides easy manipulation of IP v4 addresses |
sf::Event::JoyButtonEvent | Joystick buttons events parameters |
sf::Event::JoyMoveEvent | Joystick axis move event parameters |
sf::Event::KeyEvent | Keyboard event parameters |
sf::Listener | Listener is a global interface for defining the audio listener properties ; the audio listener is the point in the scene from where all the sounds are heard |
sf::Matrix3 | Utility class to manipulate 3x3 matrices representing 2D transformations |
sf::Event::MouseButtonEvent | Mouse buttons events parameters |
sf::Event::MouseMoveEvent | Mouse move event parameters |
sf::Event::MouseWheelEvent | Mouse wheel events parameters |
sf::NonCopyable | Utility base class to easily declare non-copyable classes |
sf::Context | Class wrapping an OpenGL context |
sf::Ftp | This class provides methods for manipulating the FTP protocol (described in RFC 959) |
sf::Http | This class provides methods for manipulating the HTTP protocol (described in RFC 1945) |
sf::Input | Input handles real-time input from keyboard and mouse |
sf::Lock | Lock is an exception-safe automatic wrapper for locking and unlocking mutexes |
sf::Mutex | Mutex defines a mutex (MUTual EXclusion) object, that allows a thread to lock critical instructions to avoid simultaneous access with other threads |
sf::Thread | Thread defines an easy way to manipulate a thread |
sf::SoundRecorder | SoundRecorder is an interface for capturing sound data, it is meant to be used as a base class |
sf::SoundBufferRecorder | Specialized SoundRecorder which saves the captured audio data into a sound buffer |
sf::SoundStream | SoundStream is a streamed sound, ie samples are acquired while the sound is playing |
sf::Window | Window is a rendering window ; it can create a new window or connect to an existing one |
sf::RenderWindow | Simple wrapper for sf::Window that allows easy 2D rendering |
sf::Packet | Packet wraps data to send / to receive through the network |
sf::Randomizer | Randomizer is an utility class for generating pseudo-random numbers |
sf::Rect< T > | Rect is an utility class for manipulating rectangles |
sf::Rect< float > | |
sf::Rect< int > | |
sf::RenderTarget | Base class for all render targets (window, image, ...) |
sf::RenderWindow | Simple wrapper for sf::Window that allows easy 2D rendering |
sf::Http::Request | This class wraps an HTTP request, which is basically : |
sf::Resource< T > | Base class for every resource that needs to notify dependent classes about its destruction |
sf::Resource< Font > | |
sf::Font | Font is the low-level class for loading and manipulating character fonts |
sf::Resource< Image > | |
sf::Image | Image is the low-level class for loading and manipulating images |
sf::Resource< SoundBuffer > | |
sf::SoundBuffer | SoundBuffer is the low-level for loading and manipulating sound buffers |
ResourcePtr< typename > | |
sf::ResourcePtr< T > | Safe pointer to a T resource (inheriting from sf::Resource<T>), its pointer is automatically reseted when the resource is destroyed |
sf::ResourcePtr< Font > | |
sf::ResourcePtr< Image > | |
sf::ResourcePtr< SoundBuffer > | |
sf::Ftp::Response | This class wraps a FTP response, which is basically : |
sf::Ftp::DirectoryResponse | Specialization of FTP response returning a directory |
sf::Ftp::ListingResponse | Specialization of FTP response returning a filename lisiting |
sf::Http::Response | This class wraps an HTTP response, which is basically : |
sf::SelectorBase | Private base class for selectors |
sf::Selector< Type > | Selector allow reading from multiple sockets without blocking |
sf::Event::SizeEvent | Size events parameters |
sf::SocketHelper | This class defines helper functions to do all the non-portable socket stuff |
sf::SocketTCP | SocketTCP wraps a socket using TCP protocol to send data safely (but a bit slower) |
sf::SocketUDP | SocketUDP wraps a socket using UDP protocol to send data fastly (but with less safety) |
sf::Unicode::Text | This class is an abstract definition of a unicode text, it can be converted from and to any kind of string and encoding |
sf::Event::TextEvent | Text event parameters |
sf::Unicode | Provides utility functions to convert from and to any unicode and ASCII encoding |
sf::Vector2< T > | Vector2 is an utility class for manipulating 2 dimensional vectors |
sf::Vector2< float > | |
sf::Vector3< T > | Vector3 is an utility class for manipulating 3 dimensional vectors |
sf::VideoMode | VideoMode defines a video mode (width, height, bpp, frequency) and provides static functions for getting modes supported by the display device |
sf::View | This class defines a view (position, size, etc.) ; you can consider it as a 2D camera |
sf::WindowListener | Base class for classes that want to receive events from a window (for internal use only) |
sf::Input | Input handles real-time input from keyboard and mouse |
sf::Window | Window is a rendering window ; it can create a new window or connect to an existing one |
sf::WindowSettings | Structure defining the creation settings of windows |