Binary compatibility report for the SFML library  between 1.0 and 1.1 versions on x86

Test Info


Library NameSFML
Version #11.0
Version #21.1
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files47
Total Shared Libraries5
Total Symbols / Types1703 / 1437
VerdictIncompatible
(22.7%)

Problem Summary


SeverityCount
Added Symbols-378
Removed SymbolsHigh387
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-2

Added Symbols (378)


AudioResource.hpp, libsfml-audio.so.1
namespace sf
AudioResource::AudioResource [in-charge] ( )
AudioResource::AudioResource [in-charge] AudioResource const& p1 )
AudioResource::AudioResource [not-in-charge] ( )
AudioResource::AudioResource [not-in-charge] AudioResource const& p1 )
AudioResource::~AudioResource [in-charge-deleting] ( )
AudioResource::~AudioResource [in-charge] ( )
AudioResource::~AudioResource [not-in-charge] ( )

Clock.hpp, libsfml-system.so.1
namespace sf
Clock::Clock [in-charge] ( )
Clock::Clock [not-in-charge] ( )
Clock::GetElapsedTime ( ) const
Clock::Reset ( )

Color.hpp, libsfml-graphics.so.1
namespace sf
Color::Black [data]
Color::Blue [data]
Color::Color [in-charge] ( )
Color::Color [in-charge] Uint32 ColorRGBA )
Color::Color [in-charge] Uint8 R, Uint8 G, Uint8 B, Uint8 A )
Color::Color [not-in-charge] ( )
Color::Color [not-in-charge] Uint32 ColorRGBA )
Color::Color [not-in-charge] Uint8 R, Uint8 G, Uint8 B, Uint8 A )
Color::Cyan [data]
Color::Green [data]
Color::Magenta [data]
Color::operator!= Color const& Other ) const
Color::operator == Color const& Other ) const
Color::Red [data]
Color::ToRGBA ( ) const
Color::White [data]
Color::Yellow [data]
operator* ( Color const& Color1, Color const& Color2 )
operator+ ( Color const& Color1, Color const& Color2 )

Drawable.hpp, libsfml-graphics.so.1
namespace sf
Drawable::Drawable [in-charge] float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )
Drawable::Drawable [not-in-charge] float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )
Drawable::GetColor ( ) const
Drawable::GetLeft ( ) const
Drawable::GetRotation ( ) const
Drawable::GetScaleX ( ) const
Drawable::GetScaleY ( ) const
Drawable::GetTop ( ) const
Drawable::Move float OffsetX, float OffsetY )
Drawable::Rotate float Angle )
Drawable::Scale float FactorX, float FactorY )
Drawable::SetColor Color const& Col )
Drawable::SetLeft float Left )
Drawable::SetRotation float Rotation )
Drawable::SetRotationCenter float X, float Y )
Drawable::SetScale float ScaleX, float ScaleY )
Drawable::SetTop float Top )
Drawable::~Drawable [in-charge-deleting] ( )
Drawable::~Drawable [in-charge] ( )
Drawable::~Drawable [not-in-charge] ( )

Image.hpp, libsfml-graphics.so.1
namespace sf
Image::Bind ( ) const
Image::Create ( unsigned int Width, unsigned int Height, Color const& Col )
Image::CreateMaskFromColor ( Color const& ColorKey, Uint8 Alpha )
Image::GetHeight ( ) const
Image::GetPixel unsigned int X, unsigned int Y ) const
Image::GetPixelsPtr ( ) const
Image::GetTexCoords IntRect const& Rect ) const
Image::GetValidTextureSize unsigned int Size ) [static]
Image::GetWidth ( ) const
Image::Image [in-charge] ( )
Image::Image [in-charge] Image const& Copy )
Image::Image [in-charge] ( unsigned int Width, unsigned int Height, Color const& Col )
Image::Image [in-charge] ( unsigned int Width, unsigned int Height, void const* Data )
Image::Image [not-in-charge] ( )
Image::Image [not-in-charge] Image const& Copy )
Image::Image [not-in-charge] ( unsigned int Width, unsigned int Height, Color const& Col )
Image::Image [not-in-charge] ( unsigned int Width, unsigned int Height, void const* Data )
Image::LoadFromFile std::string const& Filename )
Image::LoadFromMemory ( unsigned int Width, unsigned int Height, void const* Data )
Image::operator = Image const& Other )
Image::Resize ( unsigned int Width, unsigned int Height, Color const& Col )
Image::SaveToFile std::string const& Filename ) const
Image::SetPixel unsigned int X, unsigned int Y, Color const& Col )
Image::SetRepeat bool Repeat ) const
Image::SetSmooth bool Smooth ) const
Image::Update ( )
Image::~Image [in-charge-deleting] ( )
Image::~Image [in-charge] ( )
Image::~Image [not-in-charge] ( )

Input.hpp, libsfml-window.so.1
namespace sf
Input::GetJoystickX unsigned int JoyId ) const
Input::GetJoystickY unsigned int JoyId ) const
Input::GetJoystickZ unsigned int JoyId ) const
Input::GetMouseX ( ) const
Input::GetMouseY ( ) const
Input::Input [in-charge] ( )
Input::Input [not-in-charge] ( )
Input::IsJoystickButtonDown ( unsigned int JoyId, unsigned int Button ) const
Input::IsKeyDown enum Key::Code KeyCode ) const
Input::IsMouseButtonDown enum Mouse::Button Button ) const
Input::~Input [in-charge-deleting] ( )
Input::~Input [in-charge] ( )

IPAddress.hpp, libsfml-network.so.1
namespace sf
IPAddress::GetLocalAddress ( ) [static]
IPAddress::GetPublicAddress ( ) [static]
IPAddress::IPAddress [in-charge] ( )
IPAddress::IPAddress [in-charge] Uint8 Byte0, Uint8 Byte1, Uint8 Byte2, Uint8 Byte3 )
IPAddress::IPAddress [in-charge] std::string const& Address )
IPAddress::IPAddress [not-in-charge] ( )
IPAddress::IPAddress [not-in-charge] Uint8 Byte0, Uint8 Byte1, Uint8 Byte2, Uint8 Byte3 )
IPAddress::IPAddress [not-in-charge] std::string const& Address )
IPAddress::IsValid ( ) const
IPAddress::LocalHost [data]
IPAddress::operator!= IPAddress const& Other ) const
IPAddress::operator< IPAddress const& Other ) const
IPAddress::operator<= IPAddress const& Other ) const
IPAddress::operator == IPAddress const& Other ) const
IPAddress::operator> IPAddress const& Other ) const
IPAddress::operator>= IPAddress const& Other ) const
IPAddress::ToString ( ) const
operator<< ( std::ostream& Stream, IPAddress const& Address )
operator>> ( std::istream& Stream, IPAddress& Address )

