| sf::SoundStream::Chunk | Structure defining a chunk of audio data to stream |
| sf::Clock | Utility class for manipulating time |
| sf::Color | Utility class for manpulating RGBA colors |
| sf::Context | Class holding a valid drawing context |
| sf::ContextSettings | Structure defining the settings of the OpenGL context attached to a window |
| sf::Ftp::DirectoryResponse | Specialization of FTP response returning a directory |
| sf::Drawable | Abstract base class for objects that can be drawn to a render target |
| sf::Event | Defines a system event and its parameters |
| sf::Font | Class for loading and manipulating character fonts |
| sf::Ftp | A FTP client |
| sf::GlResource | Base class for classes that require an OpenGL context |
| sf::Glyph | Structure describing a glyph |
| sf::Http | A HTTP client |
| sf::Image | Class for loading, manipulating and saving images |
| sf::InputStream | Abstract class for custom file input streams |
| sf::IpAddress | Encapsulate an IPv4 network address |
| sf::Joystick | Give access to the real-time state of the joysticks |
| sf::Event::JoystickButtonEvent | Joystick buttons events parameters (JoystickButtonPressed, JoystickButtonReleased) |
| sf::Event::JoystickConnectEvent | Joystick connection events parameters (JoystickConnected, JoystickDisconnected) |
| sf::Event::JoystickMoveEvent | Joystick axis move event parameters (JoystickMoved) |
| sf::Keyboard | Give access to the real-time state of the keyboard |
| sf::Event::KeyEvent | Keyboard event parameters (KeyPressed, KeyReleased) |
| sf::Listener | The audio listener is the point in the scene from where all the sounds are heard |
| sf::Ftp::ListingResponse | Specialization of FTP response returning a filename lisiting |
| sf::Lock | Automatic wrapper for locking and unlocking mutexes |
| sf::Matrix3 | Utility class to manipulate 3x3 matrices of floats |
| sf::Mouse | Give access to the real-time state of the mouse |
| sf::Event::MouseButtonEvent | Mouse buttons events parameters (MouseButtonPressed, MouseButtonReleased) |
| sf::Event::MouseMoveEvent | Mouse move event parameters (MouseMoved) |
| sf::Event::MouseWheelEvent | Mouse wheel events parameters (MouseWheelMoved) |
| sf::Music | Streamed music played from an audio file |
| sf::Mutex | Blocks concurrent access to shared resources from multiple threads |
| sf::NonCopyable | Utility class that makes any derived class non-copyable |
| sf::Packet | Utility class to build blocks of data to transfer over the network |
| sf::Rect< T > | Utility class for manipulating 2D axis aligned rectangles |
| sf::Renderer | Handles the low-level rendering (states and geometry) |
| sf::RenderTarget | Base class for all render targets (window, texture, |
| sf::RenderTexture | Target for off-screen 2D rendering into an texture |
| sf::RenderWindow | Window that can serve as a target for 2D drawing |
| sf::Http::Request | Define a HTTP request |
| sf::Resource< T > | Base class for resources that need to notify dependent classes about their destruction |
| sf::ResourcePtr< T > | Safe pointer to a sf::Resource<T> |
| sf::Http::Response | Define a HTTP response |
| sf::Ftp::Response | Define a FTP response |
| sf::Shader | Pixel/fragment shader class |
| sf::Shape | A convex, colored polygon with an optional outline |
| sf::Event::SizeEvent | Size events parameters (Resized) |
| sf::Socket | Base class for all the socket types |
| sf::SocketSelector | Multiplexer that allows to read from multiple sockets |
| sf::Sound | Regular sound that can be played in the audio environment |
| sf::SoundBuffer | Storage for audio samples defining a sound |
| sf::SoundBufferRecorder | Specialized SoundRecorder which stores the captured audio data into a sound buffer |
| sf::SoundRecorder | Abstract base class for capturing sound data |
| sf::SoundSource | Base class defining a sound's properties |
| sf::SoundStream | Abstract base class for streamed audio sources |
| sf::Sprite | Drawable representation of a texture, with its own transformations, color, blend mode, etc |
| sf::String | Utility string class that automatically handles conversions between types and encodings |
| sf::TcpListener | Socket that listens to new TCP connections |
| sf::TcpSocket | Specialized socket using the TCP protocol |
| sf::Text | Graphical text that can be drawn to a render target |
| sf::Event::TextEvent | Text event parameters (TextEntered) |
| sf::Texture | Image living on the graphics card that can be used for drawing |
| sf::Thread | Utility class to manipulate threads |
| sf::ThreadLocal | Defines variables with thread-local storage |
| sf::ThreadLocalPtr< T > | Pointer to a thread-local variable |
| sf::UdpSocket | Specialized socket using the UDP protocol |
| sf::Utf | Utility class providing generic functions for UTF conversions |
| sf::Utf< 16 > | Specialization of the Utf template for UTF-16 |
| sf::Utf< 32 > | Specialization of the Utf template for UTF-32 |
| sf::Utf< 8 > | Specialization of the Utf template for UTF-8 |
| sf::Vector2< T > | Utility template class for manipulating 2-dimensional vectors |
| sf::Vector3< T > | Utility template class for manipulating 3-dimensional vectors |
| sf::VideoMode | VideoMode defines a video mode (width, height, bpp) |
| sf::View | 2D camera that defines what region is shown on screen |
| sf::Window | Window that serves as a target for OpenGL rendering |