Binary compatibility report for the SFML library between 1.0 and 1.1 versions on x86
Test Info
Library Name | SFML |
Version #1 | 1.0 |
Version #2 | 1.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 47 |
Total Shared Libraries | 5 |
Total Symbols / Types | 1703 / 1437 |
Verdict | Incompatible (22.7%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 378 |
Removed Symbols | High | 387 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes in Constants | - | 2 |
Added Symbols (378)
AudioResource.hpp,
libsfml-audio.so.1
namespace sf
AudioResource::AudioResource [in-charge] ( )
[symbol: _ZN2sf13AudioResourceC1Ev]
AudioResource::AudioResource [in-charge] ( AudioResource const& p1 )
[symbol: _ZN2sf13AudioResourceC1ERKS0_]
AudioResource::AudioResource [not-in-charge] ( )
[symbol: _ZN2sf13AudioResourceC2Ev]
AudioResource::AudioResource [not-in-charge] ( AudioResource const& p1 )
[symbol: _ZN2sf13AudioResourceC2ERKS0_]
AudioResource::~AudioResource [in-charge-deleting] ( )
[symbol: _ZN2sf13AudioResourceD0Ev]
AudioResource::~AudioResource [in-charge] ( )
[symbol: _ZN2sf13AudioResourceD1Ev]
AudioResource::~AudioResource [not-in-charge] ( )
[symbol: _ZN2sf13AudioResourceD2Ev]
Clock.hpp,
libsfml-system.so.1
namespace sf
Clock::Clock [in-charge] ( )
[symbol: _ZN2sf5ClockC1Ev]
Clock::Clock [not-in-charge] ( )
[symbol: _ZN2sf5ClockC2Ev]
Clock::GetElapsedTime ( ) const
[symbol: _ZNK2sf5Clock14GetElapsedTimeEv]
Clock::Reset ( )
[symbol: _ZN2sf5Clock5ResetEv]
Color.hpp,
libsfml-graphics.so.1
namespace sf
Color::Black [data]
[symbol: _ZN2sf5Color5BlackE]
Color::Blue [data]
[symbol: _ZN2sf5Color4BlueE]
Color::Color [in-charge] ( )
[symbol: _ZN2sf5ColorC1Ev]
Color::Color [in-charge] ( Uint32 ColorRGBA )
[symbol: _ZN2sf5ColorC1Ej]
Color::Color [in-charge] ( Uint8 R, Uint8 G, Uint8 B, Uint8 A )
[symbol: _ZN2sf5ColorC1Ehhhh]
Color::Color [not-in-charge] ( )
[symbol: _ZN2sf5ColorC2Ev]
Color::Color [not-in-charge] ( Uint32 ColorRGBA )
[symbol: _ZN2sf5ColorC2Ej]
Color::Color [not-in-charge] ( Uint8 R, Uint8 G, Uint8 B, Uint8 A )
[symbol: _ZN2sf5ColorC2Ehhhh]
Color::Cyan [data]
[symbol: _ZN2sf5Color4CyanE]
Color::Green [data]
[symbol: _ZN2sf5Color5GreenE]
Color::Magenta [data]
[symbol: _ZN2sf5Color7MagentaE]
Color::operator!= ( Color const& Other ) const
[symbol: _ZNK2sf5ColorneERKS0_]
Color::operator == ( Color const& Other ) const
[symbol: _ZNK2sf5ColoreqERKS0_]
Color::Red [data]
[symbol: _ZN2sf5Color3RedE]
Color::ToRGBA ( ) const
[symbol: _ZNK2sf5Color6ToRGBAEv]
Color::White [data]
[symbol: _ZN2sf5Color5WhiteE]
Color::Yellow [data]
[symbol: _ZN2sf5Color6YellowE]
operator* ( Color const& Color1, Color const& Color2 )
[symbol: _ZN2sfmlERKNS_5ColorES2_]
operator+ ( Color const& Color1, Color const& Color2 )
[symbol: _ZN2sfplERKNS_5ColorES2_]
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 )
[symbol: _ZN2sf8DrawableC1EfffffRKNS_5ColorE]
Drawable::Drawable [not-in-charge] ( float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )
[symbol: _ZN2sf8DrawableC2EfffffRKNS_5ColorE]
Drawable::GetColor ( ) const
[symbol: _ZNK2sf8Drawable8GetColorEv]
Drawable::GetLeft ( ) const
[symbol: _ZNK2sf8Drawable7GetLeftEv]
Drawable::GetRotation ( ) const
[symbol: _ZNK2sf8Drawable11GetRotationEv]
Drawable::GetScaleX ( ) const
[symbol: _ZNK2sf8Drawable9GetScaleXEv]
Drawable::GetScaleY ( ) const
[symbol: _ZNK2sf8Drawable9GetScaleYEv]
Drawable::GetTop ( ) const
[symbol: _ZNK2sf8Drawable6GetTopEv]
Drawable::Move ( float OffsetX, float OffsetY )
[symbol: _ZN2sf8Drawable4MoveEff]
Drawable::Rotate ( float Angle )
[symbol: _ZN2sf8Drawable6RotateEf]
Drawable::Scale ( float FactorX, float FactorY )
[symbol: _ZN2sf8Drawable5ScaleEff]
Drawable::SetColor ( Color const& Col )
[symbol: _ZN2sf8Drawable8SetColorERKNS_5ColorE]
Drawable::SetLeft ( float Left )
[symbol: _ZN2sf8Drawable7SetLeftEf]
Drawable::SetRotation ( float Rotation )
[symbol: _ZN2sf8Drawable11SetRotationEf]
Drawable::SetRotationCenter ( float X, float Y )
[symbol: _ZN2sf8Drawable17SetRotationCenterEff]
Drawable::SetScale ( float ScaleX, float ScaleY )
[symbol: _ZN2sf8Drawable8SetScaleEff]
Drawable::SetTop ( float Top )
[symbol: _ZN2sf8Drawable6SetTopEf]
Drawable::~Drawable [in-charge-deleting] ( )
[symbol: _ZN2sf8DrawableD0Ev]
Drawable::~Drawable [in-charge] ( )
[symbol: _ZN2sf8DrawableD1Ev]
Drawable::~Drawable [not-in-charge] ( )
[symbol: _ZN2sf8DrawableD2Ev]
Image.hpp,
libsfml-graphics.so.1
namespace sf
Image::Bind ( ) const
[symbol: _ZNK2sf5Image4BindEv]
Image::Create ( unsigned int Width, unsigned int Height, Color const& Col )
[symbol: _ZN2sf5Image6CreateEjjRKNS_5ColorE]
Image::CreateMaskFromColor ( Color const& ColorKey, Uint8 Alpha )
[symbol: _ZN2sf5Image19CreateMaskFromColorERKNS_5ColorEh]
Image::GetHeight ( ) const
[symbol: _ZNK2sf5Image9GetHeightEv]
Image::GetPixel ( unsigned int X, unsigned int Y ) const
[symbol: _ZNK2sf5Image8GetPixelEjj]
Image::GetPixelsPtr ( ) const
[symbol: _ZNK2sf5Image12GetPixelsPtrEv]
Image::GetTexCoords ( IntRect const& Rect ) const
[symbol: _ZNK2sf5Image12GetTexCoordsERKNS_4RectIiEE]
Image::GetValidTextureSize ( unsigned int Size ) [static]
[symbol: _ZN2sf5Image19GetValidTextureSizeEj]
Image::GetWidth ( ) const
[symbol: _ZNK2sf5Image8GetWidthEv]
Image::Image [in-charge] ( )
[symbol: _ZN2sf5ImageC1Ev]
Image::Image [in-charge] ( Image const& Copy )
[symbol: _ZN2sf5ImageC1ERKS0_]
Image::Image [in-charge] ( unsigned int Width, unsigned int Height, Color const& Col )
[symbol: _ZN2sf5ImageC1EjjRKNS_5ColorE]
Image::Image [in-charge] ( unsigned int Width, unsigned int Height, void const* Data )
[symbol: _ZN2sf5ImageC1EjjPKv]
Image::Image [not-in-charge] ( )
[symbol: _ZN2sf5ImageC2Ev]
Image::Image [not-in-charge] ( Image const& Copy )
[symbol: _ZN2sf5ImageC2ERKS0_]
Image::Image [not-in-charge] ( unsigned int Width, unsigned int Height, Color const& Col )
[symbol: _ZN2sf5ImageC2EjjRKNS_5ColorE]
Image::Image [not-in-charge] ( unsigned int Width, unsigned int Height, void const* Data )
[symbol: _ZN2sf5ImageC2EjjPKv]
Image::LoadFromFile ( std::string const& Filename )
[symbol: _ZN2sf5Image12LoadFromFileERKSs]
Image::LoadFromMemory ( unsigned int Width, unsigned int Height, void const* Data )
[symbol: _ZN2sf5Image14LoadFromMemoryEjjPKv]
Image::operator = ( Image const& Other )
[symbol: _ZN2sf5ImageaSERKS0_]
Image::Resize ( unsigned int Width, unsigned int Height, Color const& Col )
[symbol: _ZN2sf5Image6ResizeEjjRKNS_5ColorE]
Image::SaveToFile ( std::string const& Filename ) const
[symbol: _ZNK2sf5Image10SaveToFileERKSs]
Image::SetPixel ( unsigned int X, unsigned int Y, Color const& Col )
[symbol: _ZN2sf5Image8SetPixelEjjRKNS_5ColorE]
Image::SetRepeat ( bool Repeat ) const
[symbol: _ZNK2sf5Image9SetRepeatEb]
Image::SetSmooth ( bool Smooth ) const
[symbol: _ZNK2sf5Image9SetSmoothEb]
Image::Update ( )
[symbol: _ZN2sf5Image6UpdateEv]
Image::~Image [in-charge-deleting] ( )
[symbol: _ZN2sf5ImageD0Ev]
Image::~Image [in-charge] ( )
[symbol: _ZN2sf5ImageD1Ev]
Image::~Image [not-in-charge] ( )
[symbol: _ZN2sf5ImageD2Ev]
Input.hpp,
libsfml-window.so.1
namespace sf
Input::GetJoystickX ( unsigned int JoyId ) const
[symbol: _ZNK2sf5Input12GetJoystickXEj]
Input::GetJoystickY ( unsigned int JoyId ) const
[symbol: _ZNK2sf5Input12GetJoystickYEj]
Input::GetJoystickZ ( unsigned int JoyId ) const
[symbol: _ZNK2sf5Input12GetJoystickZEj]
Input::GetMouseX ( ) const
[symbol: _ZNK2sf5Input9GetMouseXEv]
Input::GetMouseY ( ) const
[symbol: _ZNK2sf5Input9GetMouseYEv]
Input::Input [in-charge] ( )
[symbol: _ZN2sf5InputC1Ev]
Input::Input [not-in-charge] ( )
[symbol: _ZN2sf5InputC2Ev]
Input::IsJoystickButtonDown ( unsigned int JoyId, unsigned int Button ) const
[symbol: _ZNK2sf5Input20IsJoystickButtonDownEjj]
Input::IsKeyDown ( enum Key::Code KeyCode ) const
[symbol: _ZNK2sf5Input9IsKeyDownENS_3Key4CodeE]
Input::IsMouseButtonDown ( enum Mouse::Button Button ) const
[symbol: _ZNK2sf5Input17IsMouseButtonDownENS_5Mouse6ButtonE]
Input::~Input [in-charge-deleting] ( )
[symbol: _ZN2sf5InputD0Ev]
Input::~Input [in-charge] ( )
[symbol: _ZN2sf5InputD1Ev]
IPAddress.hpp,
libsfml-network.so.1
namespace sf
IPAddress::GetLocalAddress ( ) [static]
[symbol: _ZN2sf9IPAddress15GetLocalAddressEv]
IPAddress::GetPublicAddress ( ) [static]
[symbol: _ZN2sf9IPAddress16GetPublicAddressEv]
IPAddress::IPAddress [in-charge] ( )
[symbol: _ZN2sf9IPAddressC1Ev]
IPAddress::IPAddress [in-charge] ( Uint8 Byte0, Uint8 Byte1, Uint8 Byte2, Uint8 Byte3 )
[symbol: _ZN2sf9IPAddressC1Ehhhh]
IPAddress::IPAddress [in-charge] ( std::string const& Address )
[symbol: _ZN2sf9IPAddressC1ERKSs]
IPAddress::IPAddress [not-in-charge] ( )
[symbol: _ZN2sf9IPAddressC2Ev]
IPAddress::IPAddress [not-in-charge] ( Uint8 Byte0, Uint8 Byte1, Uint8 Byte2, Uint8 Byte3 )
[symbol: _ZN2sf9IPAddressC2Ehhhh]
IPAddress::IPAddress [not-in-charge] ( std::string const& Address )
[symbol: _ZN2sf9IPAddressC2ERKSs]
IPAddress::IsValid ( ) const
[symbol: _ZNK2sf9IPAddress7IsValidEv]
IPAddress::LocalHost [data]
[symbol: _ZN2sf9IPAddress9LocalHostE]
IPAddress::operator!= ( IPAddress const& Other ) const
[symbol: _ZNK2sf9IPAddressneERKS0_]
IPAddress::operator< ( IPAddress const& Other ) const
[symbol: _ZNK2sf9IPAddressltERKS0_]
IPAddress::operator<= ( IPAddress const& Other ) const
[symbol: _ZNK2sf9IPAddressleERKS0_]
IPAddress::operator == ( IPAddress const& Other ) const
[symbol: _ZNK2sf9IPAddresseqERKS0_]
IPAddress::operator> ( IPAddress const& Other ) const
[symbol: _ZNK2sf9IPAddressgtERKS0_]
IPAddress::operator>= ( IPAddress const& Other ) const
[symbol: _ZNK2sf9IPAddressgeERKS0_]
IPAddress::ToString ( ) const
[symbol: _ZNK2sf9IPAddress8ToStringEv]
operator<< ( std::ostream& Stream, IPAddress const& Address )
[symbol: _ZN2sflsERSoRKNS_9IPAddressE]
operator>> ( std::istream& Stream, IPAddress& Address )
[symbol: _ZN2sfrsERSiRNS_9IPAddressE]
Lock.hpp,
libsfml-system.so.1
namespace sf
Lock::Lock [in-charge] ( Mutex& Mutex )
[symbol: _ZN2sf4LockC1ERNS_5MutexE]
Lock::Lock [not-in-charge] ( Mutex& Mutex )
[symbol: _ZN2sf4LockC2ERNS_5MutexE]
Lock::~Lock [in-charge] ( )
[symbol: _ZN2sf4LockD1Ev]
Lock::~Lock [not-in-charge] ( )
[symbol: _ZN2sf4LockD2Ev]
Music.hpp,
libsfml-audio.so.1
namespace sf
Music::GetDuration ( ) const
[symbol: _ZNK2sf5Music11GetDurationEv]
Music::GetLoop ( ) const
[symbol: _ZNK2sf5Music7GetLoopEv]
Music::Music [in-charge] ( std::size_t BufferSize )
[symbol: _ZN2sf5MusicC1Ej]
Music::Music [not-in-charge] ( std::size_t BufferSize )
[symbol: _ZN2sf5MusicC2Ej]
Music::Open ( std::string const& Filename )
[symbol: _ZN2sf5Music4OpenERKSs]
Music::SetLoop ( bool Loop )
[symbol: _ZN2sf5Music7SetLoopEb]
Music::~Music [in-charge-deleting] ( )
[symbol: _ZN2sf5MusicD0Ev]
Music::~Music [in-charge] ( )
[symbol: _ZN2sf5MusicD1Ev]
Music::~Music [not-in-charge] ( )
[symbol: _ZN2sf5MusicD2Ev]
Mutex.hpp,
libsfml-system.so.1
namespace sf
Mutex::Lock ( )
[symbol: _ZN2sf5Mutex4LockEv]
Mutex::Mutex [in-charge] ( )
[symbol: _ZN2sf5MutexC1Ev]
Mutex::Mutex [not-in-charge] ( )
[symbol: _ZN2sf5MutexC2Ev]
Mutex::Unlock ( )
[symbol: _ZN2sf5Mutex6UnlockEv]
Mutex::~Mutex [in-charge] ( )
[symbol: _ZN2sf5MutexD1Ev]
Mutex::~Mutex [not-in-charge] ( )
[symbol: _ZN2sf5MutexD2Ev]
OpenGLCaps.hpp,
libsfml-window.so.1
namespace sf
OpenGLCaps::CheckExtension ( std::string const& Name ) [static]
[symbol: _ZN2sf10OpenGLCaps14CheckExtensionERKSs]
OpenGLCaps::GetMaxTextureSize ( ) [static]
[symbol: _ZN2sf10OpenGLCaps17GetMaxTextureSizeEv]
OpenGLCaps::GetMaxTextureUnits ( ) [static]
[symbol: _ZN2sf10OpenGLCaps18GetMaxTextureUnitsEv]
Packet.hpp,
libsfml-network.so.1
namespace sf
Packet::Append ( void const* Data, std::size_t SizeInBytes )
[symbol: _ZN2sf6Packet6AppendEPKvj]
Packet::Clear ( )
[symbol: _ZN2sf6Packet5ClearEv]
Packet::GetData ( ) const
[symbol: _ZNK2sf6Packet7GetDataEv]
Packet::GetDataSize ( ) const
[symbol: _ZNK2sf6Packet11GetDataSizeEv]
Packet::operator<< ( char const* Data )
[symbol: _ZN2sf6PacketlsEPKc]
Packet::operator<< ( double Data )
[symbol: _ZN2sf6PacketlsEd]
Packet::operator<< ( float Data )
[symbol: _ZN2sf6PacketlsEf]
Packet::operator<< ( Int16 Data )
[symbol: _ZN2sf6PacketlsEs]
Packet::operator<< ( Int32 Data )
[symbol: _ZN2sf6PacketlsEi]
Packet::operator<< ( Int8 Data )
[symbol: _ZN2sf6PacketlsEc]
Packet::operator<< ( Uint16 Data )
[symbol: _ZN2sf6PacketlsEt]
Packet::operator<< ( Uint32 Data )
[symbol: _ZN2sf6PacketlsEj]
Packet::operator<< ( Uint8 Data )
[symbol: _ZN2sf6PacketlsEh]
Packet::operator<< ( std::string const& Data )
[symbol: _ZN2sf6PacketlsERKSs]
Packet::operator>> ( char* Data )
[symbol: _ZN2sf6PacketrsEPc]
Packet::operator>> ( double& Data )
[symbol: _ZN2sf6PacketrsERd]
Packet::operator>> ( float& Data )
[symbol: _ZN2sf6PacketrsERf]
Packet::operator>> ( Int16& Data )
[symbol: _ZN2sf6PacketrsERs]
Packet::operator>> ( Int32& Data )
[symbol: _ZN2sf6PacketrsERi]
Packet::operator>> ( Int8& Data )
[symbol: _ZN2sf6PacketrsERc]
Packet::operator>> ( Uint16& Data )
[symbol: _ZN2sf6PacketrsERt]
Packet::operator>> ( Uint32& Data )
[symbol: _ZN2sf6PacketrsERj]
Packet::operator>> ( Uint8& Data )
[symbol: _ZN2sf6PacketrsERh]
Packet::operator>> ( std::string& Data )
[symbol: _ZN2sf6PacketrsERSs]
Packet::Packet [in-charge] ( )
[symbol: _ZN2sf6PacketC1Ev]
Packet::Packet [not-in-charge] ( )
[symbol: _ZN2sf6PacketC2Ev]
Packet::~Packet [in-charge-deleting] ( )
[symbol: _ZN2sf6PacketD0Ev]
Packet::~Packet [in-charge] ( )
[symbol: _ZN2sf6PacketD1Ev]
Packet::~Packet [not-in-charge] ( )
[symbol: _ZN2sf6PacketD2Ev]
PostFX.hpp,
libsfml-graphics.so.1
namespace sf
PostFX::CanUsePostFX ( ) [static]
[symbol: _ZN2sf6PostFX12CanUsePostFXEv]
PostFX::LoadFromFile ( std::string const& Filename )
[symbol: _ZN2sf6PostFX12LoadFromFileERKSs]
PostFX::operator = ( PostFX const& Other )
[symbol: _ZN2sf6PostFXaSERKS0_]
PostFX::PostFX [in-charge] ( )
[symbol: _ZN2sf6PostFXC1Ev]
PostFX::PostFX [in-charge] ( PostFX const& Copy )
[symbol: _ZN2sf6PostFXC1ERKS0_]
PostFX::PostFX [in-charge] ( std::string const& Filename )
[symbol: _ZN2sf6PostFXC1ERKSs]
PostFX::PostFX [not-in-charge] ( )
[symbol: _ZN2sf6PostFXC2Ev]
PostFX::PostFX [not-in-charge] ( PostFX const& Copy )
[symbol: _ZN2sf6PostFXC2ERKS0_]
PostFX::PostFX [not-in-charge] ( std::string const& Filename )
[symbol: _ZN2sf6PostFXC2ERKSs]
PostFX::Render ( RenderWindow& Window )
[symbol: _ZN2sf6PostFX6RenderERNS_12RenderWindowE]
PostFX::SetParameter ( std::string const& Name, float X )
[symbol: _ZN2sf6PostFX12SetParameterERKSsf]
PostFX::SetParameter ( std::string const& Name, float X, float Y )
[symbol: _ZN2sf6PostFX12SetParameterERKSsff]
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z )
[symbol: _ZN2sf6PostFX12SetParameterERKSsfff]
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z, float W )
[symbol: _ZN2sf6PostFX12SetParameterERKSsffff]
PostFX::SetTexture ( std::string const& Name, Image* Texture )
[symbol: _ZN2sf6PostFX10SetTextureERKSsPNS_5ImageE]
PostFX::~PostFX [in-charge-deleting] ( )
[symbol: _ZN2sf6PostFXD0Ev]
PostFX::~PostFX [in-charge] ( )
[symbol: _ZN2sf6PostFXD1Ev]
PostFX::~PostFX [not-in-charge] ( )
[symbol: _ZN2sf6PostFXD2Ev]
Randomizer.hpp,
libsfml-system.so.1
namespace sf
Randomizer::GetSeed ( ) [static]
[symbol: _ZN2sf10Randomizer7GetSeedEv]
Randomizer::Random ( float Begin, float End ) [static]
[symbol: _ZN2sf10Randomizer6RandomEff]
Randomizer::Random ( int Begin, int End ) [static]
[symbol: _ZN2sf10Randomizer6RandomEii]
Randomizer::SetSeed ( unsigned int Seed ) [static]
[symbol: _ZN2sf10Randomizer7SetSeedEj]
RenderWindow.hpp,
libsfml-graphics.so.1
namespace sf
RenderWindow::BeginOpenGL ( )
[symbol: _ZN2sf12RenderWindow11BeginOpenGLEv]
RenderWindow::Capture ( ) const
[symbol: _ZNK2sf12RenderWindow7CaptureEv]
RenderWindow::Create ( VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
[symbol: _ZN2sf12RenderWindow6CreateENS_9VideoModeERKSsNS_6Window5StyleEi]
RenderWindow::Create ( WindowHandle Handle, int AntialiasingLevel )
[symbol: _ZN2sf12RenderWindow6CreateEmi]
RenderWindow::Display ( )
[symbol: _ZN2sf12RenderWindow7DisplayEv]
RenderWindow::Draw ( Drawable& Object )
[symbol: _ZN2sf12RenderWindow4DrawERNS_8DrawableE]
RenderWindow::EndOpenGL ( )
[symbol: _ZN2sf12RenderWindow9EndOpenGLEv]
RenderWindow::GetEvent ( struct Event& EventReceived )
[symbol: _ZN2sf12RenderWindow8GetEventERNS_5EventE]
RenderWindow::GetViewRect ( ) const
[symbol: _ZNK2sf12RenderWindow11GetViewRectEv]
RenderWindow::RenderWindow [in-charge] ( )
[symbol: _ZN2sf12RenderWindowC1Ev]
RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
[symbol: _ZN2sf12RenderWindowC1ENS_9VideoModeERKSsNS_6Window5StyleEi]
RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, int AntialiasingLevel )
[symbol: _ZN2sf12RenderWindowC1Emi]
RenderWindow::RenderWindow [not-in-charge] ( )
[symbol: _ZN2sf12RenderWindowC2Ev]
RenderWindow::RenderWindow [not-in-charge] ( VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
[symbol: _ZN2sf12RenderWindowC2ENS_9VideoModeERKSsNS_6Window5StyleEi]
RenderWindow::RenderWindow [not-in-charge] ( WindowHandle Handle, int AntialiasingLevel )
[symbol: _ZN2sf12RenderWindowC2Emi]
RenderWindow::SetBackgroundColor ( Color const& Col )
[symbol: _ZN2sf12RenderWindow18SetBackgroundColorERKNS_5ColorE]
RenderWindow::SetView ( View const* NewView )
[symbol: _ZN2sf12RenderWindow7SetViewEPKNS_4ViewE]
RenderWindow::~RenderWindow [in-charge-deleting] ( )
[symbol: _ZN2sf12RenderWindowD0Ev]
RenderWindow::~RenderWindow [in-charge] ( )
[symbol: _ZN2sf12RenderWindowD1Ev]
RenderWindow::~RenderWindow [not-in-charge] ( )
[symbol: _ZN2sf12RenderWindowD2Ev]
Sleep.hpp,
libsfml-system.so.1
namespace sf
Sleep ( float Duration )
[symbol: _ZN2sf5SleepEf]
SocketTCP.hpp,
libsfml-network.so.1
namespace sf
SocketTCP::Accept ( IPAddress* Address )
[symbol: _ZN2sf9SocketTCP6AcceptEPNS_9IPAddressE]
SocketTCP::Close ( )
[symbol: _ZN2sf9SocketTCP5CloseEv]
SocketTCP::Connect ( unsigned short Port, IPAddress const& HostAddress )
[symbol: _ZN2sf9SocketTCP7ConnectEtRKNS_9IPAddressE]
SocketTCP::Listen ( unsigned short Port )
[symbol: _ZN2sf9SocketTCP6ListenEt]
SocketTCP::operator!= ( SocketTCP const& Other ) const
[symbol: _ZNK2sf9SocketTCPneERKS0_]
SocketTCP::operator< ( SocketTCP const& Other ) const
[symbol: _ZNK2sf9SocketTCPltERKS0_]
SocketTCP::operator == ( SocketTCP const& Other ) const
[symbol: _ZNK2sf9SocketTCPeqERKS0_]
SocketTCP::Receive ( char* Data, std::size_t MaxSize, std::size_t& SizeReceived )
[symbol: _ZN2sf9SocketTCP7ReceiveEPcjRj]
SocketTCP::Receive ( Packet& PacketToReceive )
[symbol: _ZN2sf9SocketTCP7ReceiveERNS_6PacketE]
SocketTCP::Send ( char const* Data, std::size_t Size )
[symbol: _ZN2sf9SocketTCP4SendEPKcj]
SocketTCP::Send ( Packet& PacketToSend )
[symbol: _ZN2sf9SocketTCP4SendERNS_6PacketE]
SocketTCP::SocketTCP [in-charge] ( )
[symbol: _ZN2sf9SocketTCPC1Ev]
SocketTCP::SocketTCP [not-in-charge] ( )
[symbol: _ZN2sf9SocketTCPC2Ev]
SocketUDP.hpp,
libsfml-network.so.1
namespace sf
SocketUDP::Close ( )
[symbol: _ZN2sf9SocketUDP5CloseEv]
SocketUDP::operator!= ( SocketUDP const& Other ) const
[symbol: _ZNK2sf9SocketUDPneERKS0_]
SocketUDP::operator< ( SocketUDP const& Other ) const
[symbol: _ZNK2sf9SocketUDPltERKS0_]
SocketUDP::operator == ( SocketUDP const& Other ) const
[symbol: _ZNK2sf9SocketUDPeqERKS0_]
SocketUDP::Receive ( char* Data, std::size_t MaxSize, std::size_t& SizeReceived, IPAddress& Address, unsigned short Port )
[symbol: _ZN2sf9SocketUDP7ReceiveEPcjRjRNS_9IPAddressEt]
SocketUDP::Receive ( Packet& PacketToReceive, IPAddress& Address, unsigned short Port )
[symbol: _ZN2sf9SocketUDP7ReceiveERNS_6PacketERNS_9IPAddressEt]
SocketUDP::Send ( char const* Data, std::size_t Size, IPAddress const& Address, unsigned short Port )
[symbol: _ZN2sf9SocketUDP4SendEPKcjRKNS_9IPAddressEt]
SocketUDP::Send ( Packet& PacketToSend, IPAddress const& Address, unsigned short Port )
[symbol: _ZN2sf9SocketUDP4SendERNS_6PacketERKNS_9IPAddressEt]
SocketUDP::SocketUDP [in-charge] ( )
[symbol: _ZN2sf9SocketUDPC1Ev]
SocketUDP::SocketUDP [not-in-charge] ( )
[symbol: _ZN2sf9SocketUDPC2Ev]
Sound.hpp,
libsfml-audio.so.1
namespace sf
Sound::GetBuffer ( ) const
[symbol: _ZNK2sf5Sound9GetBufferEv]
Sound::GetLoop ( ) const
[symbol: _ZNK2sf5Sound7GetLoopEv]
Sound::GetPitch ( ) const
[symbol: _ZNK2sf5Sound8GetPitchEv]
Sound::GetPlayingOffset ( ) const
[symbol: _ZNK2sf5Sound16GetPlayingOffsetEv]
Sound::GetPosition ( float& X, float& Y, float& Z ) const
[symbol: _ZNK2sf5Sound11GetPositionERfS1_S1_]
Sound::GetStatus ( ) const
[symbol: _ZNK2sf5Sound9GetStatusEv]
Sound::GetVolume ( ) const
[symbol: _ZNK2sf5Sound9GetVolumeEv]
Sound::operator = ( Sound const& Other )
[symbol: _ZN2sf5SoundaSERKS0_]
Sound::Pause ( )
[symbol: _ZN2sf5Sound5PauseEv]
Sound::Play ( )
[symbol: _ZN2sf5Sound4PlayEv]
Sound::SetBuffer ( SoundBuffer const* Buffer )
[symbol: _ZN2sf5Sound9SetBufferEPKNS_11SoundBufferE]
Sound::SetLoop ( bool Loop )
[symbol: _ZN2sf5Sound7SetLoopEb]
Sound::SetPitch ( float Pitch )
[symbol: _ZN2sf5Sound8SetPitchEf]
Sound::SetPosition ( float X, float Y, float Z )
[symbol: _ZN2sf5Sound11SetPositionEfff]
Sound::SetVolume ( float Volume )
[symbol: _ZN2sf5Sound9SetVolumeEf]
Sound::Sound [in-charge] ( Sound const& Copy )
[symbol: _ZN2sf5SoundC1ERKS0_]
Sound::Sound [in-charge] ( SoundBuffer const* Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z )
[symbol: _ZN2sf5SoundC1EPKNS_11SoundBufferEbfffff]
Sound::Sound [not-in-charge] ( Sound const& Copy )
[symbol: _ZN2sf5SoundC2ERKS0_]
Sound::Sound [not-in-charge] ( SoundBuffer const* Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z )
[symbol: _ZN2sf5SoundC2EPKNS_11SoundBufferEbfffff]
Sound::Stop ( )
[symbol: _ZN2sf5Sound4StopEv]
Sound::~Sound [in-charge-deleting] ( )
[symbol: _ZN2sf5SoundD0Ev]
Sound::~Sound [in-charge] ( )
[symbol: _ZN2sf5SoundD1Ev]
Sound::~Sound [not-in-charge] ( )
[symbol: _ZN2sf5SoundD2Ev]
SoundBuffer.hpp,
libsfml-audio.so.1
namespace sf
SoundBuffer::GetChannelsCount ( ) const
[symbol: _ZNK2sf11SoundBuffer16GetChannelsCountEv]
SoundBuffer::GetDuration ( ) const
[symbol: _ZNK2sf11SoundBuffer11GetDurationEv]
SoundBuffer::GetSampleRate ( ) const
[symbol: _ZNK2sf11SoundBuffer13GetSampleRateEv]
SoundBuffer::GetSamples ( ) const
[symbol: _ZNK2sf11SoundBuffer10GetSamplesEv]
SoundBuffer::GetSamplesCount ( ) const
[symbol: _ZNK2sf11SoundBuffer15GetSamplesCountEv]
SoundBuffer::LoadFromFile ( std::string const& Filename )
[symbol: _ZN2sf11SoundBuffer12LoadFromFileERKSs]
SoundBuffer::LoadFromMemory ( Int16 const* Samples, std::size_t SamplesCount, unsigned int ChannelsCount, unsigned int SampleRate )
[symbol: _ZN2sf11SoundBuffer14LoadFromMemoryEPKsjjj]
SoundBuffer::operator = ( SoundBuffer const& Other )
[symbol: _ZN2sf11SoundBufferaSERKS0_]
SoundBuffer::SaveToFile ( std::string const& Filename ) const
[symbol: _ZNK2sf11SoundBuffer10SaveToFileERKSs]
SoundBuffer::SoundBuffer [in-charge] ( )
[symbol: _ZN2sf11SoundBufferC1Ev]
SoundBuffer::SoundBuffer [in-charge] ( SoundBuffer const& Copy )
[symbol: _ZN2sf11SoundBufferC1ERKS0_]
SoundBuffer::SoundBuffer [not-in-charge] ( )
[symbol: _ZN2sf11SoundBufferC2Ev]
SoundBuffer::SoundBuffer [not-in-charge] ( SoundBuffer const& Copy )
[symbol: _ZN2sf11SoundBufferC2ERKS0_]
SoundBuffer::~SoundBuffer [in-charge-deleting] ( )
[symbol: _ZN2sf11SoundBufferD0Ev]
SoundBuffer::~SoundBuffer [in-charge] ( )
[symbol: _ZN2sf11SoundBufferD1Ev]
SoundBuffer::~SoundBuffer [not-in-charge] ( )
[symbol: _ZN2sf11SoundBufferD2Ev]
SoundBufferRecorder.hpp,
libsfml-audio.so.1
namespace sf
SoundBufferRecorder::GetBuffer ( )
[symbol: _ZN2sf19SoundBufferRecorder9GetBufferEv]
SoundBufferRecorder::~SoundBufferRecorder [in-charge-deleting] ( )
[symbol: _ZN2sf19SoundBufferRecorderD0Ev]
SoundBufferRecorder::~SoundBufferRecorder [in-charge] ( )
[symbol: _ZN2sf19SoundBufferRecorderD1Ev]
SoundRecorder.hpp,
libsfml-audio.so.1
namespace sf
SoundRecorder::CanCapture ( ) [static]
[symbol: _ZN2sf13SoundRecorder10CanCaptureEv]
SoundRecorder::GetSampleRate ( ) const
[symbol: _ZNK2sf13SoundRecorder13GetSampleRateEv]
SoundRecorder::SoundRecorder [in-charge] ( )
[symbol: _ZN2sf13SoundRecorderC1Ev]
SoundRecorder::SoundRecorder [not-in-charge] ( )
[symbol: _ZN2sf13SoundRecorderC2Ev]
SoundRecorder::Start ( unsigned int SampleRate )
[symbol: _ZN2sf13SoundRecorder5StartEj]
SoundRecorder::Stop ( )
[symbol: _ZN2sf13SoundRecorder4StopEv]
SoundRecorder::~SoundRecorder [in-charge-deleting] ( )
[symbol: _ZN2sf13SoundRecorderD0Ev]
SoundRecorder::~SoundRecorder [in-charge] ( )
[symbol: _ZN2sf13SoundRecorderD1Ev]
SoundRecorder::~SoundRecorder [not-in-charge] ( )
[symbol: _ZN2sf13SoundRecorderD2Ev]
SoundStream.hpp,
libsfml-audio.so.1
namespace sf
SoundStream::GetChannelsCount ( ) const
[symbol: _ZNK2sf11SoundStream16GetChannelsCountEv]
SoundStream::GetSampleRate ( ) const
[symbol: _ZNK2sf11SoundStream13GetSampleRateEv]
SoundStream::GetStatus ( ) const
[symbol: _ZNK2sf11SoundStream9GetStatusEv]
SoundStream::Initialize ( unsigned int ChannelsCount, unsigned int SampleRate )
[symbol: _ZN2sf11SoundStream10InitializeEjj]
SoundStream::Play ( )
[symbol: _ZN2sf11SoundStream4PlayEv]
SoundStream::SoundStream [in-charge] ( )
[symbol: _ZN2sf11SoundStreamC1Ev]
SoundStream::SoundStream [not-in-charge] ( )
[symbol: _ZN2sf11SoundStreamC2Ev]
SoundStream::Stop ( )
[symbol: _ZN2sf11SoundStream4StopEv]
SoundStream::~SoundStream [in-charge-deleting] ( )
[symbol: _ZN2sf11SoundStreamD0Ev]
SoundStream::~SoundStream [in-charge] ( )
[symbol: _ZN2sf11SoundStreamD1Ev]
SoundStream::~SoundStream [not-in-charge] ( )
[symbol: _ZN2sf11SoundStreamD2Ev]
Sprite.hpp,
libsfml-graphics.so.1
namespace sf
Sprite::GetHeight ( ) const
[symbol: _ZNK2sf6Sprite9GetHeightEv]
Sprite::GetImage ( ) const
[symbol: _ZNK2sf6Sprite8GetImageEv]
Sprite::GetPixel ( unsigned int X, unsigned int Y ) const
[symbol: _ZNK2sf6Sprite8GetPixelEjj]
Sprite::GetSubRect ( ) const
[symbol: _ZNK2sf6Sprite10GetSubRectEv]
Sprite::GetWidth ( ) const
[symbol: _ZNK2sf6Sprite8GetWidthEv]
Sprite::Render ( RenderWindow& Window )
[symbol: _ZN2sf6Sprite6RenderERNS_12RenderWindowE]
Sprite::Resize ( float Width, float Height )
[symbol: _ZN2sf6Sprite6ResizeEff]
Sprite::SetImage ( Image const& Img )
[symbol: _ZN2sf6Sprite8SetImageERKNS_5ImageE]
Sprite::SetSubRect ( IntRect const& SubRect )
[symbol: _ZN2sf6Sprite10SetSubRectERKNS_4RectIiEE]
Sprite::Sprite [in-charge] ( )
[symbol: _ZN2sf6SpriteC1Ev]
Sprite::Sprite [in-charge] ( Image const& Img, float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )
[symbol: _ZN2sf6SpriteC1ERKNS_5ImageEfffffRKNS_5ColorE]
Sprite::Sprite [not-in-charge] ( )
[symbol: _ZN2sf6SpriteC2Ev]
Sprite::Sprite [not-in-charge] ( Image const& Img, float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )
[symbol: _ZN2sf6SpriteC2ERKNS_5ImageEfffffRKNS_5ColorE]
Sprite::~Sprite [in-charge-deleting] ( )
[symbol: _ZN2sf6SpriteD0Ev]
Sprite::~Sprite [in-charge] ( )
[symbol: _ZN2sf6SpriteD1Ev]
String.hpp,
libsfml-graphics.so.1
namespace sf
String::GetFont ( ) const
[symbol: _ZNK2sf6String7GetFontEv]
String::GetRect ( ) const
[symbol: _ZNK2sf6String7GetRectEv]
String::GetSize ( ) const
[symbol: _ZNK2sf6String7GetSizeEv]
String::GetText ( ) const
[symbol: _ZNK2sf6String7GetTextEv]
String::GetUnicodeText ( ) const
[symbol: _ZNK2sf6String14GetUnicodeTextEv]
String::PreloadFont ( std::string const& Font, float Size, std::wstring Charset ) [static]
[symbol: _ZN2sf6String11PreloadFontERKSsfSbIwSt11char_traitsIwESaIwEE]
String::Render ( RenderWindow& Window )
[symbol: _ZN2sf6String6RenderERNS_12RenderWindowE]
String::SetFont ( std::string const& Font )
[symbol: _ZN2sf6String7SetFontERKSs]
String::SetSize ( float Size )
[symbol: _ZN2sf6String7SetSizeEf]
String::SetText ( std::string const& Text )
[symbol: _ZN2sf6String7SetTextERKSs]
String::SetText ( std::wstring const& Text )
[symbol: _ZN2sf6String7SetTextERKSbIwSt11char_traitsIwESaIwEE]
String::String [in-charge] ( std::string const& Text, std::string const& Font, float Size )
[symbol: _ZN2sf6StringC1ERKSsS2_f]
String::String [in-charge] ( std::wstring const& Text, std::string const& Font, float Size )
[symbol: _ZN2sf6StringC1ERKSbIwSt11char_traitsIwESaIwEERKSsf]
String::String [not-in-charge] ( std::string const& Text, std::string const& Font, float Size )
[symbol: _ZN2sf6StringC2ERKSsS2_f]
String::String [not-in-charge] ( std::wstring const& Text, std::string const& Font, float Size )
[symbol: _ZN2sf6StringC2ERKSbIwSt11char_traitsIwESaIwEERKSsf]
String::~String [in-charge-deleting] ( )
[symbol: _ZN2sf6StringD0Ev]
String::~String [in-charge] ( )
[symbol: _ZN2sf6StringD1Ev]
Thread.hpp,
libsfml-system.so.1
namespace sf
Thread::Launch ( )
[symbol: _ZN2sf6Thread6LaunchEv]
Thread::Terminate ( )
[symbol: _ZN2sf6Thread9TerminateEv]
Thread::Thread [in-charge] ( )
[symbol: _ZN2sf6ThreadC1Ev]
Thread::Thread [in-charge] ( Thread::FuncType Function, void* UserData )
[symbol: _ZN2sf6ThreadC1EPFvPvES1_]
Thread::Thread [not-in-charge] ( )
[symbol: _ZN2sf6ThreadC2Ev]
Thread::Thread [not-in-charge] ( Thread::FuncType Function, void* UserData )
[symbol: _ZN2sf6ThreadC2EPFvPvES1_]
Thread::Wait ( )
[symbol: _ZN2sf6Thread4WaitEv]
Thread::~Thread [in-charge-deleting] ( )
[symbol: _ZN2sf6ThreadD0Ev]
Thread::~Thread [in-charge] ( )
[symbol: _ZN2sf6ThreadD1Ev]
Thread::~Thread [not-in-charge] ( )
[symbol: _ZN2sf6ThreadD2Ev]
VideoMode.hpp,
libsfml-window.so.1
namespace sf
VideoMode::GetDesktopMode ( ) [static]
[symbol: _ZN2sf9VideoMode14GetDesktopModeEv]
VideoMode::GetMode ( std::size_t Index ) [static]
[symbol: _ZN2sf9VideoMode7GetModeEj]
VideoMode::GetModesCount ( ) [static]
[symbol: _ZN2sf9VideoMode13GetModesCountEv]
VideoMode::IsValid ( ) const
[symbol: _ZNK2sf9VideoMode7IsValidEv]
VideoMode::operator!= ( VideoMode const& Other ) const
[symbol: _ZNK2sf9VideoModeneERKS0_]
VideoMode::operator == ( VideoMode const& Other ) const
[symbol: _ZNK2sf9VideoModeeqERKS0_]
VideoMode::VideoMode [in-charge] ( )
[symbol: _ZN2sf9VideoModeC1Ev]
VideoMode::VideoMode [in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp )
[symbol: _ZN2sf9VideoModeC1Ejjj]
VideoMode::VideoMode [not-in-charge] ( )
[symbol: _ZN2sf9VideoModeC2Ev]
VideoMode::VideoMode [not-in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp )
[symbol: _ZN2sf9VideoModeC2Ejjj]
VideoResource.hpp,
libsfml-graphics.so.1
namespace sf
VideoResource::VideoResource [in-charge] ( )
[symbol: _ZN2sf13VideoResourceC1Ev]
VideoResource::VideoResource [in-charge] ( VideoResource const& p1 )
[symbol: _ZN2sf13VideoResourceC1ERKS0_]
VideoResource::VideoResource [not-in-charge] ( )
[symbol: _ZN2sf13VideoResourceC2Ev]
VideoResource::VideoResource [not-in-charge] ( VideoResource const& p1 )
[symbol: _ZN2sf13VideoResourceC2ERKS0_]
VideoResource::~VideoResource [in-charge-deleting] ( )
[symbol: _ZN2sf13VideoResourceD0Ev]
VideoResource::~VideoResource [in-charge] ( )
[symbol: _ZN2sf13VideoResourceD1Ev]
VideoResource::~VideoResource [not-in-charge] ( )
[symbol: _ZN2sf13VideoResourceD2Ev]
View.hpp,
libsfml-graphics.so.1
namespace sf
View::View [in-charge] ( )
[symbol: _ZN2sf4ViewC1Ev]
View::View [in-charge] ( float ViewLeft, float ViewTop, float ViewWidth, float ViewHeight, float ViewZoom )
[symbol: _ZN2sf4ViewC1Efffff]
View::View [not-in-charge] ( )
[symbol: _ZN2sf4ViewC2Ev]
View::View [not-in-charge] ( float ViewLeft, float ViewTop, float ViewWidth, float ViewHeight, float ViewZoom )
[symbol: _ZN2sf4ViewC2Efffff]
Window.hpp,
libsfml-window.so.1
namespace sf
Window::Create ( VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
[symbol: _ZN2sf6Window6CreateENS_9VideoModeERKSsNS0_5StyleEi]
Window::Create ( WindowHandle Handle, int AntialiasingLevel )
[symbol: _ZN2sf6Window6CreateEmi]
Window::Display ( )
[symbol: _ZN2sf6Window7DisplayEv]
Window::GetDepthBits ( ) const
[symbol: _ZNK2sf6Window12GetDepthBitsEv]
Window::GetEvent ( struct Event& EventReceived )
[symbol: _ZN2sf6Window8GetEventERNS_5EventE]
Window::GetFrameTime ( ) const
[symbol: _ZNK2sf6Window12GetFrameTimeEv]
Window::GetHeight ( ) const
[symbol: _ZNK2sf6Window9GetHeightEv]
Window::GetInput ( ) const
[symbol: _ZNK2sf6Window8GetInputEv]
Window::GetStencilBits ( ) const
[symbol: _ZNK2sf6Window14GetStencilBitsEv]
Window::GetWidth ( ) const
[symbol: _ZNK2sf6Window8GetWidthEv]
Window::SetCurrent ( ) const
[symbol: _ZNK2sf6Window10SetCurrentEv]
Window::SetFramerateLimit ( unsigned int Limit )
[symbol: _ZN2sf6Window17SetFramerateLimitEj]
Window::SetPosition ( int Left, int Top )
[symbol: _ZN2sf6Window11SetPositionEii]
Window::ShowMouseCursor ( bool Show )
[symbol: _ZN2sf6Window15ShowMouseCursorEb]
Window::UseVerticalSync ( bool Enabled )
[symbol: _ZN2sf6Window15UseVerticalSyncEb]
Window::Window [in-charge] ( )
[symbol: _ZN2sf6WindowC1Ev]
Window::Window [in-charge] ( VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
[symbol: _ZN2sf6WindowC1ENS_9VideoModeERKSsNS0_5StyleEi]
Window::Window [in-charge] ( WindowHandle Handle, int AntialiasingLevel )
[symbol: _ZN2sf6WindowC1Emi]
Window::Window [not-in-charge] ( )
[symbol: _ZN2sf6WindowC2Ev]
Window::Window [not-in-charge] ( VideoMode Mode, std::string const& Title, enum Window::Style WindowStyle, int AntialiasingLevel )
[symbol: _ZN2sf6WindowC2ENS_9VideoModeERKSsNS0_5StyleEi]
Window::Window [not-in-charge] ( WindowHandle Handle, int AntialiasingLevel )
[symbol: _ZN2sf6WindowC2Emi]
Window::~Window [in-charge-deleting] ( )
[symbol: _ZN2sf6WindowD0Ev]
Window::~Window [in-charge] ( )
[symbol: _ZN2sf6WindowD1Ev]
Window::~Window [not-in-charge] ( )
[symbol: _ZN2sf6WindowD2Ev]
WindowListener.hpp,
libsfml-window.so.1
namespace sf
WindowListener::~WindowListener [in-charge-deleting] ( )
[symbol: _ZN2sf14WindowListenerD0Ev]
WindowListener::~WindowListener [in-charge] ( )
[symbol: _ZN2sf14WindowListenerD1Ev]
to the top
Removed Symbols (387)
AudioResource.hpp,
libsfml-audio.so.1
namespace sf_private
sfAudioResource::sfAudioResource [in-charge] ( )
[symbol: _ZN10sf_private15sfAudioResourceC1Ev]
sfAudioResource::sfAudioResource [in-charge] ( sfAudioResource const& p1 )
[symbol: _ZN10sf_private15sfAudioResourceC1ERKS0_]
sfAudioResource::sfAudioResource [not-in-charge] ( )
[symbol: _ZN10sf_private15sfAudioResourceC2Ev]
sfAudioResource::sfAudioResource [not-in-charge] ( sfAudioResource const& p1 )
[symbol: _ZN10sf_private15sfAudioResourceC2ERKS0_]
sfAudioResource::~sfAudioResource [in-charge-deleting] ( )
[symbol: _ZN10sf_private15sfAudioResourceD0Ev]
sfAudioResource::~sfAudioResource [in-charge] ( )
[symbol: _ZN10sf_private15sfAudioResourceD1Ev]
sfAudioResource::~sfAudioResource [not-in-charge] ( )
[symbol: _ZN10sf_private15sfAudioResourceD2Ev]
vtable for sfAudioResource [data]
[symbol: _ZTVN10sf_private15sfAudioResourceE]
Clock.hpp,
libsfml-system.so.1
sfClock::GetElapsedTime ( ) const
[symbol: _ZNK7sfClock14GetElapsedTimeEv]
sfClock::Reset ( )
[symbol: _ZN7sfClock5ResetEv]
sfClock::sfClock [in-charge] ( )
[symbol: _ZN7sfClockC1Ev]
sfClock::sfClock [not-in-charge] ( )
[symbol: _ZN7sfClockC2Ev]
Color.hpp,
libsfml-graphics.so.1
sfColor::Black [data]
[symbol: _ZN7sfColor5BlackE]
sfColor::Blue [data]
[symbol: _ZN7sfColor4BlueE]
sfColor::Cyan [data]
[symbol: _ZN7sfColor4CyanE]
sfColor::Green [data]
[symbol: _ZN7sfColor5GreenE]
sfColor::Magenta [data]
[symbol: _ZN7sfColor7MagentaE]
sfColor::operator!= ( sfColor const& Other ) const
[symbol: _ZNK7sfColorneERKS_]
sfColor::operator == ( sfColor const& Other ) const
[symbol: _ZNK7sfColoreqERKS_]
sfColor::Red [data]
[symbol: _ZN7sfColor3RedE]
sfColor::sfColor [in-charge] ( )
[symbol: _ZN7sfColorC1Ev]
sfColor::sfColor [in-charge] ( sfUint32 ColorRGBA )
[symbol: _ZN7sfColorC1Ej]
sfColor::sfColor [in-charge] ( sfUint8 R, sfUint8 G, sfUint8 B, sfUint8 A )
[symbol: _ZN7sfColorC1Ehhhh]
sfColor::sfColor [not-in-charge] ( )
[symbol: _ZN7sfColorC2Ev]
sfColor::sfColor [not-in-charge] ( sfUint32 ColorRGBA )
[symbol: _ZN7sfColorC2Ej]
sfColor::sfColor [not-in-charge] ( sfUint8 R, sfUint8 G, sfUint8 B, sfUint8 A )
[symbol: _ZN7sfColorC2Ehhhh]
sfColor::ToRGBA ( ) const
[symbol: _ZNK7sfColor6ToRGBAEv]
sfColor::White [data]
[symbol: _ZN7sfColor5WhiteE]
sfColor::Yellow [data]
[symbol: _ZN7sfColor6YellowE]
Drawable.hpp,
libsfml-graphics.so.1
sfDrawable::GetColor ( ) const
[symbol: _ZNK10sfDrawable8GetColorEv]
sfDrawable::GetLeft ( ) const
[symbol: _ZNK10sfDrawable7GetLeftEv]
sfDrawable::GetRotation ( ) const
[symbol: _ZNK10sfDrawable11GetRotationEv]
sfDrawable::GetScale ( ) const
[symbol: _ZNK10sfDrawable8GetScaleEv]
sfDrawable::GetTop ( ) const
[symbol: _ZNK10sfDrawable6GetTopEv]
sfDrawable::Move ( float OffsetX, float OffsetY )
[symbol: _ZN10sfDrawable4MoveEff]
sfDrawable::Rotate ( float Angle )
[symbol: _ZN10sfDrawable6RotateEf]
sfDrawable::Scale ( float Factor )
[symbol: _ZN10sfDrawable5ScaleEf]
sfDrawable::SetColor ( sfColor const& Color )
[symbol: _ZN10sfDrawable8SetColorERK7sfColor]
sfDrawable::SetLeft ( float Left )
[symbol: _ZN10sfDrawable7SetLeftEf]
sfDrawable::SetRotation ( float Rotation )
[symbol: _ZN10sfDrawable11SetRotationEf]
sfDrawable::SetRotationCenter ( float X, float Y )
[symbol: _ZN10sfDrawable17SetRotationCenterEff]
sfDrawable::SetScale ( float Scale )
[symbol: _ZN10sfDrawable8SetScaleEf]
sfDrawable::SetTop ( float Top )
[symbol: _ZN10sfDrawable6SetTopEf]
sfDrawable::sfDrawable [in-charge] ( float Left, float Top, float Scale, float Rotation, sfColor const& Color )
[symbol: _ZN10sfDrawableC1EffffRK7sfColor]
sfDrawable::sfDrawable [not-in-charge] ( float Left, float Top, float Scale, float Rotation, sfColor const& Color )
[symbol: _ZN10sfDrawableC2EffffRK7sfColor]
sfDrawable::~sfDrawable [in-charge-deleting] ( )
[symbol: _ZN10sfDrawableD0Ev]
sfDrawable::~sfDrawable [in-charge] ( )
[symbol: _ZN10sfDrawableD1Ev]
sfDrawable::~sfDrawable [not-in-charge] ( )
[symbol: _ZN10sfDrawableD2Ev]
vtable for sfDrawable [data]
[symbol: _ZTV10sfDrawable]
Image.hpp,
libsfml-graphics.so.1
sfImage::Bind ( ) const
[symbol: _ZNK7sfImage4BindEv]
sfImage::Create ( unsigned int Width, unsigned int Height, sfColor const& Color )
[symbol: _ZN7sfImage6CreateEjjRK7sfColor]
sfImage::CreateMaskFromColor ( sfColor const& ColorKey )
[symbol: _ZN7sfImage19CreateMaskFromColorERK7sfColor]
sfImage::GetHeight ( ) const
[symbol: _ZNK7sfImage9GetHeightEv]
sfImage::GetPixel ( unsigned int X, unsigned int Y ) const
[symbol: _ZNK7sfImage8GetPixelEjj]
sfImage::GetPixelsPtr ( ) const
[symbol: _ZNK7sfImage12GetPixelsPtrEv]
sfImage::GetTexCoords ( sfIntRect const& Rect ) const
[symbol: _ZNK7sfImage12GetTexCoordsERK6sfRectIiE]
sfImage::GetValidTextureSize ( unsigned int Size ) [static]
[symbol: _ZN7sfImage19GetValidTextureSizeEj]
sfImage::GetWidth ( ) const
[symbol: _ZNK7sfImage8GetWidthEv]
sfImage::LoadFromFile ( std::string const& Filename )
[symbol: _ZN7sfImage12LoadFromFileERKSs]
sfImage::LoadFromMemory ( unsigned int Width, unsigned int Height, void const* Data )
[symbol: _ZN7sfImage14LoadFromMemoryEjjPKv]
sfImage::operator = ( sfImage const& Other )
[symbol: _ZN7sfImageaSERKS_]
sfImage::Resize ( unsigned int Width, unsigned int Height, sfColor const& Color )
[symbol: _ZN7sfImage6ResizeEjjRK7sfColor]
sfImage::SaveToFile ( std::string const& Filename ) const
[symbol: _ZNK7sfImage10SaveToFileERKSs]
sfImage::SetPixel ( unsigned int X, unsigned int Y, sfColor const& Color )
[symbol: _ZN7sfImage8SetPixelEjjRK7sfColor]
sfImage::SetRepeat ( bool Repeat ) const
[symbol: _ZNK7sfImage9SetRepeatEb]
sfImage::SetSmooth ( bool Smooth ) const
[symbol: _ZNK7sfImage9SetSmoothEb]
sfImage::sfImage [in-charge] ( )
[symbol: _ZN7sfImageC1Ev]
sfImage::sfImage [in-charge] ( sfImage const& Copy )
[symbol: _ZN7sfImageC1ERKS_]
sfImage::sfImage [in-charge] ( unsigned int Width, unsigned int Height, sfColor const& Color )
[symbol: _ZN7sfImageC1EjjRK7sfColor]
sfImage::sfImage [in-charge] ( unsigned int Width, unsigned int Height, void const* Data )
[symbol: _ZN7sfImageC1EjjPKv]
sfImage::sfImage [not-in-charge] ( )
[symbol: _ZN7sfImageC2Ev]
sfImage::sfImage [not-in-charge] ( sfImage const& Copy )
[symbol: _ZN7sfImageC2ERKS_]
sfImage::sfImage [not-in-charge] ( unsigned int Width, unsigned int Height, sfColor const& Color )
[symbol: _ZN7sfImageC2EjjRK7sfColor]
sfImage::sfImage [not-in-charge] ( unsigned int Width, unsigned int Height, void const* Data )
[symbol: _ZN7sfImageC2EjjPKv]
sfImage::Update ( )
[symbol: _ZN7sfImage6UpdateEv]
sfImage::~sfImage [in-charge-deleting] ( )
[symbol: _ZN7sfImageD0Ev]
sfImage::~sfImage [in-charge] ( )
[symbol: _ZN7sfImageD1Ev]
sfImage::~sfImage [not-in-charge] ( )
[symbol: _ZN7sfImageD2Ev]
vtable for sfImage [data]
[symbol: _ZTV7sfImage]
Input.hpp,
libsfml-window.so.1
sfInput::GetJoystickX ( unsigned int JoyId ) const
[symbol: _ZNK7sfInput12GetJoystickXEj]
sfInput::GetJoystickY ( unsigned int JoyId ) const
[symbol: _ZNK7sfInput12GetJoystickYEj]
sfInput::GetJoystickZ ( unsigned int JoyId ) const
[symbol: _ZNK7sfInput12GetJoystickZEj]
sfInput::GetMouseX ( ) const
[symbol: _ZNK7sfInput9GetMouseXEv]
sfInput::GetMouseY ( ) const
[symbol: _ZNK7sfInput9GetMouseYEv]
sfInput::IsJoystickButtonDown ( unsigned int JoyId, unsigned int Button ) const
[symbol: _ZNK7sfInput20IsJoystickButtonDownEjj]
sfInput::IsKeyDown ( enum sfKey::Code Key ) const
[symbol: _ZNK7sfInput9IsKeyDownEN5sfKey4CodeE]
sfInput::IsMouseButtonDown ( enum sfMouse::Button Button ) const
[symbol: _ZNK7sfInput17IsMouseButtonDownEN7sfMouse6ButtonE]
sfInput::sfInput [in-charge] ( )
[symbol: _ZN7sfInputC1Ev]
sfInput::sfInput [not-in-charge] ( )
[symbol: _ZN7sfInputC2Ev]
sfInput::~sfInput [in-charge-deleting] ( )
[symbol: _ZN7sfInputD0Ev]
sfInput::~sfInput [in-charge] ( )
[symbol: _ZN7sfInputD1Ev]
vtable for sfInput [data]
[symbol: _ZTV7sfInput]
IPAddress.hpp,
libsfml-network.so.1
operator<< ( std::ostream& Stream, sfIPAddress const& Address )
[symbol: _ZlsRSoRK11sfIPAddress]
operator>> ( std::istream& Stream, sfIPAddress& Address )
[symbol: _ZrsRSiR11sfIPAddress]
sfIPAddress::GetLocalAddress ( ) [static]
[symbol: _ZN11sfIPAddress15GetLocalAddressEv]
sfIPAddress::GetPublicAddress ( ) [static]
[symbol: _ZN11sfIPAddress16GetPublicAddressEv]
sfIPAddress::IsValid ( ) const
[symbol: _ZNK11sfIPAddress7IsValidEv]
sfIPAddress::LocalHost [data]
[symbol: _ZN11sfIPAddress9LocalHostE]
sfIPAddress::operator!= ( sfIPAddress const& Other ) const
[symbol: _ZNK11sfIPAddressneERKS_]
sfIPAddress::operator< ( sfIPAddress const& Other ) const
[symbol: _ZNK11sfIPAddressltERKS_]
sfIPAddress::operator<= ( sfIPAddress const& Other ) const
[symbol: _ZNK11sfIPAddressleERKS_]
sfIPAddress::operator == ( sfIPAddress const& Other ) const
[symbol: _ZNK11sfIPAddresseqERKS_]
sfIPAddress::operator> ( sfIPAddress const& Other ) const
[symbol: _ZNK11sfIPAddressgtERKS_]
sfIPAddress::operator>= ( sfIPAddress const& Other ) const
[symbol: _ZNK11sfIPAddressgeERKS_]
sfIPAddress::sfIPAddress [in-charge] ( )
[symbol: _ZN11sfIPAddressC1Ev]
sfIPAddress::sfIPAddress [in-charge] ( sfUint8 Byte0, sfUint8 Byte1, sfUint8 Byte2, sfUint8 Byte3 )
[symbol: _ZN11sfIPAddressC1Ehhhh]
sfIPAddress::sfIPAddress [in-charge] ( std::string const& Address )
[symbol: _ZN11sfIPAddressC1ERKSs]
sfIPAddress::sfIPAddress [not-in-charge] ( )
[symbol: _ZN11sfIPAddressC2Ev]
sfIPAddress::sfIPAddress [not-in-charge] ( sfUint8 Byte0, sfUint8 Byte1, sfUint8 Byte2, sfUint8 Byte3 )
[symbol: _ZN11sfIPAddressC2Ehhhh]
sfIPAddress::sfIPAddress [not-in-charge] ( std::string const& Address )
[symbol: _ZN11sfIPAddressC2ERKSs]
sfIPAddress::ToString ( ) const
[symbol: _ZNK11sfIPAddress8ToStringEv]
Lock.hpp,
libsfml-system.so.1
sfLock::sfLock [in-charge] ( sfMutex& Mutex )
[symbol: _ZN6sfLockC1ER7sfMutex]
sfLock::sfLock [not-in-charge] ( sfMutex& Mutex )
[symbol: _ZN6sfLockC2ER7sfMutex]
sfLock::~sfLock [in-charge] ( )
[symbol: _ZN6sfLockD1Ev]
sfLock::~sfLock [not-in-charge] ( )
[symbol: _ZN6sfLockD2Ev]
Music.hpp,
libsfml-audio.so.1
sfMusic::GetDuration ( ) const
[symbol: _ZNK7sfMusic11GetDurationEv]
sfMusic::GetLoop ( ) const
[symbol: _ZNK7sfMusic7GetLoopEv]
sfMusic::Open ( std::string const& Filename )
[symbol: _ZN7sfMusic4OpenERKSs]
sfMusic::SetLoop ( bool Loop )
[symbol: _ZN7sfMusic7SetLoopEb]
sfMusic::sfMusic [in-charge] ( std::size_t BufferSize )
[symbol: _ZN7sfMusicC1Ej]
sfMusic::sfMusic [not-in-charge] ( std::size_t BufferSize )
[symbol: _ZN7sfMusicC2Ej]
sfMusic::~sfMusic [in-charge-deleting] ( )
[symbol: _ZN7sfMusicD0Ev]
sfMusic::~sfMusic [in-charge] ( )
[symbol: _ZN7sfMusicD1Ev]
sfMusic::~sfMusic [not-in-charge] ( )
[symbol: _ZN7sfMusicD2Ev]
vtable for sfMusic [data]
[symbol: _ZTV7sfMusic]
Mutex.hpp,
libsfml-system.so.1
sfMutex::Lock ( )
[symbol: _ZN7sfMutex4LockEv]
sfMutex::sfMutex [in-charge] ( )
[symbol: _ZN7sfMutexC1Ev]
sfMutex::sfMutex [not-in-charge] ( )
[symbol: _ZN7sfMutexC2Ev]
sfMutex::Unlock ( )
[symbol: _ZN7sfMutex6UnlockEv]
sfMutex::~sfMutex [in-charge] ( )
[symbol: _ZN7sfMutexD1Ev]
sfMutex::~sfMutex [not-in-charge] ( )
[symbol: _ZN7sfMutexD2Ev]
OpenGLCaps.hpp,
libsfml-window.so.1
sfOpenGLCaps::CheckExtension ( std::string const& Name ) [static]
[symbol: _ZN12sfOpenGLCaps14CheckExtensionERKSs]
sfOpenGLCaps::GetMaxTextureSize ( ) [static]
[symbol: _ZN12sfOpenGLCaps17GetMaxTextureSizeEv]
sfOpenGLCaps::GetMaxTextureUnits ( ) [static]
[symbol: _ZN12sfOpenGLCaps18GetMaxTextureUnitsEv]
Packet.hpp,
libsfml-network.so.1
sfPacket::Append ( void const* Data, std::size_t SizeInBytes )
[symbol: _ZN8sfPacket6AppendEPKvj]
sfPacket::Clear ( )
[symbol: _ZN8sfPacket5ClearEv]
sfPacket::GetData ( ) const
[symbol: _ZNK8sfPacket7GetDataEv]
sfPacket::GetDataSize ( ) const
[symbol: _ZNK8sfPacket11GetDataSizeEv]
sfPacket::operator<< ( char const* Data )
[symbol: _ZN8sfPacketlsEPKc]
sfPacket::operator<< ( double Data )
[symbol: _ZN8sfPacketlsEd]
sfPacket::operator<< ( float Data )
[symbol: _ZN8sfPacketlsEf]
sfPacket::operator<< ( sfInt16 Data )
[symbol: _ZN8sfPacketlsEs]
sfPacket::operator<< ( sfInt32 Data )
[symbol: _ZN8sfPacketlsEi]
sfPacket::operator<< ( sfInt8 Data )
[symbol: _ZN8sfPacketlsEc]
sfPacket::operator<< ( sfUint16 Data )
[symbol: _ZN8sfPacketlsEt]
sfPacket::operator<< ( sfUint32 Data )
[symbol: _ZN8sfPacketlsEj]
sfPacket::operator<< ( sfUint8 Data )
[symbol: _ZN8sfPacketlsEh]
sfPacket::operator<< ( std::string const& Data )
[symbol: _ZN8sfPacketlsERKSs]
sfPacket::operator>> ( char* Data )
[symbol: _ZN8sfPacketrsEPc]
sfPacket::operator>> ( double& Data )
[symbol: _ZN8sfPacketrsERd]
sfPacket::operator>> ( float& Data )
[symbol: _ZN8sfPacketrsERf]
sfPacket::operator>> ( sfInt16& Data )
[symbol: _ZN8sfPacketrsERs]
sfPacket::operator>> ( sfInt32& Data )
[symbol: _ZN8sfPacketrsERi]
sfPacket::operator>> ( sfInt8& Data )
[symbol: _ZN8sfPacketrsERc]
sfPacket::operator>> ( sfUint16& Data )
[symbol: _ZN8sfPacketrsERt]
sfPacket::operator>> ( sfUint32& Data )
[symbol: _ZN8sfPacketrsERj]
sfPacket::operator>> ( sfUint8& Data )
[symbol: _ZN8sfPacketrsERh]
sfPacket::operator>> ( std::string& Data )
[symbol: _ZN8sfPacketrsERSs]
sfPacket::sfPacket [in-charge] ( )
[symbol: _ZN8sfPacketC1Ev]
sfPacket::sfPacket [not-in-charge] ( )
[symbol: _ZN8sfPacketC2Ev]
sfPacket::~sfPacket [in-charge-deleting] ( )
[symbol: _ZN8sfPacketD0Ev]
sfPacket::~sfPacket [in-charge] ( )
[symbol: _ZN8sfPacketD1Ev]
sfPacket::~sfPacket [not-in-charge] ( )
[symbol: _ZN8sfPacketD2Ev]
vtable for sfPacket [data]
[symbol: _ZTV8sfPacket]
PostFX.hpp,
libsfml-graphics.so.1
sfPostFX::CanUsePostFX ( ) [static]
[symbol: _ZN8sfPostFX12CanUsePostFXEv]
sfPostFX::LoadFromFile ( std::string const& Filename )
[symbol: _ZN8sfPostFX12LoadFromFileERKSs]
sfPostFX::operator = ( sfPostFX const& Other )
[symbol: _ZN8sfPostFXaSERKS_]
sfPostFX::Render ( sfRenderWindow& Window )
[symbol: _ZN8sfPostFX6RenderER14sfRenderWindow]
sfPostFX::SetParameter ( std::string const& Name, float X )
[symbol: _ZN8sfPostFX12SetParameterERKSsf]
sfPostFX::SetParameter ( std::string const& Name, float X, float Y )
[symbol: _ZN8sfPostFX12SetParameterERKSsff]
sfPostFX::SetParameter ( std::string const& Name, float X, float Y, float Z )
[symbol: _ZN8sfPostFX12SetParameterERKSsfff]
sfPostFX::SetParameter ( std::string const& Name, float X, float Y, float Z, float W )
[symbol: _ZN8sfPostFX12SetParameterERKSsffff]
sfPostFX::SetTexture ( std::string const& Name, sfImage* Image )
[symbol: _ZN8sfPostFX10SetTextureERKSsP7sfImage]
sfPostFX::sfPostFX [in-charge] ( )
[symbol: _ZN8sfPostFXC1Ev]
sfPostFX::sfPostFX [in-charge] ( sfPostFX const& Copy )
[symbol: _ZN8sfPostFXC1ERKS_]
sfPostFX::sfPostFX [in-charge] ( std::string const& Filename )
[symbol: _ZN8sfPostFXC1ERKSs]
sfPostFX::sfPostFX [not-in-charge] ( )
[symbol: _ZN8sfPostFXC2Ev]
sfPostFX::sfPostFX [not-in-charge] ( sfPostFX const& Copy )
[symbol: _ZN8sfPostFXC2ERKS_]
sfPostFX::sfPostFX [not-in-charge] ( std::string const& Filename )
[symbol: _ZN8sfPostFXC2ERKSs]
sfPostFX::~sfPostFX [in-charge-deleting] ( )
[symbol: _ZN8sfPostFXD0Ev]
sfPostFX::~sfPostFX [in-charge] ( )
[symbol: _ZN8sfPostFXD1Ev]
sfPostFX::~sfPostFX [not-in-charge] ( )
[symbol: _ZN8sfPostFXD2Ev]
vtable for sfPostFX [data]
[symbol: _ZTV8sfPostFX]
Randomizer.hpp,
libsfml-system.so.1
sfRandomizer::GetSeed ( ) [static]
[symbol: _ZN12sfRandomizer7GetSeedEv]
sfRandomizer::Random ( float Begin, float End ) [static]
[symbol: _ZN12sfRandomizer6RandomEff]
sfRandomizer::Random ( int Begin, int End ) [static]
[symbol: _ZN12sfRandomizer6RandomEii]
sfRandomizer::SetSeed ( unsigned int Seed ) [static]
[symbol: _ZN12sfRandomizer7SetSeedEj]
RenderWindow.hpp,
libsfml-graphics.so.1
sfRenderWindow::BeginOpenGL ( )
[symbol: _ZN14sfRenderWindow11BeginOpenGLEv]
sfRenderWindow::Capture ( std::string const& Filename ) const
[symbol: _ZNK14sfRenderWindow7CaptureERKSs]
sfRenderWindow::Create ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
[symbol: _ZN14sfRenderWindow6CreateE11sfVideoModeRKSsb]
sfRenderWindow::Create ( sfWindowHandle Handle )
[symbol: _ZN14sfRenderWindow6CreateEm]
sfRenderWindow::Display ( )
[symbol: _ZN14sfRenderWindow7DisplayEv]
sfRenderWindow::Draw ( sfDrawable& Object )
[symbol: _ZN14sfRenderWindow4DrawER10sfDrawable]
sfRenderWindow::EndOpenGL ( )
[symbol: _ZN14sfRenderWindow9EndOpenGLEv]
sfRenderWindow::GetEvent ( struct sfEvent& Event )
[symbol: _ZN14sfRenderWindow8GetEventER7sfEvent]
sfRenderWindow::GetViewRect ( ) const
[symbol: _ZNK14sfRenderWindow11GetViewRectEv]
sfRenderWindow::SetBackgroundColor ( sfColor const& Color )
[symbol: _ZN14sfRenderWindow18SetBackgroundColorERK7sfColor]
sfRenderWindow::SetView ( sfView const* View )
[symbol: _ZN14sfRenderWindow7SetViewEPK6sfView]
sfRenderWindow::sfRenderWindow [in-charge] ( )
[symbol: _ZN14sfRenderWindowC1Ev]
sfRenderWindow::sfRenderWindow [in-charge] ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
[symbol: _ZN14sfRenderWindowC1E11sfVideoModeRKSsb]
sfRenderWindow::sfRenderWindow [in-charge] ( sfWindowHandle Handle )
[symbol: _ZN14sfRenderWindowC1Em]
sfRenderWindow::sfRenderWindow [not-in-charge] ( )
[symbol: _ZN14sfRenderWindowC2Ev]
sfRenderWindow::sfRenderWindow [not-in-charge] ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
[symbol: _ZN14sfRenderWindowC2E11sfVideoModeRKSsb]
sfRenderWindow::sfRenderWindow [not-in-charge] ( sfWindowHandle Handle )
[symbol: _ZN14sfRenderWindowC2Em]
sfRenderWindow::~sfRenderWindow [in-charge-deleting] ( )
[symbol: _ZN14sfRenderWindowD0Ev]
sfRenderWindow::~sfRenderWindow [in-charge] ( )
[symbol: _ZN14sfRenderWindowD1Ev]
sfRenderWindow::~sfRenderWindow [not-in-charge] ( )
[symbol: _ZN14sfRenderWindowD2Ev]
vtable for sfRenderWindow [data]
[symbol: _ZTV14sfRenderWindow]
Sleep.hpp,
libsfml-system.so.1
sfSleep ( float Duration )
[symbol: _Z7sfSleepf]
SocketTCP.hpp,
libsfml-network.so.1
sfSocketTCP::Accept ( sfIPAddress* Address )
[symbol: _ZN11sfSocketTCP6AcceptEP11sfIPAddress]
sfSocketTCP::Close ( )
[symbol: _ZN11sfSocketTCP5CloseEv]
sfSocketTCP::Connect ( unsigned short Port, sfIPAddress const& HostAddress )
[symbol: _ZN11sfSocketTCP7ConnectEtRK11sfIPAddress]
sfSocketTCP::Listen ( unsigned short Port )
[symbol: _ZN11sfSocketTCP6ListenEt]
sfSocketTCP::operator!= ( sfSocketTCP const& Other ) const
[symbol: _ZNK11sfSocketTCPneERKS_]
sfSocketTCP::operator< ( sfSocketTCP const& Other ) const
[symbol: _ZNK11sfSocketTCPltERKS_]
sfSocketTCP::operator == ( sfSocketTCP const& Other ) const
[symbol: _ZNK11sfSocketTCPeqERKS_]
sfSocketTCP::Receive ( char* Data, std::size_t MaxSize, std::size_t& SizeReceived )
[symbol: _ZN11sfSocketTCP7ReceiveEPcjRj]
sfSocketTCP::Receive ( sfPacket& Packet )
[symbol: _ZN11sfSocketTCP7ReceiveER8sfPacket]
sfSocketTCP::Send ( char const* Data, std::size_t Size )
[symbol: _ZN11sfSocketTCP4SendEPKcj]
sfSocketTCP::Send ( sfPacket& Packet )
[symbol: _ZN11sfSocketTCP4SendER8sfPacket]
sfSocketTCP::sfSocketTCP [in-charge] ( )
[symbol: _ZN11sfSocketTCPC1Ev]
sfSocketTCP::sfSocketTCP [not-in-charge] ( )
[symbol: _ZN11sfSocketTCPC2Ev]
SocketUDP.hpp,
libsfml-network.so.1
sfSocketUDP::Close ( )
[symbol: _ZN11sfSocketUDP5CloseEv]
sfSocketUDP::operator!= ( sfSocketUDP const& Other ) const
[symbol: _ZNK11sfSocketUDPneERKS_]
sfSocketUDP::operator< ( sfSocketUDP const& Other ) const
[symbol: _ZNK11sfSocketUDPltERKS_]
sfSocketUDP::operator == ( sfSocketUDP const& Other ) const
[symbol: _ZNK11sfSocketUDPeqERKS_]
sfSocketUDP::Receive ( char* Data, std::size_t MaxSize, std::size_t& SizeReceived, sfIPAddress& Address, unsigned short Port )
[symbol: _ZN11sfSocketUDP7ReceiveEPcjRjR11sfIPAddresst]
sfSocketUDP::Receive ( sfPacket& Packet, sfIPAddress& Address, unsigned short Port )
[symbol: _ZN11sfSocketUDP7ReceiveER8sfPacketR11sfIPAddresst]
sfSocketUDP::Send ( char const* Data, std::size_t Size, sfIPAddress const& Address, unsigned short Port )
[symbol: _ZN11sfSocketUDP4SendEPKcjRK11sfIPAddresst]
sfSocketUDP::Send ( sfPacket& Packet, sfIPAddress const& Address, unsigned short Port )
[symbol: _ZN11sfSocketUDP4SendER8sfPacketRK11sfIPAddresst]
sfSocketUDP::sfSocketUDP [in-charge] ( )
[symbol: _ZN11sfSocketUDPC1Ev]
sfSocketUDP::sfSocketUDP [not-in-charge] ( )
[symbol: _ZN11sfSocketUDPC2Ev]
Sound.hpp,
libsfml-audio.so.1
sfSound::GetBuffer ( ) const
[symbol: _ZNK7sfSound9GetBufferEv]
sfSound::GetLoop ( ) const
[symbol: _ZNK7sfSound7GetLoopEv]
sfSound::GetPitch ( ) const
[symbol: _ZNK7sfSound8GetPitchEv]
sfSound::GetPlayingOffset ( ) const
[symbol: _ZNK7sfSound16GetPlayingOffsetEv]
sfSound::GetPosition ( float& X, float& Y, float& Z ) const
[symbol: _ZNK7sfSound11GetPositionERfS0_S0_]
sfSound::GetStatus ( ) const
[symbol: _ZNK7sfSound9GetStatusEv]
sfSound::GetVolume ( ) const
[symbol: _ZNK7sfSound9GetVolumeEv]
sfSound::operator = ( sfSound const& Other )
[symbol: _ZN7sfSoundaSERKS_]
sfSound::Pause ( )
[symbol: _ZN7sfSound5PauseEv]
sfSound::Play ( )
[symbol: _ZN7sfSound4PlayEv]
sfSound::SetBuffer ( sfSoundBuffer const* Buffer )
[symbol: _ZN7sfSound9SetBufferEPK13sfSoundBuffer]
sfSound::SetLoop ( bool Loop )
[symbol: _ZN7sfSound7SetLoopEb]
sfSound::SetPitch ( float Pitch )
[symbol: _ZN7sfSound8SetPitchEf]
sfSound::SetPosition ( float X, float Y, float Z )
[symbol: _ZN7sfSound11SetPositionEfff]
sfSound::SetVolume ( float Volume )
[symbol: _ZN7sfSound9SetVolumeEf]
sfSound::sfSound [in-charge] ( sfSound const& Copy )
[symbol: _ZN7sfSoundC1ERKS_]
sfSound::sfSound [in-charge] ( sfSoundBuffer const* Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z )
[symbol: _ZN7sfSoundC1EPK13sfSoundBufferbfffff]
sfSound::sfSound [not-in-charge] ( sfSound const& Copy )
[symbol: _ZN7sfSoundC2ERKS_]
sfSound::sfSound [not-in-charge] ( sfSoundBuffer const* Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z )
[symbol: _ZN7sfSoundC2EPK13sfSoundBufferbfffff]
sfSound::Stop ( )
[symbol: _ZN7sfSound4StopEv]
sfSound::~sfSound [in-charge-deleting] ( )
[symbol: _ZN7sfSoundD0Ev]
sfSound::~sfSound [in-charge] ( )
[symbol: _ZN7sfSoundD1Ev]
sfSound::~sfSound [not-in-charge] ( )
[symbol: _ZN7sfSoundD2Ev]
vtable for sfSound [data]
[symbol: _ZTV7sfSound]
SoundBuffer.hpp,
libsfml-audio.so.1
sfSoundBuffer::GetChannelsCount ( ) const
[symbol: _ZNK13sfSoundBuffer16GetChannelsCountEv]
sfSoundBuffer::GetDuration ( ) const
[symbol: _ZNK13sfSoundBuffer11GetDurationEv]
sfSoundBuffer::GetSampleRate ( ) const
[symbol: _ZNK13sfSoundBuffer13GetSampleRateEv]
sfSoundBuffer::GetSamples ( ) const
[symbol: _ZNK13sfSoundBuffer10GetSamplesEv]
sfSoundBuffer::GetSamplesCount ( ) const
[symbol: _ZNK13sfSoundBuffer15GetSamplesCountEv]
sfSoundBuffer::LoadFromFile ( std::string const& Filename )
[symbol: _ZN13sfSoundBuffer12LoadFromFileERKSs]
sfSoundBuffer::LoadFromMemory ( sfInt16 const* Samples, std::size_t SamplesCount, unsigned int ChannelsCount, unsigned int SampleRate )
[symbol: _ZN13sfSoundBuffer14LoadFromMemoryEPKsjjj]
sfSoundBuffer::operator = ( sfSoundBuffer const& Other )
[symbol: _ZN13sfSoundBufferaSERKS_]
sfSoundBuffer::SaveToFile ( std::string const& Filename ) const
[symbol: _ZNK13sfSoundBuffer10SaveToFileERKSs]
sfSoundBuffer::sfSoundBuffer [in-charge] ( )
[symbol: _ZN13sfSoundBufferC1Ev]
sfSoundBuffer::sfSoundBuffer [in-charge] ( sfSoundBuffer const& Copy )
[symbol: _ZN13sfSoundBufferC1ERKS_]
sfSoundBuffer::sfSoundBuffer [not-in-charge] ( )
[symbol: _ZN13sfSoundBufferC2Ev]
sfSoundBuffer::sfSoundBuffer [not-in-charge] ( sfSoundBuffer const& Copy )
[symbol: _ZN13sfSoundBufferC2ERKS_]
sfSoundBuffer::~sfSoundBuffer [in-charge-deleting] ( )
[symbol: _ZN13sfSoundBufferD0Ev]
sfSoundBuffer::~sfSoundBuffer [in-charge] ( )
[symbol: _ZN13sfSoundBufferD1Ev]
sfSoundBuffer::~sfSoundBuffer [not-in-charge] ( )
[symbol: _ZN13sfSoundBufferD2Ev]
vtable for sfSoundBuffer [data]
[symbol: _ZTV13sfSoundBuffer]
SoundBufferRecorder.hpp,
libsfml-audio.so.1
sfSoundBufferRecorder::GetBuffer ( )
[symbol: _ZN21sfSoundBufferRecorder9GetBufferEv]
sfSoundBufferRecorder::~sfSoundBufferRecorder [in-charge-deleting] ( )
[symbol: _ZN21sfSoundBufferRecorderD0Ev]
sfSoundBufferRecorder::~sfSoundBufferRecorder [in-charge] ( )
[symbol: _ZN21sfSoundBufferRecorderD1Ev]
vtable for sfSoundBufferRecorder [data]
[symbol: _ZTV21sfSoundBufferRecorder]
SoundRecorder.hpp,
libsfml-audio.so.1
sfSoundRecorder::CanCapture ( ) [static]
[symbol: _ZN15sfSoundRecorder10CanCaptureEv]
sfSoundRecorder::GetSampleRate ( ) const
[symbol: _ZNK15sfSoundRecorder13GetSampleRateEv]
sfSoundRecorder::sfSoundRecorder [in-charge] ( )
[symbol: _ZN15sfSoundRecorderC1Ev]
sfSoundRecorder::sfSoundRecorder [not-in-charge] ( )
[symbol: _ZN15sfSoundRecorderC2Ev]
sfSoundRecorder::Start ( unsigned int SampleRate )
[symbol: _ZN15sfSoundRecorder5StartEj]
sfSoundRecorder::Stop ( )
[symbol: _ZN15sfSoundRecorder4StopEv]
sfSoundRecorder::~sfSoundRecorder [in-charge-deleting] ( )
[symbol: _ZN15sfSoundRecorderD0Ev]
sfSoundRecorder::~sfSoundRecorder [in-charge] ( )
[symbol: _ZN15sfSoundRecorderD1Ev]
sfSoundRecorder::~sfSoundRecorder [not-in-charge] ( )
[symbol: _ZN15sfSoundRecorderD2Ev]
vtable for sfSoundRecorder [data]
[symbol: _ZTV15sfSoundRecorder]
SoundStream.hpp,
libsfml-audio.so.1
sfSoundStream::GetChannelsCount ( ) const
[symbol: _ZNK13sfSoundStream16GetChannelsCountEv]
sfSoundStream::GetSampleRate ( ) const
[symbol: _ZNK13sfSoundStream13GetSampleRateEv]
sfSoundStream::GetStatus ( ) const
[symbol: _ZNK13sfSoundStream9GetStatusEv]
sfSoundStream::Initialize ( unsigned int ChannelsCount, unsigned int SampleRate )
[symbol: _ZN13sfSoundStream10InitializeEjj]
sfSoundStream::Play ( )
[symbol: _ZN13sfSoundStream4PlayEv]
sfSoundStream::sfSoundStream [in-charge] ( )
[symbol: _ZN13sfSoundStreamC1Ev]
sfSoundStream::sfSoundStream [not-in-charge] ( )
[symbol: _ZN13sfSoundStreamC2Ev]
sfSoundStream::Stop ( )
[symbol: _ZN13sfSoundStream4StopEv]
sfSoundStream::~sfSoundStream [in-charge-deleting] ( )
[symbol: _ZN13sfSoundStreamD0Ev]
sfSoundStream::~sfSoundStream [in-charge] ( )
[symbol: _ZN13sfSoundStreamD1Ev]
sfSoundStream::~sfSoundStream [not-in-charge] ( )
[symbol: _ZN13sfSoundStreamD2Ev]
vtable for sfSoundStream [data]
[symbol: _ZTV13sfSoundStream]
Sprite.hpp,
libsfml-graphics.so.1
sfSprite::GetHeight ( ) const
[symbol: _ZNK8sfSprite9GetHeightEv]
sfSprite::GetImage ( ) const
[symbol: _ZNK8sfSprite8GetImageEv]
sfSprite::GetPixel ( unsigned int X, unsigned int Y ) const
[symbol: _ZNK8sfSprite8GetPixelEjj]
sfSprite::GetSubRect ( ) const
[symbol: _ZNK8sfSprite10GetSubRectEv]
sfSprite::GetWidth ( ) const
[symbol: _ZNK8sfSprite8GetWidthEv]
sfSprite::Render ( sfRenderWindow& Window )
[symbol: _ZN8sfSprite6RenderER14sfRenderWindow]
sfSprite::SetImage ( sfImage const& Image )
[symbol: _ZN8sfSprite8SetImageERK7sfImage]
sfSprite::SetSubRect ( sfIntRect const& SubRect )
[symbol: _ZN8sfSprite10SetSubRectERK6sfRectIiE]
sfSprite::sfSprite [in-charge] ( )
[symbol: _ZN8sfSpriteC1Ev]
sfSprite::sfSprite [in-charge] ( sfImage const& Image, float Left, float Top, float Scale, float Rotation, sfColor const& Color )
[symbol: _ZN8sfSpriteC1ERK7sfImageffffRK7sfColor]
sfSprite::sfSprite [not-in-charge] ( )
[symbol: _ZN8sfSpriteC2Ev]
sfSprite::sfSprite [not-in-charge] ( sfImage const& Image, float Left, float Top, float Scale, float Rotation, sfColor const& Color )
[symbol: _ZN8sfSpriteC2ERK7sfImageffffRK7sfColor]
sfSprite::~sfSprite [in-charge-deleting] ( )
[symbol: _ZN8sfSpriteD0Ev]
sfSprite::~sfSprite [in-charge] ( )
[symbol: _ZN8sfSpriteD1Ev]
vtable for sfSprite [data]
[symbol: _ZTV8sfSprite]
String.hpp,
libsfml-graphics.so.1
sfString::GetFont ( ) const
[symbol: _ZNK8sfString7GetFontEv]
sfString::GetRect ( ) const
[symbol: _ZNK8sfString7GetRectEv]
sfString::GetSize ( ) const
[symbol: _ZNK8sfString7GetSizeEv]
sfString::GetText ( ) const
[symbol: _ZNK8sfString7GetTextEv]
sfString::PreloadFont ( std::string const& Font, float Size ) [static]
[symbol: _ZN8sfString11PreloadFontERKSsf]
sfString::Render ( sfRenderWindow& Window )
[symbol: _ZN8sfString6RenderER14sfRenderWindow]
sfString::SetFont ( std::string const& Font )
[symbol: _ZN8sfString7SetFontERKSs]
sfString::SetSize ( float Size )
[symbol: _ZN8sfString7SetSizeEf]
sfString::SetText ( std::string const& Text )
[symbol: _ZN8sfString7SetTextERKSs]
sfString::sfString [in-charge] ( std::string const& Text, std::string const& Font, float Size )
[symbol: _ZN8sfStringC1ERKSsS1_f]
sfString::sfString [not-in-charge] ( std::string const& Text, std::string const& Font, float Size )
[symbol: _ZN8sfStringC2ERKSsS1_f]
sfString::~sfString [in-charge-deleting] ( )
[symbol: _ZN8sfStringD0Ev]
sfString::~sfString [in-charge] ( )
[symbol: _ZN8sfStringD1Ev]
vtable for sfString [data]
[symbol: _ZTV8sfString]
Thread.hpp,
libsfml-system.so.1
sfThread::Launch ( )
[symbol: _ZN8sfThread6LaunchEv]
sfThread::sfThread [in-charge] ( )
[symbol: _ZN8sfThreadC1Ev]
sfThread::sfThread [in-charge] ( sfThread::FuncType Function, void* UserData )
[symbol: _ZN8sfThreadC1EPFvPvES0_]
sfThread::sfThread [not-in-charge] ( )
[symbol: _ZN8sfThreadC2Ev]
sfThread::sfThread [not-in-charge] ( sfThread::FuncType Function, void* UserData )
[symbol: _ZN8sfThreadC2EPFvPvES0_]
sfThread::Terminate ( )
[symbol: _ZN8sfThread9TerminateEv]
sfThread::Wait ( )
[symbol: _ZN8sfThread4WaitEv]
sfThread::~sfThread [in-charge-deleting] ( )
[symbol: _ZN8sfThreadD0Ev]
sfThread::~sfThread [in-charge] ( )
[symbol: _ZN8sfThreadD1Ev]
sfThread::~sfThread [not-in-charge] ( )
[symbol: _ZN8sfThreadD2Ev]
vtable for sfThread [data]
[symbol: _ZTV8sfThread]
VideoMode.hpp,
libsfml-window.so.1
sfVideoMode::GetDesktopMode ( ) [static]
[symbol: _ZN11sfVideoMode14GetDesktopModeEv]
sfVideoMode::GetMode ( std::size_t Index ) [static]
[symbol: _ZN11sfVideoMode7GetModeEj]
sfVideoMode::GetModesCount ( ) [static]
[symbol: _ZN11sfVideoMode13GetModesCountEv]
sfVideoMode::IsValid ( ) const
[symbol: _ZNK11sfVideoMode7IsValidEv]
sfVideoMode::operator!= ( sfVideoMode const& Other ) const
[symbol: _ZNK11sfVideoModeneERKS_]
sfVideoMode::operator == ( sfVideoMode const& Other ) const
[symbol: _ZNK11sfVideoModeeqERKS_]
sfVideoMode::sfVideoMode [in-charge] ( )
[symbol: _ZN11sfVideoModeC1Ev]
sfVideoMode::sfVideoMode [in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp )
[symbol: _ZN11sfVideoModeC1Ejjj]
sfVideoMode::sfVideoMode [not-in-charge] ( )
[symbol: _ZN11sfVideoModeC2Ev]
sfVideoMode::sfVideoMode [not-in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp )
[symbol: _ZN11sfVideoModeC2Ejjj]
VideoResource.hpp,
libsfml-graphics.so.1
namespace sf_private
sfVideoResource::sfVideoResource [in-charge] ( )
[symbol: _ZN10sf_private15sfVideoResourceC1Ev]
sfVideoResource::sfVideoResource [in-charge] ( sfVideoResource const& p1 )
[symbol: _ZN10sf_private15sfVideoResourceC1ERKS0_]
sfVideoResource::sfVideoResource [not-in-charge] ( )
[symbol: _ZN10sf_private15sfVideoResourceC2Ev]
sfVideoResource::sfVideoResource [not-in-charge] ( sfVideoResource const& p1 )
[symbol: _ZN10sf_private15sfVideoResourceC2ERKS0_]
sfVideoResource::~sfVideoResource [in-charge-deleting] ( )
[symbol: _ZN10sf_private15sfVideoResourceD0Ev]
sfVideoResource::~sfVideoResource [in-charge] ( )
[symbol: _ZN10sf_private15sfVideoResourceD1Ev]
sfVideoResource::~sfVideoResource [not-in-charge] ( )
[symbol: _ZN10sf_private15sfVideoResourceD2Ev]
vtable for sfVideoResource [data]
[symbol: _ZTVN10sf_private15sfVideoResourceE]
View.hpp,
libsfml-graphics.so.1
sfView::sfView [in-charge] ( )
[symbol: _ZN6sfViewC1Ev]
sfView::sfView [in-charge] ( float ViewLeft, float ViewTop, float ViewWidth, float ViewHeight, float ViewZoom )
[symbol: _ZN6sfViewC1Efffff]
sfView::sfView [not-in-charge] ( )
[symbol: _ZN6sfViewC2Ev]
sfView::sfView [not-in-charge] ( float ViewLeft, float ViewTop, float ViewWidth, float ViewHeight, float ViewZoom )
[symbol: _ZN6sfViewC2Efffff]
Window.hpp,
libsfml-window.so.1
sfWindow::Create ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
[symbol: _ZN8sfWindow6CreateE11sfVideoModeRKSsb]
sfWindow::Create ( sfWindowHandle Handle )
[symbol: _ZN8sfWindow6CreateEm]
sfWindow::Display ( )
[symbol: _ZN8sfWindow7DisplayEv]
sfWindow::GetDepthBits ( ) const
[symbol: _ZNK8sfWindow12GetDepthBitsEv]
sfWindow::GetEvent ( struct sfEvent& Event )
[symbol: _ZN8sfWindow8GetEventER7sfEvent]
sfWindow::GetFrameTime ( ) const
[symbol: _ZNK8sfWindow12GetFrameTimeEv]
sfWindow::GetHeight ( ) const
[symbol: _ZNK8sfWindow9GetHeightEv]
sfWindow::GetInput ( ) const
[symbol: _ZNK8sfWindow8GetInputEv]
sfWindow::GetStencilBits ( ) const
[symbol: _ZNK8sfWindow14GetStencilBitsEv]
sfWindow::GetWidth ( ) const
[symbol: _ZNK8sfWindow8GetWidthEv]
sfWindow::SetCurrent ( ) const
[symbol: _ZNK8sfWindow10SetCurrentEv]
sfWindow::sfWindow [in-charge] ( )
[symbol: _ZN8sfWindowC1Ev]
sfWindow::sfWindow [in-charge] ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
[symbol: _ZN8sfWindowC1E11sfVideoModeRKSsb]
sfWindow::sfWindow [in-charge] ( sfWindowHandle Handle )
[symbol: _ZN8sfWindowC1Em]
sfWindow::sfWindow [not-in-charge] ( )
[symbol: _ZN8sfWindowC2Ev]
sfWindow::sfWindow [not-in-charge] ( sfVideoMode Mode, std::string const& Title, bool Fullscreen )
[symbol: _ZN8sfWindowC2E11sfVideoModeRKSsb]
sfWindow::sfWindow [not-in-charge] ( sfWindowHandle Handle )
[symbol: _ZN8sfWindowC2Em]
sfWindow::ShowMouseCursor ( bool Show )
[symbol: _ZN8sfWindow15ShowMouseCursorEb]
sfWindow::UseVerticalSync ( bool Enabled )
[symbol: _ZN8sfWindow15UseVerticalSyncEb]
sfWindow::~sfWindow [in-charge-deleting] ( )
[symbol: _ZN8sfWindowD0Ev]
sfWindow::~sfWindow [in-charge] ( )
[symbol: _ZN8sfWindowD1Ev]
sfWindow::~sfWindow [not-in-charge] ( )
[symbol: _ZN8sfWindowD2Ev]
vtable for sfWindow [data]
[symbol: _ZTV8sfWindow]
WindowListener.hpp,
libsfml-window.so.1
sfWindowListener::~sfWindowListener [in-charge-deleting] ( )
[symbol: _ZN16sfWindowListenerD0Ev]
sfWindowListener::~sfWindowListener [in-charge] ( )
[symbol: _ZN16sfWindowListenerD1Ev]
vtable for sfWindowListener [data]
[symbol: _ZTV16sfWindowListener]
to the top
Other Changes in Constants (2)
Config.hpp
[+] SFML_GLU_HEADER
| Change | Effect |
---|
1 | The constant SFML_GLU_HEADER with value <GL/glu.h> has been added. | No effect. |
[+] SFML_OPENGL_HEADER
| Change | Effect |
---|
1 | The constant SFML_OPENGL_HEADER with value <GL/gl.h> has been added. | No effect. |
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