Lock.hpp, libsfml-system.so.1
namespace sf
Lock::Lock [in-charge] Mutex& Mutex )
Lock::Lock [not-in-charge] Mutex& Mutex )
Lock::~Lock [in-charge] ( )
Lock::~Lock [not-in-charge] ( )

Music.hpp, libsfml-audio.so.1
namespace sf
Music::GetDuration ( ) const
Music::GetLoop ( ) const
Music::Music [in-charge] std::size_t BufferSize )
Music::Music [not-in-charge] std::size_t BufferSize )
Music::Open std::string const& Filename )
Music::SetLoop bool Loop )
Music::~Music [in-charge-deleting] ( )
Music::~Music [in-charge] ( )
Music::~Music [not-in-charge] ( )

Mutex.hpp, libsfml-system.so.1
namespace sf
Mutex::Lock ( )
Mutex::Mutex [in-charge] ( )
Mutex::Mutex [not-in-charge] ( )
Mutex::Unlock ( )
Mutex::~Mutex [in-charge] ( )
Mutex::~Mutex [not-in-charge] ( )

OpenGLCaps.hpp, libsfml-window.so.1
namespace sf
OpenGLCaps::CheckExtension std::string const& Name ) [static]
OpenGLCaps::GetMaxTextureSize ( ) [static]
OpenGLCaps::GetMaxTextureUnits ( ) [static]

Packet.hpp, libsfml-network.so.1
namespace sf
Packet::Append ( void const* Data, std::size_t SizeInBytes )
Packet::Clear ( )
Packet::GetData ( ) const
Packet::GetDataSize ( ) const
Packet::operator<< char const* Data )
Packet::operator<< double Data )
Packet::operator<< float Data )
Packet::operator<< Int16 Data )
Packet::operator<< Int32 Data )
Packet::operator<< Int8 Data )
Packet::operator<< Uint16 Data )
Packet::operator<< Uint32 Data )
Packet::operator<< Uint8 Data )
Packet::operator<< std::string const& Data )
Packet::operator>> char* Data )
Packet::operator>> double& Data )
Packet::operator>> float& Data )
Packet::operator>> Int16& Data )
Packet::operator>> Int32& Data )
Packet::operator>> Int8& Data )
Packet::operator>> Uint16& Data )
Packet::operator>> Uint32& Data )
Packet::operator>> Uint8& Data )
Packet::operator>> std::string& Data )
Packet::Packet [in-charge] ( )
Packet::Packet [not-in-charge] ( )
Packet::~Packet [in-charge-deleting] ( )
Packet::~Packet [in-charge] ( )
Packet::~Packet [not-in-charge] ( )

PostFX.hpp, libsfml-graphics.so.1
namespace sf
PostFX::CanUsePostFX ( ) [static]
PostFX::LoadFromFile std::string const& Filename )
PostFX::operator = PostFX const& Other )
PostFX::PostFX [in-charge] ( )
PostFX::PostFX [in-charge] PostFX const& Copy )
PostFX::PostFX [in-charge] std::string const& Filename )
PostFX::PostFX [not-in-charge] ( )
PostFX::PostFX [not-in-charge] PostFX const& Copy )
PostFX::PostFX [not-in-charge] std::string const& Filename )
PostFX::Render RenderWindow& Window )
PostFX::SetParameter ( std::string const& Name, float X )
PostFX::SetParameter ( std::string const& Name, float X, float Y )
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z )
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z, float W )
PostFX::SetTexture ( std::string const& Name, Image* Texture )
PostFX::~PostFX [in-charge-deleting] ( )
PostFX::~PostFX [in-charge] ( )
PostFX::~PostFX [not-in-charge] ( )

Randomizer.hpp, libsfml-system.so.1
namespace sf
Randomizer::GetSeed ( ) [static]
Randomizer::Random float Begin, float End ) [static]
Randomizer::Random int Begin, int End ) [static]
Randomizer::SetSeed unsigned int Seed ) [static]

RenderWindow.hpp, libsfml-graphics.so.1
namespace sf
RenderWindow::BeginOpenGL ( )
RenderWindow::Capture ( ) const
RenderWindow::Create VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
RenderWindow::Create ( WindowHandle Handle, int AntialiasingLevel )
RenderWindow::Display ( )
RenderWindow::Draw Drawable& Object )
RenderWindow::EndOpenGL ( )
RenderWindow::GetEvent struct Event& EventReceived )
RenderWindow::GetViewRect ( ) const
RenderWindow::RenderWindow [in-charge] ( )
RenderWindow::RenderWindow [in-charge] VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, int AntialiasingLevel )
RenderWindow::RenderWindow [not-in-charge] ( )
RenderWindow::RenderWindow [not-in-charge] VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
RenderWindow::RenderWindow [not-in-charge] ( WindowHandle Handle, int AntialiasingLevel )
RenderWindow::SetBackgroundColor Color const& Col )
RenderWindow::SetView View const* NewView )
RenderWindow::~RenderWindow [in-charge-deleting] ( )
RenderWindow::~RenderWindow [in-charge] ( )
RenderWindow::~RenderWindow [not-in-charge] ( )

Sleep.hpp, libsfml-system.so.1
namespace sf
Sleep float Duration )

