Binary compatibility report for the SFML library between 1.6 and 2.0 versions on x86
Test Info
Library Name | SFML |
Version #1 | 1.6 |
Version #2 | 2.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 61 |
Total Shared Libraries | 5 |
Total Symbols / Types | 580 / 143 |
Verdict | Incompatible (87.3%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 651 |
Removed Symbols | High | 437 |
Problems with Data Types | High | 25 |
Medium | 7 |
Low | 132 |
Problems with Symbols | High | 25 |
Medium | 0 |
Low | 68 |
Problems with Constants | Low | 0 |
Added Symbols (651)
CircleShape.hpp,
libsfml-graphics.so.2.0
namespace sf
CircleShape::CircleShape [in-charge] ( float radius, unsigned int pointCount )
[symbol: _ZN2sf11CircleShapeC1Efj]
CircleShape::CircleShape [not-in-charge] ( float radius, unsigned int pointCount )
[symbol: _ZN2sf11CircleShapeC2Efj]
CircleShape::getPoint ( unsigned int index ) const
[symbol: _ZNK2sf11CircleShape8getPointEj]
CircleShape::getPointCount ( ) const
[symbol: _ZNK2sf11CircleShape13getPointCountEv]
CircleShape::getRadius ( ) const
[symbol: _ZNK2sf11CircleShape9getRadiusEv]
CircleShape::setPointCount ( unsigned int count )
[symbol: _ZN2sf11CircleShape13setPointCountEj]
CircleShape::setRadius ( float radius )
[symbol: _ZN2sf11CircleShape9setRadiusEf]
CircleShape::~CircleShape [in-charge-deleting] ( )
[symbol: _ZN2sf11CircleShapeD0Ev]
CircleShape::~CircleShape [in-charge] ( )
[symbol: _ZN2sf11CircleShapeD1Ev]
Clock.hpp,
libsfml-system.so.2.0
namespace sf
Clock::getElapsedTime ( ) const
[symbol: _ZNK2sf5Clock14getElapsedTimeEv]
Clock::restart ( )
[symbol: _ZN2sf5Clock7restartEv]
Color.hpp,
libsfml-graphics.so.2.0
namespace sf
Color::Transparent [data]
[symbol: _ZN2sf5Color11TransparentE]
operator!= ( Color const& left, Color const& right )
[symbol: _ZN2sfneERKNS_5ColorES2_]
operator*= ( Color& left, Color const& right )
[symbol: _ZN2sfmLERNS_5ColorERKS0_]
operator+= ( Color& left, Color const& right )
[symbol: _ZN2sfpLERNS_5ColorERKS0_]
operator == ( Color const& left, Color const& right )
[symbol: _ZN2sfeqERKNS_5ColorES2_]
Context.hpp,
libsfml-window.so.2.0
namespace sf
Context::Context [in-charge] ( ContextSettings const& settings, unsigned int width, unsigned int height )
[symbol: _ZN2sf7ContextC1ERKNS_15ContextSettingsEjj]
Context::Context [not-in-charge] ( ContextSettings const& settings, unsigned int width, unsigned int height )
[symbol: _ZN2sf7ContextC2ERKNS_15ContextSettingsEjj]
Context::setActive ( bool active )
[symbol: _ZN2sf7Context9setActiveEb]
ConvexShape.hpp,
libsfml-graphics.so.2.0
namespace sf
ConvexShape::ConvexShape [in-charge] ( unsigned int pointCount )
[symbol: _ZN2sf11ConvexShapeC1Ej]
ConvexShape::ConvexShape [not-in-charge] ( unsigned int pointCount )
[symbol: _ZN2sf11ConvexShapeC2Ej]
ConvexShape::getPoint ( unsigned int index ) const
[symbol: _ZNK2sf11ConvexShape8getPointEj]
ConvexShape::getPointCount ( ) const
[symbol: _ZNK2sf11ConvexShape13getPointCountEv]
ConvexShape::setPoint ( unsigned int index, Vector2f const& point )
[symbol: _ZN2sf11ConvexShape8setPointEjRKNS_7Vector2IfEE]
ConvexShape::setPointCount ( unsigned int count )
[symbol: _ZN2sf11ConvexShape13setPointCountEj]
ConvexShape::~ConvexShape [in-charge-deleting] ( )
[symbol: _ZN2sf11ConvexShapeD0Ev]
ConvexShape::~ConvexShape [in-charge] ( )
[symbol: _ZN2sf11ConvexShapeD1Ev]
Err.hpp,
libsfml-system.so.2.0
namespace sf
err ( )
[symbol: _ZN2sf3errEv]
Font.hpp,
libsfml-graphics.so.2.0
namespace sf
Font::Font [in-charge] ( Font const& copy )
[symbol: _ZN2sf4FontC1ERKS0_]
Font::Font [not-in-charge] ( Font const& copy )
[symbol: _ZN2sf4FontC2ERKS0_]
Font::getGlyph ( Uint32 codePoint, unsigned int characterSize, bool bold ) const
[symbol: _ZNK2sf4Font8getGlyphEjjb]
Font::getKerning ( Uint32 first, Uint32 second, unsigned int characterSize ) const
[symbol: _ZNK2sf4Font10getKerningEjjj]
Font::getLineSpacing ( unsigned int characterSize ) const
[symbol: _ZNK2sf4Font14getLineSpacingEj]
Font::getTexture ( unsigned int characterSize ) const
[symbol: _ZNK2sf4Font10getTextureEj]
Font::loadFromFile ( std::string const& filename )
[symbol: _ZN2sf4Font12loadFromFileERKSs]
Font::loadFromMemory ( void const* data, std::size_t sizeInBytes )
[symbol: _ZN2sf4Font14loadFromMemoryEPKvj]
Font::loadFromStream ( InputStream& stream )
[symbol: _ZN2sf4Font14loadFromStreamERNS_11InputStreamE]
Font::operator = ( Font const& right )
[symbol: _ZN2sf4FontaSERKS0_]
Font::Page::Page [in-charge] ( )
[symbol: _ZN2sf4Font4PageC1Ev]
Font::Page::Page [not-in-charge] ( )
[symbol: _ZN2sf4Font4PageC2Ev]
Font::~Font [not-in-charge] ( )
[symbol: _ZN2sf4FontD2Ev]
Ftp.hpp,
libsfml-network.so.2.0
namespace sf
Ftp::changeDirectory ( std::string const& directory )
[symbol: _ZN2sf3Ftp15changeDirectoryERKSs]
Ftp::connect ( IpAddress const& server, unsigned short port, Time timeout )
[symbol: _ZN2sf3Ftp7connectERKNS_9IpAddressEtNS_4TimeE]
Ftp::createDirectory ( std::string const& name )
[symbol: _ZN2sf3Ftp15createDirectoryERKSs]
Ftp::deleteDirectory ( std::string const& name )
[symbol: _ZN2sf3Ftp15deleteDirectoryERKSs]
Ftp::deleteFile ( std::string const& name )
[symbol: _ZN2sf3Ftp10deleteFileERKSs]
Ftp::DirectoryResponse::DirectoryResponse [in-charge] ( Ftp::Response const& response )
[symbol: _ZN2sf3Ftp17DirectoryResponseC1ERKNS0_8ResponseE]
Ftp::DirectoryResponse::DirectoryResponse [not-in-charge] ( Ftp::Response const& response )
[symbol: _ZN2sf3Ftp17DirectoryResponseC2ERKNS0_8ResponseE]
Ftp::DirectoryResponse::getDirectory ( ) const
[symbol: _ZNK2sf3Ftp17DirectoryResponse12getDirectoryEv]
Ftp::disconnect ( )
[symbol: _ZN2sf3Ftp10disconnectEv]
Ftp::download ( std::string const& remoteFile, std::string const& localPath, enum Ftp::TransferMode mode )
[symbol: _ZN2sf3Ftp8downloadERKSsS2_NS0_12TransferModeE]
Ftp::getDirectoryListing ( std::string const& directory )
[symbol: _ZN2sf3Ftp19getDirectoryListingERKSs]
Ftp::getWorkingDirectory ( )
[symbol: _ZN2sf3Ftp19getWorkingDirectoryEv]
Ftp::keepAlive ( )
[symbol: _ZN2sf3Ftp9keepAliveEv]
Ftp::ListingResponse::getListing ( ) const
[symbol: _ZNK2sf3Ftp15ListingResponse10getListingEv]
Ftp::ListingResponse::ListingResponse [in-charge] ( Ftp::Response const& response, std::vector<char>const& data )
[symbol: _ZN2sf3Ftp15ListingResponseC1ERKNS0_8ResponseERKSt6vectorIcSaIcEE]
Ftp::ListingResponse::ListingResponse [not-in-charge] ( Ftp::Response const& response, std::vector<char>const& data )
[symbol: _ZN2sf3Ftp15ListingResponseC2ERKNS0_8ResponseERKSt6vectorIcSaIcEE]
Ftp::login ( )
[symbol: _ZN2sf3Ftp5loginEv]
Ftp::login ( std::string const& name, std::string const& password )
[symbol: _ZN2sf3Ftp5loginERKSsS2_]
Ftp::parentDirectory ( )
[symbol: _ZN2sf3Ftp15parentDirectoryEv]
Ftp::renameFile ( std::string const& file, std::string const& newName )
[symbol: _ZN2sf3Ftp10renameFileERKSsS2_]
Ftp::Response::getMessage ( ) const
[symbol: _ZNK2sf3Ftp8Response10getMessageEv]
Ftp::Response::getStatus ( ) const
[symbol: _ZNK2sf3Ftp8Response9getStatusEv]
Ftp::Response::isOk ( ) const
[symbol: _ZNK2sf3Ftp8Response4isOkEv]
Ftp::upload ( std::string const& localFile, std::string const& remotePath, enum Ftp::TransferMode mode )
[symbol: _ZN2sf3Ftp6uploadERKSsS2_NS0_12TransferModeE]
GlResource.hpp,
libsfml-window.so.2.0
namespace sf
GlResource::ensureGlContext ( ) [static]
[symbol: _ZN2sf10GlResource15ensureGlContextEv]
GlResource::GlResource [in-charge] ( )
[symbol: _ZN2sf10GlResourceC1Ev]
GlResource::GlResource [not-in-charge] ( )
[symbol: _ZN2sf10GlResourceC2Ev]
GlResource::~GlResource [in-charge] ( )
[symbol: _ZN2sf10GlResourceD1Ev]
GlResource::~GlResource [not-in-charge] ( )
[symbol: _ZN2sf10GlResourceD2Ev]
Http.hpp,
libsfml-network.so.2.0
namespace sf
Http::Request::Request [in-charge] ( std::string const& uri, enum Http::Request::Method method, std::string const& body )
[symbol: _ZN2sf4Http7RequestC1ERKSsNS1_6MethodES3_]
Http::Request::Request [not-in-charge] ( std::string const& uri, enum Http::Request::Method method, std::string const& body )
[symbol: _ZN2sf4Http7RequestC2ERKSsNS1_6MethodES3_]
Http::Request::setBody ( std::string const& body )
[symbol: _ZN2sf4Http7Request7setBodyERKSs]
Http::Request::setField ( std::string const& field, std::string const& value )
[symbol: _ZN2sf4Http7Request8setFieldERKSsS3_]
Http::Request::setHttpVersion ( unsigned int major, unsigned int minor )
[symbol: _ZN2sf4Http7Request14setHttpVersionEjj]
Http::Request::setMethod ( enum Http::Request::Method method )
[symbol: _ZN2sf4Http7Request9setMethodENS1_6MethodE]
Http::Request::setUri ( std::string const& uri )
[symbol: _ZN2sf4Http7Request6setUriERKSs]
Http::Response::getBody ( ) const
[symbol: _ZNK2sf4Http8Response7getBodyEv]
Http::Response::getField ( std::string const& field ) const
[symbol: _ZNK2sf4Http8Response8getFieldERKSs]
Http::Response::getMajorHttpVersion ( ) const
[symbol: _ZNK2sf4Http8Response19getMajorHttpVersionEv]
Http::Response::getMinorHttpVersion ( ) const
[symbol: _ZNK2sf4Http8Response19getMinorHttpVersionEv]
Http::Response::getStatus ( ) const
[symbol: _ZNK2sf4Http8Response9getStatusEv]
Http::sendRequest ( Http::Request const& request, Time timeout )
[symbol: _ZN2sf4Http11sendRequestERKNS0_7RequestENS_4TimeE]
Http::setHost ( std::string const& host, unsigned short port )
[symbol: _ZN2sf4Http7setHostERKSst]
Image.hpp,
libsfml-graphics.so.2.0
namespace sf
Image::copy ( Image const& source, unsigned int destX, unsigned int destY, IntRect const& sourceRect, bool applyAlpha )
[symbol: _ZN2sf5Image4copyERKS0_jjRKNS_4RectIiEEb]
Image::create ( unsigned int width, unsigned int height, Color const& color )
[symbol: _ZN2sf5Image6createEjjRKNS_5ColorE]
Image::create ( unsigned int width, unsigned int height, Uint8 const* pixels )
[symbol: _ZN2sf5Image6createEjjPKh]
Image::createMaskFromColor ( Color const& color, Uint8 alpha )
[symbol: _ZN2sf5Image19createMaskFromColorERKNS_5ColorEh]
Image::flipHorizontally ( )
[symbol: _ZN2sf5Image16flipHorizontallyEv]
Image::flipVertically ( )
[symbol: _ZN2sf5Image14flipVerticallyEv]
Image::getPixel ( unsigned int x, unsigned int y ) const
[symbol: _ZNK2sf5Image8getPixelEjj]
Image::getPixelsPtr ( ) const
[symbol: _ZNK2sf5Image12getPixelsPtrEv]
Image::getSize ( ) const
[symbol: _ZNK2sf5Image7getSizeEv]
Image::loadFromFile ( std::string const& filename )
[symbol: _ZN2sf5Image12loadFromFileERKSs]
Image::loadFromMemory ( void const* data, std::size_t size )
[symbol: _ZN2sf5Image14loadFromMemoryEPKvj]
Image::loadFromStream ( InputStream& stream )
[symbol: _ZN2sf5Image14loadFromStreamERNS_11InputStreamE]
Image::saveToFile ( std::string const& filename ) const
[symbol: _ZNK2sf5Image10saveToFileERKSs]
Image::setPixel ( unsigned int x, unsigned int y, Color const& color )
[symbol: _ZN2sf5Image8setPixelEjjRKNS_5ColorE]
IpAddress.hpp,
libsfml-network.so.2.0
namespace sf
IpAddress::Broadcast [data]
[symbol: _ZN2sf9IpAddress9BroadcastE]
IpAddress::getLocalAddress ( ) [static]
[symbol: _ZN2sf9IpAddress15getLocalAddressEv]
IpAddress::getPublicAddress ( Time timeout ) [static]
[symbol: _ZN2sf9IpAddress16getPublicAddressENS_4TimeE]
IpAddress::IpAddress [in-charge] ( )
[symbol: _ZN2sf9IpAddressC1Ev]
IpAddress::IpAddress [in-charge] ( char const* address )
[symbol: _ZN2sf9IpAddressC1EPKc]
IpAddress::IpAddress [in-charge] ( Uint32 address )
[symbol: _ZN2sf9IpAddressC1Ej]
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] ( char const* address )
[symbol: _ZN2sf9IpAddressC2EPKc]
IpAddress::IpAddress [not-in-charge] ( Uint32 address )
[symbol: _ZN2sf9IpAddressC2Ej]
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::LocalHost [data]
[symbol: _ZN2sf9IpAddress9LocalHostE]
IpAddress::None [data]
[symbol: _ZN2sf9IpAddress4NoneE]
IpAddress::toInteger ( ) const
[symbol: _ZNK2sf9IpAddress9toIntegerEv]
IpAddress::toString ( ) const
[symbol: _ZNK2sf9IpAddress8toStringEv]
operator!= ( IpAddress const& left, IpAddress const& right )
[symbol: _ZN2sfneERKNS_9IpAddressES2_]
operator< ( IpAddress const& left, IpAddress const& right )
[symbol: _ZN2sfltERKNS_9IpAddressES2_]
operator<< ( std::ostream& stream, IpAddress const& address )
[symbol: _ZN2sflsERSoRKNS_9IpAddressE]
operator<= ( IpAddress const& left, IpAddress const& right )
[symbol: _ZN2sfleERKNS_9IpAddressES2_]
operator == ( IpAddress const& left, IpAddress const& right )
[symbol: _ZN2sfeqERKNS_9IpAddressES2_]
operator> ( IpAddress const& left, IpAddress const& right )
[symbol: _ZN2sfgtERKNS_9IpAddressES2_]
operator>= ( IpAddress const& left, IpAddress const& right )
[symbol: _ZN2sfgeERKNS_9IpAddressES2_]
operator>> ( std::istream& stream, IpAddress& address )
[symbol: _ZN2sfrsERSiRNS_9IpAddressE]
Joystick.hpp,
libsfml-window.so.2.0
namespace sf
Joystick::getAxisPosition ( unsigned int joystick, enum Joystick::Axis axis ) [static]
[symbol: _ZN2sf8Joystick15getAxisPositionEjNS0_4AxisE]
Joystick::getButtonCount ( unsigned int joystick ) [static]
[symbol: _ZN2sf8Joystick14getButtonCountEj]
Joystick::hasAxis ( unsigned int joystick, enum Joystick::Axis axis ) [static]
[symbol: _ZN2sf8Joystick7hasAxisEjNS0_4AxisE]
Joystick::isButtonPressed ( unsigned int joystick, unsigned int button ) [static]
[symbol: _ZN2sf8Joystick15isButtonPressedEjj]
Joystick::isConnected ( unsigned int joystick ) [static]
[symbol: _ZN2sf8Joystick11isConnectedEj]
Joystick::update ( ) [static]
[symbol: _ZN2sf8Joystick6updateEv]
Keyboard.hpp,
libsfml-window.so.2.0
namespace sf
Keyboard::isKeyPressed ( enum Keyboard::Key key ) [static]
[symbol: _ZN2sf8Keyboard12isKeyPressedENS0_3KeyE]
Listener.hpp,
libsfml-audio.so.2.0
namespace sf
Listener::getDirection ( ) [static]
[symbol: _ZN2sf8Listener12getDirectionEv]
Listener::getGlobalVolume ( ) [static]
[symbol: _ZN2sf8Listener15getGlobalVolumeEv]
Listener::getPosition ( ) [static]
[symbol: _ZN2sf8Listener11getPositionEv]
Listener::setDirection ( float x, float y, float z ) [static]
[symbol: _ZN2sf8Listener12setDirectionEfff]
Listener::setDirection ( Vector3f const& direction ) [static]
[symbol: _ZN2sf8Listener12setDirectionERKNS_7Vector3IfEE]
Listener::setGlobalVolume ( float volume ) [static]
[symbol: _ZN2sf8Listener15setGlobalVolumeEf]
Listener::setPosition ( float x, float y, float z ) [static]
[symbol: _ZN2sf8Listener11setPositionEfff]
Listener::setPosition ( Vector3f const& position ) [static]
[symbol: _ZN2sf8Listener11setPositionERKNS_7Vector3IfEE]
Mouse.hpp,
libsfml-window.so.2.0
namespace sf
Mouse::getPosition ( ) [static]
[symbol: _ZN2sf5Mouse11getPositionEv]
Mouse::getPosition ( Window const& relativeTo ) [static]
[symbol: _ZN2sf5Mouse11getPositionERKNS_6WindowE]
Mouse::isButtonPressed ( enum Mouse::Button button ) [static]
[symbol: _ZN2sf5Mouse15isButtonPressedENS0_6ButtonE]
Mouse::setPosition ( Vector2i const& position ) [static]
[symbol: _ZN2sf5Mouse11setPositionERKNS_7Vector2IiEE]
Mouse::setPosition ( Vector2i const& position, Window const& relativeTo ) [static]
[symbol: _ZN2sf5Mouse11setPositionERKNS_7Vector2IiEERKNS_6WindowE]
Music.hpp,
libsfml-audio.so.2.0
namespace sf
Music::getDuration ( ) const
[symbol: _ZNK2sf5Music11getDurationEv]
Music::Music [in-charge] ( )
[symbol: _ZN2sf5MusicC1Ev]
Music::Music [not-in-charge] ( )
[symbol: _ZN2sf5MusicC2Ev]
Music::onGetData ( struct SoundStream::Chunk& data )
[symbol: _ZN2sf5Music9onGetDataERNS_11SoundStream5ChunkE]
Music::onSeek ( Time timeOffset )
[symbol: _ZN2sf5Music6onSeekENS_4TimeE]
Music::openFromFile ( std::string const& filename )
[symbol: _ZN2sf5Music12openFromFileERKSs]
Music::openFromMemory ( void const* data, std::size_t sizeInBytes )
[symbol: _ZN2sf5Music14openFromMemoryEPKvj]
Music::openFromStream ( InputStream& stream )
[symbol: _ZN2sf5Music14openFromStreamERNS_11InputStreamE]
Mutex.hpp,
libsfml-system.so.2.0
namespace sf
Mutex::lock ( )
[symbol: _ZN2sf5Mutex4lockEv]
Mutex::unlock ( )
[symbol: _ZN2sf5Mutex6unlockEv]
Packet.hpp,
libsfml-network.so.2.0
namespace sf
Packet::append ( void const* data, std::size_t sizeInBytes )
[symbol: _ZN2sf6Packet6appendEPKvj]
Packet::clear ( )
[symbol: _ZN2sf6Packet5clearEv]
Packet::endOfPacket ( ) const
[symbol: _ZNK2sf6Packet11endOfPacketEv]
Packet::getData ( ) const
[symbol: _ZNK2sf6Packet7getDataEv]
Packet::getDataSize ( ) const
[symbol: _ZNK2sf6Packet11getDataSizeEv]
Packet::onReceive ( void const* data, std::size_t size )
[symbol: _ZN2sf6Packet9onReceiveEPKvj]
Packet::onSend ( std::size_t& size )
[symbol: _ZN2sf6Packet6onSendERj]
Packet::operator Packet::BoolType ( ) const
[symbol: _ZNK2sf6PacketcvMS0_FbjEEv]
Packet::operator<< ( String const& data )
[symbol: _ZN2sf6PacketlsERKNS_6StringE]
Packet::operator>> ( String& data )
[symbol: _ZN2sf6PacketrsERNS_6StringE]
RectangleShape.hpp,
libsfml-graphics.so.2.0
namespace sf
RectangleShape::getPoint ( unsigned int index ) const
[symbol: _ZNK2sf14RectangleShape8getPointEj]
RectangleShape::getPointCount ( ) const
[symbol: _ZNK2sf14RectangleShape13getPointCountEv]
RectangleShape::getSize ( ) const
[symbol: _ZNK2sf14RectangleShape7getSizeEv]
RectangleShape::RectangleShape [in-charge] ( Vector2f const& size )
[symbol: _ZN2sf14RectangleShapeC1ERKNS_7Vector2IfEE]
RectangleShape::RectangleShape [not-in-charge] ( Vector2f const& size )
[symbol: _ZN2sf14RectangleShapeC2ERKNS_7Vector2IfEE]
RectangleShape::setSize ( Vector2f const& size )
[symbol: _ZN2sf14RectangleShape7setSizeERKNS_7Vector2IfEE]
RectangleShape::~RectangleShape [in-charge-deleting] ( )
[symbol: _ZN2sf14RectangleShapeD0Ev]
RectangleShape::~RectangleShape [in-charge] ( )
[symbol: _ZN2sf14RectangleShapeD1Ev]
RenderStates.hpp,
libsfml-graphics.so.2.0
namespace sf
RenderStates::Default [data]
[symbol: _ZN2sf12RenderStates7DefaultE]
RenderStates::RenderStates [in-charge] ( )
[symbol: _ZN2sf12RenderStatesC1Ev]
RenderStates::RenderStates [in-charge] ( enum BlendMode theBlendMode )
[symbol: _ZN2sf12RenderStatesC1ENS_9BlendModeE]
RenderStates::RenderStates [in-charge] ( enum BlendMode theBlendMode, Transform const& theTransform, Texture const* theTexture, Shader const* theShader )
[symbol: _ZN2sf12RenderStatesC1ENS_9BlendModeERKNS_9TransformEPKNS_7TextureEPKNS_6ShaderE]
RenderStates::RenderStates [in-charge] ( Shader const* theShader )
[symbol: _ZN2sf12RenderStatesC1EPKNS_6ShaderE]
RenderStates::RenderStates [in-charge] ( Texture const* theTexture )
[symbol: _ZN2sf12RenderStatesC1EPKNS_7TextureE]
RenderStates::RenderStates [in-charge] ( Transform const& theTransform )
[symbol: _ZN2sf12RenderStatesC1ERKNS_9TransformE]
RenderStates::RenderStates [not-in-charge] ( )
[symbol: _ZN2sf12RenderStatesC2Ev]
RenderStates::RenderStates [not-in-charge] ( enum BlendMode theBlendMode )
[symbol: _ZN2sf12RenderStatesC2ENS_9BlendModeE]
RenderStates::RenderStates [not-in-charge] ( enum BlendMode theBlendMode, Transform const& theTransform, Texture const* theTexture, Shader const* theShader )
[symbol: _ZN2sf12RenderStatesC2ENS_9BlendModeERKNS_9TransformEPKNS_7TextureEPKNS_6ShaderE]
RenderStates::RenderStates [not-in-charge] ( Shader const* theShader )
[symbol: _ZN2sf12RenderStatesC2EPKNS_6ShaderE]
RenderStates::RenderStates [not-in-charge] ( Texture const* theTexture )
[symbol: _ZN2sf12RenderStatesC2EPKNS_7TextureE]
RenderStates::RenderStates [not-in-charge] ( Transform const& theTransform )
[symbol: _ZN2sf12RenderStatesC2ERKNS_9TransformE]
RenderTarget.hpp,
libsfml-graphics.so.2.0
namespace sf
RenderTarget::clear ( Color const& color )
[symbol: _ZN2sf12RenderTarget5clearERKNS_5ColorE]
RenderTarget::draw ( Drawable const& drawable, RenderStates const& states )
[symbol: _ZN2sf12RenderTarget4drawERKNS_8DrawableERKNS_12RenderStatesE]
RenderTarget::draw ( Vertex const* vertices, unsigned int vertexCount, enum PrimitiveType type, RenderStates const& states )
[symbol: _ZN2sf12RenderTarget4drawEPKNS_6VertexEjNS_13PrimitiveTypeERKNS_12RenderStatesE]
RenderTarget::getDefaultView ( ) const
[symbol: _ZNK2sf12RenderTarget14getDefaultViewEv]
RenderTarget::getView ( ) const
[symbol: _ZNK2sf12RenderTarget7getViewEv]
RenderTarget::getViewport ( View const& view ) const
[symbol: _ZNK2sf12RenderTarget11getViewportERKNS_4ViewE]
RenderTarget::initialize ( )
[symbol: _ZN2sf12RenderTarget10initializeEv]
RenderTarget::mapCoordsToPixel ( Vector2f const& point ) const
[symbol: _ZNK2sf12RenderTarget16mapCoordsToPixelERKNS_7Vector2IfEE]
RenderTarget::mapCoordsToPixel ( Vector2f const& point, View const& view ) const
[symbol: _ZNK2sf12RenderTarget16mapCoordsToPixelERKNS_7Vector2IfEERKNS_4ViewE]
RenderTarget::mapPixelToCoords ( Vector2i const& point ) const
[symbol: _ZNK2sf12RenderTarget16mapPixelToCoordsERKNS_7Vector2IiEE]
RenderTarget::mapPixelToCoords ( Vector2i const& point, View const& view ) const
[symbol: _ZNK2sf12RenderTarget16mapPixelToCoordsERKNS_7Vector2IiEERKNS_4ViewE]
RenderTarget::popGLStates ( )
[symbol: _ZN2sf12RenderTarget11popGLStatesEv]
RenderTarget::pushGLStates ( )
[symbol: _ZN2sf12RenderTarget12pushGLStatesEv]
RenderTarget::resetGLStates ( )
[symbol: _ZN2sf12RenderTarget13resetGLStatesEv]
RenderTarget::setView ( View const& view )
[symbol: _ZN2sf12RenderTarget7setViewERKNS_4ViewE]
RenderTexture.hpp,
libsfml-graphics.so.2.0
namespace sf
RenderTexture::create ( unsigned int width, unsigned int height, bool depthBuffer )
[symbol: _ZN2sf13RenderTexture6createEjjb]
RenderTexture::display ( )
[symbol: _ZN2sf13RenderTexture7displayEv]
RenderTexture::getSize ( ) const
[symbol: _ZNK2sf13RenderTexture7getSizeEv]
RenderTexture::getTexture ( ) const
[symbol: _ZNK2sf13RenderTexture10getTextureEv]
RenderTexture::isRepeated ( ) const
[symbol: _ZNK2sf13RenderTexture10isRepeatedEv]
RenderTexture::isSmooth ( ) const
[symbol: _ZNK2sf13RenderTexture8isSmoothEv]
RenderTexture::RenderTexture [in-charge] ( )
[symbol: _ZN2sf13RenderTextureC1Ev]
RenderTexture::RenderTexture [not-in-charge] ( )
[symbol: _ZN2sf13RenderTextureC2Ev]
RenderTexture::setActive ( bool active )
[symbol: _ZN2sf13RenderTexture9setActiveEb]
RenderTexture::setRepeated ( bool repeated )
[symbol: _ZN2sf13RenderTexture11setRepeatedEb]
RenderTexture::setSmooth ( bool smooth )
[symbol: _ZN2sf13RenderTexture9setSmoothEb]
RenderTexture::~RenderTexture [in-charge-deleting] ( )
[symbol: _ZN2sf13RenderTextureD0Ev]
RenderTexture::~RenderTexture [in-charge] ( )
[symbol: _ZN2sf13RenderTextureD1Ev]
RenderTexture::~RenderTexture [not-in-charge] ( )
[symbol: _ZN2sf13RenderTextureD2Ev]
RenderWindow.hpp,
libsfml-graphics.so.2.0
namespace sf
RenderWindow::capture ( ) const
[symbol: _ZNK2sf12RenderWindow7captureEv]
RenderWindow::getSize ( ) const
[symbol: _ZNK2sf12RenderWindow7getSizeEv]
RenderWindow::onCreate ( )
[symbol: _ZN2sf12RenderWindow8onCreateEv]
RenderWindow::onResize ( )
[symbol: _ZN2sf12RenderWindow8onResizeEv]
RenderWindow::RenderWindow [in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf12RenderWindowC1ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE]
RenderWindow::RenderWindow [in-charge] ( WindowHandle handle, ContextSettings const& settings )
[symbol: _ZN2sf12RenderWindowC1EmRKNS_15ContextSettingsE]
RenderWindow::RenderWindow [not-in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf12RenderWindowC2ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE]
RenderWindow::RenderWindow [not-in-charge] ( WindowHandle handle, ContextSettings const& settings )
[symbol: _ZN2sf12RenderWindowC2EmRKNS_15ContextSettingsE]
Shader.hpp,
libsfml-graphics.so.2.0
namespace sf
Shader::bind ( Shader const* shader ) [static]
[symbol: _ZN2sf6Shader4bindEPKS0_]
Shader::CurrentTexture [data]
[symbol: _ZN2sf6Shader14CurrentTextureE]
Shader::isAvailable ( ) [static]
[symbol: _ZN2sf6Shader11isAvailableEv]
Shader::loadFromFile ( std::string const& filename, enum Shader::Type type )
[symbol: _ZN2sf6Shader12loadFromFileERKSsNS0_4TypeE]
Shader::loadFromFile ( std::string const& vertexShaderFilename, std::string const& fragmentShaderFilename )
[symbol: _ZN2sf6Shader12loadFromFileERKSsS2_]
Shader::loadFromMemory ( std::string const& shader, enum Shader::Type type )
[symbol: _ZN2sf6Shader14loadFromMemoryERKSsNS0_4TypeE]
Shader::loadFromMemory ( std::string const& vertexShader, std::string const& fragmentShader )
[symbol: _ZN2sf6Shader14loadFromMemoryERKSsS2_]
Shader::loadFromStream ( InputStream& stream, enum Shader::Type type )
[symbol: _ZN2sf6Shader14loadFromStreamERNS_11InputStreamENS0_4TypeE]
Shader::loadFromStream ( InputStream& vertexShaderStream, InputStream& fragmentShaderStream )
[symbol: _ZN2sf6Shader14loadFromStreamERNS_11InputStreamES2_]
Shader::setParameter ( std::string const& name, float x )
[symbol: _ZN2sf6Shader12setParameterERKSsf]
Shader::setParameter ( std::string const& name, float x, float y )
[symbol: _ZN2sf6Shader12setParameterERKSsff]
Shader::setParameter ( std::string const& name, float x, float y, float z )
[symbol: _ZN2sf6Shader12setParameterERKSsfff]
Shader::setParameter ( std::string const& name, float x, float y, float z, float w )
[symbol: _ZN2sf6Shader12setParameterERKSsffff]
Shader::setParameter ( std::string const& name, Color const& color )
[symbol: _ZN2sf6Shader12setParameterERKSsRKNS_5ColorE]
Shader::setParameter ( std::string const& name, Texture const& texture )
[symbol: _ZN2sf6Shader12setParameterERKSsRKNS_7TextureE]
Shader::setParameter ( std::string const& name, Transform const& transform )
[symbol: _ZN2sf6Shader12setParameterERKSsRKNS_9TransformE]
Shader::setParameter ( std::string const& name, Vector2f const& vector )
[symbol: _ZN2sf6Shader12setParameterERKSsRKNS_7Vector2IfEE]
Shader::setParameter ( std::string const& name, Vector3f const& vector )
[symbol: _ZN2sf6Shader12setParameterERKSsRKNS_7Vector3IfEE]
Shader::setParameter ( std::string const& name, struct Shader::CurrentTextureType p2 )
[symbol: _ZN2sf6Shader12setParameterERKSsNS0_18CurrentTextureTypeE]
Shader::Shader [in-charge] ( )
[symbol: _ZN2sf6ShaderC1Ev]
Shader::Shader [not-in-charge] ( )
[symbol: _ZN2sf6ShaderC2Ev]
Shader::~Shader [in-charge] ( )
[symbol: _ZN2sf6ShaderD1Ev]
Shader::~Shader [not-in-charge] ( )
[symbol: _ZN2sf6ShaderD2Ev]
Shape.hpp,
libsfml-graphics.so.2.0
namespace sf
Shape::getFillColor ( ) const
[symbol: _ZNK2sf5Shape12getFillColorEv]
Shape::getGlobalBounds ( ) const
[symbol: _ZNK2sf5Shape15getGlobalBoundsEv]
Shape::getLocalBounds ( ) const
[symbol: _ZNK2sf5Shape14getLocalBoundsEv]
Shape::getOutlineColor ( ) const
[symbol: _ZNK2sf5Shape15getOutlineColorEv]
Shape::getOutlineThickness ( ) const
[symbol: _ZNK2sf5Shape19getOutlineThicknessEv]
Shape::getTexture ( ) const
[symbol: _ZNK2sf5Shape10getTextureEv]
Shape::getTextureRect ( ) const
[symbol: _ZNK2sf5Shape14getTextureRectEv]
Shape::setFillColor ( Color const& color )
[symbol: _ZN2sf5Shape12setFillColorERKNS_5ColorE]
Shape::setOutlineColor ( Color const& color )
[symbol: _ZN2sf5Shape15setOutlineColorERKNS_5ColorE]
Shape::setOutlineThickness ( float thickness )
[symbol: _ZN2sf5Shape19setOutlineThicknessEf]
Shape::setTexture ( Texture const* texture, bool resetRect )
[symbol: _ZN2sf5Shape10setTextureEPKNS_7TextureEb]
Shape::setTextureRect ( IntRect const& rect )
[symbol: _ZN2sf5Shape14setTextureRectERKNS_4RectIiEE]
Shape::update ( )
[symbol: _ZN2sf5Shape6updateEv]
Shape::~Shape [not-in-charge] ( )
[symbol: _ZN2sf5ShapeD2Ev]
Sleep.hpp,
libsfml-system.so.2.0
namespace sf
sleep ( Time duration )
[symbol: _ZN2sf5sleepENS_4TimeE]
Socket.hpp,
libsfml-network.so.2.0
namespace sf
Socket::close ( )
[symbol: _ZN2sf6Socket5closeEv]
Socket::create ( )
[symbol: _ZN2sf6Socket6createEv]
Socket::create ( SocketHandle handle )
[symbol: _ZN2sf6Socket6createEi]
Socket::getHandle ( ) const
[symbol: _ZNK2sf6Socket9getHandleEv]
Socket::isBlocking ( ) const
[symbol: _ZNK2sf6Socket10isBlockingEv]
Socket::setBlocking ( bool blocking )
[symbol: _ZN2sf6Socket11setBlockingEb]
Socket::Socket [in-charge] ( enum Socket::Type type )
[symbol: _ZN2sf6SocketC1ENS0_4TypeE]
Socket::Socket [not-in-charge] ( enum Socket::Type type )
[symbol: _ZN2sf6SocketC2ENS0_4TypeE]
Socket::~Socket [in-charge-deleting] ( )
[symbol: _ZN2sf6SocketD0Ev]
Socket::~Socket [in-charge] ( )
[symbol: _ZN2sf6SocketD1Ev]
Socket::~Socket [not-in-charge] ( )
[symbol: _ZN2sf6SocketD2Ev]
SocketSelector.hpp,
libsfml-network.so.2.0
namespace sf
SocketSelector::add ( Socket& socket )
[symbol: _ZN2sf14SocketSelector3addERNS_6SocketE]
SocketSelector::clear ( )
[symbol: _ZN2sf14SocketSelector5clearEv]
SocketSelector::isReady ( Socket& socket ) const
[symbol: _ZNK2sf14SocketSelector7isReadyERNS_6SocketE]
SocketSelector::operator = ( SocketSelector const& right )
[symbol: _ZN2sf14SocketSelectoraSERKS0_]
SocketSelector::remove ( Socket& socket )
[symbol: _ZN2sf14SocketSelector6removeERNS_6SocketE]
SocketSelector::SocketSelector [in-charge] ( )
[symbol: _ZN2sf14SocketSelectorC1Ev]
SocketSelector::SocketSelector [in-charge] ( SocketSelector const& copy )
[symbol: _ZN2sf14SocketSelectorC1ERKS0_]
SocketSelector::SocketSelector [not-in-charge] ( )
[symbol: _ZN2sf14SocketSelectorC2Ev]
SocketSelector::SocketSelector [not-in-charge] ( SocketSelector const& copy )
[symbol: _ZN2sf14SocketSelectorC2ERKS0_]
SocketSelector::wait ( Time timeout )
[symbol: _ZN2sf14SocketSelector4waitENS_4TimeE]
SocketSelector::~SocketSelector [in-charge] ( )
[symbol: _ZN2sf14SocketSelectorD1Ev]
SocketSelector::~SocketSelector [not-in-charge] ( )
[symbol: _ZN2sf14SocketSelectorD2Ev]
Sound.hpp,
libsfml-audio.so.2.0
namespace sf
Sound::getBuffer ( ) const
[symbol: _ZNK2sf5Sound9getBufferEv]
Sound::getLoop ( ) const
[symbol: _ZNK2sf5Sound7getLoopEv]
Sound::getPlayingOffset ( ) const
[symbol: _ZNK2sf5Sound16getPlayingOffsetEv]
Sound::getStatus ( ) const
[symbol: _ZNK2sf5Sound9getStatusEv]
Sound::pause ( )
[symbol: _ZN2sf5Sound5pauseEv]
Sound::play ( )
[symbol: _ZN2sf5Sound4playEv]
Sound::resetBuffer ( )
[symbol: _ZN2sf5Sound11resetBufferEv]
Sound::setBuffer ( SoundBuffer const& buffer )
[symbol: _ZN2sf5Sound9setBufferERKNS_11SoundBufferE]
Sound::setLoop ( bool loop )
[symbol: _ZN2sf5Sound7setLoopEb]
Sound::setPlayingOffset ( Time timeOffset )
[symbol: _ZN2sf5Sound16setPlayingOffsetENS_4TimeE]
Sound::Sound [in-charge] ( SoundBuffer const& buffer )
[symbol: _ZN2sf5SoundC1ERKNS_11SoundBufferE]
Sound::Sound [not-in-charge] ( SoundBuffer const& buffer )
[symbol: _ZN2sf5SoundC2ERKNS_11SoundBufferE]
Sound::stop ( )
[symbol: _ZN2sf5Sound4stopEv]
SoundBuffer.hpp,
libsfml-audio.so.2.0
namespace sf
SoundBuffer::getChannelCount ( ) const
[symbol: _ZNK2sf11SoundBuffer15getChannelCountEv]
SoundBuffer::getDuration ( ) const
[symbol: _ZNK2sf11SoundBuffer11getDurationEv]
SoundBuffer::getSampleCount ( ) const
[symbol: _ZNK2sf11SoundBuffer14getSampleCountEv]
SoundBuffer::getSampleRate ( ) const
[symbol: _ZNK2sf11SoundBuffer13getSampleRateEv]
SoundBuffer::getSamples ( ) const
[symbol: _ZNK2sf11SoundBuffer10getSamplesEv]
SoundBuffer::loadFromFile ( std::string const& filename )
[symbol: _ZN2sf11SoundBuffer12loadFromFileERKSs]
SoundBuffer::loadFromMemory ( void const* data, std::size_t sizeInBytes )
[symbol: _ZN2sf11SoundBuffer14loadFromMemoryEPKvj]
SoundBuffer::loadFromSamples ( Int16 const* samples, std::size_t sampleCount, unsigned int channelCount, unsigned int sampleRate )
[symbol: _ZN2sf11SoundBuffer15loadFromSamplesEPKsjjj]
SoundBuffer::loadFromStream ( InputStream& stream )
[symbol: _ZN2sf11SoundBuffer14loadFromStreamERNS_11InputStreamE]
SoundBuffer::saveToFile ( std::string const& filename ) const
[symbol: _ZNK2sf11SoundBuffer10saveToFileERKSs]
SoundBufferRecorder.hpp,
libsfml-audio.so.2.0
namespace sf
SoundBufferRecorder::getBuffer ( ) const
[symbol: _ZNK2sf19SoundBufferRecorder9getBufferEv]
SoundBufferRecorder::onProcessSamples ( Int16 const* samples, std::size_t sampleCount )
[symbol: _ZN2sf19SoundBufferRecorder16onProcessSamplesEPKsj]
SoundBufferRecorder::onStart ( )
[symbol: _ZN2sf19SoundBufferRecorder7onStartEv]
SoundBufferRecorder::onStop ( )
[symbol: _ZN2sf19SoundBufferRecorder6onStopEv]
SoundRecorder.hpp,
libsfml-audio.so.2.0
namespace sf
SoundRecorder::getSampleRate ( ) const
[symbol: _ZNK2sf13SoundRecorder13getSampleRateEv]
SoundRecorder::isAvailable ( ) [static]
[symbol: _ZN2sf13SoundRecorder11isAvailableEv]
SoundRecorder::onStart ( )
[symbol: _ZN2sf13SoundRecorder7onStartEv]
SoundRecorder::onStop ( )
[symbol: _ZN2sf13SoundRecorder6onStopEv]
SoundRecorder::start ( unsigned int sampleRate )
[symbol: _ZN2sf13SoundRecorder5startEj]
SoundRecorder::stop ( )
[symbol: _ZN2sf13SoundRecorder4stopEv]
SoundSource.hpp,
libsfml-audio.so.2.0
namespace sf
SoundSource::getAttenuation ( ) const
[symbol: _ZNK2sf11SoundSource14getAttenuationEv]
SoundSource::getMinDistance ( ) const
[symbol: _ZNK2sf11SoundSource14getMinDistanceEv]
SoundSource::getPitch ( ) const
[symbol: _ZNK2sf11SoundSource8getPitchEv]
SoundSource::getPosition ( ) const
[symbol: _ZNK2sf11SoundSource11getPositionEv]
SoundSource::getStatus ( ) const
[symbol: _ZNK2sf11SoundSource9getStatusEv]
SoundSource::getVolume ( ) const
[symbol: _ZNK2sf11SoundSource9getVolumeEv]
SoundSource::isRelativeToListener ( ) const
[symbol: _ZNK2sf11SoundSource20isRelativeToListenerEv]
SoundSource::setAttenuation ( float attenuation )
[symbol: _ZN2sf11SoundSource14setAttenuationEf]
SoundSource::setMinDistance ( float distance )
[symbol: _ZN2sf11SoundSource14setMinDistanceEf]
SoundSource::setPitch ( float pitch )
[symbol: _ZN2sf11SoundSource8setPitchEf]
SoundSource::setPosition ( float x, float y, float z )
[symbol: _ZN2sf11SoundSource11setPositionEfff]
SoundSource::setPosition ( Vector3f const& position )
[symbol: _ZN2sf11SoundSource11setPositionERKNS_7Vector3IfEE]
SoundSource::setRelativeToListener ( bool relative )
[symbol: _ZN2sf11SoundSource21setRelativeToListenerEb]
SoundSource::setVolume ( float volume )
[symbol: _ZN2sf11SoundSource9setVolumeEf]
SoundSource::SoundSource [in-charge] ( )
[symbol: _ZN2sf11SoundSourceC1Ev]
SoundSource::SoundSource [in-charge] ( SoundSource const& copy )
[symbol: _ZN2sf11SoundSourceC1ERKS0_]
SoundSource::SoundSource [not-in-charge] ( )
[symbol: _ZN2sf11SoundSourceC2Ev]
SoundSource::SoundSource [not-in-charge] ( SoundSource const& copy )
[symbol: _ZN2sf11SoundSourceC2ERKS0_]
SoundSource::~SoundSource [in-charge-deleting] ( )
[symbol: _ZN2sf11SoundSourceD0Ev]
SoundSource::~SoundSource [in-charge] ( )
[symbol: _ZN2sf11SoundSourceD1Ev]
SoundSource::~SoundSource [not-in-charge] ( )
[symbol: _ZN2sf11SoundSourceD2Ev]
SoundStream.hpp,
libsfml-audio.so.2.0
namespace sf
SoundStream::getChannelCount ( ) const
[symbol: _ZNK2sf11SoundStream15getChannelCountEv]
SoundStream::getLoop ( ) const
[symbol: _ZNK2sf11SoundStream7getLoopEv]
SoundStream::getPlayingOffset ( ) const
[symbol: _ZNK2sf11SoundStream16getPlayingOffsetEv]
SoundStream::getSampleRate ( ) const
[symbol: _ZNK2sf11SoundStream13getSampleRateEv]
SoundStream::getStatus ( ) const
[symbol: _ZNK2sf11SoundStream9getStatusEv]
SoundStream::initialize ( unsigned int channelCount, unsigned int sampleRate )
[symbol: _ZN2sf11SoundStream10initializeEjj]
SoundStream::pause ( )
[symbol: _ZN2sf11SoundStream5pauseEv]
SoundStream::play ( )
[symbol: _ZN2sf11SoundStream4playEv]
SoundStream::setLoop ( bool loop )
[symbol: _ZN2sf11SoundStream7setLoopEb]
SoundStream::setPlayingOffset ( Time timeOffset )
[symbol: _ZN2sf11SoundStream16setPlayingOffsetENS_4TimeE]
SoundStream::stop ( )
[symbol: _ZN2sf11SoundStream4stopEv]
Sprite.hpp,
libsfml-graphics.so.2.0
namespace sf
Sprite::getColor ( ) const
[symbol: _ZNK2sf6Sprite8getColorEv]
Sprite::getGlobalBounds ( ) const
[symbol: _ZNK2sf6Sprite15getGlobalBoundsEv]
Sprite::getLocalBounds ( ) const
[symbol: _ZNK2sf6Sprite14getLocalBoundsEv]
Sprite::getTexture ( ) const
[symbol: _ZNK2sf6Sprite10getTextureEv]
Sprite::getTextureRect ( ) const
[symbol: _ZNK2sf6Sprite14getTextureRectEv]
Sprite::setColor ( Color const& color )
[symbol: _ZN2sf6Sprite8setColorERKNS_5ColorE]
Sprite::setTexture ( Texture const& texture, bool resetRect )
[symbol: _ZN2sf6Sprite10setTextureERKNS_7TextureEb]
Sprite::setTextureRect ( IntRect const& rectangle )
[symbol: _ZN2sf6Sprite14setTextureRectERKNS_4RectIiEE]
Sprite::Sprite [in-charge] ( Texture const& texture )
[symbol: _ZN2sf6SpriteC1ERKNS_7TextureE]
Sprite::Sprite [in-charge] ( Texture const& texture, IntRect const& rectangle )
[symbol: _ZN2sf6SpriteC1ERKNS_7TextureERKNS_4RectIiEE]
Sprite::Sprite [not-in-charge] ( Texture const& texture )
[symbol: _ZN2sf6SpriteC2ERKNS_7TextureE]
Sprite::Sprite [not-in-charge] ( Texture const& texture, IntRect const& rectangle )
[symbol: _ZN2sf6SpriteC2ERKNS_7TextureERKNS_4RectIiEE]
String.hpp,
libsfml-system.so.2.0
namespace sf
operator!= ( String const& left, String const& right )
[symbol: _ZN2sfneERKNS_6StringES2_]
operator+ ( String const& left, String const& right )
[symbol: _ZN2sfplERKNS_6StringES2_]
operator< ( String const& left, String const& right )
[symbol: _ZN2sfltERKNS_6StringES2_]
operator<= ( String const& left, String const& right )
[symbol: _ZN2sfleERKNS_6StringES2_]
operator == ( String const& left, String const& right )
[symbol: _ZN2sfeqERKNS_6StringES2_]
operator> ( String const& left, String const& right )
[symbol: _ZN2sfgtERKNS_6StringES2_]
operator>= ( String const& left, String const& right )
[symbol: _ZN2sfgeERKNS_6StringES2_]
String::begin ( )
[symbol: _ZN2sf6String5beginEv]
String::begin ( ) const
[symbol: _ZNK2sf6String5beginEv]
String::clear ( )
[symbol: _ZN2sf6String5clearEv]
String::end ( )
[symbol: _ZN2sf6String3endEv]
String::end ( ) const
[symbol: _ZNK2sf6String3endEv]
String::erase ( std::size_t position, std::size_t count )
[symbol: _ZN2sf6String5eraseEjj]
String::find ( String const& str, std::size_t start ) const
[symbol: _ZNK2sf6String4findERKS0_j]
String::getData ( ) const
[symbol: _ZNK2sf6String7getDataEv]
String::getSize ( ) const
[symbol: _ZNK2sf6String7getSizeEv]
String::insert ( std::size_t position, String const& str )
[symbol: _ZN2sf6String6insertEjRKS0_]
String::InvalidPos [data]
[symbol: _ZN2sf6String10InvalidPosE]
String::isEmpty ( ) const
[symbol: _ZNK2sf6String7isEmptyEv]
String::operator std::string ( ) const
[symbol: _ZNK2sf6StringcvSsEv]
String::operator std::wstring ( ) const
[symbol: _ZNK2sf6StringcvSbIwSt11char_traitsIwESaIwEEEv]
String::operator+= ( String const& right )
[symbol: _ZN2sf6StringpLERKS0_]
String::operator = ( String const& right )
[symbol: _ZN2sf6StringaSERKS0_]
String::operator[ ] ( std::size_t index )
[symbol: _ZN2sf6StringixEj]
String::operator[ ] ( std::size_t index ) const
[symbol: _ZNK2sf6StringixEj]
String::String [in-charge] ( char ansiChar, std::locale const& locale )
[symbol: _ZN2sf6StringC1EcRKSt6locale]
String::String [in-charge] ( char const* ansiString, std::locale const& locale )
[symbol: _ZN2sf6StringC1EPKcRKSt6locale]
String::String [in-charge] ( String const& copy )
[symbol: _ZN2sf6StringC1ERKS0_]
String::String [in-charge] ( Uint32 const* utf32String )
[symbol: _ZN2sf6StringC1EPKj]
String::String [in-charge] ( Uint32 utf32Char )
[symbol: _ZN2sf6StringC1Ej]
String::String [in-charge] ( std::basic_string<unsigned int>const& utf32String )
[symbol: _ZN2sf6StringC1ERKSbIjSt11char_traitsIjESaIjEE]
String::String [in-charge] ( std::string const& ansiString, std::locale const& locale )
[symbol: _ZN2sf6StringC1ERKSsRKSt6locale]
String::String [in-charge] ( std::wstring const& wideString )
[symbol: _ZN2sf6StringC1ERKSbIwSt11char_traitsIwESaIwEE]
String::String [in-charge] ( wchar_t const* wideString )
[symbol: _ZN2sf6StringC1EPKw]
String::String [in-charge] ( wchar_t wideChar )
[symbol: _ZN2sf6StringC1Ew]
String::String [not-in-charge] ( char ansiChar, std::locale const& locale )
[symbol: _ZN2sf6StringC2EcRKSt6locale]
String::String [not-in-charge] ( char const* ansiString, std::locale const& locale )
[symbol: _ZN2sf6StringC2EPKcRKSt6locale]
String::String [not-in-charge] ( String const& copy )
[symbol: _ZN2sf6StringC2ERKS0_]
String::String [not-in-charge] ( Uint32 const* utf32String )
[symbol: _ZN2sf6StringC2EPKj]
String::String [not-in-charge] ( Uint32 utf32Char )
[symbol: _ZN2sf6StringC2Ej]
String::String [not-in-charge] ( std::basic_string<unsigned int>const& utf32String )
[symbol: _ZN2sf6StringC2ERKSbIjSt11char_traitsIjESaIjEE]
String::String [not-in-charge] ( std::string const& ansiString, std::locale const& locale )
[symbol: _ZN2sf6StringC2ERKSsRKSt6locale]
String::String [not-in-charge] ( std::wstring const& wideString )
[symbol: _ZN2sf6StringC2ERKSbIwSt11char_traitsIwESaIwEE]
String::String [not-in-charge] ( wchar_t const* wideString )
[symbol: _ZN2sf6StringC2EPKw]
String::String [not-in-charge] ( wchar_t wideChar )
[symbol: _ZN2sf6StringC2Ew]
String::toAnsiString ( std::locale const& locale ) const
[symbol: _ZNK2sf6String12toAnsiStringERKSt6locale]
String::toWideString ( ) const
[symbol: _ZNK2sf6String12toWideStringEv]
TcpListener.hpp,
libsfml-network.so.2.0
namespace sf
TcpListener::accept ( TcpSocket& socket )
[symbol: _ZN2sf11TcpListener6acceptERNS_9TcpSocketE]
TcpListener::close ( )
[symbol: _ZN2sf11TcpListener5closeEv]
TcpListener::getLocalPort ( ) const
[symbol: _ZNK2sf11TcpListener12getLocalPortEv]
TcpListener::listen ( unsigned short port )
[symbol: _ZN2sf11TcpListener6listenEt]
TcpListener::TcpListener [in-charge] ( )
[symbol: _ZN2sf11TcpListenerC1Ev]
TcpListener::TcpListener [not-in-charge] ( )
[symbol: _ZN2sf11TcpListenerC2Ev]
TcpListener::~TcpListener [in-charge-deleting] ( )
[symbol: _ZN2sf11TcpListenerD0Ev]
TcpListener::~TcpListener [in-charge] ( )
[symbol: _ZN2sf11TcpListenerD1Ev]
TcpSocket.hpp,
libsfml-network.so.2.0
namespace sf
TcpSocket::connect ( IpAddress const& remoteAddress, unsigned short remotePort, Time timeout )
[symbol: _ZN2sf9TcpSocket7connectERKNS_9IpAddressEtNS_4TimeE]
TcpSocket::disconnect ( )
[symbol: _ZN2sf9TcpSocket10disconnectEv]
TcpSocket::getLocalPort ( ) const
[symbol: _ZNK2sf9TcpSocket12getLocalPortEv]
TcpSocket::getRemoteAddress ( ) const
[symbol: _ZNK2sf9TcpSocket16getRemoteAddressEv]
TcpSocket::getRemotePort ( ) const
[symbol: _ZNK2sf9TcpSocket13getRemotePortEv]
TcpSocket::PendingPacket::PendingPacket [in-charge] ( )
[symbol: _ZN2sf9TcpSocket13PendingPacketC1Ev]
TcpSocket::PendingPacket::PendingPacket [not-in-charge] ( )
[symbol: _ZN2sf9TcpSocket13PendingPacketC2Ev]
TcpSocket::receive ( Packet& packet )
[symbol: _ZN2sf9TcpSocket7receiveERNS_6PacketE]
TcpSocket::receive ( void* data, std::size_t size, std::size_t& received )
[symbol: _ZN2sf9TcpSocket7receiveEPvjRj]
TcpSocket::send ( Packet& packet )
[symbol: _ZN2sf9TcpSocket4sendERNS_6PacketE]
TcpSocket::send ( void const* data, std::size_t size )
[symbol: _ZN2sf9TcpSocket4sendEPKvj]
TcpSocket::TcpSocket [in-charge] ( )
[symbol: _ZN2sf9TcpSocketC1Ev]
TcpSocket::TcpSocket [not-in-charge] ( )
[symbol: _ZN2sf9TcpSocketC2Ev]
TcpSocket::~TcpSocket [in-charge-deleting] ( )
[symbol: _ZN2sf9TcpSocketD0Ev]
TcpSocket::~TcpSocket [in-charge] ( )
[symbol: _ZN2sf9TcpSocketD1Ev]
Text.hpp,
libsfml-graphics.so.2.0
namespace sf
Text::findCharacterPos ( std::size_t index ) const
[symbol: _ZNK2sf4Text16findCharacterPosEj]
Text::getCharacterSize ( ) const
[symbol: _ZNK2sf4Text16getCharacterSizeEv]
Text::getColor ( ) const
[symbol: _ZNK2sf4Text8getColorEv]
Text::getFont ( ) const
[symbol: _ZNK2sf4Text7getFontEv]
Text::getGlobalBounds ( ) const
[symbol: _ZNK2sf4Text15getGlobalBoundsEv]
Text::getLocalBounds ( ) const
[symbol: _ZNK2sf4Text14getLocalBoundsEv]
Text::getString ( ) const
[symbol: _ZNK2sf4Text9getStringEv]
Text::getStyle ( ) const
[symbol: _ZNK2sf4Text8getStyleEv]
Text::setCharacterSize ( unsigned int size )
[symbol: _ZN2sf4Text16setCharacterSizeEj]
Text::setColor ( Color const& color )
[symbol: _ZN2sf4Text8setColorERKNS_5ColorE]
Text::setFont ( Font const& font )
[symbol: _ZN2sf4Text7setFontERKNS_4FontE]
Text::setString ( String const& string )
[symbol: _ZN2sf4Text9setStringERKNS_6StringE]
Text::setStyle ( Uint32 style )
[symbol: _ZN2sf4Text8setStyleEj]
Text::Text [in-charge] ( )
[symbol: _ZN2sf4TextC1Ev]
Text::Text [in-charge] ( String const& string, Font const& font, unsigned int characterSize )
[symbol: _ZN2sf4TextC1ERKNS_6StringERKNS_4FontEj]
Text::Text [not-in-charge] ( )
[symbol: _ZN2sf4TextC2Ev]
Text::Text [not-in-charge] ( String const& string, Font const& font, unsigned int characterSize )
[symbol: _ZN2sf4TextC2ERKNS_6StringERKNS_4FontEj]
Text::~Text [in-charge-deleting] ( )
[symbol: _ZN2sf4TextD0Ev]
Text::~Text [in-charge] ( )
[symbol: _ZN2sf4TextD1Ev]
Texture.hpp,
libsfml-graphics.so.2.0
namespace sf
Texture::bind ( Texture const* texture, enum Texture::CoordinateType coordinateType ) [static]
[symbol: _ZN2sf7Texture4bindEPKS0_NS0_14CoordinateTypeE]
Texture::copyToImage ( ) const
[symbol: _ZNK2sf7Texture11copyToImageEv]
Texture::create ( unsigned int width, unsigned int height )
[symbol: _ZN2sf7Texture6createEjj]
Texture::getMaximumSize ( ) [static]
[symbol: _ZN2sf7Texture14getMaximumSizeEv]
Texture::getSize ( ) const
[symbol: _ZNK2sf7Texture7getSizeEv]
Texture::isRepeated ( ) const
[symbol: _ZNK2sf7Texture10isRepeatedEv]
Texture::isSmooth ( ) const
[symbol: _ZNK2sf7Texture8isSmoothEv]
Texture::loadFromFile ( std::string const& filename, IntRect const& area )
[symbol: _ZN2sf7Texture12loadFromFileERKSsRKNS_4RectIiEE]
Texture::loadFromImage ( Image const& image, IntRect const& area )
[symbol: _ZN2sf7Texture13loadFromImageERKNS_5ImageERKNS_4RectIiEE]
Texture::loadFromMemory ( void const* data, std::size_t size, IntRect const& area )
[symbol: _ZN2sf7Texture14loadFromMemoryEPKvjRKNS_4RectIiEE]
Texture::loadFromStream ( InputStream& stream, IntRect const& area )
[symbol: _ZN2sf7Texture14loadFromStreamERNS_11InputStreamERKNS_4RectIiEE]
Texture::operator = ( Texture const& right )
[symbol: _ZN2sf7TextureaSERKS0_]
Texture::setRepeated ( bool repeated )
[symbol: _ZN2sf7Texture11setRepeatedEb]
Texture::setSmooth ( bool smooth )
[symbol: _ZN2sf7Texture9setSmoothEb]
Texture::Texture [in-charge] ( )
[symbol: _ZN2sf7TextureC1Ev]
Texture::Texture [in-charge] ( Texture const& copy )
[symbol: _ZN2sf7TextureC1ERKS0_]
Texture::Texture [not-in-charge] ( )
[symbol: _ZN2sf7TextureC2Ev]
Texture::Texture [not-in-charge] ( Texture const& copy )
[symbol: _ZN2sf7TextureC2ERKS0_]
Texture::update ( Image const& image )
[symbol: _ZN2sf7Texture6updateERKNS_5ImageE]
Texture::update ( Image const& image, unsigned int x, unsigned int y )
[symbol: _ZN2sf7Texture6updateERKNS_5ImageEjj]
Texture::update ( Uint8 const* pixels )
[symbol: _ZN2sf7Texture6updateEPKh]
Texture::update ( Uint8 const* pixels, unsigned int width, unsigned int height, unsigned int x, unsigned int y )
[symbol: _ZN2sf7Texture6updateEPKhjjjj]
Texture::update ( Window const& window )
[symbol: _ZN2sf7Texture6updateERKNS_6WindowE]
Texture::update ( Window const& window, unsigned int x, unsigned int y )
[symbol: _ZN2sf7Texture6updateERKNS_6WindowEjj]
Texture::~Texture [in-charge] ( )
[symbol: _ZN2sf7TextureD1Ev]
Texture::~Texture [not-in-charge] ( )
[symbol: _ZN2sf7TextureD2Ev]
Thread.hpp,
libsfml-system.so.2.0
namespace sf
Thread::launch ( )
[symbol: _ZN2sf6Thread6launchEv]
Thread::terminate ( )
[symbol: _ZN2sf6Thread9terminateEv]
Thread::wait ( )
[symbol: _ZN2sf6Thread4waitEv]
ThreadLocal.hpp,
libsfml-system.so.2.0
namespace sf
ThreadLocal::getValue ( ) const
[symbol: _ZNK2sf11ThreadLocal8getValueEv]
ThreadLocal::setValue ( void* value )
[symbol: _ZN2sf11ThreadLocal8setValueEPv]
ThreadLocal::ThreadLocal [in-charge] ( void* value )
[symbol: _ZN2sf11ThreadLocalC1EPv]
ThreadLocal::ThreadLocal [not-in-charge] ( void* value )
[symbol: _ZN2sf11ThreadLocalC2EPv]
ThreadLocal::~ThreadLocal [in-charge] ( )
[symbol: _ZN2sf11ThreadLocalD1Ev]
ThreadLocal::~ThreadLocal [not-in-charge] ( )
[symbol: _ZN2sf11ThreadLocalD2Ev]
Time.hpp,
libsfml-system.so.2.0
namespace sf
microseconds ( Int64 p1 )
[symbol: _ZN2sf12microsecondsEx]
milliseconds ( Int32 p1 )
[symbol: _ZN2sf12millisecondsEi]
operator!= ( Time left, Time right )
[symbol: _ZN2sfneENS_4TimeES0_]
operator* ( float left, Time right )
[symbol: _ZN2sfmlEfNS_4TimeE]
operator* ( Int64 left, Time right )
[symbol: _ZN2sfmlExNS_4TimeE]
operator* ( Time left, float right )
[symbol: _ZN2sfmlENS_4TimeEf]
operator* ( Time left, Int64 right )
[symbol: _ZN2sfmlENS_4TimeEx]
operator*= ( Time& left, float right )
[symbol: _ZN2sfmLERNS_4TimeEf]
operator*= ( Time& left, Int64 right )
[symbol: _ZN2sfmLERNS_4TimeEx]
operator+ ( Time left, Time right )
[symbol: _ZN2sfplENS_4TimeES0_]
operator+= ( Time& left, Time right )
[symbol: _ZN2sfpLERNS_4TimeES0_]
operator- ( Time left, Time right )
[symbol: _ZN2sfmiENS_4TimeES0_]
operator- ( Time right )
[symbol: _ZN2sfngENS_4TimeE]
operator-= ( Time& left, Time right )
[symbol: _ZN2sfmIERNS_4TimeES0_]
operator/ ( Time left, float right )
[symbol: _ZN2sfdvENS_4TimeEf]
operator/ ( Time left, Int64 right )
[symbol: _ZN2sfdvENS_4TimeEx]
operator/= ( Time& left, float right )
[symbol: _ZN2sfdVERNS_4TimeEf]
operator/= ( Time& left, Int64 right )
[symbol: _ZN2sfdVERNS_4TimeEx]
operator< ( Time left, Time right )
[symbol: _ZN2sfltENS_4TimeES0_]
operator<= ( Time left, Time right )
[symbol: _ZN2sfleENS_4TimeES0_]
operator == ( Time left, Time right )
[symbol: _ZN2sfeqENS_4TimeES0_]
operator> ( Time left, Time right )
[symbol: _ZN2sfgtENS_4TimeES0_]
operator>= ( Time left, Time right )
[symbol: _ZN2sfgeENS_4TimeES0_]
seconds ( float p1 )
[symbol: _ZN2sf7secondsEf]
Time::asMicroseconds ( ) const
[symbol: _ZNK2sf4Time14asMicrosecondsEv]
Time::asMilliseconds ( ) const
[symbol: _ZNK2sf4Time14asMillisecondsEv]
Time::asSeconds ( ) const
[symbol: _ZNK2sf4Time9asSecondsEv]
Time::Time [in-charge] ( )
[symbol: _ZN2sf4TimeC1Ev]
Time::Time [not-in-charge] ( )
[symbol: _ZN2sf4TimeC2Ev]
Time::Zero [data]
[symbol: _ZN2sf4Time4ZeroE]
Transform.hpp,
libsfml-graphics.so.2.0
namespace sf
operator* ( Transform const& left, Transform const& right )
[symbol: _ZN2sfmlERKNS_9TransformES2_]
operator* ( Transform const& left, Vector2f const& right )
[symbol: _ZN2sfmlERKNS_9TransformERKNS_7Vector2IfEE]
operator*= ( Transform& left, Transform const& right )
[symbol: _ZN2sfmLERNS_9TransformERKS0_]
Transform::combine ( Transform const& transform )
[symbol: _ZN2sf9Transform7combineERKS0_]
Transform::getInverse ( ) const
[symbol: _ZNK2sf9Transform10getInverseEv]
Transform::getMatrix ( ) const
[symbol: _ZNK2sf9Transform9getMatrixEv]
Transform::Identity [data]
[symbol: _ZN2sf9Transform8IdentityE]
Transform::rotate ( float angle )
[symbol: _ZN2sf9Transform6rotateEf]
Transform::rotate ( float angle, float centerX, float centerY )
[symbol: _ZN2sf9Transform6rotateEfff]
Transform::rotate ( float angle, Vector2f const& center )
[symbol: _ZN2sf9Transform6rotateEfRKNS_7Vector2IfEE]
Transform::scale ( float scaleX, float scaleY )
[symbol: _ZN2sf9Transform5scaleEff]
Transform::scale ( float scaleX, float scaleY, float centerX, float centerY )
[symbol: _ZN2sf9Transform5scaleEffff]
Transform::scale ( Vector2f const& factors )
[symbol: _ZN2sf9Transform5scaleERKNS_7Vector2IfEE]
Transform::scale ( Vector2f const& factors, Vector2f const& center )
[symbol: _ZN2sf9Transform5scaleERKNS_7Vector2IfEES4_]
Transform::Transform [in-charge] ( )
[symbol: _ZN2sf9TransformC1Ev]
Transform::Transform [in-charge] ( float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22 )
[symbol: _ZN2sf9TransformC1Efffffffff]
Transform::Transform [not-in-charge] ( )
[symbol: _ZN2sf9TransformC2Ev]
Transform::Transform [not-in-charge] ( float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22 )
[symbol: _ZN2sf9TransformC2Efffffffff]
Transform::transformPoint ( float x, float y ) const
[symbol: _ZNK2sf9Transform14transformPointEff]
Transform::transformPoint ( Vector2f const& point ) const
[symbol: _ZNK2sf9Transform14transformPointERKNS_7Vector2IfEE]
Transform::transformRect ( FloatRect const& rectangle ) const
[symbol: _ZNK2sf9Transform13transformRectERKNS_4RectIfEE]
Transform::translate ( float x, float y )
[symbol: _ZN2sf9Transform9translateEff]
Transform::translate ( Vector2f const& offset )
[symbol: _ZN2sf9Transform9translateERKNS_7Vector2IfEE]
Transformable.hpp,
libsfml-graphics.so.2.0
namespace sf
Transformable::getInverseTransform ( ) const
[symbol: _ZNK2sf13Transformable19getInverseTransformEv]
Transformable::getOrigin ( ) const
[symbol: _ZNK2sf13Transformable9getOriginEv]
Transformable::getPosition ( ) const
[symbol: _ZNK2sf13Transformable11getPositionEv]
Transformable::getRotation ( ) const
[symbol: _ZNK2sf13Transformable11getRotationEv]
Transformable::getScale ( ) const
[symbol: _ZNK2sf13Transformable8getScaleEv]
Transformable::getTransform ( ) const
[symbol: _ZNK2sf13Transformable12getTransformEv]
Transformable::move ( float offsetX, float offsetY )
[symbol: _ZN2sf13Transformable4moveEff]
Transformable::move ( Vector2f const& offset )
[symbol: _ZN2sf13Transformable4moveERKNS_7Vector2IfEE]
Transformable::rotate ( float angle )
[symbol: _ZN2sf13Transformable6rotateEf]
Transformable::scale ( float factorX, float factorY )
[symbol: _ZN2sf13Transformable5scaleEff]
Transformable::scale ( Vector2f const& factor )
[symbol: _ZN2sf13Transformable5scaleERKNS_7Vector2IfEE]
Transformable::setOrigin ( float x, float y )
[symbol: _ZN2sf13Transformable9setOriginEff]
Transformable::setOrigin ( Vector2f const& origin )
[symbol: _ZN2sf13Transformable9setOriginERKNS_7Vector2IfEE]
Transformable::setPosition ( float x, float y )
[symbol: _ZN2sf13Transformable11setPositionEff]
Transformable::setPosition ( Vector2f const& position )
[symbol: _ZN2sf13Transformable11setPositionERKNS_7Vector2IfEE]
Transformable::setRotation ( float angle )
[symbol: _ZN2sf13Transformable11setRotationEf]
Transformable::setScale ( float factorX, float factorY )
[symbol: _ZN2sf13Transformable8setScaleEff]
Transformable::setScale ( Vector2f const& factors )
[symbol: _ZN2sf13Transformable8setScaleERKNS_7Vector2IfEE]
Transformable::Transformable [in-charge] ( )
[symbol: _ZN2sf13TransformableC1Ev]
Transformable::Transformable [not-in-charge] ( )
[symbol: _ZN2sf13TransformableC2Ev]
Transformable::~Transformable [in-charge-deleting] ( )
[symbol: _ZN2sf13TransformableD0Ev]
Transformable::~Transformable [in-charge] ( )
[symbol: _ZN2sf13TransformableD1Ev]
Transformable::~Transformable [not-in-charge] ( )
[symbol: _ZN2sf13TransformableD2Ev]
UdpSocket.hpp,
libsfml-network.so.2.0
namespace sf
UdpSocket::bind ( unsigned short port )
[symbol: _ZN2sf9UdpSocket4bindEt]
UdpSocket::getLocalPort ( ) const
[symbol: _ZNK2sf9UdpSocket12getLocalPortEv]
UdpSocket::receive ( Packet& packet, IpAddress& remoteAddress, unsigned short& remotePort )
[symbol: _ZN2sf9UdpSocket7receiveERNS_6PacketERNS_9IpAddressERt]
UdpSocket::receive ( void* data, std::size_t size, std::size_t& received, IpAddress& remoteAddress, unsigned short& remotePort )
[symbol: _ZN2sf9UdpSocket7receiveEPvjRjRNS_9IpAddressERt]
UdpSocket::send ( Packet& packet, IpAddress const& remoteAddress, unsigned short remotePort )
[symbol: _ZN2sf9UdpSocket4sendERNS_6PacketERKNS_9IpAddressEt]
UdpSocket::send ( void const* data, std::size_t size, IpAddress const& remoteAddress, unsigned short remotePort )
[symbol: _ZN2sf9UdpSocket4sendEPKvjRKNS_9IpAddressEt]
UdpSocket::UdpSocket [in-charge] ( )
[symbol: _ZN2sf9UdpSocketC1Ev]
UdpSocket::UdpSocket [not-in-charge] ( )
[symbol: _ZN2sf9UdpSocketC2Ev]
UdpSocket::unbind ( )
[symbol: _ZN2sf9UdpSocket6unbindEv]
UdpSocket::~UdpSocket [in-charge-deleting] ( )
[symbol: _ZN2sf9UdpSocketD0Ev]
UdpSocket::~UdpSocket [in-charge] ( )
[symbol: _ZN2sf9UdpSocketD1Ev]
Vertex.hpp,
libsfml-graphics.so.2.0
namespace sf
Vertex::Vertex [in-charge] ( )
[symbol: _ZN2sf6VertexC1Ev]
Vertex::Vertex [in-charge] ( Vector2f const& thePosition )
[symbol: _ZN2sf6VertexC1ERKNS_7Vector2IfEE]
Vertex::Vertex [in-charge] ( Vector2f const& thePosition, Color const& theColor )
[symbol: _ZN2sf6VertexC1ERKNS_7Vector2IfEERKNS_5ColorE]
Vertex::Vertex [in-charge] ( Vector2f const& thePosition, Color const& theColor, Vector2f const& theTexCoords )
[symbol: _ZN2sf6VertexC1ERKNS_7Vector2IfEERKNS_5ColorES4_]
Vertex::Vertex [in-charge] ( Vector2f const& thePosition, Vector2f const& theTexCoords )
[symbol: _ZN2sf6VertexC1ERKNS_7Vector2IfEES4_]
Vertex::Vertex [not-in-charge] ( )
[symbol: _ZN2sf6VertexC2Ev]
Vertex::Vertex [not-in-charge] ( Vector2f const& thePosition )
[symbol: _ZN2sf6VertexC2ERKNS_7Vector2IfEE]
Vertex::Vertex [not-in-charge] ( Vector2f const& thePosition, Color const& theColor )
[symbol: _ZN2sf6VertexC2ERKNS_7Vector2IfEERKNS_5ColorE]
Vertex::Vertex [not-in-charge] ( Vector2f const& thePosition, Color const& theColor, Vector2f const& theTexCoords )
[symbol: _ZN2sf6VertexC2ERKNS_7Vector2IfEERKNS_5ColorES4_]
Vertex::Vertex [not-in-charge] ( Vector2f const& thePosition, Vector2f const& theTexCoords )
[symbol: _ZN2sf6VertexC2ERKNS_7Vector2IfEES4_]
VertexArray.hpp,
libsfml-graphics.so.2.0
namespace sf
VertexArray::append ( Vertex const& vertex )
[symbol: _ZN2sf11VertexArray6appendERKNS_6VertexE]
VertexArray::clear ( )
[symbol: _ZN2sf11VertexArray5clearEv]
VertexArray::getBounds ( ) const
[symbol: _ZNK2sf11VertexArray9getBoundsEv]
VertexArray::getPrimitiveType ( ) const
[symbol: _ZNK2sf11VertexArray16getPrimitiveTypeEv]
VertexArray::getVertexCount ( ) const
[symbol: _ZNK2sf11VertexArray14getVertexCountEv]
VertexArray::operator[ ] ( unsigned int index )
[symbol: _ZN2sf11VertexArrayixEj]
VertexArray::operator[ ] ( unsigned int index ) const
[symbol: _ZNK2sf11VertexArrayixEj]
VertexArray::resize ( unsigned int vertexCount )
[symbol: _ZN2sf11VertexArray6resizeEj]
VertexArray::setPrimitiveType ( enum PrimitiveType type )
[symbol: _ZN2sf11VertexArray16setPrimitiveTypeENS_13PrimitiveTypeE]
VertexArray::VertexArray [in-charge] ( )
[symbol: _ZN2sf11VertexArrayC1Ev]
VertexArray::VertexArray [in-charge] ( enum PrimitiveType type, unsigned int vertexCount )
[symbol: _ZN2sf11VertexArrayC1ENS_13PrimitiveTypeEj]
VertexArray::VertexArray [not-in-charge] ( )
[symbol: _ZN2sf11VertexArrayC2Ev]
VertexArray::VertexArray [not-in-charge] ( enum PrimitiveType type, unsigned int vertexCount )
[symbol: _ZN2sf11VertexArrayC2ENS_13PrimitiveTypeEj]
VertexArray::~VertexArray [in-charge-deleting] ( )
[symbol: _ZN2sf11VertexArrayD0Ev]
VertexArray::~VertexArray [in-charge] ( )
[symbol: _ZN2sf11VertexArrayD1Ev]
VideoMode.hpp,
libsfml-window.so.2.0
namespace sf
operator!= ( VideoMode const& left, VideoMode const& right )
[symbol: _ZN2sfneERKNS_9VideoModeES2_]
operator< ( VideoMode const& left, VideoMode const& right )
[symbol: _ZN2sfltERKNS_9VideoModeES2_]
operator<= ( VideoMode const& left, VideoMode const& right )
[symbol: _ZN2sfleERKNS_9VideoModeES2_]
operator == ( VideoMode const& left, VideoMode const& right )
[symbol: _ZN2sfeqERKNS_9VideoModeES2_]
operator> ( VideoMode const& left, VideoMode const& right )
[symbol: _ZN2sfgtERKNS_9VideoModeES2_]
operator>= ( VideoMode const& left, VideoMode const& right )
[symbol: _ZN2sfgeERKNS_9VideoModeES2_]
VideoMode::getDesktopMode ( ) [static]
[symbol: _ZN2sf9VideoMode14getDesktopModeEv]
VideoMode::getFullscreenModes ( ) [static]
[symbol: _ZN2sf9VideoMode18getFullscreenModesEv]
VideoMode::isValid ( ) const
[symbol: _ZNK2sf9VideoMode7isValidEv]
View.hpp,
libsfml-graphics.so.2.0
namespace sf
View::getCenter ( ) const
[symbol: _ZNK2sf4View9getCenterEv]
View::getInverseTransform ( ) const
[symbol: _ZNK2sf4View19getInverseTransformEv]
View::getRotation ( ) const
[symbol: _ZNK2sf4View11getRotationEv]
View::getSize ( ) const
[symbol: _ZNK2sf4View7getSizeEv]
View::getTransform ( ) const
[symbol: _ZNK2sf4View12getTransformEv]
View::getViewport ( ) const
[symbol: _ZNK2sf4View11getViewportEv]
View::move ( float offsetX, float offsetY )
[symbol: _ZN2sf4View4moveEff]
View::move ( Vector2f const& offset )
[symbol: _ZN2sf4View4moveERKNS_7Vector2IfEE]
View::reset ( FloatRect const& rectangle )
[symbol: _ZN2sf4View5resetERKNS_4RectIfEE]
View::rotate ( float angle )
[symbol: _ZN2sf4View6rotateEf]
View::setCenter ( float x, float y )
[symbol: _ZN2sf4View9setCenterEff]
View::setCenter ( Vector2f const& center )
[symbol: _ZN2sf4View9setCenterERKNS_7Vector2IfEE]
View::setRotation ( float angle )
[symbol: _ZN2sf4View11setRotationEf]
View::setSize ( float width, float height )
[symbol: _ZN2sf4View7setSizeEff]
View::setSize ( Vector2f const& size )
[symbol: _ZN2sf4View7setSizeERKNS_7Vector2IfEE]
View::setViewport ( FloatRect const& viewport )
[symbol: _ZN2sf4View11setViewportERKNS_4RectIfEE]
View::View [in-charge] ( )
[symbol: _ZN2sf4ViewC1Ev]
View::View [not-in-charge] ( )
[symbol: _ZN2sf4ViewC2Ev]
View::zoom ( float factor )
[symbol: _ZN2sf4View4zoomEf]
Window.hpp,
libsfml-window.so.2.0
namespace sf
Window::close ( )
[symbol: _ZN2sf6Window5closeEv]
Window::create ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf6Window6createENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE]
Window::create ( WindowHandle handle, ContextSettings const& settings )
[symbol: _ZN2sf6Window6createEmRKNS_15ContextSettingsE]
Window::display ( )
[symbol: _ZN2sf6Window7displayEv]
Window::getPosition ( ) const
[symbol: _ZNK2sf6Window11getPositionEv]
Window::getSettings ( ) const
[symbol: _ZNK2sf6Window11getSettingsEv]
Window::getSize ( ) const
[symbol: _ZNK2sf6Window7getSizeEv]
Window::getSystemHandle ( ) const
[symbol: _ZNK2sf6Window15getSystemHandleEv]
Window::isOpen ( ) const
[symbol: _ZNK2sf6Window6isOpenEv]
Window::onCreate ( )
[symbol: _ZN2sf6Window8onCreateEv]
Window::onResize ( )
[symbol: _ZN2sf6Window8onResizeEv]
Window::pollEvent ( struct Event& event )
[symbol: _ZN2sf6Window9pollEventERNS_5EventE]
Window::setActive ( bool active ) const
[symbol: _ZNK2sf6Window9setActiveEb]
Window::setFramerateLimit ( unsigned int limit )
[symbol: _ZN2sf6Window17setFramerateLimitEj]
Window::setIcon ( unsigned int width, unsigned int height, Uint8 const* pixels )
[symbol: _ZN2sf6Window7setIconEjjPKh]
Window::setJoystickThreshold ( float threshold )
[symbol: _ZN2sf6Window20setJoystickThresholdEf]
Window::setKeyRepeatEnabled ( bool enabled )
[symbol: _ZN2sf6Window19setKeyRepeatEnabledEb]
Window::setMouseCursorVisible ( bool visible )
[symbol: _ZN2sf6Window21setMouseCursorVisibleEb]
Window::setPosition ( Vector2i const& position )
[symbol: _ZN2sf6Window11setPositionERKNS_7Vector2IiEE]
Window::setSize ( Vector2u const size )
[symbol: _ZN2sf6Window7setSizeENS_7Vector2IjEE]
Window::setTitle ( String const& title )
[symbol: _ZN2sf6Window8setTitleERKNS_6StringE]
Window::setVerticalSyncEnabled ( bool enabled )
[symbol: _ZN2sf6Window22setVerticalSyncEnabledEb]
Window::setVisible ( bool visible )
[symbol: _ZN2sf6Window10setVisibleEb]
Window::waitEvent ( struct Event& event )
[symbol: _ZN2sf6Window9waitEventERNS_5EventE]
Window::Window [in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf6WindowC1ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE]
Window::Window [in-charge] ( WindowHandle handle, ContextSettings const& settings )
[symbol: _ZN2sf6WindowC1EmRKNS_15ContextSettingsE]
Window::Window [not-in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf6WindowC2ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE]
Window::Window [not-in-charge] ( WindowHandle handle, ContextSettings const& settings )
[symbol: _ZN2sf6WindowC2EmRKNS_15ContextSettingsE]
to the top
Removed Symbols (437)
AudioResource.hpp,
libsfml-audio.so.1.6
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]
vtable for AudioResource [data]
[symbol: _ZTVN2sf13AudioResourceE]
Clock.hpp,
libsfml-system.so.1.6
namespace sf
Clock::GetElapsedTime ( ) const
[symbol: _ZNK2sf5Clock14GetElapsedTimeEv]
Clock::Reset ( )
[symbol: _ZN2sf5Clock5ResetEv]
Color.hpp,
libsfml-graphics.so.1.6
namespace sf
Color::operator!= ( Color const& Other ) const
[symbol: _ZNK2sf5ColorneERKS0_]
Color::operator*= ( Color const& Other )
[symbol: _ZN2sf5ColormLERKS0_]
Color::operator+= ( Color const& Other )
[symbol: _ZN2sf5ColorpLERKS0_]
Color::operator == ( Color const& Other ) const
[symbol: _ZNK2sf5ColoreqERKS0_]
Context.hpp,
libsfml-window.so.1.6
namespace sf
Context::GetGlobal ( ) [static]
[symbol: _ZN2sf7Context9GetGlobalEv]
Context::IsContextActive ( ) [static]
[symbol: _ZN2sf7Context15IsContextActiveEv]
Context::SetActive ( bool Active )
[symbol: _ZN2sf7Context9SetActiveEb]
Drawable.hpp,
libsfml-graphics.so.1.6
namespace sf
Drawable::Drawable [in-charge] ( Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf8DrawableC1ERKNS_7Vector2IfEES4_fRKNS_5ColorE]
Drawable::Drawable [not-in-charge] ( Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf8DrawableC2ERKNS_7Vector2IfEES4_fRKNS_5ColorE]
Drawable::GetBlendMode ( ) const
[symbol: _ZNK2sf8Drawable12GetBlendModeEv]
Drawable::GetCenter ( ) const
[symbol: _ZNK2sf8Drawable9GetCenterEv]
Drawable::GetColor ( ) const
[symbol: _ZNK2sf8Drawable8GetColorEv]
Drawable::GetInverseMatrix ( ) const
[symbol: _ZNK2sf8Drawable16GetInverseMatrixEv]
Drawable::GetMatrix ( ) const
[symbol: _ZNK2sf8Drawable9GetMatrixEv]
Drawable::GetPosition ( ) const
[symbol: _ZNK2sf8Drawable11GetPositionEv]
Drawable::GetRotation ( ) const
[symbol: _ZNK2sf8Drawable11GetRotationEv]
Drawable::GetScale ( ) const
[symbol: _ZNK2sf8Drawable8GetScaleEv]
Drawable::Move ( float OffsetX, float OffsetY )
[symbol: _ZN2sf8Drawable4MoveEff]
Drawable::Move ( Vector2f const& Offset )
[symbol: _ZN2sf8Drawable4MoveERKNS_7Vector2IfEE]
Drawable::Rotate ( float Angle )
[symbol: _ZN2sf8Drawable6RotateEf]
Drawable::Scale ( float FactorX, float FactorY )
[symbol: _ZN2sf8Drawable5ScaleEff]
Drawable::Scale ( Vector2f const& Factor )
[symbol: _ZN2sf8Drawable5ScaleERKNS_7Vector2IfEE]
Drawable::SetBlendMode ( enum Blend::Mode Mode )
[symbol: _ZN2sf8Drawable12SetBlendModeENS_5Blend4ModeE]
Drawable::SetCenter ( float CenterX, float CenterY )
[symbol: _ZN2sf8Drawable9SetCenterEff]
Drawable::SetCenter ( Vector2f const& Center )
[symbol: _ZN2sf8Drawable9SetCenterERKNS_7Vector2IfEE]
Drawable::SetColor ( Color const& Col )
[symbol: _ZN2sf8Drawable8SetColorERKNS_5ColorE]
Drawable::SetPosition ( float X, float Y )
[symbol: _ZN2sf8Drawable11SetPositionEff]
Drawable::SetPosition ( Vector2f const& Position )
[symbol: _ZN2sf8Drawable11SetPositionERKNS_7Vector2IfEE]
Drawable::SetRotation ( float Rotation )
[symbol: _ZN2sf8Drawable11SetRotationEf]
Drawable::SetScale ( float ScaleX, float ScaleY )
[symbol: _ZN2sf8Drawable8SetScaleEff]
Drawable::SetScale ( Vector2f const& Scale )
[symbol: _ZN2sf8Drawable8SetScaleERKNS_7Vector2IfEE]
Drawable::SetScaleX ( float FactorX )
[symbol: _ZN2sf8Drawable9SetScaleXEf]
Drawable::SetScaleY ( float FactorY )
[symbol: _ZN2sf8Drawable9SetScaleYEf]
Drawable::SetX ( float X )
[symbol: _ZN2sf8Drawable4SetXEf]
Drawable::SetY ( float Y )
[symbol: _ZN2sf8Drawable4SetYEf]
Drawable::TransformToGlobal ( Vector2f const& Point ) const
[symbol: _ZNK2sf8Drawable17TransformToGlobalERKNS_7Vector2IfEE]
Drawable::TransformToLocal ( Vector2f const& Point ) const
[symbol: _ZNK2sf8Drawable16TransformToLocalERKNS_7Vector2IfEE]
Font.hpp,
libsfml-graphics.so.1.6
namespace sf
Font::GetCharacterSize ( ) const
[symbol: _ZNK2sf4Font16GetCharacterSizeEv]
Font::GetDefaultFont ( ) [static]
[symbol: _ZN2sf4Font14GetDefaultFontEv]
Font::GetGlyph ( Uint32 CodePoint ) const
[symbol: _ZNK2sf4Font8GetGlyphEj]
Font::GetImage ( ) const
[symbol: _ZNK2sf4Font8GetImageEv]
Font::LoadFromFile ( std::string const& Filename, unsigned int CharSize, Unicode::Text const& Charset )
[symbol: _ZN2sf4Font12LoadFromFileERKSsjRKNS_7Unicode4TextE]
Font::LoadFromMemory ( char const* Data, std::size_t SizeInBytes, unsigned int CharSize, Unicode::Text const& Charset )
[symbol: _ZN2sf4Font14LoadFromMemoryEPKcjjRKNS_7Unicode4TextE]
Ftp.hpp,
libsfml-network.so.1.6
namespace sf
Ftp::ChangeDirectory ( std::string const& Directory )
[symbol: _ZN2sf3Ftp15ChangeDirectoryERKSs]
Ftp::Connect ( IPAddress const& Server, unsigned short Port, float Timeout )
[symbol: _ZN2sf3Ftp7ConnectERKNS_9IPAddressEtf]
Ftp::DeleteDirectory ( std::string const& Name )
[symbol: _ZN2sf3Ftp15DeleteDirectoryERKSs]
Ftp::DeleteFile ( std::string const& Name )
[symbol: _ZN2sf3Ftp10DeleteFileERKSs]
Ftp::DirectoryResponse::DirectoryResponse [in-charge] ( Ftp::Response Resp )
[symbol: _ZN2sf3Ftp17DirectoryResponseC1ENS0_8ResponseE]
Ftp::DirectoryResponse::DirectoryResponse [not-in-charge] ( Ftp::Response Resp )
[symbol: _ZN2sf3Ftp17DirectoryResponseC2ENS0_8ResponseE]
Ftp::DirectoryResponse::GetDirectory ( ) const
[symbol: _ZNK2sf3Ftp17DirectoryResponse12GetDirectoryEv]
Ftp::Disconnect ( )
[symbol: _ZN2sf3Ftp10DisconnectEv]
Ftp::Download ( std::string const& DistantFile, std::string const& DestPath, enum Ftp::TransferMode Mode )
[symbol: _ZN2sf3Ftp8DownloadERKSsS2_NS0_12TransferModeE]
Ftp::GetDirectoryListing ( std::string const& Directory )
[symbol: _ZN2sf3Ftp19GetDirectoryListingERKSs]
Ftp::GetWorkingDirectory ( )
[symbol: _ZN2sf3Ftp19GetWorkingDirectoryEv]
Ftp::KeepAlive ( )
[symbol: _ZN2sf3Ftp9KeepAliveEv]
Ftp::ListingResponse::GetCount ( ) const
[symbol: _ZNK2sf3Ftp15ListingResponse8GetCountEv]
Ftp::ListingResponse::GetFilename ( std::size_t Index ) const
[symbol: _ZNK2sf3Ftp15ListingResponse11GetFilenameEj]
Ftp::ListingResponse::ListingResponse [in-charge] ( Ftp::Response Resp, std::vector<char>const& Data )
[symbol: _ZN2sf3Ftp15ListingResponseC1ENS0_8ResponseERKSt6vectorIcSaIcEE]
Ftp::ListingResponse::ListingResponse [not-in-charge] ( Ftp::Response Resp, std::vector<char>const& Data )
[symbol: _ZN2sf3Ftp15ListingResponseC2ENS0_8ResponseERKSt6vectorIcSaIcEE]
Ftp::Login ( )
[symbol: _ZN2sf3Ftp5LoginEv]
Ftp::Login ( std::string const& UserName, std::string const& Password )
[symbol: _ZN2sf3Ftp5LoginERKSsS2_]
Ftp::MakeDirectory ( std::string const& Name )
[symbol: _ZN2sf3Ftp13MakeDirectoryERKSs]
Ftp::ParentDirectory ( )
[symbol: _ZN2sf3Ftp15ParentDirectoryEv]
Ftp::RenameFile ( std::string const& File, std::string const& NewName )
[symbol: _ZN2sf3Ftp10RenameFileERKSsS2_]
Ftp::Response::GetMessage ( ) const
[symbol: _ZNK2sf3Ftp8Response10GetMessageEv]
Ftp::Response::GetStatus ( ) const
[symbol: _ZNK2sf3Ftp8Response9GetStatusEv]
Ftp::Response::IsOk ( ) const
[symbol: _ZNK2sf3Ftp8Response4IsOkEv]
Ftp::Upload ( std::string const& LocalFile, std::string const& DestPath, enum Ftp::TransferMode Mode )
[symbol: _ZN2sf3Ftp6UploadERKSsS2_NS0_12TransferModeE]
Http.hpp,
libsfml-network.so.1.6
namespace sf
Http::Request::Request [in-charge] ( enum Http::Request::Method RequestMethod, std::string const& URI, std::string const& Body )
[symbol: _ZN2sf4Http7RequestC1ENS1_6MethodERKSsS4_]
Http::Request::Request [not-in-charge] ( enum Http::Request::Method RequestMethod, std::string const& URI, std::string const& Body )
[symbol: _ZN2sf4Http7RequestC2ENS1_6MethodERKSsS4_]
Http::Request::SetBody ( std::string const& Body )
[symbol: _ZN2sf4Http7Request7SetBodyERKSs]
Http::Request::SetField ( std::string const& Field, std::string const& Value )
[symbol: _ZN2sf4Http7Request8SetFieldERKSsS3_]
Http::Request::SetHttpVersion ( unsigned int Major, unsigned int Minor )
[symbol: _ZN2sf4Http7Request14SetHttpVersionEjj]
Http::Request::SetMethod ( enum Http::Request::Method RequestMethod )
[symbol: _ZN2sf4Http7Request9SetMethodENS1_6MethodE]
Http::Request::SetURI ( std::string const& URI )
[symbol: _ZN2sf4Http7Request6SetURIERKSs]
Http::Response::GetBody ( ) const
[symbol: _ZNK2sf4Http8Response7GetBodyEv]
Http::Response::GetField ( std::string const& Field ) const
[symbol: _ZNK2sf4Http8Response8GetFieldERKSs]
Http::Response::GetMajorHttpVersion ( ) const
[symbol: _ZNK2sf4Http8Response19GetMajorHttpVersionEv]
Http::Response::GetMinorHttpVersion ( ) const
[symbol: _ZNK2sf4Http8Response19GetMinorHttpVersionEv]
Http::Response::GetStatus ( ) const
[symbol: _ZNK2sf4Http8Response9GetStatusEv]
Http::SendRequest ( Http::Request const& Req, float Timeout )
[symbol: _ZN2sf4Http11SendRequestERKNS0_7RequestEf]
Http::SetHost ( std::string const& Host, unsigned short Port )
[symbol: _ZN2sf4Http7SetHostERKSst]
Image.hpp,
libsfml-graphics.so.1.6
namespace sf
Image::Bind ( ) const
[symbol: _ZNK2sf5Image4BindEv]
Image::Copy ( Image const& Source, unsigned int DestX, unsigned int DestY, IntRect const& SourceRect, bool ApplyAlpha )
[symbol: _ZN2sf5Image4CopyERKS0_jjRKNS_4RectIiEEb]
Image::CopyScreen ( RenderWindow& Window, IntRect const& SourceRect )
[symbol: _ZN2sf5Image10CopyScreenERNS_12RenderWindowERKNS_4RectIiEE]
Image::Create ( unsigned int Width, unsigned int Height, Color Col )
[symbol: _ZN2sf5Image6CreateEjjNS_5ColorE]
Image::CreateMaskFromColor ( Color ColorKey, Uint8 Alpha )
[symbol: _ZN2sf5Image19CreateMaskFromColorENS_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] ( 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, Uint8 const* Data )
[symbol: _ZN2sf5ImageC1EjjPKh]
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, Uint8 const* Data )
[symbol: _ZN2sf5ImageC2EjjPKh]
Image::IsSmooth ( ) const
[symbol: _ZNK2sf5Image8IsSmoothEv]
Image::LoadFromFile ( std::string const& Filename )
[symbol: _ZN2sf5Image12LoadFromFileERKSs]
Image::LoadFromMemory ( char const* Data, std::size_t SizeInBytes )
[symbol: _ZN2sf5Image14LoadFromMemoryEPKcj]
Image::LoadFromPixels ( unsigned int Width, unsigned int Height, Uint8 const* Data )
[symbol: _ZN2sf5Image14LoadFromPixelsEjjPKh]
Image::operator = ( Image const& Other )
[symbol: _ZN2sf5ImageaSERKS0_]
Image::SaveToFile ( std::string const& Filename ) const
[symbol: _ZNK2sf5Image10SaveToFileERKSs]
Image::SetPixel ( unsigned int X, unsigned int Y, Color const& Col )
[symbol: _ZN2sf5Image8SetPixelEjjRKNS_5ColorE]
Image::SetSmooth ( bool Smooth )
[symbol: _ZN2sf5Image9SetSmoothEb]
Input.hpp,
libsfml-window.so.1.6
namespace sf
Input::GetJoystickAxis ( unsigned int JoyId, enum Joy::Axis Axis ) const
[symbol: _ZNK2sf5Input15GetJoystickAxisEjNS_3Joy4AxisE]
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]
vtable for Input [data]
[symbol: _ZTVN2sf5InputE]
IPAddress.hpp,
libsfml-network.so.1.6
namespace sf
IPAddress::GetLocalAddress ( ) [static]
[symbol: _ZN2sf9IPAddress15GetLocalAddressEv]
IPAddress::GetPublicAddress ( float Timeout ) [static]
[symbol: _ZN2sf9IPAddress16GetPublicAddressEf]
IPAddress::IPAddress [in-charge] ( )
[symbol: _ZN2sf9IPAddressC1Ev]
IPAddress::IPAddress [in-charge] ( char const* Address )
[symbol: _ZN2sf9IPAddressC1EPKc]
IPAddress::IPAddress [in-charge] ( Uint32 Address )
[symbol: _ZN2sf9IPAddressC1Ej]
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] ( char const* Address )
[symbol: _ZN2sf9IPAddressC2EPKc]
IPAddress::IPAddress [not-in-charge] ( Uint32 Address )
[symbol: _ZN2sf9IPAddressC2Ej]
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::ToInteger ( ) const
[symbol: _ZNK2sf9IPAddress9ToIntegerEv]
IPAddress::ToString ( ) const
[symbol: _ZNK2sf9IPAddress8ToStringEv]
operator<< ( std::ostream& Stream, IPAddress const& Address )
[symbol: _ZN2sflsERSoRKNS_9IPAddressE]
operator>> ( std::istream& Stream, IPAddress& Address )
[symbol: _ZN2sfrsERSiRNS_9IPAddressE]
Listener.hpp,
libsfml-audio.so.1.6
namespace sf
Listener::GetGlobalVolume ( ) [static]
[symbol: _ZN2sf8Listener15GetGlobalVolumeEv]
Listener::GetPosition ( ) [static]
[symbol: _ZN2sf8Listener11GetPositionEv]
Listener::GetTarget ( ) [static]
[symbol: _ZN2sf8Listener9GetTargetEv]
Listener::SetGlobalVolume ( float Volume ) [static]
[symbol: _ZN2sf8Listener15SetGlobalVolumeEf]
Listener::SetPosition ( float X, float Y, float Z ) [static]
[symbol: _ZN2sf8Listener11SetPositionEfff]
Listener::SetPosition ( Vector3f const& Position ) [static]
[symbol: _ZN2sf8Listener11SetPositionERKNS_7Vector3IfEE]
Listener::SetTarget ( float X, float Y, float Z ) [static]
[symbol: _ZN2sf8Listener9SetTargetEfff]
Listener::SetTarget ( Vector3f const& Target ) [static]
[symbol: _ZN2sf8Listener9SetTargetERKNS_7Vector3IfEE]
Matrix3.hpp,
libsfml-graphics.so.1.6
namespace sf
Matrix3::Identity [data]
[symbol: _ZN2sf7Matrix38IdentityE]
Music.hpp,
libsfml-audio.so.1.6
namespace sf
Music::GetDuration ( ) const
[symbol: _ZNK2sf5Music11GetDurationEv]
Music::Music [in-charge] ( std::size_t BufferSize )
[symbol: _ZN2sf5MusicC1Ej]
Music::Music [not-in-charge] ( std::size_t BufferSize )
[symbol: _ZN2sf5MusicC2Ej]
Music::OpenFromFile ( std::string const& Filename )
[symbol: _ZN2sf5Music12OpenFromFileERKSs]
Music::OpenFromMemory ( char const* Data, std::size_t SizeInBytes )
[symbol: _ZN2sf5Music14OpenFromMemoryEPKcj]
Mutex.hpp,
libsfml-system.so.1.6
namespace sf
Mutex::Lock ( )
[symbol: _ZN2sf5Mutex4LockEv]
Mutex::Unlock ( )
[symbol: _ZN2sf5Mutex6UnlockEv]
Packet.hpp,
libsfml-network.so.1.6
namespace sf
Packet::Append ( void const* Data, std::size_t SizeInBytes )
[symbol: _ZN2sf6Packet6AppendEPKvj]
Packet::Clear ( )
[symbol: _ZN2sf6Packet5ClearEv]
Packet::EndOfPacket ( ) const
[symbol: _ZNK2sf6Packet11EndOfPacketEv]
Packet::GetData ( ) const
[symbol: _ZNK2sf6Packet7GetDataEv]
Packet::GetDataSize ( ) const
[symbol: _ZNK2sf6Packet11GetDataSizeEv]
Packet::operator bool ( ) const
[symbol: _ZNK2sf6PacketcvbEv]
PostFX.hpp,
libsfml-graphics.so.1.6
namespace sf
PostFX::CanUsePostFX ( ) [static]
[symbol: _ZN2sf6PostFX12CanUsePostFXEv]
PostFX::LoadFromFile ( std::string const& Filename )
[symbol: _ZN2sf6PostFX12LoadFromFileERKSs]
PostFX::LoadFromMemory ( std::string const& Effect )
[symbol: _ZN2sf6PostFX14LoadFromMemoryERKSs]
PostFX::operator = ( PostFX const& Other )
[symbol: _ZN2sf6PostFXaSERKS0_]
PostFX::PostFX [in-charge] ( )
[symbol: _ZN2sf6PostFXC1Ev]
PostFX::PostFX [in-charge] ( PostFX const& Copy )
[symbol: _ZN2sf6PostFXC1ERKS0_]
PostFX::PostFX [not-in-charge] ( )
[symbol: _ZN2sf6PostFXC2Ev]
PostFX::PostFX [not-in-charge] ( PostFX const& Copy )
[symbol: _ZN2sf6PostFXC2ERKS0_]
PostFX::Render ( RenderTarget& Target ) const
[symbol: _ZNK2sf6PostFX6RenderERNS_12RenderTargetE]
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]
vtable for PostFX [data]
[symbol: _ZTVN2sf6PostFXE]
Randomizer.hpp,
libsfml-system.so.1.6
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]
RenderTarget.hpp,
libsfml-graphics.so.1.6
namespace sf
RenderTarget::Clear ( Color const& FillColor )
[symbol: _ZN2sf12RenderTarget5ClearERKNS_5ColorE]
RenderTarget::Draw ( Drawable const& Object )
[symbol: _ZN2sf12RenderTarget4DrawERKNS_8DrawableE]
RenderTarget::GetDefaultView ( )
[symbol: _ZN2sf12RenderTarget14GetDefaultViewEv]
RenderTarget::GetView ( ) const
[symbol: _ZNK2sf12RenderTarget7GetViewEv]
RenderTarget::Initialize ( )
[symbol: _ZN2sf12RenderTarget10InitializeEv]
RenderTarget::PreserveOpenGLStates ( bool Preserve )
[symbol: _ZN2sf12RenderTarget20PreserveOpenGLStatesEb]
RenderTarget::SetView ( View const& NewView )
[symbol: _ZN2sf12RenderTarget7SetViewERKNS_4ViewE]
RenderWindow.hpp,
libsfml-graphics.so.1.6
namespace sf
RenderWindow::Capture ( ) const
[symbol: _ZNK2sf12RenderWindow7CaptureEv]
RenderWindow::ConvertCoords ( unsigned int WindowX, unsigned int WindowY, View const* TargetView ) const
[symbol: _ZNK2sf12RenderWindow13ConvertCoordsEjjPKNS_4ViewE]
RenderWindow::GetHeight ( ) const
[symbol: _ZNK2sf12RenderWindow9GetHeightEv]
RenderWindow::GetWidth ( ) const
[symbol: _ZNK2sf12RenderWindow8GetWidthEv]
RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC1EmRKNS_14WindowSettingsE]
RenderWindow::RenderWindow [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
RenderWindow::RenderWindow [not-in-charge] ( WindowHandle Handle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC2EmRKNS_14WindowSettingsE]
SelectorBase.hpp,
libsfml-network.so.1.6
namespace sf
SelectorBase::Add ( SocketHelper::SocketType Socket )
[symbol: _ZN2sf12SelectorBase3AddEi]
SelectorBase::Clear ( )
[symbol: _ZN2sf12SelectorBase5ClearEv]
SelectorBase::GetSocketReady ( unsigned int Index )
[symbol: _ZN2sf12SelectorBase14GetSocketReadyEj]
SelectorBase::Remove ( SocketHelper::SocketType Socket )
[symbol: _ZN2sf12SelectorBase6RemoveEi]
SelectorBase::SelectorBase [in-charge] ( )
[symbol: _ZN2sf12SelectorBaseC1Ev]
SelectorBase::SelectorBase [not-in-charge] ( )
[symbol: _ZN2sf12SelectorBaseC2Ev]
SelectorBase::Wait ( float Timeout )
[symbol: _ZN2sf12SelectorBase4WaitEf]
Shape.hpp,
libsfml-graphics.so.1.6
namespace sf
Shape::AddPoint ( float X, float Y, Color const& Col, Color const& OutlineCol )
[symbol: _ZN2sf5Shape8AddPointEffRKNS_5ColorES3_]
Shape::AddPoint ( Vector2f const& Position, Color const& Col, Color const& OutlineCol )
[symbol: _ZN2sf5Shape8AddPointERKNS_7Vector2IfEERKNS_5ColorES7_]
Shape::Circle ( float X, float Y, float Radius, Color const& Col, float Outline, Color const& OutlineCol ) [static]
[symbol: _ZN2sf5Shape6CircleEfffRKNS_5ColorEfS3_]
Shape::Circle ( Vector2f const& Center, float Radius, Color const& Col, float Outline, Color const& OutlineCol ) [static]
[symbol: _ZN2sf5Shape6CircleERKNS_7Vector2IfEEfRKNS_5ColorEfS7_]
Shape::EnableFill ( bool Enable )
[symbol: _ZN2sf5Shape10EnableFillEb]
Shape::EnableOutline ( bool Enable )
[symbol: _ZN2sf5Shape13EnableOutlineEb]
Shape::GetNbPoints ( ) const
[symbol: _ZNK2sf5Shape11GetNbPointsEv]
Shape::GetOutlineWidth ( ) const
[symbol: _ZNK2sf5Shape15GetOutlineWidthEv]
Shape::GetPointColor ( unsigned int Index ) const
[symbol: _ZNK2sf5Shape13GetPointColorEj]
Shape::GetPointOutlineColor ( unsigned int Index ) const
[symbol: _ZNK2sf5Shape20GetPointOutlineColorEj]
Shape::GetPointPosition ( unsigned int Index ) const
[symbol: _ZNK2sf5Shape16GetPointPositionEj]
Shape::Line ( float P1X, float P1Y, float P2X, float P2Y, float Thickness, Color const& Col, float Outline, Color const& OutlineCol ) [static]
[symbol: _ZN2sf5Shape4LineEfffffRKNS_5ColorEfS3_]
Shape::Line ( Vector2f const& P1, Vector2f const& P2, float Thickness, Color const& Col, float Outline, Color const& OutlineCol ) [static]
[symbol: _ZN2sf5Shape4LineERKNS_7Vector2IfEES4_fRKNS_5ColorEfS7_]
Shape::Point::Point [in-charge] ( Vector2f const& Pos, Color const& C, Color const& OutlineC )
[symbol: _ZN2sf5Shape5PointC1ERKNS_7Vector2IfEERKNS_5ColorES8_]
Shape::Point::Point [not-in-charge] ( Vector2f const& Pos, Color const& C, Color const& OutlineC )
[symbol: _ZN2sf5Shape5PointC2ERKNS_7Vector2IfEERKNS_5ColorES8_]
Shape::Rectangle ( float P1X, float P1Y, float P2X, float P2Y, Color const& Col, float Outline, Color const& OutlineCol ) [static]
[symbol: _ZN2sf5Shape9RectangleEffffRKNS_5ColorEfS3_]
Shape::Rectangle ( Vector2f const& P1, Vector2f const& P2, Color const& Col, float Outline, Color const& OutlineCol ) [static]
[symbol: _ZN2sf5Shape9RectangleERKNS_7Vector2IfEES4_RKNS_5ColorEfS7_]
Shape::Render ( RenderTarget& Target ) const
[symbol: _ZNK2sf5Shape6RenderERNS_12RenderTargetE]
Shape::SetOutlineWidth ( float Width )
[symbol: _ZN2sf5Shape15SetOutlineWidthEf]
Shape::SetPointColor ( unsigned int Index, Color const& Col )
[symbol: _ZN2sf5Shape13SetPointColorEjRKNS_5ColorE]
Shape::SetPointOutlineColor ( unsigned int Index, Color const& OutlineCol )
[symbol: _ZN2sf5Shape20SetPointOutlineColorEjRKNS_5ColorE]
Shape::SetPointPosition ( unsigned int Index, float X, float Y )
[symbol: _ZN2sf5Shape16SetPointPositionEjff]
Shape::SetPointPosition ( unsigned int Index, Vector2f const& Position )
[symbol: _ZN2sf5Shape16SetPointPositionEjRKNS_7Vector2IfEE]
Sleep.hpp,
libsfml-system.so.1.6
namespace sf
Sleep ( float Duration )
[symbol: _ZN2sf5SleepEf]
SocketHelper.hpp,
libsfml-network.so.1.6
namespace sf
SocketHelper::Close ( SocketHelper::SocketType Socket ) [static]
[symbol: _ZN2sf12SocketHelper5CloseEi]
SocketHelper::GetErrorStatus ( ) [static]
[symbol: _ZN2sf12SocketHelper14GetErrorStatusEv]
SocketHelper::InvalidSocket ( ) [static]
[symbol: _ZN2sf12SocketHelper13InvalidSocketEv]
SocketHelper::SetBlocking ( SocketHelper::SocketType Socket, bool Block ) [static]
[symbol: _ZN2sf12SocketHelper11SetBlockingEib]
SocketTCP.hpp,
libsfml-network.so.1.6
namespace sf
SocketTCP::Accept ( SocketTCP& Connected, IPAddress* Address )
[symbol: _ZN2sf9SocketTCP6AcceptERS0_PNS_9IPAddressE]
SocketTCP::Close ( )
[symbol: _ZN2sf9SocketTCP5CloseEv]
SocketTCP::Connect ( unsigned short Port, IPAddress const& HostAddress, float Timeout )
[symbol: _ZN2sf9SocketTCP7ConnectEtRKNS_9IPAddressEf]
SocketTCP::IsValid ( ) const
[symbol: _ZNK2sf9SocketTCP7IsValidEv]
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::SetBlocking ( bool Blocking )
[symbol: _ZN2sf9SocketTCP11SetBlockingEb]
SocketTCP::SocketTCP [in-charge] ( )
[symbol: _ZN2sf9SocketTCPC1Ev]
SocketTCP::SocketTCP [not-in-charge] ( )
[symbol: _ZN2sf9SocketTCPC2Ev]
SocketUDP.hpp,
libsfml-network.so.1.6
namespace sf
SocketUDP::Bind ( unsigned short Port )
[symbol: _ZN2sf9SocketUDP4BindEt]
SocketUDP::Close ( )
[symbol: _ZN2sf9SocketUDP5CloseEv]
SocketUDP::GetPort ( ) const
[symbol: _ZNK2sf9SocketUDP7GetPortEv]
SocketUDP::IsValid ( ) const
[symbol: _ZNK2sf9SocketUDP7IsValidEv]
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_9IPAddressERt]
SocketUDP::Receive ( Packet& PacketToReceive, IPAddress& Address, unsigned short& Port )
[symbol: _ZN2sf9SocketUDP7ReceiveERNS_6PacketERNS_9IPAddressERt]
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::SetBlocking ( bool Blocking )
[symbol: _ZN2sf9SocketUDP11SetBlockingEb]
SocketUDP::SocketUDP [in-charge] ( )
[symbol: _ZN2sf9SocketUDPC1Ev]
SocketUDP::SocketUDP [not-in-charge] ( )
[symbol: _ZN2sf9SocketUDPC2Ev]
SocketUDP::Unbind ( )
[symbol: _ZN2sf9SocketUDP6UnbindEv]
Sound.hpp,
libsfml-audio.so.1.6
namespace sf
Sound::GetAttenuation ( ) const
[symbol: _ZNK2sf5Sound14GetAttenuationEv]
Sound::GetBuffer ( ) const
[symbol: _ZNK2sf5Sound9GetBufferEv]
Sound::GetLoop ( ) const
[symbol: _ZNK2sf5Sound7GetLoopEv]
Sound::GetMinDistance ( ) const
[symbol: _ZNK2sf5Sound14GetMinDistanceEv]
Sound::GetPitch ( ) const
[symbol: _ZNK2sf5Sound8GetPitchEv]
Sound::GetPlayingOffset ( ) const
[symbol: _ZNK2sf5Sound16GetPlayingOffsetEv]
Sound::GetPosition ( ) const
[symbol: _ZNK2sf5Sound11GetPositionEv]
Sound::GetStatus ( ) const
[symbol: _ZNK2sf5Sound9GetStatusEv]
Sound::GetVolume ( ) const
[symbol: _ZNK2sf5Sound9GetVolumeEv]
Sound::IsRelativeToListener ( ) const
[symbol: _ZNK2sf5Sound20IsRelativeToListenerEv]
Sound::Pause ( )
[symbol: _ZN2sf5Sound5PauseEv]
Sound::Play ( )
[symbol: _ZN2sf5Sound4PlayEv]
Sound::ResetBuffer ( )
[symbol: _ZN2sf5Sound11ResetBufferEv]
Sound::SetAttenuation ( float Attenuation )
[symbol: _ZN2sf5Sound14SetAttenuationEf]
Sound::SetBuffer ( SoundBuffer const& Buffer )
[symbol: _ZN2sf5Sound9SetBufferERKNS_11SoundBufferE]
Sound::SetLoop ( bool Loop )
[symbol: _ZN2sf5Sound7SetLoopEb]
Sound::SetMinDistance ( float MinDistance )
[symbol: _ZN2sf5Sound14SetMinDistanceEf]
Sound::SetPitch ( float Pitch )
[symbol: _ZN2sf5Sound8SetPitchEf]
Sound::SetPlayingOffset ( float TimeOffset )
[symbol: _ZN2sf5Sound16SetPlayingOffsetEf]
Sound::SetPosition ( float X, float Y, float Z )
[symbol: _ZN2sf5Sound11SetPositionEfff]
Sound::SetPosition ( Vector3f const& Position )
[symbol: _ZN2sf5Sound11SetPositionERKNS_7Vector3IfEE]
Sound::SetRelativeToListener ( bool Relative )
[symbol: _ZN2sf5Sound21SetRelativeToListenerEb]
Sound::SetVolume ( float Volume )
[symbol: _ZN2sf5Sound9SetVolumeEf]
Sound::Sound [in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position )
[symbol: _ZN2sf5SoundC1ERKNS_11SoundBufferEbffRKNS_7Vector3IfEE]
Sound::Sound [not-in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position )
[symbol: _ZN2sf5SoundC2ERKNS_11SoundBufferEbffRKNS_7Vector3IfEE]
Sound::Stop ( )
[symbol: _ZN2sf5Sound4StopEv]
SoundBuffer.hpp,
libsfml-audio.so.1.6
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 ( char const* Data, std::size_t SizeInBytes )
[symbol: _ZN2sf11SoundBuffer14LoadFromMemoryEPKcj]
SoundBuffer::LoadFromSamples ( Int16 const* Samples, std::size_t SamplesCount, unsigned int ChannelsCount, unsigned int SampleRate )
[symbol: _ZN2sf11SoundBuffer15LoadFromSamplesEPKsjjj]
SoundBuffer::SaveToFile ( std::string const& Filename ) const
[symbol: _ZNK2sf11SoundBuffer10SaveToFileERKSs]
SoundBuffer::~SoundBuffer [in-charge-deleting] ( )
[symbol: _ZN2sf11SoundBufferD0Ev]
vtable for SoundBuffer [data]
[symbol: _ZTVN2sf11SoundBufferE]
SoundBufferRecorder.hpp,
libsfml-audio.so.1.6
namespace sf
SoundBufferRecorder::GetBuffer ( ) const
[symbol: _ZNK2sf19SoundBufferRecorder9GetBufferEv]
SoundRecorder.hpp,
libsfml-audio.so.1.6
namespace sf
SoundRecorder::CanCapture ( ) [static]
[symbol: _ZN2sf13SoundRecorder10CanCaptureEv]
SoundRecorder::GetSampleRate ( ) const
[symbol: _ZNK2sf13SoundRecorder13GetSampleRateEv]
SoundRecorder::Start ( unsigned int SampleRate )
[symbol: _ZN2sf13SoundRecorder5StartEj]
SoundRecorder::Stop ( )
[symbol: _ZN2sf13SoundRecorder4StopEv]
SoundStream.hpp,
libsfml-audio.so.1.6
namespace sf
SoundStream::GetChannelsCount ( ) const
[symbol: _ZNK2sf11SoundStream16GetChannelsCountEv]
SoundStream::GetLoop ( ) const
[symbol: _ZNK2sf11SoundStream7GetLoopEv]
SoundStream::GetPlayingOffset ( ) const
[symbol: _ZNK2sf11SoundStream16GetPlayingOffsetEv]
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::SetLoop ( bool Loop )
[symbol: _ZN2sf11SoundStream7SetLoopEb]
SoundStream::Stop ( )
[symbol: _ZN2sf11SoundStream4StopEv]
Sprite.hpp,
libsfml-graphics.so.1.6
namespace sf
Sprite::FlipX ( bool Flipped )
[symbol: _ZN2sf6Sprite5FlipXEb]
Sprite::FlipY ( bool Flipped )
[symbol: _ZN2sf6Sprite5FlipYEb]
Sprite::GetImage ( ) const
[symbol: _ZNK2sf6Sprite8GetImageEv]
Sprite::GetPixel ( unsigned int X, unsigned int Y ) const
[symbol: _ZNK2sf6Sprite8GetPixelEjj]
Sprite::GetSize ( ) const
[symbol: _ZNK2sf6Sprite7GetSizeEv]
Sprite::GetSubRect ( ) const
[symbol: _ZNK2sf6Sprite10GetSubRectEv]
Sprite::Render ( RenderTarget& Target ) const
[symbol: _ZNK2sf6Sprite6RenderERNS_12RenderTargetE]
Sprite::Resize ( float Width, float Height )
[symbol: _ZN2sf6Sprite6ResizeEff]
Sprite::Resize ( Vector2f const& Size )
[symbol: _ZN2sf6Sprite6ResizeERKNS_7Vector2IfEE]
Sprite::SetImage ( Image const& Img )
[symbol: _ZN2sf6Sprite8SetImageERKNS_5ImageE]
Sprite::SetSubRect ( IntRect const& SubRect )
[symbol: _ZN2sf6Sprite10SetSubRectERKNS_4RectIiEE]
Sprite::Sprite [in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf6SpriteC1ERKNS_5ImageERKNS_7Vector2IfEES7_fRKNS_5ColorE]
Sprite::Sprite [not-in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf6SpriteC2ERKNS_5ImageERKNS_7Vector2IfEES7_fRKNS_5ColorE]
String.hpp,
libsfml-graphics.so.1.6
namespace sf
String::GetCharacterPos ( std::size_t Index ) const
[symbol: _ZNK2sf6String15GetCharacterPosEj]
String::GetFont ( ) const
[symbol: _ZNK2sf6String7GetFontEv]
String::GetRect ( ) const
[symbol: _ZNK2sf6String7GetRectEv]
String::GetSize ( ) const
[symbol: _ZNK2sf6String7GetSizeEv]
String::GetStyle ( ) const
[symbol: _ZNK2sf6String8GetStyleEv]
String::GetText ( ) const
[symbol: _ZNK2sf6String7GetTextEv]
String::Render ( RenderTarget& Target ) const
[symbol: _ZNK2sf6String6RenderERNS_12RenderTargetE]
String::SetFont ( Font const& CharFont )
[symbol: _ZN2sf6String7SetFontERKNS_4FontE]
String::SetSize ( float Size )
[symbol: _ZN2sf6String7SetSizeEf]
String::SetStyle ( unsigned long TextStyle )
[symbol: _ZN2sf6String8SetStyleEm]
String::SetText ( Unicode::Text const& Text )
[symbol: _ZN2sf6String7SetTextERKNS_7Unicode4TextE]
String::String [in-charge] ( Unicode::Text const& Text, Font const& CharFont, float Size )
[symbol: _ZN2sf6StringC1ERKNS_7Unicode4TextERKNS_4FontEf]
String::String [not-in-charge] ( Unicode::Text const& Text, Font const& CharFont, float Size )
[symbol: _ZN2sf6StringC2ERKNS_7Unicode4TextERKNS_4FontEf]
String::~String [in-charge-deleting] ( )
[symbol: _ZN2sf6StringD0Ev]
vtable for String [data]
[symbol: _ZTVN2sf6StringE]
Thread.hpp,
libsfml-system.so.1.6
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]
vtable for Thread [data]
[symbol: _ZTVN2sf6ThreadE]
Unicode.hpp,
libsfml-system.so.1.6
namespace sf
Unicode::Text::operator Unicode::UTF16String ( ) const
[symbol: _ZNK2sf7Unicode4TextcvSbItSt11char_traitsItESaItEEEv]
Unicode::Text::operator Unicode::UTF32String const& ( ) const
[symbol: _ZNK2sf7Unicode4TextcvRKSbIjSt11char_traitsIjESaIjEEEv]
Unicode::Text::operator Unicode::UTF8String ( ) const
[symbol: _ZNK2sf7Unicode4TextcvSbIhSt11char_traitsIhESaIhEEEv]
Unicode::Text::operator std::string ( ) const
[symbol: _ZNK2sf7Unicode4TextcvSsEv]
Unicode::Text::operator std::wstring ( ) const
[symbol: _ZNK2sf7Unicode4TextcvSbIwSt11char_traitsIwESaIwEEEv]
Unicode::Text::Text [in-charge] ( )
[symbol: _ZN2sf7Unicode4TextC1Ev]
Unicode::Text::Text [in-charge] ( char const* Str )
[symbol: _ZN2sf7Unicode4TextC1EPKc]
Unicode::Text::Text [in-charge] ( Uint16 const* Str )
[symbol: _ZN2sf7Unicode4TextC1EPKt]
Unicode::Text::Text [in-charge] ( Uint32 const* Str )
[symbol: _ZN2sf7Unicode4TextC1EPKj]
Unicode::Text::Text [in-charge] ( Uint8 const* Str )
[symbol: _ZN2sf7Unicode4TextC1EPKh]
Unicode::Text::Text [in-charge] ( Unicode::UTF16String const& Str )
[symbol: _ZN2sf7Unicode4TextC1ERKSbItSt11char_traitsItESaItEE]
Unicode::Text::Text [in-charge] ( Unicode::UTF32String const& Str )
[symbol: _ZN2sf7Unicode4TextC1ERKSbIjSt11char_traitsIjESaIjEE]
Unicode::Text::Text [in-charge] ( Unicode::UTF8String const& Str )
[symbol: _ZN2sf7Unicode4TextC1ERKSbIhSt11char_traitsIhESaIhEE]
Unicode::Text::Text [in-charge] ( std::string const& Str )
[symbol: _ZN2sf7Unicode4TextC1ERKSs]
Unicode::Text::Text [in-charge] ( std::wstring const& Str )
[symbol: _ZN2sf7Unicode4TextC1ERKSbIwSt11char_traitsIwESaIwEE]
Unicode::Text::Text [in-charge] ( wchar_t const* Str )
[symbol: _ZN2sf7Unicode4TextC1EPKw]
Unicode::Text::Text [not-in-charge] ( )
[symbol: _ZN2sf7Unicode4TextC2Ev]
Unicode::Text::Text [not-in-charge] ( char const* Str )
[symbol: _ZN2sf7Unicode4TextC2EPKc]
Unicode::Text::Text [not-in-charge] ( Uint16 const* Str )
[symbol: _ZN2sf7Unicode4TextC2EPKt]
Unicode::Text::Text [not-in-charge] ( Uint32 const* Str )
[symbol: _ZN2sf7Unicode4TextC2EPKj]
Unicode::Text::Text [not-in-charge] ( Uint8 const* Str )
[symbol: _ZN2sf7Unicode4TextC2EPKh]
Unicode::Text::Text [not-in-charge] ( Unicode::UTF16String const& Str )
[symbol: _ZN2sf7Unicode4TextC2ERKSbItSt11char_traitsItESaItEE]
Unicode::Text::Text [not-in-charge] ( Unicode::UTF32String const& Str )
[symbol: _ZN2sf7Unicode4TextC2ERKSbIjSt11char_traitsIjESaIjEE]
Unicode::Text::Text [not-in-charge] ( Unicode::UTF8String const& Str )
[symbol: _ZN2sf7Unicode4TextC2ERKSbIhSt11char_traitsIhESaIhEE]
Unicode::Text::Text [not-in-charge] ( std::string const& Str )
[symbol: _ZN2sf7Unicode4TextC2ERKSs]
Unicode::Text::Text [not-in-charge] ( std::wstring const& Str )
[symbol: _ZN2sf7Unicode4TextC2ERKSbIwSt11char_traitsIwESaIwEE]
Unicode::Text::Text [not-in-charge] ( wchar_t const* Str )
[symbol: _ZN2sf7Unicode4TextC2EPKw]
VideoMode.hpp,
libsfml-window.so.1.6
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_]
View.hpp,
libsfml-graphics.so.1.6
namespace sf
View::GetCenter ( ) const
[symbol: _ZNK2sf4View9GetCenterEv]
View::GetHalfSize ( ) const
[symbol: _ZNK2sf4View11GetHalfSizeEv]
View::GetRect ( ) const
[symbol: _ZNK2sf4View7GetRectEv]
View::Move ( float OffsetX, float OffsetY )
[symbol: _ZN2sf4View4MoveEff]
View::Move ( Vector2f const& Offset )
[symbol: _ZN2sf4View4MoveERKNS_7Vector2IfEE]
View::SetCenter ( float X, float Y )
[symbol: _ZN2sf4View9SetCenterEff]
View::SetCenter ( Vector2f const& Center )
[symbol: _ZN2sf4View9SetCenterERKNS_7Vector2IfEE]
View::SetFromRect ( FloatRect const& ViewRect )
[symbol: _ZN2sf4View11SetFromRectERKNS_4RectIfEE]
View::SetHalfSize ( float HalfWidth, float HalfHeight )
[symbol: _ZN2sf4View11SetHalfSizeEff]
View::SetHalfSize ( Vector2f const& HalfSize )
[symbol: _ZN2sf4View11SetHalfSizeERKNS_7Vector2IfEE]
View::Zoom ( float Factor )
[symbol: _ZN2sf4View4ZoomEf]
Window.hpp,
libsfml-window.so.1.6
namespace sf
Window::Close ( )
[symbol: _ZN2sf6Window5CloseEv]
Window::Create ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6Window6CreateENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
Window::Create ( WindowHandle Handle, WindowSettings const& Params )
[symbol: _ZN2sf6Window6CreateEmRKNS_14WindowSettingsE]
Window::Display ( )
[symbol: _ZN2sf6Window7DisplayEv]
Window::EnableKeyRepeat ( bool Enabled )
[symbol: _ZN2sf6Window15EnableKeyRepeatEb]
Window::GetEvent ( struct Event& EventReceived )
[symbol: _ZN2sf6Window8GetEventERNS_5EventE]
Window::GetFrameTime ( ) const
[symbol: _ZNK2sf6Window12GetFrameTimeEv]
Window::GetHeight ( ) const
[symbol: _ZNK2sf6Window9GetHeightEv]
Window::GetInput ( ) const
[symbol: _ZNK2sf6Window8GetInputEv]
Window::GetSettings ( ) const
[symbol: _ZNK2sf6Window11GetSettingsEv]
Window::GetWidth ( ) const
[symbol: _ZNK2sf6Window8GetWidthEv]
Window::IsOpened ( ) const
[symbol: _ZNK2sf6Window8IsOpenedEv]
Window::SetActive ( bool Active ) const
[symbol: _ZNK2sf6Window9SetActiveEb]
Window::SetCursorPosition ( unsigned int Left, unsigned int Top )
[symbol: _ZN2sf6Window17SetCursorPositionEjj]
Window::SetFramerateLimit ( unsigned int Limit )
[symbol: _ZN2sf6Window17SetFramerateLimitEj]
Window::SetIcon ( unsigned int Width, unsigned int Height, Uint8 const* Pixels )
[symbol: _ZN2sf6Window7SetIconEjjPKh]
Window::SetJoystickThreshold ( float Threshold )
[symbol: _ZN2sf6Window20SetJoystickThresholdEf]
Window::SetPosition ( int Left, int Top )
[symbol: _ZN2sf6Window11SetPositionEii]
Window::SetSize ( unsigned int Width, unsigned int Height )
[symbol: _ZN2sf6Window7SetSizeEjj]
Window::Show ( bool State )
[symbol: _ZN2sf6Window4ShowEb]
Window::ShowMouseCursor ( bool Show )
[symbol: _ZN2sf6Window15ShowMouseCursorEb]
Window::UseVerticalSync ( bool Enabled )
[symbol: _ZN2sf6Window15UseVerticalSyncEb]
Window::Window [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
Window::Window [in-charge] ( WindowHandle Handle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC1EmRKNS_14WindowSettingsE]
Window::Window [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
Window::Window [not-in-charge] ( WindowHandle Handle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC2EmRKNS_14WindowSettingsE]
WindowListener.hpp,
libsfml-window.so.1.6
namespace sf
WindowListener::~WindowListener [in-charge-deleting] ( )
[symbol: _ZN2sf14WindowListenerD0Ev]
WindowListener::~WindowListener [in-charge] ( )
[symbol: _ZN2sf14WindowListenerD1Ev]
vtable for WindowListener [data]
[symbol: _ZTVN2sf14WindowListenerE]
to the top
Problems with Data Types, High Severity (25)
Font.hpp
namespace sf
[+] class Font (1)
| Change |
Effect |
1 | Base class Resource<Font> has been removed. | 1) Size of the class has been changed from 116 bytes to 52 bytes. 2) The memory layout in this class has been shifted by 24 bytes. |
[+] affected symbols (7)
Font::Font [in-charge] ( )This constructor is from 'Font' class.
Font::GetCharacterSize ( ) constThis method is from 'Font' class.
Font::GetDefaultFont ( ) [static]This method is from 'Font' class.
Font::GetGlyph ( Uint32 CodePoint ) constThis method is from 'Font' class.
Font::GetImage ( ) constThis method is from 'Font' class.
Font::LoadFromFile ( std::string const& Filename, unsigned int CharSize, Unicode::Text const& Charset )This method is from 'Font' class.
Font::LoadFromMemory ( char const* Data, std::size_t SizeInBytes, unsigned int CharSize, Unicode::Text const& Charset )This method is from 'Font' class.
Ftp.hpp
namespace sf
[+] class Ftp (1)
| Change |
Effect |
1 | Size of this class has been changed from 32 bytes to 40 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (1)
Ftp::~Ftp [in-charge] ( )This method is from 'Ftp' class.
Http.hpp
namespace sf
[+] class Http (1)
| Change |
Effect |
1 | Size of this class has been increased from 44 bytes to 52 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
Http::Http [in-charge] ( )This constructor is from 'Http' class.
Http::Http [in-charge] ( std::string const& Host, unsigned short Port )This constructor is from 'Http' class.
Image.hpp
namespace sf
[+] class Image (1)
| Change |
Effect |
1 | Base class Resource<Image> has been removed. | 1) Size of the class has been changed from 64 bytes to 20 bytes. 2) The memory layout in this class has been shifted by 24 bytes. |
[+] affected symbols (24)
Image::Bind ( ) constThis method is from 'Image' class.
Image::Copy ( Image const& Source, unsigned int DestX, unsigned int DestY, IntRect const& SourceRect, bool ApplyAlpha )This method is from 'Image' class.
Image::CopyScreen ( RenderWindow& Window, IntRect const& SourceRect )This method is from 'Image' class.
Image::Create ( unsigned int Width, unsigned int Height, Color Col )This method is from 'Image' class.
Image::CreateMaskFromColor ( Color ColorKey, Uint8 Alpha )This method is from 'Image' class.
Image::GetHeight ( ) constThis method is from 'Image' class.
Image::GetPixel ( unsigned int X, unsigned int Y ) constThis method is from 'Image' class.
Image::GetPixelsPtr ( ) constThis method is from 'Image' class.
Image::GetTexCoords ( IntRect const& Rect ) constThis method is from 'Image' class.
Image::GetValidTextureSize ( unsigned int Size ) [static]This method is from 'Image' class.
Image::GetWidth ( ) constThis method is from 'Image' class.
Image::Image [in-charge] ( )This constructor is from 'Image' class.
Image::Image [in-charge] ( Image const& Copy )This constructor is from 'Image' class.
Image::Image [in-charge] ( unsigned int Width, unsigned int Height, Color const& Col )This constructor is from 'Image' class.
Image::Image [in-charge] ( unsigned int Width, unsigned int Height, Uint8 const* Data )This constructor is from 'Image' class.
Image::IsSmooth ( ) constThis method is from 'Image' class.
Image::LoadFromFile ( std::string const& Filename )This method is from 'Image' class.
Image::LoadFromMemory ( char const* Data, std::size_t SizeInBytes )This method is from 'Image' class.
Image::LoadFromPixels ( unsigned int Width, unsigned int Height, Uint8 const* Data )This method is from 'Image' class.
Image::operator = ( Image const& Other )This method is from 'Image' class.
Image::SaveToFile ( std::string const& Filename ) constThis method is from 'Image' class.
Image::SetPixel ( unsigned int X, unsigned int Y, Color const& Col )This method is from 'Image' class.
Image::SetSmooth ( bool Smooth )This method is from 'Image' class.
Image::~Image [in-charge] ( )This method is from 'Image' class.
RenderTarget.hpp
namespace sf
[+] class RenderTarget (1)
| Change |
Effect |
1 | Size of this class has been increased from 112 bytes to 440 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
RenderTarget::RenderTarget [in-charge] ( )This constructor is from 'RenderTarget' class.
RenderTarget::~RenderTarget [in-charge] ( )This method is from 'RenderTarget' class.
RenderWindow::Capture ( ) constThis method is from derived class 'RenderWindow'.
RenderWindow::ConvertCoords ( unsigned int WindowX, unsigned int WindowY, View const* TargetView ) constThis method is from derived class 'RenderWindow'.
RenderWindow::GetHeight ( ) constThis method is from derived class 'RenderWindow'.
RenderWindow::GetWidth ( ) constThis method is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( )This constructor is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )This constructor is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, WindowSettings const& Params )This constructor is from derived class 'RenderWindow'.
RenderWindow::~RenderWindow [in-charge] ( )This method is from derived class 'RenderWindow'.
Shape.hpp
namespace sf
[+] class Shape (4)
| Change |
Effect |
1 | Size of this class has been increased from 192 bytes to 276 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Base class Transformable has been added. | The layout of v-table in this class has been changed. |
3 | Pure virtual method Shape::getPoint ( unsigned int ) const has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Pure virtual method Shape::getPointCount ( ) const has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Shape |
~Shape |
12 |
~Shape |
~Shape |
16 |
Shape::Render |
Shape::draw |
20 |
|
__cxa_pure_virtual |
24 |
|
__cxa_pure_virtual |
28 |
|
(int (*)(...))-0x000000004 |
32 |
|
(int (*)(...))(& typeinfo) |
36 |
|
non-virtual thunk |
40 |
|
non-virtual thunk |
[+] affected symbols (23)
Shape::AddPoint ( float X, float Y, Color const& Col, Color const& OutlineCol )This method is from 'Shape' class.
Shape::AddPoint ( Vector2f const& Position, Color const& Col, Color const& OutlineCol )This method is from 'Shape' class.
Shape::Circle ( float X, float Y, float Radius, Color const& Col, float Outline, Color const& OutlineCol ) [static]This method is from 'Shape' class.
Shape::Circle ( Vector2f const& Center, float Radius, Color const& Col, float Outline, Color const& OutlineCol ) [static]This method is from 'Shape' class.
Shape::EnableFill ( bool Enable )This method is from 'Shape' class.
Shape::EnableOutline ( bool Enable )This method is from 'Shape' class.
Shape::GetNbPoints ( ) constThis method is from 'Shape' class.
Shape::GetOutlineWidth ( ) constThis method is from 'Shape' class.
Shape::GetPointColor ( unsigned int Index ) constThis method is from 'Shape' class.
Shape::GetPointOutlineColor ( unsigned int Index ) constThis method is from 'Shape' class.
Shape::GetPointPosition ( unsigned int Index ) constThis method is from 'Shape' class.
Shape::Line ( float P1X, float P1Y, float P2X, float P2Y, float Thickness, Color const& Col, float Outline, Color const& OutlineCol ) [static]This method is from 'Shape' class.
Shape::Line ( Vector2f const& P1, Vector2f const& P2, float Thickness, Color const& Col, float Outline, Color const& OutlineCol ) [static]This method is from 'Shape' class.
Shape::Rectangle ( float P1X, float P1Y, float P2X, float P2Y, Color const& Col, float Outline, Color const& OutlineCol ) [static]This method is from 'Shape' class.
Shape::Rectangle ( Vector2f const& P1, Vector2f const& P2, Color const& Col, float Outline, Color const& OutlineCol ) [static]This method is from 'Shape' class.
Shape::Render ( RenderTarget& Target ) constThis method is from 'Shape' class.
Shape::SetOutlineWidth ( float Width )This method is from 'Shape' class.
Shape::SetPointColor ( unsigned int Index, Color const& Col )This method is from 'Shape' class.
Shape::SetPointOutlineColor ( unsigned int Index, Color const& OutlineCol )This method is from 'Shape' class.
Shape::SetPointPosition ( unsigned int Index, float X, float Y )This method is from 'Shape' class.
Shape::SetPointPosition ( unsigned int Index, Vector2f const& Position )This method is from 'Shape' class.
Shape::Shape [in-charge] ( )This constructor is from 'Shape' class.
Shape::~Shape [in-charge] ( )This method is from 'Shape' class.
SoundBuffer.hpp
namespace sf
[+] class SoundBuffer (2)
| Change |
Effect |
1 | Base class Resource<SoundBuffer> has been removed. | 1) Size of the class has been changed from 72 bytes to 48 bytes. 2) The memory layout in this class has been shifted by 28 bytes. |
2 | Base class AudioResource has been removed. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 72 bytes to 48 bytes. 3) The memory layout in this class has been shifted by 28 bytes. |
[+] affected symbols (13)
SoundBuffer::GetChannelsCount ( ) constThis method is from 'SoundBuffer' class.
SoundBuffer::GetDuration ( ) constThis method is from 'SoundBuffer' class.
SoundBuffer::GetSampleRate ( ) constThis method is from 'SoundBuffer' class.
SoundBuffer::GetSamples ( ) constThis method is from 'SoundBuffer' class.
SoundBuffer::GetSamplesCount ( ) constThis method is from 'SoundBuffer' class.
SoundBuffer::LoadFromFile ( std::string const& Filename )This method is from 'SoundBuffer' class.
SoundBuffer::LoadFromMemory ( char const* Data, std::size_t SizeInBytes )This method is from 'SoundBuffer' class.
SoundBuffer::LoadFromSamples ( Int16 const* Samples, std::size_t SamplesCount, unsigned int ChannelsCount, unsigned int SampleRate )This method is from 'SoundBuffer' class.
SoundBuffer::operator = ( SoundBuffer const& Other )This method is from 'SoundBuffer' class.
SoundBuffer::SaveToFile ( std::string const& Filename ) constThis method is from 'SoundBuffer' class.
SoundBuffer::SoundBuffer [in-charge] ( )This constructor is from 'SoundBuffer' class.
SoundBuffer::SoundBuffer [in-charge] ( SoundBuffer const& Copy )This constructor is from 'SoundBuffer' class.
SoundBuffer::~SoundBuffer [in-charge] ( )This method is from 'SoundBuffer' class.
SoundBufferRecorder.hpp
namespace sf
[+] class SoundBufferRecorder (1)
| Change |
Effect |
1 | Size of this class has been changed from 124 bytes to 92 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (1)
SoundBufferRecorder::~SoundBufferRecorder [in-charge] ( )This method is from 'SoundBufferRecorder' class.
SoundRecorder.hpp
namespace sf
[+] class SoundRecorder (3)
| Change |
Effect |
1 | Base class Thread has been removed. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 40 bytes to 32 bytes. 3) The memory layout in this class has been shifted by 20 bytes. |
2 | Pure virtual method SoundRecorder::onProcessSamples ( Int16 const*, std::size_t ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method SoundRecorder::onStop ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 7 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~SoundRecorder |
~SoundRecorder |
12 |
~SoundRecorder |
~SoundRecorder |
16 |
SoundRecorder::Run |
SoundRecorder::onStart |
20 |
SoundRecorder::OnStart |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
SoundRecorder::onStop |
28 |
SoundRecorder::OnStop |
|
[+] affected symbols (7)
SoundBufferRecorder::GetBuffer ( ) constThis method is from derived class 'SoundBufferRecorder'.
SoundRecorder::CanCapture ( ) [static]This method is from 'SoundRecorder' class.
SoundRecorder::GetSampleRate ( ) constThis method is from 'SoundRecorder' class.
SoundRecorder::SoundRecorder [in-charge] ( )This constructor is from 'SoundRecorder' class.
SoundRecorder::Start ( unsigned int SampleRate )This method is from 'SoundRecorder' class.
SoundRecorder::Stop ( )This method is from 'SoundRecorder' class.
SoundRecorder::~SoundRecorder [in-charge] ( )This method is from 'SoundRecorder' class.
SoundStream.hpp
namespace sf
[+] class SoundStream (2)
| Change |
Effect |
1 | Base class SoundSource has been added. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 72 bytes to 60 bytes. 3) The memory layout in this class has been shifted by 24 bytes. |
2 | Base class Sound has been removed. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 72 bytes to 60 bytes. 3) The memory layout in this class has been shifted by 24 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~SoundStream |
~SoundStream |
12 |
~SoundStream |
~SoundStream |
16 |
SoundStream::Run |
__cxa_pure_virtual |
20 |
SoundStream::OnStart |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
|
28 |
(int (*)(...))-0x000000014 |
|
32 |
(int (*)(...))(& typeinfo) |
|
36 |
non-virtual thunk |
|
40 |
non-virtual thunk |
|
[+] affected symbols (16)
Music::GetDuration ( ) constThis method is from derived class 'Music'.
Music::Music [in-charge] ( std::size_t BufferSize )This constructor is from derived class 'Music'.
Music::OpenFromFile ( std::string const& Filename )This method is from derived class 'Music'.
Music::OpenFromMemory ( char const* Data, std::size_t SizeInBytes )This method is from derived class 'Music'.
Music::~Music [in-charge] ( )This method is from derived class 'Music'.
SoundStream::GetChannelsCount ( ) constThis method is from 'SoundStream' class.
SoundStream::GetLoop ( ) constThis method is from 'SoundStream' class.
SoundStream::GetPlayingOffset ( ) constThis method is from 'SoundStream' class.
SoundStream::GetSampleRate ( ) constThis method is from 'SoundStream' class.
SoundStream::GetStatus ( ) constThis method is from 'SoundStream' class.
SoundStream::Initialize ( unsigned int ChannelsCount, unsigned int SampleRate )This method is from 'SoundStream' class.
SoundStream::Play ( )This method is from 'SoundStream' class.
SoundStream::SetLoop ( bool Loop )This method is from 'SoundStream' class.
SoundStream::SoundStream [in-charge] ( )This constructor is from 'SoundStream' class.
SoundStream::Stop ( )This method is from 'SoundStream' class.
SoundStream::~SoundStream [in-charge] ( )This method is from 'SoundStream' class.
Sprite.hpp
namespace sf
[+] class Sprite (2)
| Change |
Effect |
1 | Size of this class has been increased from 196 bytes to 272 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Base class Transformable has been added. | The layout of v-table in this class has been changed. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Sprite |
~Sprite |
12 |
~Sprite |
~Sprite |
16 |
Sprite::Render |
Sprite::draw |
20 |
|
(int (*)(...))-0x000000004 |
24 |
|
(int (*)(...))(& typeinfo) |
28 |
|
non-virtual thunk |
32 |
|
non-virtual thunk |
[+] affected symbols (14)
Sprite::FlipX ( bool Flipped )This method is from 'Sprite' class.
Sprite::FlipY ( bool Flipped )This method is from 'Sprite' class.
Sprite::GetImage ( ) constThis method is from 'Sprite' class.
Sprite::GetPixel ( unsigned int X, unsigned int Y ) constThis method is from 'Sprite' class.
Sprite::GetSize ( ) constThis method is from 'Sprite' class.
Sprite::GetSubRect ( ) constThis method is from 'Sprite' class.
Sprite::Render ( RenderTarget& Target ) constThis method is from 'Sprite' class.
Sprite::Resize ( float Width, float Height )This method is from 'Sprite' class.
Sprite::Resize ( Vector2f const& Size )This method is from 'Sprite' class.
Sprite::SetImage ( Image const& Img )This method is from 'Sprite' class.
Sprite::SetSubRect ( IntRect const& SubRect )This method is from 'Sprite' class.
Sprite::Sprite [in-charge] ( )This constructor is from 'Sprite' class.
Sprite::Sprite [in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )This constructor is from 'Sprite' class.
Sprite::~Sprite [in-charge] ( )This method is from 'Sprite' class.
String.hpp
namespace sf
[+] class String (1)
| Change |
Effect |
1 | Base class Drawable has been removed. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 208 bytes to 4 bytes. 3) The memory layout in this class has been shifted by 172 bytes. |
[+] affected symbols (14)
String::GetCharacterPos ( std::size_t Index ) constThis method is from 'String' class.
String::GetFont ( ) constThis method is from 'String' class.
String::GetRect ( ) constThis method is from 'String' class.
String::GetSize ( ) constThis method is from 'String' class.
String::GetStyle ( ) constThis method is from 'String' class.
String::GetText ( ) constThis method is from 'String' class.
String::Render ( RenderTarget& Target ) constThis method is from 'String' class.
String::SetFont ( Font const& CharFont )This method is from 'String' class.
String::SetSize ( float Size )This method is from 'String' class.
String::SetStyle ( unsigned long TextStyle )This method is from 'String' class.
String::SetText ( Unicode::Text const& Text )This method is from 'String' class.
String::String [in-charge] ( )This constructor is from 'String' class.
String::String [in-charge] ( Unicode::Text const& Text, Font const& CharFont, float Size )This constructor is from 'String' class.
String::~String [in-charge] ( )This method is from 'String' class.
Thread.hpp
namespace sf
[+] class Thread (2)
| Change |
Effect |
1 | Last virtual method Thread::Run ( ) has been removed from this class. | 1) The layout of type structure has been shifted by 4 bytes by the removed v-table pointer. 2) Size of class has been decreased by 4 bytes. |
2 | Last virtual method Thread::~Thread ( ) has been removed from this class. | 1) The layout of type structure has been shifted by 4 bytes by the removed v-table pointer. 2) Size of class has been decreased by 4 bytes. |
[+] affected symbols (1)
Thread::~Thread [in-charge] ( )This method is from 'Thread' class.
View.hpp
namespace sf
[+] class View (1)
| Change |
Effect |
1 | Size of this class has been increased from 100 bytes to 168 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
View::View [in-charge] ( FloatRect const& ViewRect )This constructor is from 'View' class.
View::View [in-charge] ( Vector2f const& Center, Vector2f const& HalfSize )This constructor is from 'View' class.
Window.hpp
namespace sf
[+] class Window (2)
| Change |
Effect |
1 | Base class GlResource has been added. | 1) Size of the class has been changed from 668 bytes to 28 bytes. 2) The memory layout in this class has been shifted by 4 bytes. |
2 | Base class WindowListener has been removed. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 668 bytes to 28 bytes. 3) The memory layout in this class has been shifted by 4 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 6 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
Window::OnEvent |
~Window |
12 |
~Window |
~Window |
16 |
~Window |
Window::onCreate |
20 |
Window::OnCreate |
Window::onResize |
[+] affected symbols (34)
RenderWindow::Capture ( ) constThis method is from derived class 'RenderWindow'.
RenderWindow::ConvertCoords ( unsigned int WindowX, unsigned int WindowY, View const* TargetView ) constThis method is from derived class 'RenderWindow'.
RenderWindow::GetHeight ( ) constThis method is from derived class 'RenderWindow'.
RenderWindow::GetWidth ( ) constThis method is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( )This constructor is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )This constructor is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, WindowSettings const& Params )This constructor is from derived class 'RenderWindow'.
RenderWindow::~RenderWindow [in-charge] ( )This method is from derived class 'RenderWindow'.
Window::Close ( )This method is from 'Window' class.
Window::Create ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )This method is from 'Window' class.
Window::Create ( WindowHandle Handle, WindowSettings const& Params )This method is from 'Window' class.
Window::Display ( )This method is from 'Window' class.
Window::EnableKeyRepeat ( bool Enabled )This method is from 'Window' class.
Window::GetEvent ( struct Event& EventReceived )This method is from 'Window' class.
Window::GetFrameTime ( ) constThis method is from 'Window' class.
Window::GetHeight ( ) constThis method is from 'Window' class.
Window::GetInput ( ) constThis method is from 'Window' class.
Window::GetSettings ( ) constThis method is from 'Window' class.
Window::GetWidth ( ) constThis method is from 'Window' class.
Window::IsOpened ( ) constThis method is from 'Window' class.
Window::SetActive ( bool Active ) constThis method is from 'Window' class.
Window::SetCursorPosition ( unsigned int Left, unsigned int Top )This method is from 'Window' class.
Window::SetFramerateLimit ( unsigned int Limit )This method is from 'Window' class.
Window::SetIcon ( unsigned int Width, unsigned int Height, Uint8 const* Pixels )This method is from 'Window' class.
Window::SetJoystickThreshold ( float Threshold )This method is from 'Window' class.
Window::SetPosition ( int Left, int Top )This method is from 'Window' class.
Window::SetSize ( unsigned int Width, unsigned int Height )This method is from 'Window' class.
Window::Show ( bool State )This method is from 'Window' class.
Window::ShowMouseCursor ( bool Show )This method is from 'Window' class.
Window::UseVerticalSync ( bool Enabled )This method is from 'Window' class.
Window::Window [in-charge] ( )This constructor is from 'Window' class.
Window::Window [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )This constructor is from 'Window' class.
Window::Window [in-charge] ( WindowHandle Handle, WindowSettings const& Params )This constructor is from 'Window' class.
Window::~Window [in-charge] ( )This method is from 'Window' class.
to the top
Problems with Symbols, High Severity (25)
Ftp.hpp,
libsfml-network.so.1.6
namespace sf
[+] Ftp::DirectoryResponse::DirectoryResponse [in-charge] ( Ftp::Response Resp ) (1)
changed to:Ftp::DirectoryResponse::DirectoryResponse [in-charge] ( Ftp::Response const& response )
[symbol: _ZN2sf3Ftp17DirectoryResponseC1ENS0_8ResponseE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf3Ftp17DirectoryResponseC1ENS0_8ResponseE to _ZN2sf3Ftp17DirectoryResponseC1ERKNS0_8ResponseE. This may cause "undefined reference" linker error in old client applications. |
[+] Ftp::DirectoryResponse::DirectoryResponse [not-in-charge] ( Ftp::Response Resp ) (1)
changed to:Ftp::DirectoryResponse::DirectoryResponse [not-in-charge] ( Ftp::Response const& response )
[symbol: _ZN2sf3Ftp17DirectoryResponseC2ENS0_8ResponseE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf3Ftp17DirectoryResponseC2ENS0_8ResponseE to _ZN2sf3Ftp17DirectoryResponseC2ERKNS0_8ResponseE. This may cause "undefined reference" linker error in old client applications. |
[+] Ftp::ListingResponse::ListingResponse [not-in-charge] ( Ftp::Response Resp, std::vector<char>const& Data ) (1)
changed to:Ftp::ListingResponse::ListingResponse [not-in-charge] ( Ftp::Response const& response, std::vector<char>const& data )
[symbol: _ZN2sf3Ftp15ListingResponseC2ENS0_8ResponseERKSt6vectorIcSaIcEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf3Ftp15ListingResponseC2ENS0_8ResponseERKSt6vectorIcSaIcEE to _ZN2sf3Ftp15ListingResponseC2ERKNS0_8ResponseERKSt6vectorIcSaIcEE. This may cause "undefined reference" linker error in old client applications. |
[+] Ftp::ListingResponse::ListingResponse [in-charge] ( Ftp::Response Resp, std::vector<char>const& Data ) (1)
changed to:Ftp::ListingResponse::ListingResponse [in-charge] ( Ftp::Response const& response, std::vector<char>const& data )
[symbol: _ZN2sf3Ftp15ListingResponseC1ENS0_8ResponseERKSt6vectorIcSaIcEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf3Ftp15ListingResponseC1ENS0_8ResponseERKSt6vectorIcSaIcEE to _ZN2sf3Ftp15ListingResponseC1ERKNS0_8ResponseERKSt6vectorIcSaIcEE. This may cause "undefined reference" linker error in old client applications. |
Http.hpp,
libsfml-network.so.1.6
namespace sf
[+] Http::Request::Request [not-in-charge] ( enum Http::Request::Method RequestMethod, std::string const& URI, std::string const& Body ) (1)
changed to:Http::Request::Request [not-in-charge] ( std::string const& uri, enum Http::Request::Method method, std::string const& body )
[symbol: _ZN2sf4Http7RequestC2ENS1_6MethodERKSsS4_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf4Http7RequestC2ENS1_6MethodERKSsS4_ to _ZN2sf4Http7RequestC2ERKSsNS1_6MethodES3_. This may cause "undefined reference" linker error in old client applications. |
[+] Http::Request::Request [in-charge] ( enum Http::Request::Method RequestMethod, std::string const& URI, std::string const& Body ) (1)
changed to:Http::Request::Request [in-charge] ( std::string const& uri, enum Http::Request::Method method, std::string const& body )
[symbol: _ZN2sf4Http7RequestC1ENS1_6MethodERKSsS4_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf4Http7RequestC1ENS1_6MethodERKSsS4_ to _ZN2sf4Http7RequestC1ERKSsNS1_6MethodES3_. This may cause "undefined reference" linker error in old client applications. |
IPAddress.hpp,
libsfml-network.so.1.6
namespace sf
[+] operator<< ( std::ostream& Stream, IPAddress const& Address ) (1)
changed to:operator<< ( std::ostream& stream, IpAddress const& address )
[symbol: _ZN2sflsERSoRKNS_9IPAddressE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sflsERSoRKNS_9IPAddressE to _ZN2sflsERSoRKNS_9IpAddressE. This may cause "undefined reference" linker error in old client applications. |
[+] operator>> ( std::istream& Stream, IPAddress& Address ) (1)
changed to:operator>> ( std::istream& stream, IpAddress& address )
[symbol: _ZN2sfrsERSiRNS_9IPAddressE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sfrsERSiRNS_9IPAddressE to _ZN2sfrsERSiRNS_9IpAddressE. This may cause "undefined reference" linker error in old client applications. |
Music.hpp,
libsfml-audio.so.1.6
namespace sf
[+] Music::Music [in-charge] ( std::size_t BufferSize ) (1)
changed to:Music::Music [in-charge] ( )
[symbol: _ZN2sf5MusicC1Ej]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf5MusicC1Ej to _ZN2sf5MusicC1Ev. This may cause "undefined reference" linker error in old client applications. |
[+] Music::Music [not-in-charge] ( std::size_t BufferSize ) (1)
changed to:Music::Music [not-in-charge] ( )
[symbol: _ZN2sf5MusicC2Ej]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf5MusicC2Ej to _ZN2sf5MusicC2Ev. This may cause "undefined reference" linker error in old client applications. |
RenderWindow.hpp,
libsfml-graphics.so.1.6
namespace sf
[+] RenderWindow::RenderWindow [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params ) (1)
changed to:RenderWindow::RenderWindow [not-in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf12RenderWindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf12RenderWindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE to _ZN2sf12RenderWindowC2ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params ) (1)
changed to:RenderWindow::RenderWindow [in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf12RenderWindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf12RenderWindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE to _ZN2sf12RenderWindowC1ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderWindow::RenderWindow [not-in-charge] ( WindowHandle Handle, WindowSettings const& Params ) (1)
changed to:RenderWindow::RenderWindow [not-in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf12RenderWindowC2EmRKNS_14WindowSettingsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf12RenderWindowC2EmRKNS_14WindowSettingsE to _ZN2sf12RenderWindowC2ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, WindowSettings const& Params ) (1)
changed to:RenderWindow::RenderWindow [in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf12RenderWindowC1EmRKNS_14WindowSettingsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf12RenderWindowC1EmRKNS_14WindowSettingsE to _ZN2sf12RenderWindowC1ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE. This may cause "undefined reference" linker error in old client applications. |
Sound.hpp,
libsfml-audio.so.1.6
namespace sf
[+] Sound::Sound [not-in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position ) (1)
changed to:Sound::Sound [not-in-charge] ( SoundBuffer const& buffer )
[symbol: _ZN2sf5SoundC2ERKNS_11SoundBufferEbffRKNS_7Vector3IfEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf5SoundC2ERKNS_11SoundBufferEbffRKNS_7Vector3IfEE to _ZN2sf5SoundC2ERKNS_11SoundBufferE. This may cause "undefined reference" linker error in old client applications. |
[+] Sound::Sound [in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position ) (1)
changed to:Sound::Sound [in-charge] ( SoundBuffer const& buffer )
[symbol: _ZN2sf5SoundC1ERKNS_11SoundBufferEbffRKNS_7Vector3IfEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf5SoundC1ERKNS_11SoundBufferEbffRKNS_7Vector3IfEE to _ZN2sf5SoundC1ERKNS_11SoundBufferE. This may cause "undefined reference" linker error in old client applications. |
Sprite.hpp,
libsfml-graphics.so.1.6
namespace sf
[+] Sprite::Sprite [in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col ) (1)
changed to:Sprite::Sprite [in-charge] ( Texture const& texture )
[symbol: _ZN2sf6SpriteC1ERKNS_5ImageERKNS_7Vector2IfEES7_fRKNS_5ColorE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6SpriteC1ERKNS_5ImageERKNS_7Vector2IfEES7_fRKNS_5ColorE to _ZN2sf6SpriteC1ERKNS_7TextureE. This may cause "undefined reference" linker error in old client applications. |
[+] Sprite::Sprite [not-in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col ) (1)
changed to:Sprite::Sprite [not-in-charge] ( Texture const& texture )
[symbol: _ZN2sf6SpriteC2ERKNS_5ImageERKNS_7Vector2IfEES7_fRKNS_5ColorE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6SpriteC2ERKNS_5ImageERKNS_7Vector2IfEES7_fRKNS_5ColorE to _ZN2sf6SpriteC2ERKNS_7TextureE. This may cause "undefined reference" linker error in old client applications. |
String.hpp,
libsfml-graphics.so.1.6
namespace sf
[+] String::String [in-charge] ( Unicode::Text const& Text, Font const& CharFont, float Size ) (1)
changed to:String::String [in-charge] ( char const* ansiString, std::locale const& locale )
[symbol: _ZN2sf6StringC1ERKNS_7Unicode4TextERKNS_4FontEf]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6StringC1ERKNS_7Unicode4TextERKNS_4FontEf to _ZN2sf6StringC1EPKcRKSt6locale. This may cause "undefined reference" linker error in old client applications. |
[+] String::String [not-in-charge] ( Unicode::Text const& Text, Font const& CharFont, float Size ) (1)
changed to:String::String [not-in-charge] ( char const* ansiString, std::locale const& locale )
[symbol: _ZN2sf6StringC2ERKNS_7Unicode4TextERKNS_4FontEf]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6StringC2ERKNS_7Unicode4TextERKNS_4FontEf to _ZN2sf6StringC2EPKcRKSt6locale. This may cause "undefined reference" linker error in old client applications. |
[+] String::~String [in-charge-deleting] ( ) (1)
changed to:String::String [not-in-charge] ( char const* ansiString, std::locale const& locale )
[symbol: _ZN2sf6StringD0Ev]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6StringD0Ev to _ZN2sf6StringC2EPKcRKSt6locale. This may cause "undefined reference" linker error in old client applications. |
Window.hpp,
libsfml-window.so.1.6
namespace sf
[+] Window::Window [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params ) (1)
changed to:Window::Window [not-in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf6WindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6WindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE to _ZN2sf6WindowC2ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::Window [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params ) (1)
changed to:Window::Window [in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf6WindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6WindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE to _ZN2sf6WindowC1ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::Window [in-charge] ( WindowHandle Handle, WindowSettings const& Params ) (1)
changed to:Window::Window [in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf6WindowC1EmRKNS_14WindowSettingsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6WindowC1EmRKNS_14WindowSettingsE to _ZN2sf6WindowC1ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::Window [not-in-charge] ( WindowHandle Handle, WindowSettings const& Params ) (1)
changed to:Window::Window [not-in-charge] ( VideoMode mode, String const& title, Uint32 style, ContextSettings const& settings )
[symbol: _ZN2sf6WindowC2EmRKNS_14WindowSettingsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6WindowC2EmRKNS_14WindowSettingsE to _ZN2sf6WindowC2ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Medium Severity (7)
Drawable.hpp
namespace sf
[+] class Drawable (1)
| Change |
Effect |
1 | Pure virtual method Drawable::draw ( RenderTarget&, RenderStates ) const has been added to this class instead of Drawable::Render ( RenderTarget& ) const. | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 5 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Drawable |
~Drawable |
12 |
~Drawable |
~Drawable |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (34)
Drawable::Drawable [in-charge] ( Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )This constructor is from 'Drawable' class.
Drawable::GetBlendMode ( ) constThis method is from 'Drawable' class.
Drawable::GetCenter ( ) constThis method is from 'Drawable' class.
Drawable::GetColor ( ) constThis method is from 'Drawable' class.
Drawable::GetInverseMatrix ( ) constThis method is from 'Drawable' class.
Drawable::GetMatrix ( ) constThis method is from 'Drawable' class.
Drawable::GetPosition ( ) constThis method is from 'Drawable' class.
Drawable::GetRotation ( ) constThis method is from 'Drawable' class.
Drawable::GetScale ( ) constThis method is from 'Drawable' class.
Drawable::Move ( float OffsetX, float OffsetY )This method is from 'Drawable' class.
Drawable::Move ( Vector2f const& Offset )This method is from 'Drawable' class.
Drawable::Rotate ( float Angle )This method is from 'Drawable' class.
Drawable::Scale ( float FactorX, float FactorY )This method is from 'Drawable' class.
Drawable::Scale ( Vector2f const& Factor )This method is from 'Drawable' class.
Drawable::SetBlendMode ( enum Blend::Mode Mode )This method is from 'Drawable' class.
Drawable::SetCenter ( float CenterX, float CenterY )This method is from 'Drawable' class.
Drawable::SetCenter ( Vector2f const& Center )This method is from 'Drawable' class.
Drawable::SetColor ( Color const& Col )This method is from 'Drawable' class.
Drawable::SetPosition ( float X, float Y )This method is from 'Drawable' class.
Drawable::SetPosition ( Vector2f const& Position )This method is from 'Drawable' class.
Drawable::SetRotation ( float Rotation )This method is from 'Drawable' class.
Drawable::SetScale ( float ScaleX, float ScaleY )This method is from 'Drawable' class.
Drawable::SetScale ( Vector2f const& Scale )This method is from 'Drawable' class.
Drawable::SetScaleX ( float FactorX )This method is from 'Drawable' class.
Drawable::SetScaleY ( float FactorY )This method is from 'Drawable' class.
Drawable::SetX ( float X )This method is from 'Drawable' class.
Drawable::SetY ( float Y )This method is from 'Drawable' class.
Drawable::TransformToGlobal ( Vector2f const& Point ) constThis method is from 'Drawable' class.
Drawable::TransformToLocal ( Vector2f const& Point ) constThis method is from 'Drawable' class.
Drawable::~Drawable [in-charge] ( )This method is from 'Drawable' class.
PostFX::Render ( RenderTarget& Target ) constThis method is from derived class 'PostFX'.
Shape::Render ( RenderTarget& Target ) constThis method is from derived class 'Shape'.
Sprite::Render ( RenderTarget& Target ) constThis method is from derived class 'Sprite'.
String::Render ( RenderTarget& Target ) constThis method is from derived class 'String'.
Packet.hpp
namespace sf
[+] class Packet (1)
| Change |
Effect |
1 | Virtual method Packet::onReceive ( void const*, std::size_t ) has been added to this class instead of Packet::OnReceive ( char const*, std::size_t ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 6 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Packet |
~Packet |
12 |
~Packet |
~Packet |
16 |
Packet::OnSend |
Packet::onSend |
20 |
Packet::OnReceive |
Packet::onReceive |
[+] affected symbols (1)
Packet::OnReceive ( char const* Data, std::size_t DataSize )This method is from 'Packet' class.
RenderTarget.hpp
namespace sf
[+] class RenderTarget (2)
| Change |
Effect |
1 | Pure virtual method RenderTarget::activate ( bool ) has been added to this class instead of RenderTarget::GetWidth ( ) const. | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Virtual method RenderTarget::getSize ( ) const has been added to this class instead of RenderTarget::Draw ( Drawable const& ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RenderTarget |
~RenderTarget |
12 |
~RenderTarget |
~RenderTarget |
16 |
RenderTarget::Draw |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
|
28 |
__cxa_pure_virtual |
|
[+] affected symbols (10)
RenderTarget::Clear ( Color const& FillColor )This method is from 'RenderTarget' class.
RenderTarget::Draw ( Drawable const& Object )This method is from 'RenderTarget' class.
RenderTarget::GetDefaultView ( )This method is from 'RenderTarget' class.
RenderTarget::GetView ( ) constThis method is from 'RenderTarget' class.
RenderTarget::Initialize ( )This method is from 'RenderTarget' class.
RenderTarget::PreserveOpenGLStates ( bool Preserve )This method is from 'RenderTarget' class.
RenderTarget::RenderTarget [in-charge] ( )This constructor is from 'RenderTarget' class.
RenderTarget::SetView ( View const& NewView )This method is from 'RenderTarget' class.
RenderTarget::~RenderTarget [in-charge] ( )This method is from 'RenderTarget' class.
RenderWindow::GetWidth ( ) constThis method is from derived class 'RenderWindow'.
SoundRecorder.hpp
namespace sf
[+] class SoundRecorder (1)
| Change |
Effect |
1 | Virtual method SoundRecorder::onStart ( ) has been added to this class instead of SoundRecorder::OnStop ( ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 7 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~SoundRecorder |
~SoundRecorder |
12 |
~SoundRecorder |
~SoundRecorder |
16 |
SoundRecorder::Run |
SoundRecorder::onStart |
20 |
SoundRecorder::OnStart |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
SoundRecorder::onStop |
28 |
SoundRecorder::OnStop |
|
[+] affected symbols (1)
SoundRecorder::OnStop ( )This method is from 'SoundRecorder' class.
SoundStream.hpp
namespace sf
[+] class SoundStream (2)
| Change |
Effect |
1 | Pure virtual method SoundStream::onSeek ( Time ) has been added to this class instead of SoundStream::OnGetData ( struct SoundStream::Chunk& ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Virtual method SoundStream::onGetData ( struct SoundStream::Chunk& ) has been added to this class instead of SoundStream::OnStart ( ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~SoundStream |
~SoundStream |
12 |
~SoundStream |
~SoundStream |
16 |
SoundStream::Run |
__cxa_pure_virtual |
20 |
SoundStream::OnStart |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
|
28 |
(int (*)(...))-0x000000014 |
|
32 |
(int (*)(...))(& typeinfo) |
|
36 |
non-virtual thunk |
|
40 |
non-virtual thunk |
|
[+] affected symbols (13)
Music::OnGetData ( struct SoundStream::Chunk& Data )This method is from derived class 'Music'.
SoundStream::GetChannelsCount ( ) constThis method is from 'SoundStream' class.
SoundStream::GetLoop ( ) constThis method is from 'SoundStream' class.
SoundStream::GetPlayingOffset ( ) constThis method is from 'SoundStream' class.
SoundStream::GetSampleRate ( ) constThis method is from 'SoundStream' class.
SoundStream::GetStatus ( ) constThis method is from 'SoundStream' class.
SoundStream::Initialize ( unsigned int ChannelsCount, unsigned int SampleRate )This method is from 'SoundStream' class.
SoundStream::OnStart ( )This method is from 'SoundStream' class.
SoundStream::Play ( )This method is from 'SoundStream' class.
SoundStream::SetLoop ( bool Loop )This method is from 'SoundStream' class.
SoundStream::SoundStream [in-charge] ( )This constructor is from 'SoundStream' class.
SoundStream::Stop ( )This method is from 'SoundStream' class.
SoundStream::~SoundStream [in-charge] ( )This method is from 'SoundStream' class.
to the top
Problems with Data Types, Low Severity (132)
Context.hpp
namespace sf
[+] class Context (1)
| Change |
Effect |
1 | Base class GlResource has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (5)
Context::Context [in-charge] ( )This constructor is from 'Context' class.
Context::GetGlobal ( ) [static]This method is from 'Context' class.
Context::IsContextActive ( ) [static]This method is from 'Context' class.
Context::SetActive ( bool Active )This method is from 'Context' class.
Context::~Context [in-charge] ( )This method is from 'Context' class.
Drawable.hpp
namespace sf
[+] class Drawable (11)
| Change |
Effect |
1 | Size of this type has been changed from 172 bytes to 4 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field myBlendMode has been removed from this type. | Size of the inclusive type has been changed. |
3 | Field myCenter has been removed from this type. | Size of the inclusive type has been changed. |
4 | Field myColor has been removed from this type. | Size of the inclusive type has been changed. |
5 | Field myInvMatrix has been removed from this type. | Size of the inclusive type has been changed. |
6 | Field myInvNeedUpdate has been removed from this type. | Size of the inclusive type has been changed. |
7 | Field myMatrix has been removed from this type. | Size of the inclusive type has been changed. |
8 | Field myNeedUpdate has been removed from this type. | Size of the inclusive type has been changed. |
9 | Field myPosition has been removed from this type. | Size of the inclusive type has been changed. |
10 | Field myRotation has been removed from this type. | Size of the inclusive type has been changed. |
11 | Field myScale has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (1)
Drawable::~Drawable [in-charge] ( )This method is from 'Drawable' class.
Font.hpp
namespace sf
[+] class Font (8)
| Change |
Effect |
1 | Field m_library has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_pages has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field m_pixelBuffer has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field m_refCount has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field m_streamRec has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Size of this type has been changed from 116 bytes to 52 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
7 | Field myGlyphs has been removed from this type. | Size of the inclusive type has been changed. |
8 | Field myTexture has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (1)
Font::Font [in-charge] ( )This constructor is from 'Font' class.
Ftp.hpp
namespace sf
[+] class Ftp (2)
| Change |
Effect |
1 | Field m_commandSocket has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field myCommandSocket has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (1)
Ftp::~Ftp [in-charge] ( )This method is from 'Ftp' class.
Http.hpp
namespace sf
[+] class Http (2)
| Change |
Effect |
1 | Field m_connection has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field myConnection has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (2)
Http::Http [in-charge] ( )This constructor is from 'Http' class.
Http::Http [in-charge] ( std::string const& Host, unsigned short Port )This constructor is from 'Http' class.
Image.hpp
namespace sf
[+] class Image (11)
| Change |
Effect |
1 | Field m_pixels has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_size has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Size of this type has been changed from 64 bytes to 20 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
4 | Field myHeight has been removed from this type. | Size of the inclusive type has been changed. |
5 | Field myIsSmooth has been removed from this type. | Size of the inclusive type has been changed. |
6 | Field myNeedTextureUpdate has been removed from this type. | Size of the inclusive type has been changed. |
7 | Field myPixels has been removed from this type. | Size of the inclusive type has been changed. |
8 | Field myTexture has been removed from this type. | Size of the inclusive type has been changed. |
9 | Field myTextureHeight has been removed from this type. | Size of the inclusive type has been changed. |
10 | Field myTextureWidth has been removed from this type. | Size of the inclusive type has been changed. |
11 | Field myWidth has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (1)
Image::Image [in-charge] ( )This constructor is from 'Image' class.
Music.hpp
namespace sf
[+] class Music (4)
| Change |
Effect |
1 | Field m_duration has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_mutex has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Size of this type has been changed from 92 bytes to 88 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
4 | Field myDuration has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (1)
Music::~Music [in-charge] ( )This method is from 'Music' class.
Mutex.hpp
namespace sf
[+] class Mutex (3)
| Change |
Effect |
1 | Field m_mutexImpl has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of this type has been changed from 24 bytes to 4 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
3 | Field myMutex has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (3)
Lock::Lock [in-charge] ( Mutex& Mutex )1st parameter 'Mutex' (reference) has base type 'Mutex'.
Mutex::Mutex [in-charge] ( )This constructor is from 'Mutex' class.
Mutex::~Mutex [in-charge] ( )This method is from 'Mutex' class.
Rect.hpp
namespace sf
[+] class Rect<float> (4)
| Change |
Effect |
1 | Field Bottom has been renamed to height. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
2 | Field Left has been renamed to left. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
3 | Field Right has been renamed to width. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
4 | Field Top has been renamed to top. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (1)
View::View [in-charge] ( FloatRect const& ViewRect )1st parameter 'ViewRect' (reference) has base type 'Rect<float>'.
RenderTarget.hpp
namespace sf
[+] class RenderTarget (5)
| Change |
Effect |
1 | Field m_cache has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_view has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field myCurrentView has been removed from this type. | Size of the inclusive type has been changed. |
4 | Field myPreserveStates has been removed from this type. | Size of the inclusive type has been changed. |
5 | Base class NonCopyable has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RenderTarget |
~RenderTarget |
12 |
~RenderTarget |
~RenderTarget |
16 |
RenderTarget::Draw |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
|
28 |
__cxa_pure_virtual |
|
[+] affected symbols (19)
RenderTarget::Clear ( Color const& FillColor )This method is from 'RenderTarget' class.
RenderTarget::Draw ( Drawable const& Object )This method is from 'RenderTarget' class.
RenderTarget::GetDefaultView ( )This method is from 'RenderTarget' class.
RenderTarget::GetHeight ( ) constThis method is from 'RenderTarget' class.
RenderTarget::GetView ( ) constThis method is from 'RenderTarget' class.
RenderTarget::GetWidth ( ) constThis method is from 'RenderTarget' class.
RenderTarget::Initialize ( )This method is from 'RenderTarget' class.
RenderTarget::PreserveOpenGLStates ( bool Preserve )This method is from 'RenderTarget' class.
RenderTarget::RenderTarget [in-charge] ( )This constructor is from 'RenderTarget' class.
RenderTarget::SetView ( View const& NewView )This method is from 'RenderTarget' class.
RenderTarget::~RenderTarget [in-charge] ( )This method is from 'RenderTarget' class.
RenderWindow::Capture ( ) constThis method is from derived class 'RenderWindow'.
RenderWindow::ConvertCoords ( unsigned int WindowX, unsigned int WindowY, View const* TargetView ) constThis method is from derived class 'RenderWindow'.
RenderWindow::GetHeight ( ) constThis method is from derived class 'RenderWindow'.
RenderWindow::GetWidth ( ) constThis method is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( )This constructor is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )This constructor is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, WindowSettings const& Params )This constructor is from derived class 'RenderWindow'.
RenderWindow::~RenderWindow [in-charge] ( )This method is from derived class 'RenderWindow'.
RenderWindow.hpp
namespace sf
[+] class RenderWindow (1)
| Change |
Effect |
1 | Size of this type has been changed from 780 bytes to 468 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (2)
RenderWindow::RenderWindow [in-charge] ( )This constructor is from 'RenderWindow' class.
RenderWindow::~RenderWindow [in-charge] ( )This method is from 'RenderWindow' class.
Shape.hpp
namespace sf
[+] class Shape (13)
| Change |
Effect |
1 | Field m_bounds has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_fillColor has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field m_insideBounds has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field m_outlineColor has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field m_outlineThickness has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field m_outlineVertices has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
7 | Field m_texture has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
8 | Field m_textureRect has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
9 | Field m_vertices has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
10 | Field myIsFillEnabled has been removed from this type. | Size of the inclusive type has been changed. |
11 | Field myIsOutlineEnabled has been removed from this type. | Size of the inclusive type has been changed. |
12 | Field myOutline has been removed from this type. | Size of the inclusive type has been changed. |
13 | Field myPoints has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (2)
Shape::Shape [in-charge] ( )This constructor is from 'Shape' class.
Shape::~Shape [in-charge] ( )This method is from 'Shape' class.
Sound.hpp
namespace sf
[+] class Sound (2)
| Change |
Effect |
1 | Base class SoundSource has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
2 | Base class AudioResource has been removed. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 4 entries | Virtual Table (New) - 4 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Sound |
~Sound |
12 |
~Sound |
~Sound |
[+] affected symbols (45)
Music::GetDuration ( ) constThis method is from derived class 'Music'.
Music::Music [in-charge] ( std::size_t BufferSize )This constructor is from derived class 'Music'.
Music::OpenFromFile ( std::string const& Filename )This method is from derived class 'Music'.
Music::OpenFromMemory ( char const* Data, std::size_t SizeInBytes )This method is from derived class 'Music'.
Music::~Music [in-charge] ( )This method is from derived class 'Music'.
Sound::GetAttenuation ( ) constThis method is from 'Sound' class.
Sound::GetBuffer ( ) constThis method is from 'Sound' class.
Sound::GetLoop ( ) constThis method is from 'Sound' class.
Sound::GetMinDistance ( ) constThis method is from 'Sound' class.
Sound::GetPitch ( ) constThis method is from 'Sound' class.
Sound::GetPlayingOffset ( ) constThis method is from 'Sound' class.
Sound::GetPosition ( ) constThis method is from 'Sound' class.
Sound::GetStatus ( ) constThis method is from 'Sound' class.
Sound::GetVolume ( ) constThis method is from 'Sound' class.
Sound::IsRelativeToListener ( ) constThis method is from 'Sound' class.
Sound::operator = ( Sound const& Other )This method is from 'Sound' class.
Sound::Pause ( )This method is from 'Sound' class.
Sound::Play ( )This method is from 'Sound' class.
Sound::ResetBuffer ( )This method is from 'Sound' class.
Sound::SetAttenuation ( float Attenuation )This method is from 'Sound' class.
Sound::SetBuffer ( SoundBuffer const& Buffer )This method is from 'Sound' class.
Sound::SetLoop ( bool Loop )This method is from 'Sound' class.
Sound::SetMinDistance ( float MinDistance )This method is from 'Sound' class.
Sound::SetPitch ( float Pitch )This method is from 'Sound' class.
Sound::SetPlayingOffset ( float TimeOffset )This method is from 'Sound' class.
Sound::SetPosition ( float X, float Y, float Z )This method is from 'Sound' class.
Sound::SetPosition ( Vector3f const& Position )This method is from 'Sound' class.
Sound::SetRelativeToListener ( bool Relative )This method is from 'Sound' class.
Sound::SetVolume ( float Volume )This method is from 'Sound' class.
Sound::Sound [in-charge] ( )This constructor is from 'Sound' class.
Sound::Sound [in-charge] ( Sound const& Copy )This constructor is from 'Sound' class.
Sound::Sound [in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position )This constructor is from 'Sound' class.
Sound::Stop ( )This method is from 'Sound' class.
Sound::~Sound [in-charge] ( )This method is from 'Sound' class.
SoundStream::GetChannelsCount ( ) constThis method is from derived class 'SoundStream'.
SoundStream::GetLoop ( ) constThis method is from derived class 'SoundStream'.
SoundStream::GetPlayingOffset ( ) constThis method is from derived class 'SoundStream'.
SoundStream::GetSampleRate ( ) constThis method is from derived class 'SoundStream'.
SoundStream::GetStatus ( ) constThis method is from derived class 'SoundStream'.
SoundStream::Initialize ( unsigned int ChannelsCount, unsigned int SampleRate )This method is from derived class 'SoundStream'.
SoundStream::Play ( )This method is from derived class 'SoundStream'.
SoundStream::SetLoop ( bool Loop )This method is from derived class 'SoundStream'.
SoundStream::SoundStream [in-charge] ( )This constructor is from derived class 'SoundStream'.
SoundStream::Stop ( )This method is from derived class 'SoundStream'.
SoundStream::~SoundStream [in-charge] ( )This method is from derived class 'SoundStream'.
SoundBuffer.hpp
namespace sf
[+] class SoundBuffer (3)
| Change |
Effect |
1 | Field m_duration has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of this type has been changed from 72 bytes to 48 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
3 | Field myDuration has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (4)
SoundBuffer::operator = ( SoundBuffer const& Other )1st parameter 'Other' (reference) has base type 'SoundBuffer'.
SoundBuffer::SoundBuffer [in-charge] ( )This constructor is from 'SoundBuffer' class.
SoundBuffer::SoundBuffer [in-charge] ( SoundBuffer const& Copy )1st parameter 'Copy' (reference) has base type 'SoundBuffer'.
SoundBuffer::~SoundBuffer [in-charge] ( )This method is from 'SoundBuffer' class.
SoundRecorder.hpp
namespace sf
[+] class SoundRecorder (8)
| Change |
Effect |
1 | Field m_isCapturing has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_sampleRate has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field m_samples has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field m_thread has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Size of this type has been changed from 40 bytes to 32 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
6 | Field myIsCapturing has been removed from this type. | Size of the inclusive type has been changed. |
7 | Field mySampleRate has been removed from this type. | Size of the inclusive type has been changed. |
8 | Field mySamples has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (2)
SoundRecorder::SoundRecorder [in-charge] ( )This constructor is from 'SoundRecorder' class.
SoundRecorder::~SoundRecorder [in-charge] ( )This method is from 'SoundRecorder' class.
SoundStream.hpp
namespace sf
[+] class SoundStream (14)
| Change |
Effect |
1 | Field m_buffers has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_endBuffers has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field m_format has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field m_isStreaming has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field m_loop has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field m_samplesProcessed has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
7 | Field m_thread has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
8 | Size of this type has been changed from 72 bytes to 60 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
9 | Field myBuffers has been removed from this type. | Size of the inclusive type has been changed. |
10 | Field myChannelsCount has been removed from this type. | Size of the inclusive type has been changed. |
11 | Field myEndBuffers has been removed from this type. | Size of the inclusive type has been changed. |
12 | Field myIsStreaming has been removed from this type. | Size of the inclusive type has been changed. |
13 | Field myLoop has been removed from this type. | Size of the inclusive type has been changed. |
14 | Field mySamplesProcessed has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (2)
SoundStream::SoundStream [in-charge] ( )This constructor is from 'SoundStream' class.
SoundStream::~SoundStream [in-charge] ( )This method is from 'SoundStream' class.
Sprite.hpp
namespace sf
[+] class Sprite (6)
| Change |
Effect |
1 | Field m_texture has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_textureRect has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field m_vertices has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field myImage has been removed from this type. | Size of the inclusive type has been changed. |
5 | Field myIsFlippedX has been removed from this type. | Size of the inclusive type has been changed. |
6 | Field mySubRect has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (2)
Sprite::Sprite [in-charge] ( )This constructor is from 'Sprite' class.
Sprite::~Sprite [in-charge] ( )This method is from 'Sprite' class.
String.hpp
namespace sf
[+] class String (7)
| Change |
Effect |
1 | Size of this type has been changed from 208 bytes to 4 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field myBaseRect has been removed from this type. | Size of the inclusive type has been changed. |
3 | Field myFont has been removed from this type. | Size of the inclusive type has been changed. |
4 | Field myNeedRectUpdate has been removed from this type. | Size of the inclusive type has been changed. |
5 | Field mySize has been removed from this type. | Size of the inclusive type has been changed. |
6 | Field myStyle has been removed from this type. | Size of the inclusive type has been changed. |
7 | Virtual method String::~String ( ) has been overridden by Drawable::~Drawable ( ). | Method Drawable::~Drawable ( ) will be called instead of String::~String ( ) by old applications. |
[+] affected symbols (1)
String::String [in-charge] ( )This constructor is from 'String' class.
Thread.hpp
namespace sf
[+] class Thread (4)
| Change |
Effect |
1 | Size of this type has been changed from 20 bytes to 8 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field myFunction has been removed from this type. | Size of the inclusive type has been changed. |
3 | Field myIsActive has been removed from this type. | Size of the inclusive type has been changed. |
4 | Field myUserData has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (1)
Thread::~Thread [in-charge] ( )This method is from 'Thread' class.
VideoMode.hpp
namespace sf
[+] class VideoMode (3)
| Change |
Effect |
1 | Field BitsPerPixel has been renamed to bitsPerPixel. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
2 | Field Height has been renamed to height. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
3 | Field Width has been renamed to width. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (2)
VideoMode::VideoMode [in-charge] ( )This constructor is from 'VideoMode' class.
VideoMode::VideoMode [in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp )This constructor is from 'VideoMode' class.
View.hpp
namespace sf
[+] class View (8)
| Change |
Effect |
1 | Field m_inverseTransform has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_rotation has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field m_transform has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field m_transformUpdated has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field m_viewport has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field myMatrix has been removed from this type. | Size of the inclusive type has been changed. |
7 | Field myNeedUpdate has been removed from this type. | Size of the inclusive type has been changed. |
8 | Field myRect has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (2)
View::View [in-charge] ( FloatRect const& ViewRect )This constructor is from 'View' class.
View::View [in-charge] ( Vector2f const& Center, Vector2f const& HalfSize )This constructor is from 'View' class.
Window.hpp
namespace sf
[+] class Window (12)
| Change |
Effect |
1 | Field m_context has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_frameTimeLimit has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field m_impl has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Size of this type has been changed from 668 bytes to 28 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
5 | Field myEvents has been removed from this type. | Size of the inclusive type has been changed. |
6 | Field myFramerateLimit has been removed from this type. | Size of the inclusive type has been changed. |
7 | Field myInput has been removed from this type. | Size of the inclusive type has been changed. |
8 | Field myIsExternal has been removed from this type. | Size of the inclusive type has been changed. |
9 | Field myLastFrameTime has been removed from this type. | Size of the inclusive type has been changed. |
10 | Field mySetCursorPosX has been removed from this type. | Size of the inclusive type has been changed. |
11 | Field mySetCursorPosY has been removed from this type. | Size of the inclusive type has been changed. |
12 | Field mySettings has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (2)
Window::Window [in-charge] ( )This constructor is from 'Window' class.
Window::~Window [in-charge] ( )This method is from 'Window' class.
to the top
Problems with Symbols, Low Severity (68)
Color.hpp,
libsfml-graphics.so.1.6
namespace sf
[+] Color::Color [in-charge] ( Uint8 R, Uint8 G, Uint8 B, Uint8 A ) (4)
changed to:Color::Color [in-charge] ( Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha )
[symbol: _ZN2sf5ColorC1Ehhhh]
| Change | Effect |
---|
1 | 1st parameter R has been renamed to red. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter G has been renamed to green. | Renaming of a parameter may indicate a change in its semantic meaning. |
3 | 3rd parameter B has been renamed to blue. | Renaming of a parameter may indicate a change in its semantic meaning. |
4 | 4th parameter A has been renamed to alpha. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Color::Color [not-in-charge] ( Uint8 R, Uint8 G, Uint8 B, Uint8 A ) (4)
changed to:Color::Color [not-in-charge] ( Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha )
[symbol: _ZN2sf5ColorC2Ehhhh]
| Change | Effect |
---|
1 | 1st parameter R has been renamed to red. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter G has been renamed to green. | Renaming of a parameter may indicate a change in its semantic meaning. |
3 | 3rd parameter B has been renamed to blue. | Renaming of a parameter may indicate a change in its semantic meaning. |
4 | 4th parameter A has been renamed to alpha. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] operator* ( Color const& Color1, Color const& Color2 ) (2)
changed to:operator* ( Color const& left, Color const& right )
[symbol: _ZN2sfmlERKNS_5ColorES2_]
| Change | Effect |
---|
1 | 1st parameter Color1 has been renamed to left. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter Color2 has been renamed to right. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] operator+ ( Color const& Color1, Color const& Color2 ) (2)
changed to:operator+ ( Color const& left, Color const& right )
[symbol: _ZN2sfplERKNS_5ColorES2_]
| Change | Effect |
---|
1 | 1st parameter Color1 has been renamed to left. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter Color2 has been renamed to right. | Renaming of a parameter may indicate a change in its semantic meaning. |
Ftp.hpp,
libsfml-network.so.1.6
namespace sf
[+] Ftp::Response::Response [not-in-charge] ( enum Ftp::Response::Status Code, std::string const& Message ) (2)
changed to:Ftp::Response::Response [not-in-charge] ( enum Ftp::Response::Status code, std::string const& message )
[symbol: _ZN2sf3Ftp8ResponseC2ENS1_6StatusERKSs]
| Change | Effect |
---|
1 | 1st parameter Code has been renamed to code. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter Message has been renamed to message. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Ftp::Response::Response [in-charge] ( enum Ftp::Response::Status Code, std::string const& Message ) (2)
changed to:Ftp::Response::Response [in-charge] ( enum Ftp::Response::Status code, std::string const& message )
[symbol: _ZN2sf3Ftp8ResponseC1ENS1_6StatusERKSs]
| Change | Effect |
---|
1 | 1st parameter Code has been renamed to code. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter Message has been renamed to message. | Renaming of a parameter may indicate a change in its semantic meaning. |
Http.hpp,
libsfml-network.so.1.6
namespace sf
[+] Http::Http [not-in-charge] ( std::string const& Host, unsigned short Port ) (2)
changed to:Http::Http [not-in-charge] ( std::string const& host, unsigned short port )
[symbol: _ZN2sf4HttpC2ERKSst]
| Change | Effect |
---|
1 | 1st parameter Host has been renamed to host. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter Port has been renamed to port. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Http::Http [in-charge] ( std::string const& Host, unsigned short Port ) (2)
changed to:Http::Http [in-charge] ( std::string const& host, unsigned short port )
[symbol: _ZN2sf4HttpC1ERKSst]
| Change | Effect |
---|
1 | 1st parameter Host has been renamed to host. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter Port has been renamed to port. | Renaming of a parameter may indicate a change in its semantic meaning. |
Lock.hpp,
libsfml-system.so.1.6
namespace sf
[+] Lock::Lock [in-charge] ( Mutex& Mutex ) (1)
changed to:Lock::Lock [in-charge] ( Mutex& mutex )
[symbol: _ZN2sf4LockC1ERNS_5MutexE]
| Change | Effect |
---|
1 | 1st parameter Mutex has been renamed to mutex. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Lock::Lock [not-in-charge] ( Mutex& Mutex ) (1)
changed to:Lock::Lock [not-in-charge] ( Mutex& mutex )
[symbol: _ZN2sf4LockC2ERNS_5MutexE]
| Change | Effect |
---|
1 | 1st parameter Mutex has been renamed to mutex. | Renaming of a parameter may indicate a change in its semantic meaning. |
Packet.hpp,
libsfml-network.so.1.6
namespace sf
[+] Packet::operator<< ( bool Data ) (1)
changed to:Packet::operator<< ( bool data )
[symbol: _ZN2sf6PacketlsEb]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( char const* Data ) (1)
changed to:Packet::operator<< ( char const* data )
[symbol: _ZN2sf6PacketlsEPKc]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( double Data ) (1)
changed to:Packet::operator<< ( double data )
[symbol: _ZN2sf6PacketlsEd]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( float Data ) (1)
changed to:Packet::operator<< ( float data )
[symbol: _ZN2sf6PacketlsEf]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( Int32 Data ) (1)
changed to:Packet::operator<< ( Int32 data )
[symbol: _ZN2sf6PacketlsEi]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( Int16 Data ) (1)
changed to:Packet::operator<< ( Int16 data )
[symbol: _ZN2sf6PacketlsEs]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( Int8 Data ) (1)
changed to:Packet::operator<< ( Int8 data )
[symbol: _ZN2sf6PacketlsEa]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( std::string const& Data ) (1)
changed to:Packet::operator<< ( std::string const& data )
[symbol: _ZN2sf6PacketlsERKSs]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( std::wstring const& Data ) (1)
changed to:Packet::operator<< ( std::wstring const& data )
[symbol: _ZN2sf6PacketlsERKSbIwSt11char_traitsIwESaIwEE]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( Uint8 Data ) (1)
changed to:Packet::operator<< ( Uint8 data )
[symbol: _ZN2sf6PacketlsEh]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( Uint32 Data ) (1)
changed to:Packet::operator<< ( Uint32 data )
[symbol: _ZN2sf6PacketlsEj]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( Uint16 Data ) (1)
changed to:Packet::operator<< ( Uint16 data )
[symbol: _ZN2sf6PacketlsEt]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator<< ( wchar_t const* Data ) (1)
changed to:Packet::operator<< ( wchar_t const* data )
[symbol: _ZN2sf6PacketlsEPKw]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( bool& Data ) (1)
changed to:Packet::operator>> ( bool& data )
[symbol: _ZN2sf6PacketrsERb]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( char* Data ) (1)
changed to:Packet::operator>> ( char* data )
[symbol: _ZN2sf6PacketrsEPc]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( double& Data ) (1)
changed to:Packet::operator>> ( double& data )
[symbol: _ZN2sf6PacketrsERd]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( float& Data ) (1)
changed to:Packet::operator>> ( float& data )
[symbol: _ZN2sf6PacketrsERf]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( Int32& Data ) (1)
changed to:Packet::operator>> ( Int32& data )
[symbol: _ZN2sf6PacketrsERi]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( Int16& Data ) (1)
changed to:Packet::operator>> ( Int16& data )
[symbol: _ZN2sf6PacketrsERs]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( Int8& Data ) (1)
changed to:Packet::operator>> ( Int8& data )
[symbol: _ZN2sf6PacketrsERa]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( std::string& Data ) (1)
changed to:Packet::operator>> ( std::string& data )
[symbol: _ZN2sf6PacketrsERSs]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( std::wstring& Data ) (1)
changed to:Packet::operator>> ( std::wstring& data )
[symbol: _ZN2sf6PacketrsERSbIwSt11char_traitsIwESaIwEE]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( Uint8& Data ) (1)
changed to:Packet::operator>> ( Uint8& data )
[symbol: _ZN2sf6PacketrsERh]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( Uint32& Data ) (1)
changed to:Packet::operator>> ( Uint32& data )
[symbol: _ZN2sf6PacketrsERj]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( Uint16& Data ) (1)
changed to:Packet::operator>> ( Uint16& data )
[symbol: _ZN2sf6PacketrsERt]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Packet::operator>> ( wchar_t* Data ) (1)
changed to:Packet::operator>> ( wchar_t* data )
[symbol: _ZN2sf6PacketrsEPw]
| Change | Effect |
---|
1 | 1st parameter Data has been renamed to data. | Renaming of a parameter may indicate a change in its semantic meaning. |
Shape.hpp,
libsfml-graphics.so.1.6
namespace sf
[+] Shape::Shape [not-in-charge] ( ) (1)
[symbol: _ZN2sf5ShapeC2Ev]
| Change | Effect |
---|
1 | This method became protected. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] Shape::Shape [in-charge] ( ) (1)
[symbol: _ZN2sf5ShapeC1Ev]
| Change | Effect |
---|
1 | This method became protected. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
Sound.hpp,
libsfml-audio.so.1.6
namespace sf
[+] Sound::operator = ( Sound const& Other ) (1)
changed to:Sound::operator = ( Sound const& right )
[symbol: _ZN2sf5SoundaSERKS0_]
| Change | Effect |
---|
1 | 1st parameter Other has been renamed to right. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Sound::Sound [in-charge] ( Sound const& Copy ) (1)
changed to:Sound::Sound [in-charge] ( Sound const& copy )
[symbol: _ZN2sf5SoundC1ERKS0_]
| Change | Effect |
---|
1 | 1st parameter Copy has been renamed to copy. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Sound::Sound [not-in-charge] ( Sound const& Copy ) (1)
changed to:Sound::Sound [not-in-charge] ( Sound const& copy )
[symbol: _ZN2sf5SoundC2ERKS0_]
| Change | Effect |
---|
1 | 1st parameter Copy has been renamed to copy. | Renaming of a parameter may indicate a change in its semantic meaning. |
SoundBuffer.hpp,
libsfml-audio.so.1.6
namespace sf
[+] SoundBuffer::operator = ( SoundBuffer const& Other ) (1)
changed to:SoundBuffer::operator = ( SoundBuffer const& right )
[symbol: _ZN2sf11SoundBufferaSERKS0_]
| Change | Effect |
---|
1 | 1st parameter Other has been renamed to right. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] SoundBuffer::SoundBuffer [in-charge] ( SoundBuffer const& Copy ) (1)
changed to:SoundBuffer::SoundBuffer [in-charge] ( SoundBuffer const& copy )
[symbol: _ZN2sf11SoundBufferC1ERKS0_]
| Change | Effect |
---|
1 | 1st parameter Copy has been renamed to copy. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] SoundBuffer::SoundBuffer [not-in-charge] ( SoundBuffer const& Copy ) (1)
changed to:SoundBuffer::SoundBuffer [not-in-charge] ( SoundBuffer const& copy )
[symbol: _ZN2sf11SoundBufferC2ERKS0_]
| Change | Effect |
---|
1 | 1st parameter Copy has been renamed to copy. | Renaming of a parameter may indicate a change in its semantic meaning. |
VideoMode.hpp,
libsfml-window.so.1.6
namespace sf
[+] VideoMode::VideoMode [in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp ) (3)
changed to:VideoMode::VideoMode [in-charge] ( unsigned int modeWidth, unsigned int modeHeight, unsigned int modeBitsPerPixel )
[symbol: _ZN2sf9VideoModeC1Ejjj]
| Change | Effect |
---|
1 | 1st parameter ModeWidth has been renamed to modeWidth. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter ModeHeight has been renamed to modeHeight. | Renaming of a parameter may indicate a change in its semantic meaning. |
3 | 3rd parameter ModeBpp has been renamed to modeBitsPerPixel. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] VideoMode::VideoMode [not-in-charge] ( unsigned int ModeWidth, unsigned int ModeHeight, unsigned int ModeBpp ) (3)
changed to:VideoMode::VideoMode [not-in-charge] ( unsigned int modeWidth, unsigned int modeHeight, unsigned int modeBitsPerPixel )
[symbol: _ZN2sf9VideoModeC2Ejjj]
| Change | Effect |
---|
1 | 1st parameter ModeWidth has been renamed to modeWidth. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter ModeHeight has been renamed to modeHeight. | Renaming of a parameter may indicate a change in its semantic meaning. |
3 | 3rd parameter ModeBpp has been renamed to modeBitsPerPixel. | Renaming of a parameter may indicate a change in its semantic meaning. |
View.hpp,
libsfml-graphics.so.1.6
namespace sf
[+] View::View [not-in-charge] ( FloatRect const& ViewRect ) (1)
changed to:View::View [not-in-charge] ( FloatRect const& rectangle )
[symbol: _ZN2sf4ViewC2ERKNS_4RectIfEE]
| Change | Effect |
---|
1 | 1st parameter ViewRect has been renamed to rectangle. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] View::View [in-charge] ( FloatRect const& ViewRect ) (1)
changed to:View::View [in-charge] ( FloatRect const& rectangle )
[symbol: _ZN2sf4ViewC1ERKNS_4RectIfEE]
| Change | Effect |
---|
1 | 1st parameter ViewRect has been renamed to rectangle. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] View::View [in-charge] ( Vector2f const& Center, Vector2f const& HalfSize ) (2)
changed to:View::View [in-charge] ( Vector2f const& center, Vector2f const& size )
[symbol: _ZN2sf4ViewC1ERKNS_7Vector2IfEES4_]
| Change | Effect |
---|
1 | 1st parameter Center has been renamed to center. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter HalfSize has been renamed to size. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] View::View [not-in-charge] ( Vector2f const& Center, Vector2f const& HalfSize ) (2)
changed to:View::View [not-in-charge] ( Vector2f const& center, Vector2f const& size )
[symbol: _ZN2sf4ViewC2ERKNS_7Vector2IfEES4_]
| Change | Effect |
---|
1 | 1st parameter Center has been renamed to center. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter HalfSize has been renamed to size. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (61)
Audio.hpp
AudioResource.hpp
Clock.hpp
Color.hpp
Config.hpp
Context.hpp
Drawable.hpp
Event.hpp
Font.hpp
Ftp.hpp
Glyph.hpp
Graphics.hpp
Http.hpp
Image.hpp
Input.hpp
IPAddress.hpp
Listener.hpp
Lock.hpp
Matrix3.hpp
Music.hpp
Mutex.hpp
Network.hpp
NonCopyable.hpp
OpenGL.hpp
Packet.hpp
PostFX.hpp
Randomizer.hpp
Rect.hpp
RenderTarget.hpp
RenderWindow.hpp
Resource.hpp
Selector.hpp
SelectorBase.hpp
Shape.hpp
Sleep.hpp
SocketHelper.hpp
SocketTCP.hpp
SocketUDP.hpp
Sound.hpp
SoundBuffer.hpp
SoundBufferRecorder.hpp
SoundRecorder.hpp
SoundStream.hpp
Sprite.hpp
String.hpp
System.hpp
Thread.hpp
Unicode.hpp
Mutex.hpp (Unix/Mutex.hpp)
SocketHelper.hpp (Unix/SocketHelper.hpp)
Thread.hpp (Unix/Thread.hpp)
Vector2.hpp
Vector3.hpp
VideoMode.hpp
View.hpp
Window.hpp
Window.hpp (Window/Window.hpp)
WindowHandle.hpp
WindowListener.hpp
WindowSettings.hpp
WindowStyle.hpp
to the top
Shared Libraries (5)
libsfml-audio.so.1.6
libsfml-graphics.so.1.6
libsfml-network.so.1.6
libsfml-system.so.1.6
libsfml-window.so.1.6
to the top