SocketTCP.hpp, libsfml-network.so.1
namespace sf
SocketTCP::Accept IPAddress* Address )
SocketTCP::Close ( )
SocketTCP::Connect ( unsigned short Port, IPAddress const& HostAddress )
SocketTCP::Listen unsigned short Port )
SocketTCP::operator!= SocketTCP const& Other ) const
SocketTCP::operator< SocketTCP const& Other ) const
SocketTCP::operator == SocketTCP const& Other ) const
SocketTCP::Receive char* Data, std::size_t MaxSize, std::size_t& SizeReceived )
SocketTCP::Receive Packet& PacketToReceive )
SocketTCP::Send ( char const* Data, std::size_t Size )
SocketTCP::Send Packet& PacketToSend )
SocketTCP::SocketTCP [in-charge] ( )
SocketTCP::SocketTCP [not-in-charge] ( )

SocketUDP.hpp, libsfml-network.so.1
namespace sf
SocketUDP::Close ( )
SocketUDP::operator!= SocketUDP const& Other ) const
SocketUDP::operator< SocketUDP const& Other ) const
SocketUDP::operator == SocketUDP const& Other ) const
SocketUDP::Receive char* Data, std::size_t MaxSize, std::size_t& SizeReceived, IPAddress& Address, unsigned short Port )
SocketUDP::Receive ( Packet& PacketToReceive, IPAddress& Address, unsigned short Port )
SocketUDP::Send ( char const* Data, std::size_t Size, IPAddress const& Address, unsigned short Port )
SocketUDP::Send ( Packet& PacketToSend, IPAddress const& Address, unsigned short Port )
SocketUDP::SocketUDP [in-charge] ( )
SocketUDP::SocketUDP [not-in-charge] ( )

Sound.hpp, libsfml-audio.so.1
namespace sf
Sound::GetBuffer ( ) const
Sound::GetLoop ( ) const
Sound::GetPitch ( ) const
Sound::GetPlayingOffset ( ) const
Sound::GetPosition float& X, float& Y, float& Z ) const
Sound::GetStatus ( ) const
Sound::GetVolume ( ) const
Sound::operator = Sound const& Other )
Sound::Pause ( )
Sound::Play ( )
Sound::SetBuffer SoundBuffer const* Buffer )
Sound::SetLoop bool Loop )
Sound::SetPitch float Pitch )
Sound::SetPosition float X, float Y, float Z )
Sound::SetVolume float Volume )
Sound::Sound [in-charge] Sound const& Copy )
Sound::Sound [in-charge] ( SoundBuffer const* Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z )
Sound::Sound [not-in-charge] Sound const& Copy )
Sound::Sound [not-in-charge] ( SoundBuffer const* Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z )
Sound::Stop ( )
Sound::~Sound [in-charge-deleting] ( )
Sound::~Sound [in-charge] ( )
Sound::~Sound [not-in-charge] ( )

SoundBuffer.hpp, libsfml-audio.so.1
namespace sf
SoundBuffer::GetChannelsCount ( ) const
SoundBuffer::GetDuration ( ) const
SoundBuffer::GetSampleRate ( ) const
SoundBuffer::GetSamples ( ) const
SoundBuffer::GetSamplesCount ( ) const
SoundBuffer::LoadFromFile std::string const& Filename )
SoundBuffer::LoadFromMemory ( Int16 const* Samples, std::size_t SamplesCount, unsigned int ChannelsCount, unsigned int SampleRate )
SoundBuffer::operator = SoundBuffer const& Other )
SoundBuffer::SaveToFile std::string const& Filename ) const
SoundBuffer::SoundBuffer [in-charge] ( )
SoundBuffer::SoundBuffer [in-charge] SoundBuffer const& Copy )
SoundBuffer::SoundBuffer [not-in-charge] ( )
SoundBuffer::SoundBuffer [not-in-charge] SoundBuffer const& Copy )
SoundBuffer::~SoundBuffer [in-charge-deleting] ( )
SoundBuffer::~SoundBuffer [in-charge] ( )
SoundBuffer::~SoundBuffer [not-in-charge] ( )

SoundBufferRecorder.hpp, libsfml-audio.so.1
namespace sf
SoundBufferRecorder::GetBuffer ( )
SoundBufferRecorder::~SoundBufferRecorder [in-charge-deleting] ( )
SoundBufferRecorder::~SoundBufferRecorder [in-charge] ( )

SoundRecorder.hpp, libsfml-audio.so.1
namespace sf
SoundRecorder::CanCapture ( ) [static]
SoundRecorder::GetSampleRate ( ) const
SoundRecorder::SoundRecorder [in-charge] ( )
SoundRecorder::SoundRecorder [not-in-charge] ( )
SoundRecorder::Start unsigned int SampleRate )
SoundRecorder::Stop ( )
SoundRecorder::~SoundRecorder [in-charge-deleting] ( )
SoundRecorder::~SoundRecorder [in-charge] ( )
SoundRecorder::~SoundRecorder [not-in-charge] ( )

SoundStream.hpp, libsfml-audio.so.1
namespace sf
SoundStream::GetChannelsCount ( ) const
SoundStream::GetSampleRate ( ) const
SoundStream::GetStatus ( ) const
SoundStream::Initialize ( unsigned int ChannelsCount, unsigned int SampleRate )
SoundStream::Play ( )
SoundStream::SoundStream [in-charge] ( )
SoundStream::SoundStream [not-in-charge] ( )
SoundStream::Stop ( )
SoundStream::~SoundStream [in-charge-deleting] ( )
SoundStream::~SoundStream [in-charge] ( )
SoundStream::~SoundStream [not-in-charge] ( )

Sprite.hpp, libsfml-graphics.so.1
namespace sf
Sprite::GetHeight ( ) const
Sprite::GetImage ( ) const
Sprite::GetPixel unsigned int X, unsigned int Y ) const
Sprite::GetSubRect ( ) const
Sprite::GetWidth ( ) const
Sprite::Render RenderWindow& Window )
Sprite::Resize float Width, float Height )
Sprite::SetImage Image const& Img )
Sprite::SetSubRect IntRect const& SubRect )
Sprite::Sprite [in-charge] ( )
Sprite::Sprite [in-charge] ( Image const& Img, float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )
Sprite::Sprite [not-in-charge] ( )
Sprite::Sprite [not-in-charge] ( Image const& Img, float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )
Sprite::~Sprite [in-charge-deleting] ( )
Sprite::~Sprite [in-charge] ( )

String.hpp, libsfml-graphics.so.1
namespace sf
String::GetFont ( ) const
String::GetRect ( ) const
String::GetSize ( ) const
String::GetText ( ) const
String::GetUnicodeText ( ) const
String::PreloadFont ( std::string const& Font, float Size, std::wstring Charset ) [static]
String::Render RenderWindow& Window )
String::SetFont std::string const& Font )
String::SetSize float Size )
String::SetText std::string const& Text )
String::SetText std::wstring const& Text )
String::String [in-charge] ( std::string const& Text, std::string const& Font, float Size )
String::String [in-charge] ( std::wstring const& Text, std::string const& Font, float Size )
String::String [not-in-charge] ( std::string const& Text, std::string const& Font, float Size )
String::String [not-in-charge] ( std::wstring const& Text, std::string const& Font, float Size )
String::~String [in-charge-deleting] ( )
String::~String [in-charge] ( )

Thread.hpp, libsfml-system.so.1
namespace sf
Thread::Launch ( )
Thread::Terminate ( )
Thread::Thread [in-charge] ( )
Thread::Thread [in-charge] ( Thread::FuncType Function, void* UserData )
Thread::Thread [not-in-charge] ( )
Thread::Thread [not-in-charge] ( Thread::FuncType Function, void* UserData )
Thread::Wait ( )
Thread::~Thread [in-charge-deleting] ( )
Thread::~Thread [in-charge] ( )
Thread::~Thread [not-in-charge] ( )

VideoMode.hpp, libsfml-window.so.1
namespace sf
VideoMode::GetDesktopMode ( ) [static]
VideoMode::GetMode std::size_t Index ) [static]
VideoMode::GetModesCount ( ) [static]
VideoMode::IsValid ( ) const
VideoMode::operator!= VideoMode const& Other ) const
VideoMode::operator == VideoMode const& Other ) const
VideoMode::VideoMode [in-charge] ( )
VideoMode::VideoMode [in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp )
VideoMode::VideoMode [not-in-charge] ( )
VideoMode::VideoMode [not-in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp )

VideoResource.hpp, libsfml-graphics.so.1
namespace sf
VideoResource::VideoResource [in-charge] ( )
VideoResource::VideoResource [in-charge] VideoResource const& p1 )
VideoResource::VideoResource [not-in-charge] ( )
VideoResource::VideoResource [not-in-charge] VideoResource const& p1 )
VideoResource::~VideoResource [in-charge-deleting] ( )
VideoResource::~VideoResource [in-charge] ( )
VideoResource::~VideoResource [not-in-charge] ( )

View.hpp, libsfml-graphics.so.1
namespace sf
View::View [in-charge] ( )
View::View [in-charge] float ViewLeft, float ViewTop, float ViewWidth, float ViewHeight, float ViewZoom )
View::View [not-in-charge] ( )
View::View [not-in-charge] float ViewLeft, float ViewTop, float ViewWidth, float ViewHeight, float ViewZoom )

Window.hpp, libsfml-window.so.1
namespace sf
Window::Create VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
Window::Create ( WindowHandle Handle, int AntialiasingLevel )
Window::Display ( )
Window::GetDepthBits ( ) const
Window::GetEvent struct Event& EventReceived )
Window::GetFrameTime ( ) const
Window::GetHeight ( ) const
Window::GetInput ( ) const
Window::GetStencilBits ( ) const
Window::GetWidth ( ) const
Window::SetCurrent ( ) const
Window::SetFramerateLimit unsigned int Limit )
Window::SetPosition int Left, int Top )
Window::ShowMouseCursor bool Show )
Window::UseVerticalSync bool Enabled )
Window::Window [in-charge] ( )
Window::Window [in-charge] VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
Window::Window [in-charge] ( WindowHandle Handle, int AntialiasingLevel )
Window::Window [not-in-charge] ( )
Window::Window [not-in-charge] VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
Window::Window [not-in-charge] ( WindowHandle Handle, int AntialiasingLevel )
Window::~Window [in-charge-deleting] ( )
Window::~Window [in-charge] ( )
Window::~Window [not-in-charge] ( )

WindowListener.hpp, libsfml-window.so.1
namespace sf
WindowListener::~WindowListener [in-charge-deleting] ( )
WindowListener::~WindowListener [in-charge] ( )

to the top

Removed Symbols (387)


AudioResource.hpp, libsfml-audio.so.1
namespace sf_private
sfAudioResource::sfAudioResource [in-charge] ( )
sfAudioResource::sfAudioResource [in-charge] sfAudioResource const& p1 )
sfAudioResource::sfAudioResource [not-in-charge] ( )
sfAudioResource::sfAudioResource [not-in-charge] sfAudioResource const& p1 )
sfAudioResource::~sfAudioResource [in-charge-deleting] ( )
sfAudioResource::~sfAudioResource [in-charge] ( )
sfAudioResource::~sfAudioResource [not-in-charge] ( )
vtable for sfAudioResource [data]

Clock.hpp, libsfml-system.so.1
sfClock::GetElapsedTime ( ) const
sfClock::Reset ( )
sfClock::sfClock [in-charge] ( )
sfClock::sfClock [not-in-charge] ( )

Color.hpp, libsfml-graphics.so.1
sfColor::Black [data]
sfColor::Blue [data]
sfColor::Cyan [data]
sfColor::Green [data]
sfColor::Magenta [data]
sfColor::operator!= sfColor const& Other ) const
sfColor::operator == sfColor const& Other ) const
sfColor::Red [data]
sfColor::sfColor [in-charge] ( )
sfColor::sfColor [in-charge] sfUint32 ColorRGBA )
sfColor::sfColor [in-charge] sfUint8 R, sfUint8 G, sfUint8 B, sfUint8 A )
sfColor::sfColor [not-in-charge] ( )
sfColor::sfColor [not-in-charge] sfUint32 ColorRGBA )
sfColor::sfColor [not-in-charge] sfUint8 R, sfUint8 G, sfUint8 B, sfUint8 A )
sfColor::ToRGBA ( ) const
sfColor::White [data]
sfColor::Yellow [data]

Drawable.hpp, libsfml-graphics.so.1
sfDrawable::GetColor ( ) const
sfDrawable::GetLeft ( ) const
sfDrawable::GetRotation ( ) const
sfDrawable::GetScale ( ) const
sfDrawable::GetTop ( ) const
sfDrawable::Move float OffsetX, float OffsetY )
sfDrawable::Rotate float Angle )
sfDrawable::Scale float Factor )
sfDrawable::SetColor sfColor const& Color )
sfDrawable::SetLeft float Left )
sfDrawable::SetRotation float Rotation )
sfDrawable::SetRotationCenter float X, float Y )
sfDrawable::SetScale float Scale )
sfDrawable::SetTop float Top )
sfDrawable::sfDrawable [in-charge] float Left, float Top, float Scale, float Rotation, sfColor const& Color )
sfDrawable::sfDrawable [not-in-charge] float Left, float Top, float Scale, float Rotation, sfColor const& Color )
sfDrawable::~sfDrawable [in-charge-deleting] ( )
sfDrawable::~sfDrawable [in-charge] ( )
sfDrawable::~sfDrawable [not-in-charge] ( )
vtable for sfDrawable [data]

Image.hpp, libsfml-graphics.so.1
sfImage::Bind ( ) const
sfImage::Create ( unsigned int Width, unsigned int Height, sfColor const& Color )
sfImage::CreateMaskFromColor sfColor const& ColorKey )
sfImage::GetHeight ( ) const
sfImage::GetPixel unsigned int X, unsigned int Y ) const
sfImage::GetPixelsPtr ( ) const
sfImage::GetTexCoords sfIntRect const& Rect ) const
sfImage::GetValidTextureSize unsigned int Size ) [static]
sfImage::GetWidth ( ) const
sfImage::LoadFromFile std::string const& Filename )
sfImage::LoadFromMemory ( unsigned int Width, unsigned int Height, void const* Data )
sfImage::operator = sfImage const& Other )
sfImage::Resize ( unsigned int Width, unsigned int Height, sfColor const& Color )
sfImage::SaveToFile std::string const& Filename ) const
sfImage::SetPixel unsigned int X, unsigned int Y, sfColor const& Color )
sfImage::SetRepeat bool Repeat ) const
sfImage::SetSmooth bool Smooth ) const
sfImage::sfImage [in-charge] ( )
sfImage::sfImage [in-charge] sfImage const& Copy )
sfImage::sfImage [in-charge] ( unsigned int Width, unsigned int Height, sfColor const& Color )
sfImage::sfImage [in-charge] ( unsigned int Width, unsigned int Height, void const* Data )
sfImage::sfImage [not-in-charge] ( )
sfImage::sfImage [not-in-charge] sfImage const& Copy )
sfImage::sfImage [not-in-charge] ( unsigned int Width, unsigned int Height, sfColor const& Color )
sfImage::sfImage [not-in-charge] ( unsigned int Width, unsigned int Height, void const* Data )
sfImage::Update ( )
sfImage::~sfImage [in-charge-deleting] ( )
sfImage::~sfImage [in-charge] ( )
sfImage::~sfImage [not-in-charge] ( )
vtable for sfImage [data]

Input.hpp, libsfml-window.so.1
sfInput::GetJoystickX unsigned int JoyId ) const
sfInput::GetJoystickY unsigned int JoyId ) const
sfInput::GetJoystickZ unsigned int JoyId ) const
sfInput::GetMouseX ( ) const
sfInput::GetMouseY ( ) const
sfInput::IsJoystickButtonDown ( unsigned int JoyId, unsigned int Button ) const
sfInput::IsKeyDown enum sfKey::Code Key ) const
sfInput::IsMouseButtonDown enum sfMouse::Button Button ) const
sfInput::sfInput [in-charge] ( )
sfInput::sfInput [not-in-charge] ( )
sfInput::~sfInput [in-charge-deleting] ( )
sfInput::~sfInput [in-charge] ( )
vtable for sfInput [data]

IPAddress.hpp, libsfml-network.so.1
operator<< ( std::ostream& Stream, sfIPAddress const& Address )
operator>> ( std::istream& Stream, sfIPAddress& Address )
sfIPAddress::GetLocalAddress ( ) [static]
sfIPAddress::GetPublicAddress ( ) [static]
sfIPAddress::IsValid ( ) const
sfIPAddress::LocalHost [data]
sfIPAddress::operator!= sfIPAddress const& Other ) const
sfIPAddress::operator< sfIPAddress const& Other ) const
sfIPAddress::operator<= sfIPAddress const& Other ) const
sfIPAddress::operator == sfIPAddress const& Other ) const
sfIPAddress::operator> sfIPAddress const& Other ) const
sfIPAddress::operator>= sfIPAddress const& Other ) const
sfIPAddress::sfIPAddress [in-charge] ( )
sfIPAddress::sfIPAddress [in-charge] sfUint8 Byte0, sfUint8 Byte1, sfUint8 Byte2, sfUint8 Byte3 )
sfIPAddress::sfIPAddress [in-charge] std::string const& Address )
sfIPAddress::sfIPAddress [not-in-charge] ( )
sfIPAddress::sfIPAddress [not-in-charge] sfUint8 Byte0, sfUint8 Byte1, sfUint8 Byte2, sfUint8 Byte3 )
sfIPAddress::sfIPAddress [not-in-charge] std::string const& Address )
sfIPAddress::ToString ( ) const

Lock.hpp, libsfml-system.so.1
sfLock::sfLock [in-charge] sfMutex& Mutex )
sfLock::sfLock [not-in-charge] sfMutex& Mutex )
sfLock::~sfLock [in-charge] ( )
sfLock::~sfLock [not-in-charge] ( )

Music.hpp, libsfml-audio.so.1
sfMusic::GetDuration ( ) const
sfMusic::GetLoop ( ) const
sfMusic::Open std::string const& Filename )
sfMusic::SetLoop bool Loop )
sfMusic::sfMusic [in-charge] std::size_t BufferSize )
sfMusic::sfMusic [not-in-charge] std::size_t BufferSize )
sfMusic::~sfMusic [in-charge-deleting] ( )
sfMusic::~sfMusic [in-charge] ( )
sfMusic::~sfMusic [not-in-charge] ( )
vtable for sfMusic [data]

Mutex.hpp, libsfml-system.so.1
sfMutex::Lock ( )
sfMutex::sfMutex [in-charge] ( )
sfMutex::sfMutex [not-in-charge] ( )
sfMutex::Unlock ( )
sfMutex::~sfMutex [in-charge] ( )
sfMutex::~sfMutex [not-in-charge] ( )

OpenGLCaps.hpp, libsfml-window.so.1
sfOpenGLCaps::CheckExtension std::string const& Name ) [static]
sfOpenGLCaps::GetMaxTextureSize ( ) [static]
sfOpenGLCaps::GetMaxTextureUnits ( ) [static]

Packet.hpp, libsfml-network.so.1
sfPacket::Append ( void const* Data, std::size_t SizeInBytes )
sfPacket::Clear ( )
sfPacket::GetData ( ) const
sfPacket::GetDataSize ( ) const
sfPacket::operator<< char const* Data )
sfPacket::operator<< double Data )
sfPacket::operator<< float Data )
sfPacket::operator<< sfInt16 Data )
sfPacket::operator<< sfInt32 Data )
sfPacket::operator<< sfInt8 Data )
sfPacket::operator<< sfUint16 Data )
sfPacket::operator<< sfUint32 Data )
sfPacket::operator<< sfUint8 Data )
sfPacket::operator<< std::string const& Data )
sfPacket::operator>> char* Data )
sfPacket::operator>> double& Data )
sfPacket::operator>> float& Data )
sfPacket::operator>> sfInt16& Data )
sfPacket::operator>> sfInt32& Data )
sfPacket::operator>> sfInt8& Data )
sfPacket::operator>> sfUint16& Data )
sfPacket::operator>> sfUint32& Data )
sfPacket::operator>> sfUint8& Data )
sfPacket::operator>> std::string& Data )
sfPacket::sfPacket [in-charge] ( )
sfPacket::sfPacket [not-in-charge] ( )
sfPacket::~sfPacket [in-charge-deleting] ( )
sfPacket::~sfPacket [in-charge] ( )
sfPacket::~sfPacket [not-in-charge] ( )
vtable for sfPacket [data]

PostFX.hpp, libsfml-graphics.so.1
sfPostFX::CanUsePostFX ( ) [static]
sfPostFX::LoadFromFile std::string const& Filename )
sfPostFX::operator = sfPostFX const& Other )
sfPostFX::Render sfRenderWindow& Window )
sfPostFX::SetParameter ( std::string const& Name, float X )
sfPostFX::SetParameter ( std::string const& Name, float X, float Y )
sfPostFX::SetParameter ( std::string const& Name, float X, float Y, float Z )
sfPostFX::SetParameter ( std::string const& Name, float X, float Y, float Z, float W )
sfPostFX::SetTexture ( std::string const& Name, sfImage* Image )
sfPostFX::sfPostFX [in-charge] ( )
sfPostFX::sfPostFX [in-charge] sfPostFX const& Copy )
sfPostFX::sfPostFX [in-charge] std::string const& Filename )
sfPostFX::sfPostFX [not-in-charge] ( )
sfPostFX::sfPostFX [not-in-charge] sfPostFX const& Copy )
sfPostFX::sfPostFX [not-in-charge] std::string const& Filename )
sfPostFX::~sfPostFX [in-charge-deleting] ( )
sfPostFX::~sfPostFX [in-charge] ( )
sfPostFX::~sfPostFX [not-in-charge] ( )
vtable for sfPostFX [data]

Randomizer.hpp, libsfml-system.so.1
sfRandomizer::GetSeed ( ) [static]
sfRandomizer::Random float Begin, float End ) [static]
sfRandomizer::Random int Begin, int End ) [static]
sfRandomizer::SetSeed unsigned int Seed ) [static]

RenderWindow.hpp, libsfml-graphics.so.1
sfRenderWindow::BeginOpenGL ( )
sfRenderWindow::Capture std::string const& Filename ) const
sfRenderWindow::Create ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
sfRenderWindow::Create sfWindowHandle Handle )
sfRenderWindow::Display ( )
sfRenderWindow::Draw sfDrawable& Object )
sfRenderWindow::EndOpenGL ( )
sfRenderWindow::GetEvent struct sfEvent& Event )
sfRenderWindow::GetViewRect ( ) const
sfRenderWindow::SetBackgroundColor sfColor const& Color )
sfRenderWindow::SetView sfView const* View )
sfRenderWindow::sfRenderWindow [in-charge] ( )
sfRenderWindow::sfRenderWindow [in-charge] ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
sfRenderWindow::sfRenderWindow [in-charge] sfWindowHandle Handle )
sfRenderWindow::sfRenderWindow [not-in-charge] ( )
sfRenderWindow::sfRenderWindow [not-in-charge] ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
sfRenderWindow::sfRenderWindow [not-in-charge] sfWindowHandle Handle )
sfRenderWindow::~sfRenderWindow [in-charge-deleting] ( )
sfRenderWindow::~sfRenderWindow [in-charge] ( )
sfRenderWindow::~sfRenderWindow [not-in-charge] ( )
vtable for sfRenderWindow [data]

Sleep.hpp, libsfml-system.so.1
sfSleep float Duration )

SocketTCP.hpp, libsfml-network.so.1
sfSocketTCP::Accept sfIPAddress* Address )
sfSocketTCP::Close ( )
sfSocketTCP::Connect ( unsigned short Port, sfIPAddress const& HostAddress )
sfSocketTCP::Listen unsigned short Port )
sfSocketTCP::operator!= sfSocketTCP const& Other ) const
sfSocketTCP::operator< sfSocketTCP const& Other ) const
sfSocketTCP::operator == sfSocketTCP const& Other ) const
sfSocketTCP::Receive char* Data, std::size_t MaxSize, std::size_t& SizeReceived )
sfSocketTCP::Receive sfPacket& Packet )
sfSocketTCP::Send ( char const* Data, std::size_t Size )
sfSocketTCP::Send sfPacket& Packet )
sfSocketTCP::sfSocketTCP [in-charge] ( )
sfSocketTCP::sfSocketTCP [not-in-charge] ( )

SocketUDP.hpp, libsfml-network.so.1
sfSocketUDP::Close ( )
sfSocketUDP::operator!= sfSocketUDP const& Other ) const
sfSocketUDP::operator< sfSocketUDP const& Other ) const
sfSocketUDP::operator == sfSocketUDP const& Other ) const
sfSocketUDP::Receive char* Data, std::size_t MaxSize, std::size_t& SizeReceived, sfIPAddress& Address, unsigned short Port )
sfSocketUDP::Receive ( sfPacket& Packet, sfIPAddress& Address, unsigned short Port )
sfSocketUDP::Send ( char const* Data, std::size_t Size, sfIPAddress const& Address, unsigned short Port )
sfSocketUDP::Send ( sfPacket& Packet, sfIPAddress const& Address, unsigned short Port )
sfSocketUDP::sfSocketUDP [in-charge] ( )
sfSocketUDP::sfSocketUDP [not-in-charge] ( )

Sound.hpp, libsfml-audio.so.1
sfSound::GetBuffer ( ) const
sfSound::GetLoop ( ) const
sfSound::GetPitch ( ) const
sfSound::GetPlayingOffset ( ) const
sfSound::GetPosition float& X, float& Y, float& Z ) const
sfSound::GetStatus ( ) const
sfSound::GetVolume ( ) const
sfSound::operator = sfSound const& Other )
sfSound::Pause ( )
sfSound::Play ( )
sfSound::SetBuffer sfSoundBuffer const* Buffer )
sfSound::SetLoop bool Loop )
sfSound::SetPitch float Pitch )
sfSound::SetPosition float X, float Y, float Z )
sfSound::SetVolume float Volume )
sfSound::sfSound [in-charge] sfSound const& Copy )
sfSound::sfSound [in-charge] ( sfSoundBuffer const* Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z )
sfSound::sfSound [not-in-charge] sfSound const& Copy )
sfSound::sfSound [not-in-charge] ( sfSoundBuffer const* Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z )
sfSound::Stop ( )
sfSound::~sfSound [in-charge-deleting] ( )
sfSound::~sfSound [in-charge] ( )
sfSound::~sfSound [not-in-charge] ( )
vtable for sfSound [data]

SoundBuffer.hpp, libsfml-audio.so.1
sfSoundBuffer::GetChannelsCount ( ) const
sfSoundBuffer::GetDuration ( ) const
sfSoundBuffer::GetSampleRate ( ) const
sfSoundBuffer::GetSamples ( ) const
sfSoundBuffer::GetSamplesCount ( ) const
sfSoundBuffer::LoadFromFile std::string const& Filename )
sfSoundBuffer::LoadFromMemory ( sfInt16 const* Samples, std::size_t SamplesCount, unsigned int ChannelsCount, unsigned int SampleRate )
sfSoundBuffer::operator = sfSoundBuffer const& Other )
sfSoundBuffer::SaveToFile std::string const& Filename ) const
sfSoundBuffer::sfSoundBuffer [in-charge] ( )
sfSoundBuffer::sfSoundBuffer [in-charge] sfSoundBuffer const& Copy )
sfSoundBuffer::sfSoundBuffer [not-in-charge] ( )
sfSoundBuffer::sfSoundBuffer [not-in-charge] sfSoundBuffer const& Copy )
sfSoundBuffer::~sfSoundBuffer [in-charge-deleting] ( )
sfSoundBuffer::~sfSoundBuffer [in-charge] ( )
sfSoundBuffer::~sfSoundBuffer [not-in-charge] ( )
vtable for sfSoundBuffer [data]

SoundBufferRecorder.hpp, libsfml-audio.so.1
sfSoundBufferRecorder::GetBuffer ( )
sfSoundBufferRecorder::~sfSoundBufferRecorder [in-charge-deleting] ( )
sfSoundBufferRecorder::~sfSoundBufferRecorder [in-charge] ( )
vtable for sfSoundBufferRecorder [data]

SoundRecorder.hpp, libsfml-audio.so.1
sfSoundRecorder::CanCapture ( ) [static]
sfSoundRecorder::GetSampleRate ( ) const
sfSoundRecorder::sfSoundRecorder [in-charge] ( )
sfSoundRecorder::sfSoundRecorder [not-in-charge] ( )
sfSoundRecorder::Start unsigned int SampleRate )
sfSoundRecorder::Stop ( )
sfSoundRecorder::~sfSoundRecorder [in-charge-deleting] ( )
sfSoundRecorder::~sfSoundRecorder [in-charge] ( )
sfSoundRecorder::~sfSoundRecorder [not-in-charge] ( )
vtable for sfSoundRecorder [data]

SoundStream.hpp, libsfml-audio.so.1
sfSoundStream::GetChannelsCount ( ) const
sfSoundStream::GetSampleRate ( ) const
sfSoundStream::GetStatus ( ) const
sfSoundStream::Initialize ( unsigned int ChannelsCount, unsigned int SampleRate )
sfSoundStream::Play ( )
sfSoundStream::sfSoundStream [in-charge] ( )
sfSoundStream::sfSoundStream [not-in-charge] ( )
sfSoundStream::Stop ( )
sfSoundStream::~sfSoundStream [in-charge-deleting] ( )
sfSoundStream::~sfSoundStream [in-charge] ( )
sfSoundStream::~sfSoundStream [not-in-charge] ( )
vtable for sfSoundStream [data]

Sprite.hpp, libsfml-graphics.so.1
sfSprite::GetHeight ( ) const
sfSprite::GetImage ( ) const
sfSprite::GetPixel unsigned int X, unsigned int Y ) const
sfSprite::GetSubRect ( ) const
sfSprite::GetWidth ( ) const
sfSprite::Render sfRenderWindow& Window )
sfSprite::SetImage sfImage const& Image )
sfSprite::SetSubRect sfIntRect const& SubRect )
sfSprite::sfSprite [in-charge] ( )
sfSprite::sfSprite [in-charge] ( sfImage const& Image, float Left, float Top, float Scale, float Rotation, sfColor const& Color )
sfSprite::sfSprite [not-in-charge] ( )
sfSprite::sfSprite [not-in-charge] ( sfImage const& Image, float Left, float Top, float Scale, float Rotation, sfColor const& Color )
sfSprite::~sfSprite [in-charge-deleting] ( )
sfSprite::~sfSprite [in-charge] ( )
vtable for sfSprite [data]

String.hpp, libsfml-graphics.so.1
sfString::GetFont ( ) const
sfString::GetRect ( ) const
sfString::GetSize ( ) const
sfString::GetText ( ) const
sfString::PreloadFont ( std::string const& Font, float Size ) [static]
sfString::Render sfRenderWindow& Window )
sfString::SetFont std::string const& Font )
sfString::SetSize float Size )
sfString::SetText std::string const& Text )
sfString::sfString [in-charge] ( std::string const& Text, std::string const& Font, float Size )
sfString::sfString [not-in-charge] ( std::string const& Text, std::string const& Font, float Size )
sfString::~sfString [in-charge-deleting] ( )
sfString::~sfString [in-charge] ( )
vtable for sfString [data]

Thread.hpp, libsfml-system.so.1
sfThread::Launch ( )
sfThread::sfThread [in-charge] ( )
sfThread::sfThread [in-charge] ( sfThread::FuncType Function, void* UserData )
sfThread::sfThread [not-in-charge] ( )
sfThread::sfThread [not-in-charge] ( sfThread::FuncType Function, void* UserData )
sfThread::Terminate ( )
sfThread::Wait ( )
sfThread::~sfThread [in-charge-deleting] ( )
sfThread::~sfThread [in-charge] ( )
sfThread::~sfThread [not-in-charge] ( )
vtable for sfThread [data]

VideoMode.hpp, libsfml-window.so.1
sfVideoMode::GetDesktopMode ( ) [static]
sfVideoMode::GetMode std::size_t Index ) [static]
sfVideoMode::GetModesCount ( ) [static]
sfVideoMode::IsValid ( ) const
sfVideoMode::operator!= sfVideoMode const& Other ) const
sfVideoMode::operator == sfVideoMode const& Other ) const
sfVideoMode::sfVideoMode [in-charge] ( )
sfVideoMode::sfVideoMode [in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp )
sfVideoMode::sfVideoMode [not-in-charge] ( )
sfVideoMode::sfVideoMode [not-in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp )

VideoResource.hpp, libsfml-graphics.so.1
namespace sf_private
sfVideoResource::sfVideoResource [in-charge] ( )
sfVideoResource::sfVideoResource [in-charge] sfVideoResource const& p1 )
sfVideoResource::sfVideoResource [not-in-charge] ( )
sfVideoResource::sfVideoResource [not-in-charge] sfVideoResource const& p1 )
sfVideoResource::~sfVideoResource [in-charge-deleting] ( )
sfVideoResource::~sfVideoResource [in-charge] ( )
sfVideoResource::~sfVideoResource [not-in-charge] ( )
vtable for sfVideoResource [data]

View.hpp, libsfml-graphics.so.1
sfView::sfView [in-charge] ( )
sfView::sfView [in-charge] float ViewLeft, float ViewTop, float ViewWidth, float ViewHeight, float ViewZoom )
sfView::sfView [not-in-charge] ( )
sfView::sfView [not-in-charge] float ViewLeft, float ViewTop, float ViewWidth, float ViewHeight, float ViewZoom )

Window.hpp, libsfml-window.so.1
sfWindow::Create ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
sfWindow::Create sfWindowHandle Handle )
sfWindow::Display ( )
sfWindow::GetDepthBits ( ) const
sfWindow::GetEvent struct sfEvent& Event )
sfWindow::GetFrameTime ( ) const
sfWindow::GetHeight ( ) const
sfWindow::GetInput ( ) const
sfWindow::GetStencilBits ( ) const
sfWindow::GetWidth ( ) const
sfWindow::SetCurrent ( ) const
sfWindow::sfWindow [in-charge] ( )
sfWindow::sfWindow [in-charge] ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
sfWindow::sfWindow [in-charge] sfWindowHandle Handle )
sfWindow::sfWindow [not-in-charge] ( )
sfWindow::sfWindow [not-in-charge] ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
sfWindow::sfWindow [not-in-charge] sfWindowHandle Handle )
sfWindow::ShowMouseCursor bool Show )
sfWindow::UseVerticalSync bool Enabled )
sfWindow::~sfWindow [in-charge-deleting] ( )
sfWindow::~sfWindow [in-charge] ( )
sfWindow::~sfWindow [not-in-charge] ( )
vtable for sfWindow [data]

WindowListener.hpp, libsfml-window.so.1
sfWindowListener::~sfWindowListener [in-charge-deleting] ( )
sfWindowListener::~sfWindowListener [in-charge] ( )
vtable for sfWindowListener [data]

to the top

Other Changes in Constants (2)


Config.hpp
[+] SFML_GLU_HEADER
[+] SFML_OPENGL_HEADER

to the top

Header Files (47)


Audio.hpp
AudioResource.hpp
Clock.hpp
Color.hpp
Config.hpp
Drawable.hpp
Event.hpp
glew.h
Graphics.hpp
Image.hpp
Input.hpp
IPAddress.hpp
Lock.hpp
Music.hpp
Mutex.hpp
Network.hpp
NonCopyable.hpp
OpenGLCaps.hpp
Packet.hpp
PostFX.hpp
Randomizer.hpp
Rect.hpp
RenderWindow.hpp
Selector.hpp
Sleep.hpp
Sockets.hpp
SocketTCP.hpp
SocketUDP.hpp
Sound.hpp
SoundBuffer.hpp
SoundBufferRecorder.hpp
SoundRecorder.hpp
SoundStream.hpp
Sprite.hpp
String.hpp
System.hpp
Thread.hpp
Mutex.hpp (Unix/Mutex.hpp)
Sockets.hpp (Unix/Sockets.hpp)
Thread.hpp (Unix/Thread.hpp)
VideoMode.hpp
VideoResource.hpp
View.hpp
Window.hpp
Window.hpp (Window/Window.hpp)
WindowHandle.hpp
WindowListener.hpp

to the top

Shared Libraries (5)


libsfml-audio.so.1
libsfml-graphics.so.1
libsfml-network.so.1
libsfml-system.so.1
libsfml-window.so.1

to the top




Generated on Thu Nov 14 14:55:14 2013 for SFML by ABI Compliance Checker 1.99.8.4  
A tool for checking backward compatibility of a C/C++ library API