Binary compatibility report for the CEGUI library between 0.7.9 and 0.8.4 versions on x86
Test Info
Library Name | CEGUI |
Version #1 | 0.7.9 |
Version #2 | 0.8.4 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 288 |
Total Shared Libraries | 13 |
Total Symbols / Types | 5012 / 1208 |
Verdict | Incompatible (98.4%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1540 |
Removed Symbols | High | 2687 |
Problems with Data Types | High | 182 |
Medium | 102 |
Low | 258 |
Problems with Symbols | High | 268 |
Medium | 65 |
Low | 49 |
Problems with Constants | Low | 4 |
Other Changes in Data Types | - | 4 |
Other Changes in Symbols | - | 4 |
Other Changes in Constants | - | 7 |
Added Symbols (1540)
Affector.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Affector::getIdxInParent ( ) const
[symbol: _ZNK5CEGUI8Affector14getIdxInParentEv]
Affector::hasKeyFrameAtPosition ( float position ) const
[symbol: _ZNK5CEGUI8Affector21hasKeyFrameAtPositionEf]
Affector::writeXMLToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI8Affector16writeXMLToStreamERNS_13XMLSerializerE]
Animation.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Animation::writeXMLToStream ( XMLSerializer& xml_stream, String const& name_override ) const
[symbol: _ZNK5CEGUI9Animation16writeXMLToStreamERNS_13XMLSerializerERKNS_6StringE]
Animation_xmlHandler.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Animation_xmlHandler::ElementName [data]
[symbol: _ZN5CEGUI20Animation_xmlHandler11ElementNameE]
Animation_xmlHandler::getDefaultResourceGroup ( ) const
[symbol: _ZNK5CEGUI20Animation_xmlHandler23getDefaultResourceGroupEv]
Animation_xmlHandler::getSchemaName ( ) const
[symbol: _ZNK5CEGUI20Animation_xmlHandler13getSchemaNameEv]
AnimationAffectorHandler::ApplicationMethodAbsolute [data]
[symbol: _ZN5CEGUI24AnimationAffectorHandler25ApplicationMethodAbsoluteE]
AnimationAffectorHandler::ApplicationMethodAttribute [data]
[symbol: _ZN5CEGUI24AnimationAffectorHandler26ApplicationMethodAttributeE]
AnimationAffectorHandler::ApplicationMethodRelative [data]
[symbol: _ZN5CEGUI24AnimationAffectorHandler25ApplicationMethodRelativeE]
AnimationAffectorHandler::ApplicationMethodRelativeMultiply [data]
[symbol: _ZN5CEGUI24AnimationAffectorHandler33ApplicationMethodRelativeMultiplyE]
AnimationAffectorHandler::InterpolatorAttribute [data]
[symbol: _ZN5CEGUI24AnimationAffectorHandler21InterpolatorAttributeE]
AnimationAffectorHandler::TargetPropertyAttribute [data]
[symbol: _ZN5CEGUI24AnimationAffectorHandler23TargetPropertyAttributeE]
AnimationDefinitionHandler::AutoStartAttribute [data]
[symbol: _ZN5CEGUI26AnimationDefinitionHandler18AutoStartAttributeE]
AnimationDefinitionHandler::DurationAttribute [data]
[symbol: _ZN5CEGUI26AnimationDefinitionHandler17DurationAttributeE]
AnimationDefinitionHandler::NameAttribute [data]
[symbol: _ZN5CEGUI26AnimationDefinitionHandler13NameAttributeE]
AnimationDefinitionHandler::ReplayModeAttribute [data]
[symbol: _ZN5CEGUI26AnimationDefinitionHandler19ReplayModeAttributeE]
AnimationDefinitionHandler::ReplayModeBounce [data]
[symbol: _ZN5CEGUI26AnimationDefinitionHandler16ReplayModeBounceE]
AnimationDefinitionHandler::ReplayModeLoop [data]
[symbol: _ZN5CEGUI26AnimationDefinitionHandler14ReplayModeLoopE]
AnimationDefinitionHandler::ReplayModeOnce [data]
[symbol: _ZN5CEGUI26AnimationDefinitionHandler14ReplayModeOnceE]
AnimationKeyFrameHandler::PositionAttribute [data]
[symbol: _ZN5CEGUI24AnimationKeyFrameHandler17PositionAttributeE]
AnimationKeyFrameHandler::ProgressionAttribute [data]
[symbol: _ZN5CEGUI24AnimationKeyFrameHandler20ProgressionAttributeE]
AnimationKeyFrameHandler::ProgressionDiscrete [data]
[symbol: _ZN5CEGUI24AnimationKeyFrameHandler19ProgressionDiscreteE]
AnimationKeyFrameHandler::ProgressionLinear [data]
[symbol: _ZN5CEGUI24AnimationKeyFrameHandler17ProgressionLinearE]
AnimationKeyFrameHandler::ProgressionQuadraticAccelerating [data]
[symbol: _ZN5CEGUI24AnimationKeyFrameHandler32ProgressionQuadraticAcceleratingE]
AnimationKeyFrameHandler::ProgressionQuadraticDecelerating [data]
[symbol: _ZN5CEGUI24AnimationKeyFrameHandler32ProgressionQuadraticDeceleratingE]
AnimationKeyFrameHandler::SourcePropertyAttribute [data]
[symbol: _ZN5CEGUI24AnimationKeyFrameHandler23SourcePropertyAttributeE]
AnimationKeyFrameHandler::ValueAttribute [data]
[symbol: _ZN5CEGUI24AnimationKeyFrameHandler14ValueAttributeE]
AnimationSubscriptionHandler::ActionAttribute [data]
[symbol: _ZN5CEGUI28AnimationSubscriptionHandler15ActionAttributeE]
AnimationSubscriptionHandler::EventAttribute [data]
[symbol: _ZN5CEGUI28AnimationSubscriptionHandler14EventAttributeE]
AnimationInstance.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
AnimationInstance::isAutoSteppingEnabled ( ) const
[symbol: _ZNK5CEGUI17AnimationInstance21isAutoSteppingEnabledEv]
AnimationInstance::setAutoSteppingEnabled ( bool enabled )
[symbol: _ZN5CEGUI17AnimationInstance22setAutoSteppingEnabledEb]
AnimationManager.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
AnimationManager::autoStepInstances ( float delta )
[symbol: _ZN5CEGUI16AnimationManager17autoStepInstancesEf]
AnimationManager::destroyAllAnimationInstances ( )
[symbol: _ZN5CEGUI16AnimationManager28destroyAllAnimationInstancesEv]
AnimationManager::destroyAllAnimations ( )
[symbol: _ZN5CEGUI16AnimationManager20destroyAllAnimationsEv]
AnimationManager::getAnimationDefinitionAsString ( Animation const& animation ) const
[symbol: _ZNK5CEGUI16AnimationManager30getAnimationDefinitionAsStringERKNS_9AnimationE]
AnimationManager::loadAnimationsFromString ( String const& source )
[symbol: _ZN5CEGUI16AnimationManager24loadAnimationsFromStringERKNS_6StringE]
AnimationManager::writeAnimationDefinitionToStream ( Animation const& animation, OutStream& out_stream ) const
[symbol: _ZNK5CEGUI16AnimationManager32writeAnimationDefinitionToStreamERKNS_9AnimationERSo]
AnimationManager::XMLSchemaName [data]
[symbol: _ZN5CEGUI16AnimationManager13XMLSchemaNameE]
BasicImage.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
BasicImage::BasicImage [in-charge] ( String const& name )
[symbol: _ZN5CEGUI10BasicImageC1ERKNS_6StringE]
BasicImage::BasicImage [in-charge] ( String const& name, Texture* texture, Rectf const& tex_area, Vector2f const& offset, enum AutoScaledMode const autoscaled, Sizef const& native_res )
[symbol: _ZN5CEGUI10BasicImageC1ERKNS_6StringEPNS_7TextureERKNS_4RectIfEERKNS_7Vector2IfEENS_14AutoScaledModeERKNS_4SizeIfEE]
BasicImage::BasicImage [in-charge] ( XMLAttributes const& attributes )
[symbol: _ZN5CEGUI10BasicImageC1ERKNS_13XMLAttributesE]
BasicImage::BasicImage [not-in-charge] ( String const& name )
[symbol: _ZN5CEGUI10BasicImageC2ERKNS_6StringE]
BasicImage::BasicImage [not-in-charge] ( String const& name, Texture* texture, Rectf const& tex_area, Vector2f const& offset, enum AutoScaledMode const autoscaled, Sizef const& native_res )
[symbol: _ZN5CEGUI10BasicImageC2ERKNS_6StringEPNS_7TextureERKNS_4RectIfEERKNS_7Vector2IfEENS_14AutoScaledModeERKNS_4SizeIfEE]
BasicImage::BasicImage [not-in-charge] ( XMLAttributes const& attributes )
[symbol: _ZN5CEGUI10BasicImageC2ERKNS_13XMLAttributesE]
BasicImage::getName ( ) const
[symbol: _ZNK5CEGUI10BasicImage7getNameEv]
BasicImage::getRenderedOffset ( ) const
[symbol: _ZNK5CEGUI10BasicImage17getRenderedOffsetEv]
BasicImage::getRenderedSize ( ) const
[symbol: _ZNK5CEGUI10BasicImage15getRenderedSizeEv]
BasicImage::notifyDisplaySizeChanged ( Sizef const& renderer_display_size )
[symbol: _ZN5CEGUI10BasicImage24notifyDisplaySizeChangedERKNS_4SizeIfEE]
BasicImage::render ( GeometryBuffer& buffer, Rectf const& dest_area, Rectf const* clip_area, ColourRect const& colours ) const
[symbol: _ZNK5CEGUI10BasicImage6renderERNS_14GeometryBufferERKNS_4RectIfEEPS5_RKNS_10ColourRectE]
BasicImage::setArea ( Rectf const& pixel_area )
[symbol: _ZN5CEGUI10BasicImage7setAreaERKNS_4RectIfEE]
BasicImage::setAutoScaled ( enum AutoScaledMode const autoscaled )
[symbol: _ZN5CEGUI10BasicImage13setAutoScaledENS_14AutoScaledModeE]
BasicImage::setNativeResolution ( Sizef const& native_res )
[symbol: _ZN5CEGUI10BasicImage19setNativeResolutionERKNS_4SizeIfEE]
BasicImage::setOffset ( Vector2f const& pixel_offset )
[symbol: _ZN5CEGUI10BasicImage9setOffsetERKNS_7Vector2IfEE]
BasicImage::setTexture ( Texture* texture )
[symbol: _ZN5CEGUI10BasicImage10setTextureEPNS_7TextureE]
BasicImage::updateScaledOffset ( Sizef const& renderer_display_size )
[symbol: _ZN5CEGUI10BasicImage18updateScaledOffsetERKNS_4SizeIfEE]
BasicImage::updateScaledSize ( Sizef const& renderer_display_size )
[symbol: _ZN5CEGUI10BasicImage16updateScaledSizeERKNS_4SizeIfEE]
BasicImage::updateScaledSizeAndOffset ( Sizef const& renderer_display_size )
[symbol: _ZN5CEGUI10BasicImage25updateScaledSizeAndOffsetERKNS_4SizeIfEE]
BasicImage::~BasicImage [in-charge-deleting] ( )
[symbol: _ZN5CEGUI10BasicImageD0Ev]
BasicImage::~BasicImage [in-charge] ( )
[symbol: _ZN5CEGUI10BasicImageD1Ev]
BasicRenderedStringParser.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
BasicRenderedStringParser::parse ( String const& input_string, Font const* initial_font, ColourRect const* initial_colours )
[symbol: _ZN5CEGUI25BasicRenderedStringParser5parseERKNS_6StringEPKNS_4FontEPKNS_10ColourRectE]
BidiVisualMapping.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
BidiVisualMapping::updateVisual ( String const& logical )
[symbol: _ZN5CEGUI17BidiVisualMapping12updateVisualERKNS_6StringE]
BidiVisualMapping::~BidiVisualMapping [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17BidiVisualMappingD0Ev]
BidiVisualMapping::~BidiVisualMapping [in-charge] ( )
[symbol: _ZN5CEGUI17BidiVisualMappingD1Ev]
BidiVisualMapping::~BidiVisualMapping [not-in-charge] ( )
[symbol: _ZN5CEGUI17BidiVisualMappingD2Ev]
ButtonBase.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ButtonBase::calculateCurrentHoverState ( Vector2f const& mouse_pos )
[symbol: _ZN5CEGUI10ButtonBase26calculateCurrentHoverStateERKNS_7Vector2IfEE]
ButtonBase::updateInternalState ( Vector2f const& mouse_pos )
[symbol: _ZN5CEGUI10ButtonBase19updateInternalStateERKNS_7Vector2IfEE]
CentredRenderedString.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
CentredRenderedString::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect ) const
[symbol: _ZNK5CEGUI21CentredRenderedString4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEE]
CentredRenderedString::format ( Window const* ref_wnd, Sizef const& area_size )
[symbol: _ZN5CEGUI21CentredRenderedString6formatEPKNS_6WindowERKNS_4SizeIfEE]
CentredRenderedString::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI21CentredRenderedString19getHorizontalExtentEPKNS_6WindowE]
CentredRenderedString::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI21CentredRenderedString17getVerticalExtentEPKNS_6WindowE]
ChainedXMLHandler.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ChainedXMLHandler::getDefaultResourceGroup ( ) const
[symbol: _ZNK5CEGUI17ChainedXMLHandler23getDefaultResourceGroupEv]
ChainedXMLHandler::getSchemaName ( ) const
[symbol: _ZNK5CEGUI17ChainedXMLHandler13getSchemaNameEv]
Clipboard.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Clipboard::Clipboard [in-charge] ( )
[symbol: _ZN5CEGUI9ClipboardC1Ev]
Clipboard::Clipboard [not-in-charge] ( )
[symbol: _ZN5CEGUI9ClipboardC2Ev]
Clipboard::getData ( String& mimeType, void const*& buffer, size_t& size )
[symbol: _ZN5CEGUI9Clipboard7getDataERNS_6StringERPKvRj]
Clipboard::getNativeProvider ( ) const
[symbol: _ZNK5CEGUI9Clipboard17getNativeProviderEv]
Clipboard::getText ( )
[symbol: _ZN5CEGUI9Clipboard7getTextEv]
Clipboard::setData ( String const& mimeType, void const* buffer, size_t size )
[symbol: _ZN5CEGUI9Clipboard7setDataERKNS_6StringEPKvj]
Clipboard::setNativeProvider ( NativeClipboardProvider* provider )
[symbol: _ZN5CEGUI9Clipboard17setNativeProviderEPNS_23NativeClipboardProviderE]
Clipboard::setText ( String const& text )
[symbol: _ZN5CEGUI9Clipboard7setTextERKNS_6StringE]
Clipboard::~Clipboard [in-charge] ( )
[symbol: _ZN5CEGUI9ClipboardD1Ev]
Clipboard::~Clipboard [not-in-charge] ( )
[symbol: _ZN5CEGUI9ClipboardD2Ev]
NativeClipboardProvider::~NativeClipboardProvider [in-charge-deleting] ( )
[symbol: _ZN5CEGUI23NativeClipboardProviderD0Ev]
NativeClipboardProvider::~NativeClipboardProvider [in-charge] ( )
[symbol: _ZN5CEGUI23NativeClipboardProviderD1Ev]
NativeClipboardProvider::~NativeClipboardProvider [not-in-charge] ( )
[symbol: _ZN5CEGUI23NativeClipboardProviderD2Ev]
ClippedContainer.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ClippedContainer::getUnclippedInnerRect_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI16ClippedContainer26getUnclippedInnerRect_implEb]
ClippedContainer::setClipArea ( Rectf const& r )
[symbol: _ZN5CEGUI16ClippedContainer11setClipAreaERKNS_4RectIfEE]
Colour.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Colour::Colour [in-charge] ( )
[symbol: _ZN5CEGUI6ColourC1Ev]
Colour::Colour [in-charge] ( argb_t argb )
[symbol: _ZN5CEGUI6ColourC1Ej]
Colour::Colour [in-charge] ( Colour const& val )
[symbol: _ZN5CEGUI6ColourC1ERKS0_]
Colour::Colour [in-charge] ( float red, float green, float blue, float alpha )
[symbol: _ZN5CEGUI6ColourC1Effff]
Colour::Colour [not-in-charge] ( )
[symbol: _ZN5CEGUI6ColourC2Ev]
Colour::Colour [not-in-charge] ( argb_t argb )
[symbol: _ZN5CEGUI6ColourC2Ej]
Colour::Colour [not-in-charge] ( Colour const& val )
[symbol: _ZN5CEGUI6ColourC2ERKS0_]
Colour::Colour [not-in-charge] ( float red, float green, float blue, float alpha )
[symbol: _ZN5CEGUI6ColourC2Effff]
Colour::getHue ( ) const
[symbol: _ZNK5CEGUI6Colour6getHueEv]
Colour::getLumination ( ) const
[symbol: _ZNK5CEGUI6Colour13getLuminationEv]
Colour::getSaturation ( ) const
[symbol: _ZNK5CEGUI6Colour13getSaturationEv]
Colour::invertColour ( )
[symbol: _ZN5CEGUI6Colour12invertColourEv]
Colour::invertColourWithAlpha ( )
[symbol: _ZN5CEGUI6Colour21invertColourWithAlphaEv]
Colour::setARGB ( argb_t argb )
[symbol: _ZN5CEGUI6Colour7setARGBEj]
Colour::setHSL ( float hue, float saturation, float luminance, float alpha )
[symbol: _ZN5CEGUI6Colour6setHSLEffff]
ColourPicker.h,
libCEGUICommonDialogs-0.so.2.3.0
namespace CEGUI
ColourPicker::ColourPicker [in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI12ColourPickerC1ERKNS_6StringES3_]
ColourPicker::ColourPicker [not-in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI12ColourPickerC2ERKNS_6StringES3_]
ColourPicker::colourRect_ColourRectClickedHandler ( EventArgs const& e )
[symbol: _ZN5CEGUI12ColourPicker35colourRect_ColourRectClickedHandlerERKNS_9EventArgsE]
ColourPicker::ColourRectName [data]
[symbol: _ZN5CEGUI12ColourPicker14ColourRectNameE]
ColourPicker::createColourPickerControlsWindow ( String const& colourPickerControlsStyle )
[symbol: _ZN5CEGUI12ColourPicker32createColourPickerControlsWindowERKNS_6StringE]
ColourPicker::EventAcceptedColour [data]
[symbol: _ZN5CEGUI12ColourPicker19EventAcceptedColourE]
ColourPicker::EventClosedPicker [data]
[symbol: _ZN5CEGUI12ColourPicker17EventClosedPickerE]
ColourPicker::EventNamespace [data]
[symbol: _ZN5CEGUI12ColourPicker14EventNamespaceE]
ColourPicker::EventOpenedPicker [data]
[symbol: _ZN5CEGUI12ColourPicker17EventOpenedPickerE]
ColourPicker::getColour ( )
[symbol: _ZN5CEGUI12ColourPicker9getColourEv]
ColourPicker::getColourRect ( )
[symbol: _ZN5CEGUI12ColourPicker13getColourRectEv]
ColourPicker::initialiseColourPickerControlsWindow ( )
[symbol: _ZN5CEGUI12ColourPicker36initialiseColourPickerControlsWindowEv]
ColourPicker::initialiseComponents ( )
[symbol: _ZN5CEGUI12ColourPicker20initialiseComponentsEv]
ColourPicker::onColourRectClicked ( WindowEventArgs& e )
[symbol: _ZN5CEGUI12ColourPicker19onColourRectClickedERNS_15WindowEventArgsE]
ColourPicker::s_colourPickerWindows [data]
[symbol: _ZN5CEGUI12ColourPicker21s_colourPickerWindowsE]
ColourPicker::setColour ( Colour const& newColour )
[symbol: _ZN5CEGUI12ColourPicker9setColourERKNS_6ColourE]
ColourPicker::WidgetTypeName [data]
[symbol: _ZN5CEGUI12ColourPicker14WidgetTypeNameE]
ColourPicker::~ColourPicker [in-charge-deleting] ( )
[symbol: _ZN5CEGUI12ColourPickerD0Ev]
ColourPicker::~ColourPicker [in-charge] ( )
[symbol: _ZN5CEGUI12ColourPickerD1Ev]
ColourPicker::~ColourPicker [not-in-charge] ( )
[symbol: _ZN5CEGUI12ColourPickerD2Ev]
ColourRect.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ColourRect::ColourRect [in-charge] ( Colour const& col )
[symbol: _ZN5CEGUI10ColourRectC1ERKNS_6ColourE]
ColourRect::ColourRect [in-charge] ( Colour const& top_left, Colour const& top_right, Colour const& bottom_left, Colour const& bottom_right )
[symbol: _ZN5CEGUI10ColourRectC1ERKNS_6ColourES3_S3_S3_]
ColourRect::ColourRect [not-in-charge] ( Colour const& col )
[symbol: _ZN5CEGUI10ColourRectC2ERKNS_6ColourE]
ColourRect::ColourRect [not-in-charge] ( Colour const& top_left, Colour const& top_right, Colour const& bottom_left, Colour const& bottom_right )
[symbol: _ZN5CEGUI10ColourRectC2ERKNS_6ColourES3_S3_S3_]
ColourRect::setColours ( Colour const& col )
[symbol: _ZN5CEGUI10ColourRect10setColoursERKNS_6ColourE]
Combobox.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Combobox::ButtonName [data]
[symbol: _ZN5CEGUI8Combobox10ButtonNameE]
Combobox::DropListName [data]
[symbol: _ZN5CEGUI8Combobox12DropListNameE]
Combobox::editbox_CaretMovedHandler ( EventArgs const& e )
[symbol: _ZN5CEGUI8Combobox25editbox_CaretMovedHandlerERKNS_9EventArgsE]
Combobox::editbox_TextValidityChangedHandler ( EventArgs const& e )
[symbol: _ZN5CEGUI8Combobox34editbox_TextValidityChangedHandlerERKNS_9EventArgsE]
Combobox::EditboxName [data]
[symbol: _ZN5CEGUI8Combobox11EditboxNameE]
Combobox::EventCaretMoved [data]
[symbol: _ZN5CEGUI8Combobox15EventCaretMovedE]
Combobox::EventTextValidityChanged [data]
[symbol: _ZN5CEGUI8Combobox24EventTextValidityChangedE]
Combobox::getAutoSizeListHeightToContent ( ) const
[symbol: _ZNK5CEGUI8Combobox30getAutoSizeListHeightToContentEv]
Combobox::getAutoSizeListWidthToContent ( ) const
[symbol: _ZNK5CEGUI8Combobox29getAutoSizeListWidthToContentEv]
Combobox::getCaretIndex ( ) const
[symbol: _ZNK5CEGUI8Combobox13getCaretIndexEv]
Combobox::getTextMatchState ( ) const
[symbol: _ZNK5CEGUI8Combobox17getTextMatchStateEv]
Combobox::isHit ( Vector2f const& position, bool const allow_disabled ) const
[symbol: _ZNK5CEGUI8Combobox5isHitERKNS_7Vector2IfEEb]
Combobox::onCaretMoved ( WindowEventArgs& e )
[symbol: _ZN5CEGUI8Combobox12onCaretMovedERNS_15WindowEventArgsE]
Combobox::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI8Combobox7onSizedERNS_16ElementEventArgsE]
Combobox::onTextValidityChanged ( RegexMatchStateEventArgs& e )
[symbol: _ZN5CEGUI8Combobox21onTextValidityChangedERNS_24RegexMatchStateEventArgsE]
Combobox::selectListItemWithEditboxText ( )
[symbol: _ZN5CEGUI8Combobox29selectListItemWithEditboxTextEv]
Combobox::setAutoSizeListHeightToContent ( bool auto_size )
[symbol: _ZN5CEGUI8Combobox30setAutoSizeListHeightToContentEb]
Combobox::setAutoSizeListWidthToContent ( bool auto_size )
[symbol: _ZN5CEGUI8Combobox29setAutoSizeListWidthToContentEb]
Combobox::setCaretIndex ( size_t caret_pos )
[symbol: _ZN5CEGUI8Combobox13setCaretIndexEj]
Combobox::setSelectionLength ( size_t length )
[symbol: _ZN5CEGUI8Combobox18setSelectionLengthEj]
Combobox::setSelectionStart ( size_t start_pos )
[symbol: _ZN5CEGUI8Combobox17setSelectionStartEj]
Combobox::updateAutoSizedDropList ( )
[symbol: _ZN5CEGUI8Combobox23updateAutoSizedDropListEv]
ComboDropList.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ComboDropList::resizeToContent ( bool fit_width, bool fit_height )
[symbol: _ZN5CEGUI13ComboDropList15resizeToContentEbb]
ComponentBase.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
FalagardComponentBase::handleFontRenderSizeChange ( Window& window, Font const* font ) const
[symbol: _ZNK5CEGUI21FalagardComponentBase26handleFontRenderSizeChangeERNS_6WindowEPKNS_4FontE]
FalagardComponentBase::render ( Window& srcWindow, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI21FalagardComponentBase6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb]
FalagardComponentBase::render ( Window& srcWindow, Rectf const& baseRect, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI21FalagardComponentBase6renderERNS_6WindowERKNS_4RectIfEEPKNS_10ColourRectEPS5_b]
CompositeResourceProvider.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
CompositeResourceProvider::add ( ResourceProvider* prov, String const& name )
[symbol: _ZN5CEGUI25CompositeResourceProvider3addEPNS_16ResourceProviderERKNS_6StringE]
CompositeResourceProvider::CompositeResourceProvider [in-charge] ( )
[symbol: _ZN5CEGUI25CompositeResourceProviderC1Ev]
CompositeResourceProvider::CompositeResourceProvider [not-in-charge] ( )
[symbol: _ZN5CEGUI25CompositeResourceProviderC2Ev]
CompositeResourceProvider::get ( String const& name )
[symbol: _ZN5CEGUI25CompositeResourceProvider3getERKNS_6StringE]
CompositeResourceProvider::getIterator ( ) const
[symbol: _ZNK5CEGUI25CompositeResourceProvider11getIteratorEv]
CompositeResourceProvider::getResourceGroupFileNames ( std::vector<String>& out_vec, String const& file_pattern, String const& resource_group )
[symbol: _ZN5CEGUI25CompositeResourceProvider25getResourceGroupFileNamesERSt6vectorINS_6StringESaIS2_EERKS2_S7_]
CompositeResourceProvider::loadRawDataContainer ( String const& filename, RawDataContainer& output, String const& resourceGroup )
[symbol: _ZN5CEGUI25CompositeResourceProvider20loadRawDataContainerERKNS_6StringERNS_16RawDataContainerES3_]
CompositeResourceProvider::remove ( ResourceProvider* prov )
[symbol: _ZN5CEGUI25CompositeResourceProvider6removeEPNS_16ResourceProviderE]
CompositeResourceProvider::remove ( String const& name )
[symbol: _ZN5CEGUI25CompositeResourceProvider6removeERKNS_6StringE]
CompositeResourceProvider::~CompositeResourceProvider [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25CompositeResourceProviderD0Ev]
CompositeResourceProvider::~CompositeResourceProvider [in-charge] ( )
[symbol: _ZN5CEGUI25CompositeResourceProviderD1Ev]
CompositeResourceProvider::~CompositeResourceProvider [not-in-charge] ( )
[symbol: _ZN5CEGUI25CompositeResourceProviderD2Ev]
Config_xmlHandler.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Config_xmlHandler::getDefaultResourceGroup ( ) const
[symbol: _ZNK5CEGUI17Config_xmlHandler23getDefaultResourceGroupEv]
Config_xmlHandler::getSchemaName ( ) const
[symbol: _ZNK5CEGUI17Config_xmlHandler13getSchemaNameEv]
Controls.h,
libCEGUICommonDialogs-0.so.2.3.0
namespace CEGUI
ColourPickerControls::AcceptButtonName [data]
[symbol: _ZN5CEGUI20ColourPickerControls16AcceptButtonNameE]
ColourPickerControls::AlphaEditBoxName [data]
[symbol: _ZN5CEGUI20ColourPickerControls16AlphaEditBoxNameE]
ColourPickerControls::CancelButtonName [data]
[symbol: _ZN5CEGUI20ColourPickerControls16CancelButtonNameE]
ColourPickerControls::ColourEditBoxBDescriptionName [data]
[symbol: _ZN5CEGUI20ColourPickerControls29ColourEditBoxBDescriptionNameE]
ColourPickerControls::ColourEditBoxBName [data]
[symbol: _ZN5CEGUI20ColourPickerControls18ColourEditBoxBNameE]
ColourPickerControls::ColourEditBoxGDescriptionName [data]
[symbol: _ZN5CEGUI20ColourPickerControls29ColourEditBoxGDescriptionNameE]
ColourPickerControls::ColourEditBoxGName [data]
[symbol: _ZN5CEGUI20ColourPickerControls18ColourEditBoxGNameE]
ColourPickerControls::ColourEditBoxRDescriptionName [data]
[symbol: _ZN5CEGUI20ColourPickerControls29ColourEditBoxRDescriptionNameE]
ColourPickerControls::ColourEditBoxRName [data]
[symbol: _ZN5CEGUI20ColourPickerControls18ColourEditBoxRNameE]
ColourPickerControls::ColourPickerAlphaSliderName [data]
[symbol: _ZN5CEGUI20ColourPickerControls27ColourPickerAlphaSliderNameE]
ColourPickerControls::ColourPickerControls [in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI20ColourPickerControlsC1ERKNS_6StringES3_]
ColourPickerControls::ColourPickerControls [not-in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI20ColourPickerControlsC2ERKNS_6StringES3_]
ColourPickerControls::ColourPickerControlsAlphaSliderTextureImageName [data]
[symbol: _ZN5CEGUI20ColourPickerControls47ColourPickerControlsAlphaSliderTextureImageNameE]
ColourPickerControls::ColourPickerControlsColourSliderTextureImageName [data]
[symbol: _ZN5CEGUI20ColourPickerControls48ColourPickerControlsColourSliderTextureImageNameE]
ColourPickerControls::ColourPickerControlsPickingTextureImageName [data]
[symbol: _ZN5CEGUI20ColourPickerControls43ColourPickerControlsPickingTextureImageNameE]
ColourPickerControls::ColourPickerCursorName [data]
[symbol: _ZN5CEGUI20ColourPickerControls22ColourPickerCursorNameE]
ColourPickerControls::ColourPickerImageSliderName [data]
[symbol: _ZN5CEGUI20ColourPickerControls27ColourPickerImageSliderNameE]
ColourPickerControls::ColourPickerStaticImageName [data]
[symbol: _ZN5CEGUI20ColourPickerControls27ColourPickerStaticImageNameE]
ColourPickerControls::ColourRectPropertyName [data]
[symbol: _ZN5CEGUI20ColourPickerControls22ColourRectPropertyNameE]
ColourPickerControls::deinitColourPickerControlsTexture ( )
[symbol: _ZN5CEGUI20ColourPickerControls33deinitColourPickerControlsTextureEv]
ColourPickerControls::EventClosed [data]
[symbol: _ZN5CEGUI20ColourPickerControls11EventClosedE]
ColourPickerControls::EventColourAccepted [data]
[symbol: _ZN5CEGUI20ColourPickerControls19EventColourAcceptedE]
ColourPickerControls::EventNamespace [data]
[symbol: _ZN5CEGUI20ColourPickerControls14EventNamespaceE]
ColourPickerControls::getAcceptButton ( )
[symbol: _ZN5CEGUI20ColourPickerControls15getAcceptButtonEv]
ColourPickerControls::getAlphaEditBox ( )
[symbol: _ZN5CEGUI20ColourPickerControls15getAlphaEditBoxEv]
ColourPickerControls::getAlphaSliderPositionColour ( int x, int y )
[symbol: _ZN5CEGUI20ColourPickerControls28getAlphaSliderPositionColourEii]
ColourPickerControls::getCancelButton ( )
[symbol: _ZN5CEGUI20ColourPickerControls15getCancelButtonEv]
ColourPickerControls::getColourEditBoxB ( )
[symbol: _ZN5CEGUI20ColourPickerControls17getColourEditBoxBEv]
ColourPickerControls::getColourEditBoxBDescription ( )
[symbol: _ZN5CEGUI20ColourPickerControls28getColourEditBoxBDescriptionEv]
ColourPickerControls::getColourEditBoxG ( )
[symbol: _ZN5CEGUI20ColourPickerControls17getColourEditBoxGEv]
ColourPickerControls::getColourEditBoxGDescription ( )
[symbol: _ZN5CEGUI20ColourPickerControls28getColourEditBoxGDescriptionEv]
ColourPickerControls::getColourEditBoxR ( )
[symbol: _ZN5CEGUI20ColourPickerControls17getColourEditBoxREv]
ColourPickerControls::getColourEditBoxRDescription ( )
[symbol: _ZN5CEGUI20ColourPickerControls28getColourEditBoxRDescriptionEv]
ColourPickerControls::getColourPickerAlphaSlider ( )
[symbol: _ZN5CEGUI20ColourPickerControls26getColourPickerAlphaSliderEv]
ColourPickerControls::getColourPickerCursorStaticImage ( )
[symbol: _ZN5CEGUI20ColourPickerControls32getColourPickerCursorStaticImageEv]
ColourPickerControls::getColourPickerImageSlider ( )
[symbol: _ZN5CEGUI20ColourPickerControls26getColourPickerImageSliderEv]
ColourPickerControls::getColourPickerStaticImage ( )
[symbol: _ZN5CEGUI20ColourPickerControls26getColourPickerStaticImageEv]
ColourPickerControls::getColourPickingColourPosition ( )
[symbol: _ZN5CEGUI20ColourPickerControls30getColourPickingColourPositionEv]
ColourPickerControls::getColourPickingColourPositionHSV ( float& x, float& y )
[symbol: _ZN5CEGUI20ColourPickerControls33getColourPickingColourPositionHSVERfS1_]
ColourPickerControls::getColourPickingPositionColourHSV ( float xAbs, float yAbs )
[symbol: _ZN5CEGUI20ColourPickerControls33getColourPickingPositionColourHSVEff]
ColourPickerControls::getColourPickingPositionColourLAB ( float xAbs, float yAbs )
[symbol: _ZN5CEGUI20ColourPickerControls33getColourPickingPositionColourLABEff]
ColourPickerControls::getColourSliderPositionColourHSV ( float value )
[symbol: _ZN5CEGUI20ColourPickerControls32getColourSliderPositionColourHSVEf]
ColourPickerControls::getColourSliderPositionColourLAB ( float value )
[symbol: _ZN5CEGUI20ColourPickerControls32getColourSliderPositionColourLABEf]
ColourPickerControls::getHexadecimalDescription ( )
[symbol: _ZN5CEGUI20ColourPickerControls25getHexadecimalDescriptionEv]
ColourPickerControls::getHexadecimalEditbox ( )
[symbol: _ZN5CEGUI20ColourPickerControls21getHexadecimalEditboxEv]
ColourPickerControls::getHSVEditBoxH ( )
[symbol: _ZN5CEGUI20ColourPickerControls14getHSVEditBoxHEv]
ColourPickerControls::getHSVEditBoxS ( )
[symbol: _ZN5CEGUI20ColourPickerControls14getHSVEditBoxSEv]
ColourPickerControls::getHSVEditBoxV ( )
[symbol: _ZN5CEGUI20ColourPickerControls14getHSVEditBoxVEv]
ColourPickerControls::getHSVRadioButtonH ( )
[symbol: _ZN5CEGUI20ColourPickerControls18getHSVRadioButtonHEv]
ColourPickerControls::getHSVRadioButtonS ( )
[symbol: _ZN5CEGUI20ColourPickerControls18getHSVRadioButtonSEv]
ColourPickerControls::getHSVRadioButtonV ( )
[symbol: _ZN5CEGUI20ColourPickerControls18getHSVRadioButtonVEv]
ColourPickerControls::getLabEditBoxA ( )
[symbol: _ZN5CEGUI20ColourPickerControls14getLabEditBoxAEv]
ColourPickerControls::getLabEditBoxB ( )
[symbol: _ZN5CEGUI20ColourPickerControls14getLabEditBoxBEv]
ColourPickerControls::getLabEditBoxL ( )
[symbol: _ZN5CEGUI20ColourPickerControls14getLabEditBoxLEv]
ColourPickerControls::getLabRadioButtonA ( )
[symbol: _ZN5CEGUI20ColourPickerControls18getLabRadioButtonAEv]
ColourPickerControls::getLabRadioButtonB ( )
[symbol: _ZN5CEGUI20ColourPickerControls18getLabRadioButtonBEv]
ColourPickerControls::getLabRadioButtonL ( )
[symbol: _ZN5CEGUI20ColourPickerControls18getLabRadioButtonLEv]
ColourPickerControls::getNewColourDescription ( )
[symbol: _ZN5CEGUI20ColourPickerControls23getNewColourDescriptionEv]
ColourPickerControls::getNewColourRect ( )
[symbol: _ZN5CEGUI20ColourPickerControls16getNewColourRectEv]
ColourPickerControls::getOldColourDescription ( )
[symbol: _ZN5CEGUI20ColourPickerControls23getOldColourDescriptionEv]
ColourPickerControls::getOldColourRect ( )
[symbol: _ZN5CEGUI20ColourPickerControls16getOldColourRectEv]
ColourPickerControls::getSelectedColourRGB ( )
[symbol: _ZN5CEGUI20ColourPickerControls20getSelectedColourRGBEv]
ColourPickerControls::getTitleBar ( )
[symbol: _ZN5CEGUI20ColourPickerControls11getTitleBarEv]
ColourPickerControls::handleAcceptButtonClicked ( EventArgs const& e )
[symbol: _ZN5CEGUI20ColourPickerControls25handleAcceptButtonClickedERKNS_9EventArgsE]
ColourPickerControls::handleAlphaEditboxTextChanged ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls29handleAlphaEditboxTextChangedERKNS_9EventArgsE]
ColourPickerControls::handleAlphaSliderValueChanged ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls29handleAlphaSliderValueChangedERKNS_9EventArgsE]
ColourPickerControls::handleCancelButtonClicked ( EventArgs const& e )
[symbol: _ZN5CEGUI20ColourPickerControls25handleCancelButtonClickedERKNS_9EventArgsE]
ColourPickerControls::handleColourPickerSliderValueChanged ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls36handleColourPickerSliderValueChangedERKNS_9EventArgsE]
ColourPickerControls::handleColourPickerStaticImageMouseButtonDown ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls44handleColourPickerStaticImageMouseButtonDownERKNS_9EventArgsE]
ColourPickerControls::handleColourPickerStaticImageMouseButtonUp ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls42handleColourPickerStaticImageMouseButtonUpERKNS_9EventArgsE]
ColourPickerControls::handleColourPickerStaticImageMouseLeaves ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls40handleColourPickerStaticImageMouseLeavesERKNS_9EventArgsE]
ColourPickerControls::handleColourPickerStaticImageMouseMove ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls38handleColourPickerStaticImageMouseMoveERKNS_9EventArgsE]
ColourPickerControls::handleEditboxDeactivated ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls24handleEditboxDeactivatedERKNS_9EventArgsE]
ColourPickerControls::handleHexadecimalEditboxTextChanged ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls35handleHexadecimalEditboxTextChangedERKNS_9EventArgsE]
ColourPickerControls::handleHSVEditboxTextChanged ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls27handleHSVEditboxTextChangedERKNS_9EventArgsE]
ColourPickerControls::handleLABEditboxTextChanged ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls27handleLABEditboxTextChangedERKNS_9EventArgsE]
ColourPickerControls::handleRadioButtonModeSelection ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls30handleRadioButtonModeSelectionERKNS_9EventArgsE]
ColourPickerControls::handleRGBEditboxTextChanged ( EventArgs const& args )
[symbol: _ZN5CEGUI20ColourPickerControls27handleRGBEditboxTextChangedERKNS_9EventArgsE]
ColourPickerControls::HexaDecimalDescriptionName [data]
[symbol: _ZN5CEGUI20ColourPickerControls26HexaDecimalDescriptionNameE]
ColourPickerControls::HexaDecimalEditBoxName [data]
[symbol: _ZN5CEGUI20ColourPickerControls22HexaDecimalEditBoxNameE]
ColourPickerControls::HSVEditBoxHName [data]
[symbol: _ZN5CEGUI20ColourPickerControls15HSVEditBoxHNameE]
ColourPickerControls::HSVEditBoxSName [data]
[symbol: _ZN5CEGUI20ColourPickerControls15HSVEditBoxSNameE]
ColourPickerControls::HSVEditBoxVName [data]
[symbol: _ZN5CEGUI20ColourPickerControls15HSVEditBoxVNameE]
ColourPickerControls::HSVRadioButtonHName [data]
[symbol: _ZN5CEGUI20ColourPickerControls19HSVRadioButtonHNameE]
ColourPickerControls::HSVRadioButtonSName [data]
[symbol: _ZN5CEGUI20ColourPickerControls19HSVRadioButtonSNameE]
ColourPickerControls::HSVRadioButtonVName [data]
[symbol: _ZN5CEGUI20ColourPickerControls19HSVRadioButtonVNameE]
ColourPickerControls::initColourPicker ( )
[symbol: _ZN5CEGUI20ColourPickerControls16initColourPickerEv]
ColourPickerControls::initColourPickerControlsImageSet ( )
[symbol: _ZN5CEGUI20ColourPickerControls32initColourPickerControlsImageSetEv]
ColourPickerControls::initialiseComponents ( )
[symbol: _ZN5CEGUI20ColourPickerControls20initialiseComponentsEv]
ColourPickerControls::LAB_A_DIFF [data]
[symbol: _ZN5CEGUI20ColourPickerControls10LAB_A_DIFFE]
ColourPickerControls::LAB_A_MAX [data]
[symbol: _ZN5CEGUI20ColourPickerControls9LAB_A_MAXE]
ColourPickerControls::LAB_A_MIN [data]
[symbol: _ZN5CEGUI20ColourPickerControls9LAB_A_MINE]
ColourPickerControls::LAB_B_DIFF [data]
[symbol: _ZN5CEGUI20ColourPickerControls10LAB_B_DIFFE]
ColourPickerControls::LAB_B_MAX [data]
[symbol: _ZN5CEGUI20ColourPickerControls9LAB_B_MAXE]
ColourPickerControls::LAB_B_MIN [data]
[symbol: _ZN5CEGUI20ColourPickerControls9LAB_B_MINE]
ColourPickerControls::LAB_L_DIFF [data]
[symbol: _ZN5CEGUI20ColourPickerControls10LAB_L_DIFFE]
ColourPickerControls::LAB_L_MAX [data]
[symbol: _ZN5CEGUI20ColourPickerControls9LAB_L_MAXE]
ColourPickerControls::LAB_L_MIN [data]
[symbol: _ZN5CEGUI20ColourPickerControls9LAB_L_MINE]
ColourPickerControls::LabEditBoxAName [data]
[symbol: _ZN5CEGUI20ColourPickerControls15LabEditBoxANameE]
ColourPickerControls::LabEditBoxBName [data]
[symbol: _ZN5CEGUI20ColourPickerControls15LabEditBoxBNameE]
ColourPickerControls::LabEditBoxLName [data]
[symbol: _ZN5CEGUI20ColourPickerControls15LabEditBoxLNameE]
ColourPickerControls::LabRadioButtonAName [data]
[symbol: _ZN5CEGUI20ColourPickerControls19LabRadioButtonANameE]
ColourPickerControls::LabRadioButtonBName [data]
[symbol: _ZN5CEGUI20ColourPickerControls19LabRadioButtonBNameE]
ColourPickerControls::LabRadioButtonLName [data]
[symbol: _ZN5CEGUI20ColourPickerControls19LabRadioButtonLNameE]
ColourPickerControls::NewColourDescriptionName [data]
[symbol: _ZN5CEGUI20ColourPickerControls24NewColourDescriptionNameE]
ColourPickerControls::NewColourRectName [data]
[symbol: _ZN5CEGUI20ColourPickerControls17NewColourRectNameE]
ColourPickerControls::OldColourDescriptionName [data]
[symbol: _ZN5CEGUI20ColourPickerControls24OldColourDescriptionNameE]
ColourPickerControls::OldColourRectName [data]
[symbol: _ZN5CEGUI20ColourPickerControls17OldColourRectNameE]
ColourPickerControls::onAcceptButtonClicked ( WindowEventArgs& e )
[symbol: _ZN5CEGUI20ColourPickerControls21onAcceptButtonClickedERNS_15WindowEventArgsE]
ColourPickerControls::onCancelButtonClicked ( WindowEventArgs& e )
[symbol: _ZN5CEGUI20ColourPickerControls21onCancelButtonClickedERNS_15WindowEventArgsE]
ColourPickerControls::onColourCursorPositionChanged ( )
[symbol: _ZN5CEGUI20ColourPickerControls29onColourCursorPositionChangedEv]
ColourPickerControls::onColourSliderChanged ( )
[symbol: _ZN5CEGUI20ColourPickerControls21onColourSliderChangedEv]
ColourPickerControls::positionColourPickerCursorAbsolute ( float x, float y )
[symbol: _ZN5CEGUI20ColourPickerControls34positionColourPickerCursorAbsoluteEff]
ColourPickerControls::positionColourPickerCursorRelative ( float x, float y )
[symbol: _ZN5CEGUI20ColourPickerControls34positionColourPickerCursorRelativeEff]
ColourPickerControls::refreshAllElements ( )
[symbol: _ZN5CEGUI20ColourPickerControls18refreshAllElementsEv]
ColourPickerControls::refreshAlpha ( )
[symbol: _ZN5CEGUI20ColourPickerControls12refreshAlphaEv]
ColourPickerControls::refreshAlphaSliderImage ( )
[symbol: _ZN5CEGUI20ColourPickerControls23refreshAlphaSliderImageEv]
ColourPickerControls::refreshColourPickerControlsTextures ( )
[symbol: _ZN5CEGUI20ColourPickerControls35refreshColourPickerControlsTexturesEv]
ColourPickerControls::refreshColourPickerCursorPosition ( )
[symbol: _ZN5CEGUI20ColourPickerControls33refreshColourPickerCursorPositionEv]
ColourPickerControls::refreshColourPickerCursorPosition ( MouseEventArgs const& mouseEventArgs )
[symbol: _ZN5CEGUI20ColourPickerControls33refreshColourPickerCursorPositionERKNS_14MouseEventArgsE]
ColourPickerControls::refreshColourPickingImage ( )
[symbol: _ZN5CEGUI20ColourPickerControls25refreshColourPickingImageEv]
ColourPickerControls::refreshColourRects ( )
[symbol: _ZN5CEGUI20ColourPickerControls18refreshColourRectsEv]
ColourPickerControls::refreshColourSliderImage ( )
[symbol: _ZN5CEGUI20ColourPickerControls24refreshColourSliderImageEv]
ColourPickerControls::refreshColourSliderPosition ( )
[symbol: _ZN5CEGUI20ColourPickerControls27refreshColourSliderPositionEv]
ColourPickerControls::refreshEditboxesAndColourRects ( )
[symbol: _ZN5CEGUI20ColourPickerControls30refreshEditboxesAndColourRectsEv]
ColourPickerControls::refreshOnlyColourSliderImage ( )
[symbol: _ZN5CEGUI20ColourPickerControls28refreshOnlyColourSliderImageEv]
ColourPickerControls::reloadColourPickerControlsTexture ( )
[symbol: _ZN5CEGUI20ColourPickerControls33reloadColourPickerControlsTextureEv]
ColourPickerControls::setCallingColourPicker ( ColourPicker* colourPicker )
[symbol: _ZN5CEGUI20ColourPickerControls22setCallingColourPickerEPNS_12ColourPickerE]
ColourPickerControls::setColourAlpha ( float alphaValue )
[symbol: _ZN5CEGUI20ColourPickerControls14setColourAlphaEf]
ColourPickerControls::setColours ( Colour const& newColour )
[symbol: _ZN5CEGUI20ColourPickerControls10setColoursERKNS_6ColourE]
ColourPickerControls::setColours ( HSV_Colour const& newColourHSV )
[symbol: _ZN5CEGUI20ColourPickerControls10setColoursERKNS_10HSV_ColourE]
ColourPickerControls::setColours ( Lab_Colour const& newColourLAB )
[symbol: _ZN5CEGUI20ColourPickerControls10setColoursERKNS_10Lab_ColourE]
ColourPickerControls::setColours ( RGB_Colour const& newColourRGB )
[symbol: _ZN5CEGUI20ColourPickerControls10setColoursERKNS_10RGB_ColourE]
ColourPickerControls::setPreviousColour ( Colour const& previousColour )
[symbol: _ZN5CEGUI20ColourPickerControls17setPreviousColourERKNS_6ColourE]
ColourPickerControls::TitleBarName [data]
[symbol: _ZN5CEGUI20ColourPickerControls12TitleBarNameE]
ColourPickerControls::WidgetTypeName [data]
[symbol: _ZN5CEGUI20ColourPickerControls14WidgetTypeNameE]
ColourPickerControls::~ColourPickerControls [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20ColourPickerControlsD0Ev]
ColourPickerControls::~ColourPickerControls [in-charge] ( )
[symbol: _ZN5CEGUI20ColourPickerControlsD1Ev]
ColourPickerControls::~ColourPickerControls [not-in-charge] ( )
[symbol: _ZN5CEGUI20ColourPickerControlsD2Ev]
Conversions.h,
libCEGUICommonDialogs-0.so.2.3.0
namespace CEGUI
ColourPickerConversions::linearInterpolationAlpha ( float interPolBalance, unsigned char startAlpha, unsigned char endAlpha ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions24linearInterpolationAlphaEfhh]
ColourPickerConversions::linearInterpolationHSV ( float interPolBalance, HSV_Colour const& start, HSV_Colour const& end ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions22linearInterpolationHSVEfRKNS_10HSV_ColourES3_]
ColourPickerConversions::linearInterpolationLab ( float interPolBalance, Lab_Colour const& start, Lab_Colour const& end ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions22linearInterpolationLabEfRKNS_10Lab_ColourES3_]
ColourPickerConversions::linearInterpolationRGB ( float interPolBalance, RGB_Colour const& start, RGB_Colour const& end ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions22linearInterpolationRGBEfRKNS_10RGB_ColourES3_]
ColourPickerConversions::toA ( float X, float Y ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions3toAEff]
ColourPickerConversions::toB ( float Y, float Z ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions3toBEff]
ColourPickerConversions::toCeguiColour ( RGB_Colour const& colourRGB ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions13toCeguiColourERKNS_10RGB_ColourE]
ColourPickerConversions::toHSV ( RGB_Colour colour ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions5toHSVENS_10RGB_ColourE]
ColourPickerConversions::toL ( float Y ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions3toLEf]
ColourPickerConversions::toLab ( RGB_Colour colour ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions5toLabENS_10RGB_ColourE]
ColourPickerConversions::toRGB ( Colour const& colour ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions5toRGBERKNS_6ColourE]
ColourPickerConversions::toRGB ( HSV_Colour const& colour ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions5toRGBERKNS_10HSV_ColourE]
ColourPickerConversions::toRGB ( Lab_Colour const& colour ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions5toRGBERKNS_10Lab_ColourE]
ColourPickerConversions::toRGB ( float L, float a, float b ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions5toRGBEfff]
ColourPickerConversions::toX ( float R, float G, float B ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions3toXEfff]
ColourPickerConversions::toX ( unsigned char R, unsigned char G, unsigned char B ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions3toXEhhh]
ColourPickerConversions::toY ( float R, float G, float B ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions3toYEfff]
ColourPickerConversions::toY ( unsigned char R, unsigned char G, unsigned char B ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions3toYEhhh]
ColourPickerConversions::toZ ( float R, float G, float B ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions3toZEfff]
ColourPickerConversions::toZ ( unsigned char R, unsigned char G, unsigned char B ) [static]
[symbol: _ZN5CEGUI23ColourPickerConversions3toZEhhh]
CoordConverter.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
CoordConverter::screenToWindow ( Window const& window, Rectf const& rect ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_4RectIfEE]
CoordConverter::screenToWindow ( Window const& window, URect const& rect ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_4RectINS_4UDimEEE]
CoordConverter::screenToWindow ( Window const& window, UVector2 const& vec ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_7Vector2INS_4UDimEEE]
CoordConverter::screenToWindow ( Window const& window, Vector2f const& vec ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_7Vector2IfEE]
DefaultRenderedStringParser.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
DefaultRenderedStringParser::parse ( String const& input_string, Font const* initial_font, ColourRect const* initial_colours )
[symbol: _ZN5CEGUI27DefaultRenderedStringParser5parseERKNS_6StringEPKNS_4FontEPKNS_10ColourRectE]
DefaultWindow.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
DefaultWindow::DefaultWindow [in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI13DefaultWindowC1ERKNS_6StringES3_]
DefaultWindow::DefaultWindow [not-in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI13DefaultWindowC2ERKNS_6StringES3_]
DefaultWindow::moveToFront_impl ( bool wasClicked )
[symbol: _ZN5CEGUI13DefaultWindow16moveToFront_implEb]
DefaultWindow::onMouseButtonDown ( MouseEventArgs& e )
[symbol: _ZN5CEGUI13DefaultWindow17onMouseButtonDownERNS_14MouseEventArgsE]
DefaultWindow::onMouseButtonUp ( MouseEventArgs& e )
[symbol: _ZN5CEGUI13DefaultWindow15onMouseButtonUpERNS_14MouseEventArgsE]
DefaultWindow::onMouseClicked ( MouseEventArgs& e )
[symbol: _ZN5CEGUI13DefaultWindow14onMouseClickedERNS_14MouseEventArgsE]
DefaultWindow::onMouseDoubleClicked ( MouseEventArgs& e )
[symbol: _ZN5CEGUI13DefaultWindow20onMouseDoubleClickedERNS_14MouseEventArgsE]
DefaultWindow::onMouseMove ( MouseEventArgs& e )
[symbol: _ZN5CEGUI13DefaultWindow11onMouseMoveERNS_14MouseEventArgsE]
DefaultWindow::onMouseTripleClicked ( MouseEventArgs& e )
[symbol: _ZN5CEGUI13DefaultWindow20onMouseTripleClickedERNS_14MouseEventArgsE]
DefaultWindow::onMouseWheel ( MouseEventArgs& e )
[symbol: _ZN5CEGUI13DefaultWindow12onMouseWheelERNS_14MouseEventArgsE]
DefaultWindow::updateMouseEventHandled ( MouseEventArgs& e ) const
[symbol: _ZNK5CEGUI13DefaultWindow23updateMouseEventHandledERNS_14MouseEventArgsE]
DefaultWindow::WidgetTypeName [data]
[symbol: _ZN5CEGUI13DefaultWindow14WidgetTypeNameE]
DefaultWindow::~DefaultWindow [in-charge-deleting] ( )
[symbol: _ZN5CEGUI13DefaultWindowD0Ev]
DefaultWindow::~DefaultWindow [in-charge] ( )
[symbol: _ZN5CEGUI13DefaultWindowD1Ev]
Dimensions.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
AbsoluteDim::clone ( ) const
[symbol: _ZNK5CEGUI11AbsoluteDim5cloneEv]
AbsoluteDim::getBaseValue ( ) const
[symbol: _ZNK5CEGUI11AbsoluteDim12getBaseValueEv]
AbsoluteDim::getValue ( Window const& wnd ) const
[symbol: _ZNK5CEGUI11AbsoluteDim8getValueERKNS_6WindowE]
AbsoluteDim::getValue ( Window const& wnd, Rectf const& container ) const
[symbol: _ZNK5CEGUI11AbsoluteDim8getValueERKNS_6WindowERKNS_4RectIfEE]
AbsoluteDim::setBaseValue ( float val )
[symbol: _ZN5CEGUI11AbsoluteDim12setBaseValueEf]
BaseDim::handleFontRenderSizeChange ( Window& window, Font const* font ) const
[symbol: _ZNK5CEGUI7BaseDim26handleFontRenderSizeChangeERNS_6WindowEPKNS_4FontE]
ComponentArea::getPixelRect ( Window const& wnd, Rectf const& container ) const
[symbol: _ZNK5CEGUI13ComponentArea12getPixelRectERKNS_6WindowERKNS_4RectIfEE]
ComponentArea::handleFontRenderSizeChange ( Window& window, Font const* font ) const
[symbol: _ZNK5CEGUI13ComponentArea26handleFontRenderSizeChangeERNS_6WindowEPKNS_4FontE]
ComponentArea::isAreaFetchedFromNamedArea ( ) const
[symbol: _ZNK5CEGUI13ComponentArea26isAreaFetchedFromNamedAreaEv]
ComponentArea::setNamedAreaSouce ( String const& widget_look, String const& area_name )
[symbol: _ZN5CEGUI13ComponentArea17setNamedAreaSouceERKNS_6StringES3_]
Dimension::handleFontRenderSizeChange ( Window& window, Font const* font ) const
[symbol: _ZNK5CEGUI9Dimension26handleFontRenderSizeChangeERNS_6WindowEPKNS_4FontE]
FontDim::clone ( ) const
[symbol: _ZNK5CEGUI7FontDim5cloneEv]
FontDim::getFont ( ) const
[symbol: _ZNK5CEGUI7FontDim7getFontEv]
FontDim::getFontObject ( Window const& window ) const
[symbol: _ZNK5CEGUI7FontDim13getFontObjectERKNS_6WindowE]
FontDim::getMetric ( ) const
[symbol: _ZNK5CEGUI7FontDim9getMetricEv]
FontDim::getName ( ) const
[symbol: _ZNK5CEGUI7FontDim7getNameEv]
FontDim::getPadding ( ) const
[symbol: _ZNK5CEGUI7FontDim10getPaddingEv]
FontDim::getText ( ) const
[symbol: _ZNK5CEGUI7FontDim7getTextEv]
FontDim::getValue ( Window const& wnd ) const
[symbol: _ZNK5CEGUI7FontDim8getValueERKNS_6WindowE]
FontDim::getValue ( Window const& wnd, Rectf const& container ) const
[symbol: _ZNK5CEGUI7FontDim8getValueERKNS_6WindowERKNS_4RectIfEE]
FontDim::handleFontRenderSizeChange ( Window& window, Font const* font ) const
[symbol: _ZNK5CEGUI7FontDim26handleFontRenderSizeChangeERNS_6WindowEPKNS_4FontE]
FontDim::setFont ( String const& font )
[symbol: _ZN5CEGUI7FontDim7setFontERKNS_6StringE]
FontDim::setMetric ( enum FontMetricType metric )
[symbol: _ZN5CEGUI7FontDim9setMetricENS_14FontMetricTypeE]
FontDim::setName ( String const& name )
[symbol: _ZN5CEGUI7FontDim7setNameERKNS_6StringE]
FontDim::setPadding ( float padding )
[symbol: _ZN5CEGUI7FontDim10setPaddingEf]
FontDim::setText ( String const& text )
[symbol: _ZN5CEGUI7FontDim7setTextERKNS_6StringE]
ImageDim::clone ( ) const
[symbol: _ZNK5CEGUI8ImageDim5cloneEv]
ImageDim::getSourceImage ( ) const
[symbol: _ZNK5CEGUI8ImageDim14getSourceImageEv]
ImageDim::getSourceImage ( Window const& wnd ) const
[symbol: _ZNK5CEGUI8ImageDim14getSourceImageERKNS_6WindowE]
ImageDim::ImageDim [in-charge] ( String const& image_name, enum DimensionType dim )
[symbol: _ZN5CEGUI8ImageDimC1ERKNS_6StringENS_13DimensionTypeE]
ImageDim::ImageDim [not-in-charge] ( String const& image_name, enum DimensionType dim )
[symbol: _ZN5CEGUI8ImageDimC2ERKNS_6StringENS_13DimensionTypeE]
ImageDim::setSourceImage ( String const& image_name )
[symbol: _ZN5CEGUI8ImageDim14setSourceImageERKNS_6StringE]
ImageDimBase::getSourceDimension ( ) const
[symbol: _ZNK5CEGUI12ImageDimBase18getSourceDimensionEv]
ImageDimBase::getValue ( Window const& wnd ) const
[symbol: _ZNK5CEGUI12ImageDimBase8getValueERKNS_6WindowE]
ImageDimBase::getValue ( Window const& wnd, Rectf const& container ) const
[symbol: _ZNK5CEGUI12ImageDimBase8getValueERKNS_6WindowERKNS_4RectIfEE]
ImageDimBase::ImageDimBase [in-charge] ( enum DimensionType dim )
[symbol: _ZN5CEGUI12ImageDimBaseC1ENS_13DimensionTypeE]
ImageDimBase::ImageDimBase [not-in-charge] ( enum DimensionType dim )
[symbol: _ZN5CEGUI12ImageDimBaseC2ENS_13DimensionTypeE]
ImageDimBase::setSourceDimension ( enum DimensionType dim )
[symbol: _ZN5CEGUI12ImageDimBase18setSourceDimensionENS_13DimensionTypeE]
ImageDimBase::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI12ImageDimBase30writeXMLElementAttributes_implERNS_13XMLSerializerE]
ImageDimBase::~ImageDimBase [in-charge-deleting] ( )
[symbol: _ZN5CEGUI12ImageDimBaseD0Ev]
ImageDimBase::~ImageDimBase [in-charge] ( )
[symbol: _ZN5CEGUI12ImageDimBaseD1Ev]
ImagePropertyDim::clone ( ) const
[symbol: _ZNK5CEGUI16ImagePropertyDim5cloneEv]
ImagePropertyDim::getSourceImage ( Window const& wnd ) const
[symbol: _ZNK5CEGUI16ImagePropertyDim14getSourceImageERKNS_6WindowE]
ImagePropertyDim::getSourceProperty ( ) const
[symbol: _ZNK5CEGUI16ImagePropertyDim17getSourcePropertyEv]
ImagePropertyDim::ImagePropertyDim [in-charge] ( String const& property_name, enum DimensionType dim )
[symbol: _ZN5CEGUI16ImagePropertyDimC1ERKNS_6StringENS_13DimensionTypeE]
ImagePropertyDim::ImagePropertyDim [not-in-charge] ( String const& property_name, enum DimensionType dim )
[symbol: _ZN5CEGUI16ImagePropertyDimC2ERKNS_6StringENS_13DimensionTypeE]
ImagePropertyDim::setSourceProperty ( String const& property_name )
[symbol: _ZN5CEGUI16ImagePropertyDim17setSourcePropertyERKNS_6StringE]
ImagePropertyDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI16ImagePropertyDim30writeXMLElementAttributes_implERNS_13XMLSerializerE]
ImagePropertyDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI16ImagePropertyDim24writeXMLElementName_implERNS_13XMLSerializerE]
ImagePropertyDim::~ImagePropertyDim [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16ImagePropertyDimD0Ev]
ImagePropertyDim::~ImagePropertyDim [in-charge] ( )
[symbol: _ZN5CEGUI16ImagePropertyDimD1Ev]
OperatorDim::clone ( ) const
[symbol: _ZNK5CEGUI11OperatorDim5cloneEv]
OperatorDim::getLeftOperand ( ) const
[symbol: _ZNK5CEGUI11OperatorDim14getLeftOperandEv]
OperatorDim::getOperator ( ) const
[symbol: _ZNK5CEGUI11OperatorDim11getOperatorEv]
OperatorDim::getRightOperand ( ) const
[symbol: _ZNK5CEGUI11OperatorDim15getRightOperandEv]
OperatorDim::getValue ( Window const& wnd ) const
[symbol: _ZNK5CEGUI11OperatorDim8getValueERKNS_6WindowE]
OperatorDim::getValue ( Window const& wnd, Rectf const& container ) const
[symbol: _ZNK5CEGUI11OperatorDim8getValueERKNS_6WindowERKNS_4RectIfEE]
OperatorDim::getValueImpl ( float const lval, float const rval ) const
[symbol: _ZNK5CEGUI11OperatorDim12getValueImplEff]
OperatorDim::OperatorDim [in-charge] ( )
[symbol: _ZN5CEGUI11OperatorDimC1Ev]
OperatorDim::OperatorDim [in-charge] ( enum DimensionOperator op )
[symbol: _ZN5CEGUI11OperatorDimC1ENS_17DimensionOperatorE]
OperatorDim::OperatorDim [in-charge] ( enum DimensionOperator op, BaseDim* left, BaseDim* right )
[symbol: _ZN5CEGUI11OperatorDimC1ENS_17DimensionOperatorEPNS_7BaseDimES3_]
OperatorDim::OperatorDim [not-in-charge] ( )
[symbol: _ZN5CEGUI11OperatorDimC2Ev]
OperatorDim::OperatorDim [not-in-charge] ( enum DimensionOperator op )
[symbol: _ZN5CEGUI11OperatorDimC2ENS_17DimensionOperatorE]
OperatorDim::OperatorDim [not-in-charge] ( enum DimensionOperator op, BaseDim* left, BaseDim* right )
[symbol: _ZN5CEGUI11OperatorDimC2ENS_17DimensionOperatorEPNS_7BaseDimES3_]
OperatorDim::setLeftOperand ( BaseDim const* operand )
[symbol: _ZN5CEGUI11OperatorDim14setLeftOperandEPKNS_7BaseDimE]
OperatorDim::setNextOperand ( BaseDim const* operand )
[symbol: _ZN5CEGUI11OperatorDim14setNextOperandEPKNS_7BaseDimE]
OperatorDim::setOperator ( enum DimensionOperator op )
[symbol: _ZN5CEGUI11OperatorDim11setOperatorENS_17DimensionOperatorE]
OperatorDim::setRightOperand ( BaseDim const* operand )
[symbol: _ZN5CEGUI11OperatorDim15setRightOperandEPKNS_7BaseDimE]
OperatorDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI11OperatorDim30writeXMLElementAttributes_implERNS_13XMLSerializerE]
OperatorDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI11OperatorDim24writeXMLElementName_implERNS_13XMLSerializerE]
OperatorDim::writeXMLToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI11OperatorDim16writeXMLToStreamERNS_13XMLSerializerE]
OperatorDim::~OperatorDim [in-charge-deleting] ( )
[symbol: _ZN5CEGUI11OperatorDimD0Ev]
OperatorDim::~OperatorDim [in-charge] ( )
[symbol: _ZN5CEGUI11OperatorDimD1Ev]
OperatorDim::~OperatorDim [not-in-charge] ( )
[symbol: _ZN5CEGUI11OperatorDimD2Ev]
PropertyDim::clone ( ) const
[symbol: _ZNK5CEGUI11PropertyDim5cloneEv]
PropertyDim::getPropertyName ( ) const
[symbol: _ZNK5CEGUI11PropertyDim15getPropertyNameEv]
PropertyDim::getSourceDimension ( ) const
[symbol: _ZNK5CEGUI11PropertyDim18getSourceDimensionEv]
PropertyDim::getValue ( Window const& wnd ) const
[symbol: _ZNK5CEGUI11PropertyDim8getValueERKNS_6WindowE]
PropertyDim::getValue ( Window const& wnd, Rectf const& container ) const
[symbol: _ZNK5CEGUI11PropertyDim8getValueERKNS_6WindowERKNS_4RectIfEE]
PropertyDim::getWidgetName ( ) const
[symbol: _ZNK5CEGUI11PropertyDim13getWidgetNameEv]
PropertyDim::setPropertyName ( String const& property )
[symbol: _ZN5CEGUI11PropertyDim15setPropertyNameERKNS_6StringE]
PropertyDim::setSourceDimension ( enum DimensionType dim )
[symbol: _ZN5CEGUI11PropertyDim18setSourceDimensionENS_13DimensionTypeE]
PropertyDim::setWidgetName ( String const& name )
[symbol: _ZN5CEGUI11PropertyDim13setWidgetNameERKNS_6StringE]
UnifiedDim::clone ( ) const
[symbol: _ZNK5CEGUI10UnifiedDim5cloneEv]
UnifiedDim::getBaseValue ( ) const
[symbol: _ZNK5CEGUI10UnifiedDim12getBaseValueEv]
UnifiedDim::getSourceDimension ( ) const
[symbol: _ZNK5CEGUI10UnifiedDim18getSourceDimensionEv]
UnifiedDim::getValue ( Window const& wnd ) const
[symbol: _ZNK5CEGUI10UnifiedDim8getValueERKNS_6WindowE]
UnifiedDim::getValue ( Window const& wnd, Rectf const& container ) const
[symbol: _ZNK5CEGUI10UnifiedDim8getValueERKNS_6WindowERKNS_4RectIfEE]
UnifiedDim::setBaseValue ( UDim const& val )
[symbol: _ZN5CEGUI10UnifiedDim12setBaseValueERKNS_4UDimE]
UnifiedDim::setSourceDimension ( enum DimensionType dim )
[symbol: _ZN5CEGUI10UnifiedDim18setSourceDimensionENS_13DimensionTypeE]
WidgetDim::clone ( ) const
[symbol: _ZNK5CEGUI9WidgetDim5cloneEv]
WidgetDim::getSourceDimension ( ) const
[symbol: _ZNK5CEGUI9WidgetDim18getSourceDimensionEv]
WidgetDim::getValue ( Window const& wnd ) const
[symbol: _ZNK5CEGUI9WidgetDim8getValueERKNS_6WindowE]
WidgetDim::getValue ( Window const& wnd, Rectf const& container ) const
[symbol: _ZNK5CEGUI9WidgetDim8getValueERKNS_6WindowERKNS_4RectIfEE]
WidgetDim::getWidgetName ( ) const
[symbol: _ZNK5CEGUI9WidgetDim13getWidgetNameEv]
DragContainer.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
DragContainer::doDragging ( Vector2f const& local_mouse )
[symbol: _ZN5CEGUI13DragContainer10doDraggingERKNS_7Vector2IfEE]
DragContainer::isDraggingThresholdExceeded ( Vector2f const& local_mouse )
[symbol: _ZN5CEGUI13DragContainer27isDraggingThresholdExceededERKNS_7Vector2IfEE]
DragContainer::onMoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI13DragContainer7onMovedERNS_16ElementEventArgsE]
DragContainer::setDragCursorImage ( String const& name )
[symbol: _ZN5CEGUI13DragContainer18setDragCursorImageERKNS_6StringE]
DragContainer::setFixedDragOffset ( UVector2 const& offset )
[symbol: _ZN5CEGUI13DragContainer18setFixedDragOffsetERKNS_7Vector2INS_4UDimEEE]
Editbox.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Editbox::EventCaretMoved [data]
[symbol: _ZN5CEGUI7Editbox15EventCaretMovedE]
Editbox::EventTextValidityChanged [data]
[symbol: _ZN5CEGUI7Editbox24EventTextValidityChangedE]
Editbox::getCaretIndex ( ) const
[symbol: _ZNK5CEGUI7Editbox13getCaretIndexEv]
Editbox::getStringMatchState ( String const& str ) const
[symbol: _ZNK5CEGUI7Editbox19getStringMatchStateERKNS_6StringE]
Editbox::getTextIndexFromPosition ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI7Editbox24getTextIndexFromPositionERKNS_7Vector2IfEE]
Editbox::getTextMatchState ( ) const
[symbol: _ZNK5CEGUI7Editbox17getTextMatchStateEv]
Editbox::handleValidityChangeForString ( String const& str )
[symbol: _ZN5CEGUI7Editbox29handleValidityChangeForStringERKNS_6StringE]
Editbox::onCaretMoved ( WindowEventArgs& e )
[symbol: _ZN5CEGUI7Editbox12onCaretMovedERNS_15WindowEventArgsE]
Editbox::onTextValidityChanged ( RegexMatchStateEventArgs& e )
[symbol: _ZN5CEGUI7Editbox21onTextValidityChangedERNS_24RegexMatchStateEventArgsE]
Editbox::performCopy ( Clipboard& clipboard )
[symbol: _ZN5CEGUI7Editbox11performCopyERNS_9ClipboardE]
Editbox::performCut ( Clipboard& clipboard )
[symbol: _ZN5CEGUI7Editbox10performCutERNS_9ClipboardE]
Editbox::performPaste ( Clipboard& clipboard )
[symbol: _ZN5CEGUI7Editbox12performPasteERNS_9ClipboardE]
Editbox::setCaretIndex ( size_t caret_pos )
[symbol: _ZN5CEGUI7Editbox13setCaretIndexEj]
Editbox::setSelectionLength ( size_t length )
[symbol: _ZN5CEGUI7Editbox18setSelectionLengthEj]
Editbox::setSelectionStart ( size_t start_pos )
[symbol: _ZN5CEGUI7Editbox17setSelectionStartEj]
Editbox::setValidator ( RegexMatcher* matcher )
[symbol: _ZN5CEGUI7Editbox12setValidatorEPNS_12RegexMatcherE]
Editbox::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI7Editbox22validateWindowRendererEPKNS_14WindowRendererE]
Element.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Element::addChild ( Element* element )
[symbol: _ZN5CEGUI7Element8addChildEPS0_]
Element::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI7Element13addChild_implEPS0_]
Element::addElementProperties ( )
[symbol: _ZN5CEGUI7Element20addElementPropertiesEv]
Element::calculatePixelSize ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI7Element18calculatePixelSizeEb]
Element::Element [in-charge] ( )
[symbol: _ZN5CEGUI7ElementC1Ev]
Element::Element [not-in-charge] ( )
[symbol: _ZN5CEGUI7ElementC2Ev]
Element::EventChildAdded [data]
[symbol: _ZN5CEGUI7Element15EventChildAddedE]
Element::EventChildRemoved [data]
[symbol: _ZN5CEGUI7Element17EventChildRemovedE]
Element::EventHorizontalAlignmentChanged [data]
[symbol: _ZN5CEGUI7Element31EventHorizontalAlignmentChangedE]
Element::EventMoved [data]
[symbol: _ZN5CEGUI7Element10EventMovedE]
Element::EventNamespace [data]
[symbol: _ZN5CEGUI7Element14EventNamespaceE]
Element::EventNonClientChanged [data]
[symbol: _ZN5CEGUI7Element21EventNonClientChangedE]
Element::EventParentSized [data]
[symbol: _ZN5CEGUI7Element16EventParentSizedE]
Element::EventRotated [data]
[symbol: _ZN5CEGUI7Element12EventRotatedE]
Element::EventSized [data]
[symbol: _ZN5CEGUI7Element10EventSizedE]
Element::EventVerticalAlignmentChanged [data]
[symbol: _ZN5CEGUI7Element29EventVerticalAlignmentChangedE]
Element::EventZOrderChanged [data]
[symbol: _ZN5CEGUI7Element18EventZOrderChangedE]
Element::fireAreaChangeEvents ( bool const moved, bool const sized )
[symbol: _ZN5CEGUI7Element20fireAreaChangeEventsEbb]
Element::getClientChildContentArea ( ) const
[symbol: _ZNK5CEGUI7Element25getClientChildContentAreaEv]
Element::getNonClientChildContentArea ( ) const
[symbol: _ZNK5CEGUI7Element28getNonClientChildContentAreaEv]
Element::getParentPixelSize ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI7Element18getParentPixelSizeEb]
Element::getRootContainerSize ( ) const
[symbol: _ZNK5CEGUI7Element20getRootContainerSizeEv]
Element::getUnclippedInnerRect_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI7Element26getUnclippedInnerRect_implEb]
Element::getUnclippedOuterRect_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI7Element26getUnclippedOuterRect_implEb]
Element::isAncestor ( Element const* element ) const
[symbol: _ZNK5CEGUI7Element10isAncestorEPKS0_]
Element::isChild ( Element const* element ) const
[symbol: _ZNK5CEGUI7Element7isChildEPKS0_]
Element::notifyChildrenOfSizeChange ( bool const non_client, bool const client )
[symbol: _ZN5CEGUI7Element26notifyChildrenOfSizeChangeEbb]
Element::notifyScreenAreaChanged ( bool recursive )
[symbol: _ZN5CEGUI7Element23notifyScreenAreaChangedEb]
Element::onChildAdded ( ElementEventArgs& e )
[symbol: _ZN5CEGUI7Element12onChildAddedERNS_16ElementEventArgsE]
Element::onChildRemoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI7Element14onChildRemovedERNS_16ElementEventArgsE]
Element::onHorizontalAlignmentChanged ( ElementEventArgs& e )
[symbol: _ZN5CEGUI7Element28onHorizontalAlignmentChangedERNS_16ElementEventArgsE]
Element::onMoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI7Element7onMovedERNS_16ElementEventArgsE]
Element::onNonClientChanged ( ElementEventArgs& e )
[symbol: _ZN5CEGUI7Element18onNonClientChangedERNS_16ElementEventArgsE]
Element::onParentSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI7Element13onParentSizedERNS_16ElementEventArgsE]
Element::onRotated ( ElementEventArgs& e )
[symbol: _ZN5CEGUI7Element9onRotatedERNS_16ElementEventArgsE]
Element::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI7Element7onSizedERNS_16ElementEventArgsE]
Element::onVerticalAlignmentChanged ( ElementEventArgs& e )
[symbol: _ZN5CEGUI7Element26onVerticalAlignmentChangedERNS_16ElementEventArgsE]
Element::removeChild ( Element* element )
[symbol: _ZN5CEGUI7Element11removeChildEPS0_]
Element::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI7Element16removeChild_implEPS0_]
Element::setArea ( UVector2 const& pos, USize const& size )
[symbol: _ZN5CEGUI7Element7setAreaERKNS_7Vector2INS_4UDimEEERKNS_4SizeIS2_EE]
Element::setArea_impl ( UVector2 const& pos, USize const& size, bool topLeftSizing, bool fireEvents )
[symbol: _ZN5CEGUI7Element12setArea_implERKNS_7Vector2INS_4UDimEEERKNS_4SizeIS2_EEbb]
Element::setAspectMode ( enum AspectMode const mode )
[symbol: _ZN5CEGUI7Element13setAspectModeENS_10AspectModeE]
Element::setAspectRatio ( float const ratio )
[symbol: _ZN5CEGUI7Element14setAspectRatioEf]
Element::setHorizontalAlignment ( enum HorizontalAlignment const alignment )
[symbol: _ZN5CEGUI7Element22setHorizontalAlignmentENS_19HorizontalAlignmentE]
Element::setMaxSize ( USize const& size )
[symbol: _ZN5CEGUI7Element10setMaxSizeERKNS_4SizeINS_4UDimEEE]
Element::setMinSize ( USize const& size )
[symbol: _ZN5CEGUI7Element10setMinSizeERKNS_4SizeINS_4UDimEEE]
Element::setNonClient ( bool const setting )
[symbol: _ZN5CEGUI7Element12setNonClientEb]
Element::setParent ( Element* parent )
[symbol: _ZN5CEGUI7Element9setParentEPS0_]
Element::setPixelAligned ( bool const setting )
[symbol: _ZN5CEGUI7Element15setPixelAlignedEb]
Element::setRotation ( Quaternion const& rotation )
[symbol: _ZN5CEGUI7Element11setRotationERKNS_10QuaternionE]
Element::setVerticalAlignment ( enum VerticalAlignment const alignment )
[symbol: _ZN5CEGUI7Element20setVerticalAlignmentENS_17VerticalAlignmentE]
Element::~Element [in-charge-deleting] ( )
[symbol: _ZN5CEGUI7ElementD0Ev]
Element::~Element [in-charge] ( )
[symbol: _ZN5CEGUI7ElementD1Ev]
Element::~Element [not-in-charge] ( )
[symbol: _ZN5CEGUI7ElementD2Ev]
Element.h,
libCEGUILuaScriptModule-0.so.2.3.0
namespace CEGUI
ElementEventArgs::~ElementEventArgs [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16ElementEventArgsD0Ev]
ElementEventArgs::~ElementEventArgs [in-charge] ( )
[symbol: _ZN5CEGUI16ElementEventArgsD1Ev]
Event.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Event::~Event [in-charge-deleting] ( )
[symbol: _ZN5CEGUI5EventD0Ev]
EventAction.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
EventAction::cleanupWidget ( Window& widget ) const
[symbol: _ZNK5CEGUI11EventAction13cleanupWidgetERNS_6WindowE]
EventAction::EventAction [in-charge] ( String const& event_name, enum ChildEventAction action )
[symbol: _ZN5CEGUI11EventActionC1ERKNS_6StringENS_16ChildEventActionE]
EventAction::EventAction [not-in-charge] ( String const& event_name, enum ChildEventAction action )
[symbol: _ZN5CEGUI11EventActionC2ERKNS_6StringENS_16ChildEventActionE]
EventAction::getAction ( ) const
[symbol: _ZNK5CEGUI11EventAction9getActionEv]
EventAction::getEventName ( ) const
[symbol: _ZNK5CEGUI11EventAction12getEventNameEv]
EventAction::initialiseWidget ( Window& widget ) const
[symbol: _ZNK5CEGUI11EventAction16initialiseWidgetERNS_6WindowE]
EventAction::makeConnectionKeyName ( Window const& widget ) const
[symbol: _ZNK5CEGUI11EventAction21makeConnectionKeyNameERKNS_6WindowE]
EventAction::setAction ( enum ChildEventAction action )
[symbol: _ZN5CEGUI11EventAction9setActionENS_16ChildEventActionE]
EventAction::setEventName ( String const& event_name )
[symbol: _ZN5CEGUI11EventAction12setEventNameERKNS_6StringE]
EventAction::writeXMLToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI11EventAction16writeXMLToStreamERNS_13XMLSerializerE]
EventAction::~EventAction [in-charge] ( )
[symbol: _ZN5CEGUI11EventActionD1Ev]
EventAction::~EventAction [not-in-charge] ( )
[symbol: _ZN5CEGUI11EventActionD2Ev]
EventArgs.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
LinkedEventArgs::~LinkedEventArgs [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15LinkedEventArgsD0Ev]
LinkedEventArgs::~LinkedEventArgs [in-charge] ( )
[symbol: _ZN5CEGUI15LinkedEventArgsD1Ev]
EventLinkDefinition.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
EventLinkDefinition::addLinkTarget ( String const& widget, String const& event )
[symbol: _ZN5CEGUI19EventLinkDefinition13addLinkTargetERKNS_6StringES3_]
EventLinkDefinition::cleanUpWidget ( Window& window ) const
[symbol: _ZNK5CEGUI19EventLinkDefinition13cleanUpWidgetERNS_6WindowE]
EventLinkDefinition::clearLinkTargets ( )
[symbol: _ZN5CEGUI19EventLinkDefinition16clearLinkTargetsEv]
EventLinkDefinition::EventLinkDefinition [in-charge] ( String const& event_name )
[symbol: _ZN5CEGUI19EventLinkDefinitionC1ERKNS_6StringE]
EventLinkDefinition::EventLinkDefinition [not-in-charge] ( String const& event_name )
[symbol: _ZN5CEGUI19EventLinkDefinitionC2ERKNS_6StringE]
EventLinkDefinition::getLinkTargetIterator ( ) const
[symbol: _ZNK5CEGUI19EventLinkDefinition21getLinkTargetIteratorEv]
EventLinkDefinition::getName ( ) const
[symbol: _ZNK5CEGUI19EventLinkDefinition7getNameEv]
EventLinkDefinition::getTargetWindow ( Window& start_wnd, String const& name ) const
[symbol: _ZNK5CEGUI19EventLinkDefinition15getTargetWindowERNS_6WindowERKNS_6StringE]
EventLinkDefinition::initialiseWidget ( Window& window ) const
[symbol: _ZNK5CEGUI19EventLinkDefinition16initialiseWidgetERNS_6WindowE]
EventLinkDefinition::setName ( String const& name )
[symbol: _ZN5CEGUI19EventLinkDefinition7setNameERKNS_6StringE]
EventLinkDefinition::~EventLinkDefinition [in-charge] ( )
[symbol: _ZN5CEGUI19EventLinkDefinitionD1Ev]
EventLinkDefinition::~EventLinkDefinition [not-in-charge] ( )
[symbol: _ZN5CEGUI19EventLinkDefinitionD2Ev]
EventSet.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
EventSet::addEvent ( Event& event )
[symbol: _ZN5CEGUI8EventSet8addEventERNS_5EventE]
EventSet::getEventIterator ( ) const
[symbol: _ZNK5CEGUI8EventSet16getEventIteratorEv]
EventSet::getScriptModule ( ) const
[symbol: _ZNK5CEGUI8EventSet15getScriptModuleEv]
EventSet::removeEvent ( Event& event )
[symbol: _ZN5CEGUI8EventSet11removeEventERNS_5EventE]
Exceptions.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Exception::d_stdErrEnabled [data]
[symbol: _ZN5CEGUI9Exception15d_stdErrEnabledE]
Exception::Exception [in-charge] ( String const& message, String const& name, String const& filename, int line, String const& function )
[symbol: _ZN5CEGUI9ExceptionC1ERKNS_6StringES3_S3_iS3_]
Exception::Exception [not-in-charge] ( String const& message, String const& name, String const& filename, int line, String const& function )
[symbol: _ZN5CEGUI9ExceptionC2ERKNS_6StringES3_S3_iS3_]
Exception::isStdErrEnabled ( ) [static]
[symbol: _ZN5CEGUI9Exception15isStdErrEnabledEv]
Exception::setStdErrEnabled ( bool enabled ) [static]
[symbol: _ZN5CEGUI9Exception16setStdErrEnabledEb]
FactoryModule.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
FactoryModule::registerAllFactories ( )
[symbol: _ZN5CEGUI13FactoryModule20registerAllFactoriesEv]
FactoryModule::registerFactory ( String const& type_name )
[symbol: _ZN5CEGUI13FactoryModule15registerFactoryERKNS_6StringE]
FactoryModule::unregisterAllFactories ( )
[symbol: _ZN5CEGUI13FactoryModule22unregisterAllFactoriesEv]
FactoryModule::unregisterFactory ( String const& type_name )
[symbol: _ZN5CEGUI13FactoryModule17unregisterFactoryERKNS_6StringE]
FactoryRegisterer.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
FactoryRegisterer::FactoryRegisterer [in-charge] ( String const& type )
[symbol: _ZN5CEGUI17FactoryRegistererC1ERKNS_6StringE]
FactoryRegisterer::FactoryRegisterer [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI17FactoryRegistererC2ERKNS_6StringE]
FactoryRegisterer::registerFactory ( ) const
[symbol: _ZNK5CEGUI17FactoryRegisterer15registerFactoryEv]
FactoryRegisterer::~FactoryRegisterer [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17FactoryRegistererD0Ev]
FactoryRegisterer::~FactoryRegisterer [in-charge] ( )
[symbol: _ZN5CEGUI17FactoryRegistererD1Ev]
FactoryRegisterer::~FactoryRegisterer [not-in-charge] ( )
[symbol: _ZN5CEGUI17FactoryRegistererD2Ev]
Font.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Font::drawText ( GeometryBuffer& buffer, String const& text, Vector2f const& position, Rectf const* clip_rect, ColourRect const& colours, float const space_extra, float const x_scale, float const y_scale ) const
[symbol: _ZNK5CEGUI4Font8drawTextERNS_14GeometryBufferERKNS_6StringERKNS_7Vector2IfEEPKNS_4RectIfEERKNS_10ColourRectEfff]
Font::EventNamespace [data]
[symbol: _ZN5CEGUI4Font14EventNamespaceE]
Font::EventRenderSizeChanged [data]
[symbol: _ZN5CEGUI4Font22EventRenderSizeChangedE]
Font::findFontGlyph ( utf32 const codepoint ) const
[symbol: _ZNK5CEGUI4Font13findFontGlyphEj]
Font::Font [in-charge] ( String const& name, String const& type_name, String const& filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res )
[symbol: _ZN5CEGUI4FontC1ERKNS_6StringES3_S3_S3_NS_14AutoScaledModeERKNS_4SizeIfEE]
Font::Font [not-in-charge] ( String const& name, String const& type_name, String const& filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res )
[symbol: _ZN5CEGUI4FontC2ERKNS_6StringES3_S3_S3_NS_14AutoScaledModeERKNS_4SizeIfEE]
Font::getAutoScaled ( ) const
[symbol: _ZNK5CEGUI4Font13getAutoScaledEv]
Font::getFileName ( ) const
[symbol: _ZNK5CEGUI4Font11getFileNameEv]
Font::getTextAdvance ( String const& text, float x_scale ) const
[symbol: _ZNK5CEGUI4Font14getTextAdvanceERKNS_6StringEf]
Font::notifyDisplaySizeChanged ( Sizef const& size )
[symbol: _ZN5CEGUI4Font24notifyDisplaySizeChangedERKNS_4SizeIfEE]
Font::onRenderSizeChanged ( FontEventArgs& args )
[symbol: _ZN5CEGUI4Font19onRenderSizeChangedERNS_13FontEventArgsE]
Font::setAutoScaled ( enum AutoScaledMode const auto_scaled )
[symbol: _ZN5CEGUI4Font13setAutoScaledENS_14AutoScaledModeE]
Font::setNativeResolution ( Sizef const& size )
[symbol: _ZN5CEGUI4Font19setNativeResolutionERKNS_4SizeIfEE]
Font_xmlHandler.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Font_xmlHandler::Font_xmlHandler [in-charge] ( )
[symbol: _ZN5CEGUI15Font_xmlHandlerC1Ev]
Font_xmlHandler::Font_xmlHandler [not-in-charge] ( )
[symbol: _ZN5CEGUI15Font_xmlHandlerC2Ev]
Font_xmlHandler::FontVersionAttribute [data]
[symbol: _ZN5CEGUI15Font_xmlHandler20FontVersionAttributeE]
Font_xmlHandler::getDefaultResourceGroup ( ) const
[symbol: _ZNK5CEGUI15Font_xmlHandler23getDefaultResourceGroupEv]
Font_xmlHandler::getSchemaName ( ) const
[symbol: _ZNK5CEGUI15Font_xmlHandler13getSchemaNameEv]
FontManager.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
FontManager::createFreeTypeFont ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res, enum XMLResourceExistsAction action )
[symbol: _ZN5CEGUI11FontManager18createFreeTypeFontERKNS_6StringEfbS3_S3_NS_14AutoScaledModeERKNS_4SizeIfEENS_23XMLResourceExistsActionE]
FontManager::createPixmapFont ( String const& font_name, String const& imageset_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res, enum XMLResourceExistsAction action )
[symbol: _ZN5CEGUI11FontManager16createPixmapFontERKNS_6StringES3_S3_NS_14AutoScaledModeERKNS_4SizeIfEENS_23XMLResourceExistsActionE]
FontManager::notifyDisplaySizeChanged ( Sizef const& size )
[symbol: _ZN5CEGUI11FontManager24notifyDisplaySizeChangedERKNS_4SizeIfEE]
FormattingSetting.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
FormattingSetting<enum HorizontalFormatting>::writeXMLAttributesToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI17FormattingSettingINS_20HorizontalFormattingEE26writeXMLAttributesToStreamERNS_13XMLSerializerE]
FormattingSetting<enum HorizontalFormatting>::writeXMLTagToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI17FormattingSettingINS_20HorizontalFormattingEE19writeXMLTagToStreamERNS_13XMLSerializerE]
FormattingSetting<enum HorizontalTextFormatting>::writeXMLAttributesToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI17FormattingSettingINS_24HorizontalTextFormattingEE26writeXMLAttributesToStreamERNS_13XMLSerializerE]
FormattingSetting<enum HorizontalTextFormatting>::writeXMLTagToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI17FormattingSettingINS_24HorizontalTextFormattingEE19writeXMLTagToStreamERNS_13XMLSerializerE]
FormattingSetting<enum VerticalFormatting>::writeXMLAttributesToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI17FormattingSettingINS_18VerticalFormattingEE26writeXMLAttributesToStreamERNS_13XMLSerializerE]
FormattingSetting<enum VerticalFormatting>::writeXMLTagToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI17FormattingSettingINS_18VerticalFormattingEE19writeXMLTagToStreamERNS_13XMLSerializerE]
FormattingSetting<enum VerticalTextFormatting>::writeXMLAttributesToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI17FormattingSettingINS_22VerticalTextFormattingEE26writeXMLAttributesToStreamERNS_13XMLSerializerE]
FormattingSetting<enum VerticalTextFormatting>::writeXMLTagToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI17FormattingSettingINS_22VerticalTextFormattingEE19writeXMLTagToStreamERNS_13XMLSerializerE]
FrameComponent.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
FrameComponent::getBackgroundHorizontalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI14FrameComponent33getBackgroundHorizontalFormattingERKNS_6WindowE]
FrameComponent::getBackgroundVerticalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI14FrameComponent31getBackgroundVerticalFormattingERKNS_6WindowE]
FrameComponent::getBottomEdgeFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI14FrameComponent23getBottomEdgeFormattingERKNS_6WindowE]
FrameComponent::getImage ( enum FrameImageComponent part, Window const& wnd ) const
[symbol: _ZNK5CEGUI14FrameComponent8getImageENS_19FrameImageComponentERKNS_6WindowE]
FrameComponent::getImagePropertySource ( enum FrameImageComponent part ) const
[symbol: _ZNK5CEGUI14FrameComponent22getImagePropertySourceENS_19FrameImageComponentE]
FrameComponent::getLeftEdgeFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI14FrameComponent21getLeftEdgeFormattingERKNS_6WindowE]
FrameComponent::getRightEdgeFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI14FrameComponent22getRightEdgeFormattingERKNS_6WindowE]
FrameComponent::getTopEdgeFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI14FrameComponent20getTopEdgeFormattingERKNS_6WindowE]
FrameComponent::HorizontalFormattingDefault [data]
[symbol: _ZN5CEGUI14FrameComponent27HorizontalFormattingDefaultE]
FrameComponent::isImageFetchedFromProperty ( enum FrameImageComponent part ) const
[symbol: _ZNK5CEGUI14FrameComponent26isImageFetchedFromPropertyENS_19FrameImageComponentE]
FrameComponent::isImageSpecified ( enum FrameImageComponent part ) const
[symbol: _ZNK5CEGUI14FrameComponent16isImageSpecifiedENS_19FrameImageComponentE]
FrameComponent::operator == ( FrameComponent const& rhs ) const
[symbol: _ZNK5CEGUI14FrameComponenteqERKS0_]
FrameComponent::render_impl ( Window& srcWindow, Rectf& destRect, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI14FrameComponent11render_implERNS_6WindowERNS_4RectIfEEPKNS_10ColourRectEPKS4_b]
FrameComponent::renderImage ( GeometryBuffer& buffer, Image const* image, enum VerticalFormatting vertFmt, enum HorizontalFormatting horzFmt, Rectf& destRect, ColourRect const& colours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI14FrameComponent11renderImageERNS_14GeometryBufferEPKNS_5ImageENS_18VerticalFormattingENS_20HorizontalFormattingERNS_4RectIfEERKNS_10ColourRectEPKS9_b]
FrameComponent::setBackgroundHorizontalFormattingPropertySource ( String const& property_name )
[symbol: _ZN5CEGUI14FrameComponent47setBackgroundHorizontalFormattingPropertySourceERKNS_6StringE]
FrameComponent::setBackgroundVerticalFormattingPropertySource ( String const& property_name )
[symbol: _ZN5CEGUI14FrameComponent45setBackgroundVerticalFormattingPropertySourceERKNS_6StringE]
FrameComponent::setBottomEdgeFormatting ( enum HorizontalFormatting fmt )
[symbol: _ZN5CEGUI14FrameComponent23setBottomEdgeFormattingENS_20HorizontalFormattingE]
FrameComponent::setBottomEdgeFormattingPropertySource ( String const& property_name )
[symbol: _ZN5CEGUI14FrameComponent37setBottomEdgeFormattingPropertySourceERKNS_6StringE]
FrameComponent::setImage ( enum FrameImageComponent part, String const& name )
[symbol: _ZN5CEGUI14FrameComponent8setImageENS_19FrameImageComponentERKNS_6StringE]
FrameComponent::setImagePropertySource ( enum FrameImageComponent part, String const& name )
[symbol: _ZN5CEGUI14FrameComponent22setImagePropertySourceENS_19FrameImageComponentERKNS_6StringE]
FrameComponent::setLeftEdgeFormatting ( enum VerticalFormatting fmt )
[symbol: _ZN5CEGUI14FrameComponent21setLeftEdgeFormattingENS_18VerticalFormattingE]
FrameComponent::setLeftEdgeFormattingPropertySource ( String const& property_name )
[symbol: _ZN5CEGUI14FrameComponent35setLeftEdgeFormattingPropertySourceERKNS_6StringE]
FrameComponent::setRightEdgeFormatting ( enum VerticalFormatting fmt )
[symbol: _ZN5CEGUI14FrameComponent22setRightEdgeFormattingENS_18VerticalFormattingE]
FrameComponent::setRightEdgeFormattingPropertySource ( String const& property_name )
[symbol: _ZN5CEGUI14FrameComponent36setRightEdgeFormattingPropertySourceERKNS_6StringE]
FrameComponent::setTopEdgeFormatting ( enum HorizontalFormatting fmt )
[symbol: _ZN5CEGUI14FrameComponent20setTopEdgeFormattingENS_20HorizontalFormattingE]
FrameComponent::setTopEdgeFormattingPropertySource ( String const& property_name )
[symbol: _ZN5CEGUI14FrameComponent34setTopEdgeFormattingPropertySourceERKNS_6StringE]
FrameComponent::VerticalFormattingDefault [data]
[symbol: _ZN5CEGUI14FrameComponent25VerticalFormattingDefaultE]
FrameWindow.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
FrameWindow::CloseButtonName [data]
[symbol: _ZN5CEGUI11FrameWindow15CloseButtonNameE]
FrameWindow::getSizingBorderAtPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI11FrameWindow22getSizingBorderAtPointERKNS_7Vector2IfEE]
FrameWindow::isHit ( Vector2f const& position, bool const p2 ) const
[symbol: _ZNK5CEGUI11FrameWindow5isHitERKNS_7Vector2IfEEb]
FrameWindow::moveBottomEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow14moveBottomEdgeEfRNS_4RectINS_4UDimEEE]
FrameWindow::moveLeftEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow12moveLeftEdgeEfRNS_4RectINS_4UDimEEE]
FrameWindow::moveRightEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow13moveRightEdgeEfRNS_4RectINS_4UDimEEE]
FrameWindow::moveTopEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow11moveTopEdgeEfRNS_4RectINS_4UDimEEE]
FrameWindow::offsetPixelPosition ( Vector2f const& offset )
[symbol: _ZN5CEGUI11FrameWindow19offsetPixelPositionERKNS_7Vector2IfEE]
FrameWindow::setCursorForPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI11FrameWindow17setCursorForPointERKNS_7Vector2IfEE]
FrameWindow::setEWSizingCursorImage ( String const& name )
[symbol: _ZN5CEGUI11FrameWindow22setEWSizingCursorImageERKNS_6StringE]
FrameWindow::setNESWSizingCursorImage ( String const& name )
[symbol: _ZN5CEGUI11FrameWindow24setNESWSizingCursorImageERKNS_6StringE]
FrameWindow::setNSSizingCursorImage ( String const& name )
[symbol: _ZN5CEGUI11FrameWindow22setNSSizingCursorImageERKNS_6StringE]
FrameWindow::setNWSESizingCursorImage ( String const& name )
[symbol: _ZN5CEGUI11FrameWindow24setNWSESizingCursorImageERKNS_6StringE]
FrameWindow::setRolledup ( bool val )
[symbol: _ZN5CEGUI11FrameWindow11setRolledupEb]
FrameWindow::TitlebarName [data]
[symbol: _ZN5CEGUI11FrameWindow12TitlebarNameE]
FreeTypeFont.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
FreeTypeFont::findFontGlyph ( utf32 const codepoint ) const
[symbol: _ZNK5CEGUI12FreeTypeFont13findFontGlyphEj]
FreeTypeFont::FreeTypeFont [in-charge] ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res, float const specific_line_spacing )
[symbol: _ZN5CEGUI12FreeTypeFontC1ERKNS_6StringEfbS3_S3_NS_14AutoScaledModeERKNS_4SizeIfEEf]
FreeTypeFont::FreeTypeFont [not-in-charge] ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res, float const specific_line_spacing )
[symbol: _ZN5CEGUI12FreeTypeFontC2ERKNS_6StringEfbS3_S3_NS_14AutoScaledModeERKNS_4SizeIfEEf]
FreeTypeFont::initialiseFontGlyph ( std::map<unsigned int, FontGlyph>::iterator cp ) const
[symbol: _ZNK5CEGUI12FreeTypeFont19initialiseFontGlyphESt17_Rb_tree_iteratorISt4pairIKjNS_9FontGlyphEEE]
FreeTypeFont::initialiseGlyphMap ( )
[symbol: _ZN5CEGUI12FreeTypeFont18initialiseGlyphMapEv]
FribidiVisualMapping.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
FribidiVisualMapping::getBidiCharType ( utf32 const char_to_check ) const
[symbol: _ZNK5CEGUI20FribidiVisualMapping15getBidiCharTypeEj]
FribidiVisualMapping::reorderFromLogicalToVisual ( String const& logical, String& visual, BidiVisualMapping::StrIndexList& l2v, BidiVisualMapping::StrIndexList& v2l ) const
[symbol: _ZNK5CEGUI20FribidiVisualMapping26reorderFromLogicalToVisualERKNS_6StringERS1_RSt6vectorIiSaIiEES8_]
FribidiVisualMapping::~FribidiVisualMapping [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20FribidiVisualMappingD0Ev]
FribidiVisualMapping::~FribidiVisualMapping [in-charge] ( )
[symbol: _ZN5CEGUI20FribidiVisualMappingD1Ev]
GeometryBuffer.h,
libCEGUIIrrlichtRenderer-0.so.2.3.0
namespace CEGUI
IrrlichtGeometryBuffer::cleanupClipping ( ) const
[symbol: _ZNK5CEGUI22IrrlichtGeometryBuffer15cleanupClippingEv]
IrrlichtGeometryBuffer::isClippingActive ( ) const
[symbol: _ZNK5CEGUI22IrrlichtGeometryBuffer16isClippingActiveEv]
IrrlichtGeometryBuffer::setBlendMode ( enum BlendMode const mode )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer12setBlendModeENS_9BlendModeE]
IrrlichtGeometryBuffer::setClippingActive ( bool const active )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer17setClippingActiveEb]
IrrlichtGeometryBuffer::setClippingRegion ( Rectf const& region )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer17setClippingRegionERKNS_4RectIfEE]
IrrlichtGeometryBuffer::setPivot ( Vector3f const& p )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer8setPivotERKNS_7Vector3IfEE]
IrrlichtGeometryBuffer::setRotation ( Quaternion const& r )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer11setRotationERKNS_10QuaternionE]
IrrlichtGeometryBuffer::setTranslation ( Vector3f const& v )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer14setTranslationERKNS_7Vector3IfEE]
IrrlichtGeometryBuffer::setupClipping ( ) const
[symbol: _ZNK5CEGUI22IrrlichtGeometryBuffer13setupClippingEv]
GridLayoutContainer.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
GridLayoutContainer::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI19GridLayoutContainer13addChild_implEPNS_7ElementE]
GridLayoutContainer::addChildToPosition ( Window* window, size_t gridX, size_t gridY )
[symbol: _ZN5CEGUI19GridLayoutContainer18addChildToPositionEPNS_6WindowEjj]
GridLayoutContainer::DummyName [data]
[symbol: _ZN5CEGUI19GridLayoutContainer9DummyNameE]
GridLayoutContainer::EventChildOrderChanged [data]
[symbol: _ZN5CEGUI19GridLayoutContainer22EventChildOrderChangedE]
GridLayoutContainer::getChildAtPosition ( size_t gridX, size_t gridY )
[symbol: _ZN5CEGUI19GridLayoutContainer18getChildAtPositionEjj]
GridLayoutContainer::getGrid ( ) const
[symbol: _ZNK5CEGUI19GridLayoutContainer7getGridEv]
GridLayoutContainer::moveChildToPosition ( String const& wnd, size_t gridX, size_t gridY )
[symbol: _ZN5CEGUI19GridLayoutContainer19moveChildToPositionERKNS_6StringEjj]
GridLayoutContainer::moveChildToPosition ( Window* wnd, size_t gridX, size_t gridY )
[symbol: _ZN5CEGUI19GridLayoutContainer19moveChildToPositionEPNS_6WindowEjj]
GridLayoutContainer::onChildOrderChanged ( WindowEventArgs& e )
[symbol: _ZN5CEGUI19GridLayoutContainer19onChildOrderChangedERNS_15WindowEventArgsE]
GridLayoutContainer::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI19GridLayoutContainer16removeChild_implEPNS_7ElementE]
GridLayoutContainer::removeChildFromPosition ( size_t gridX, size_t gridY )
[symbol: _ZN5CEGUI19GridLayoutContainer23removeChildFromPositionEjj]
GridLayoutContainer::setGrid ( Sizef const& size )
[symbol: _ZN5CEGUI19GridLayoutContainer7setGridERKNS_4SizeIfEE]
GridLayoutContainer::swapChildPositions ( size_t gridX1, size_t gridY1, size_t gridX2, size_t gridY2 )
[symbol: _ZN5CEGUI19GridLayoutContainer18swapChildPositionsEjjjj]
GridLayoutContainer::swapChildPositions ( size_t wnd1, size_t wnd2 )
[symbol: _ZN5CEGUI19GridLayoutContainer18swapChildPositionsEjj]
GridLayoutContainer::swapChildren ( String const& wnd1, Window* wnd2 )
[symbol: _ZN5CEGUI19GridLayoutContainer12swapChildrenERKNS_6StringEPNS_6WindowE]
GridLayoutContainer::swapChildren ( Window* wnd1, String const& wnd2 )
[symbol: _ZN5CEGUI19GridLayoutContainer12swapChildrenEPNS_6WindowERKNS_6StringE]
GridLayoutContainer::swapChildren ( Window* wnd1, Window* wnd2 )
[symbol: _ZN5CEGUI19GridLayoutContainer12swapChildrenEPNS_6WindowES2_]
GroupBox.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
GroupBox::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI8GroupBox13addChild_implEPNS_7ElementE]
GroupBox::ContentPaneName [data]
[symbol: _ZN5CEGUI8GroupBox15ContentPaneNameE]
GroupBox::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI8GroupBox16removeChild_implEPNS_7ElementE]
GUIContext.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
GUIContext::areaChangedHandler ( EventArgs const& args )
[symbol: _ZN5CEGUI10GUIContext18areaChangedHandlerERKNS_9EventArgsE]
GUIContext::createDefaultTooltipWindowInstance ( ) const
[symbol: _ZNK5CEGUI10GUIContext34createDefaultTooltipWindowInstanceEv]
GUIContext::DefaultMouseButtonClickTimeout [data]
[symbol: _ZN5CEGUI10GUIContext30DefaultMouseButtonClickTimeoutE]
GUIContext::DefaultMouseButtonMultiClickTimeout [data]
[symbol: _ZN5CEGUI10GUIContext35DefaultMouseButtonMultiClickTimeoutE]
GUIContext::DefaultMouseButtonMultiClickTolerance [data]
[symbol: _ZN5CEGUI10GUIContext37DefaultMouseButtonMultiClickToleranceE]
GUIContext::destroyDefaultTooltipWindowInstance ( )
[symbol: _ZN5CEGUI10GUIContext35destroyDefaultTooltipWindowInstanceEv]
GUIContext::draw ( )
[symbol: _ZN5CEGUI10GUIContext4drawEv]
GUIContext::drawContent ( )
[symbol: _ZN5CEGUI10GUIContext11drawContentEv]
GUIContext::drawWindowContentToTarget ( )
[symbol: _ZN5CEGUI10GUIContext25drawWindowContentToTargetEv]
GUIContext::EventDefaultFontChanged [data]
[symbol: _ZN5CEGUI10GUIContext23EventDefaultFontChangedE]
GUIContext::EventMouseButtonClickTimeoutChanged [data]
[symbol: _ZN5CEGUI10GUIContext35EventMouseButtonClickTimeoutChangedE]
GUIContext::EventMouseButtonMultiClickTimeoutChanged [data]
[symbol: _ZN5CEGUI10GUIContext40EventMouseButtonMultiClickTimeoutChangedE]
GUIContext::EventMouseButtonMultiClickToleranceChanged [data]
[symbol: _ZN5CEGUI10GUIContext42EventMouseButtonMultiClickToleranceChangedE]
GUIContext::EventMouseMoveScalingFactorChanged [data]
[symbol: _ZN5CEGUI10GUIContext34EventMouseMoveScalingFactorChangedE]
GUIContext::EventRenderTargetChanged [data]
[symbol: _ZN5CEGUI10GUIContext24EventRenderTargetChangedE]
GUIContext::EventRootWindowChanged [data]
[symbol: _ZN5CEGUI10GUIContext22EventRootWindowChangedE]
GUIContext::getCommonAncestor ( Window* w1, Window* w2 ) const
[symbol: _ZNK5CEGUI10GUIContext17getCommonAncestorEPNS_6WindowES2_]
GUIContext::getDefaultFont ( ) const
[symbol: _ZNK5CEGUI10GUIContext14getDefaultFontEv]
GUIContext::getDefaultTooltipObject ( ) const
[symbol: _ZNK5CEGUI10GUIContext23getDefaultTooltipObjectEv]
GUIContext::getInputCaptureWindow ( ) const
[symbol: _ZNK5CEGUI10GUIContext21getInputCaptureWindowEv]
GUIContext::getKeyboardTargetWindow ( ) const
[symbol: _ZNK5CEGUI10GUIContext23getKeyboardTargetWindowEv]
GUIContext::getModalWindow ( ) const
[symbol: _ZNK5CEGUI10GUIContext14getModalWindowEv]
GUIContext::getMouseButtonClickTimeout ( ) const
[symbol: _ZNK5CEGUI10GUIContext26getMouseButtonClickTimeoutEv]
GUIContext::getMouseButtonMultiClickTimeout ( ) const
[symbol: _ZNK5CEGUI10GUIContext31getMouseButtonMultiClickTimeoutEv]
GUIContext::getMouseButtonMultiClickTolerance ( ) const
[symbol: _ZNK5CEGUI10GUIContext33getMouseButtonMultiClickToleranceEv]
GUIContext::getMouseCursor ( )
[symbol: _ZN5CEGUI10GUIContext14getMouseCursorEv]
GUIContext::getMouseCursor ( ) const
[symbol: _ZNK5CEGUI10GUIContext14getMouseCursorEv]
GUIContext::getMouseMoveScalingFactor ( ) const
[symbol: _ZNK5CEGUI10GUIContext25getMouseMoveScalingFactorEv]
GUIContext::getRootWindow ( ) const
[symbol: _ZNK5CEGUI10GUIContext13getRootWindowEv]
GUIContext::getSurfaceSize ( ) const
[symbol: _ZNK5CEGUI10GUIContext14getSurfaceSizeEv]
GUIContext::getSystemKeys ( ) const
[symbol: _ZNK5CEGUI10GUIContext13getSystemKeysEv]
GUIContext::getTargetWindow ( Vector2f const& pt, bool const allow_disabled ) const
[symbol: _ZNK5CEGUI10GUIContext15getTargetWindowERKNS_7Vector2IfEEb]
GUIContext::getWindowContainingMouse ( ) const
[symbol: _ZNK5CEGUI10GUIContext24getWindowContainingMouseEv]
GUIContext::GUIContext [in-charge] ( RenderTarget& target )
[symbol: _ZN5CEGUI10GUIContextC1ERNS_12RenderTargetE]
GUIContext::GUIContext [not-in-charge] ( RenderTarget& target )
[symbol: _ZN5CEGUI10GUIContextC2ERNS_12RenderTargetE]
GUIContext::injectChar ( String::value_type code_point )
[symbol: _ZN5CEGUI10GUIContext10injectCharEj]
GUIContext::injectCopyRequest ( )
[symbol: _ZN5CEGUI10GUIContext17injectCopyRequestEv]
GUIContext::injectCutRequest ( )
[symbol: _ZN5CEGUI10GUIContext16injectCutRequestEv]
GUIContext::injectKeyDown ( enum Key::Scan scan_code )
[symbol: _ZN5CEGUI10GUIContext13injectKeyDownENS_3Key4ScanE]
GUIContext::injectKeyUp ( enum Key::Scan scan_code )
[symbol: _ZN5CEGUI10GUIContext11injectKeyUpENS_3Key4ScanE]
GUIContext::injectMouseButtonClick ( enum MouseButton const button )
[symbol: _ZN5CEGUI10GUIContext22injectMouseButtonClickENS_11MouseButtonE]
GUIContext::injectMouseButtonDoubleClick ( enum MouseButton const button )
[symbol: _ZN5CEGUI10GUIContext28injectMouseButtonDoubleClickENS_11MouseButtonE]
GUIContext::injectMouseButtonDown ( enum MouseButton button )
[symbol: _ZN5CEGUI10GUIContext21injectMouseButtonDownENS_11MouseButtonE]
GUIContext::injectMouseButtonTripleClick ( enum MouseButton const button )
[symbol: _ZN5CEGUI10GUIContext28injectMouseButtonTripleClickENS_11MouseButtonE]
GUIContext::injectMouseButtonUp ( enum MouseButton button )
[symbol: _ZN5CEGUI10GUIContext19injectMouseButtonUpENS_11MouseButtonE]
GUIContext::injectMouseLeaves ( )
[symbol: _ZN5CEGUI10GUIContext17injectMouseLeavesEv]
GUIContext::injectMouseMove ( float delta_x, float delta_y )
[symbol: _ZN5CEGUI10GUIContext15injectMouseMoveEff]
GUIContext::injectMousePosition ( float x_pos, float y_pos )
[symbol: _ZN5CEGUI10GUIContext19injectMousePositionEff]
GUIContext::injectMouseWheelChange ( float delta )
[symbol: _ZN5CEGUI10GUIContext22injectMouseWheelChangeEf]
GUIContext::injectPasteRequest ( )
[symbol: _ZN5CEGUI10GUIContext18injectPasteRequestEv]
GUIContext::injectTimePulse ( float timeElapsed )
[symbol: _ZN5CEGUI10GUIContext15injectTimePulseEf]
GUIContext::isDirty ( ) const
[symbol: _ZNK5CEGUI10GUIContext7isDirtyEv]
GUIContext::isMouseClickEventGenerationEnabled ( ) const
[symbol: _ZNK5CEGUI10GUIContext34isMouseClickEventGenerationEnabledEv]
GUIContext::markAsDirty ( )
[symbol: _ZN5CEGUI10GUIContext11markAsDirtyEv]
GUIContext::mouseMoveInjection_impl ( MouseEventArgs& ma )
[symbol: _ZN5CEGUI10GUIContext23mouseMoveInjection_implERNS_14MouseEventArgsE]
GUIContext::notifyDefaultFontChanged ( Window* hierarchy_root ) const
[symbol: _ZNK5CEGUI10GUIContext24notifyDefaultFontChangedEPNS_6WindowE]
GUIContext::notifyMouseTransition ( Window* top, Window* bottom, void(Window::*)(MouseEventArgs&) func, MouseEventArgs& args ) const
[symbol: _ZNK5CEGUI10GUIContext21notifyMouseTransitionEPNS_6WindowES2_MS1_FvRNS_14MouseEventArgsEES4_]
GUIContext::onDefaultFontChanged ( EventArgs& args )
[symbol: _ZN5CEGUI10GUIContext20onDefaultFontChangedERNS_9EventArgsE]
GUIContext::onMouseButtonClickTimeoutChanged ( GUIContextEventArgs& args )
[symbol: _ZN5CEGUI10GUIContext32onMouseButtonClickTimeoutChangedERNS_19GUIContextEventArgsE]
GUIContext::onMouseButtonMultiClickTimeoutChanged ( GUIContextEventArgs& args )
[symbol: _ZN5CEGUI10GUIContext37onMouseButtonMultiClickTimeoutChangedERNS_19GUIContextEventArgsE]
GUIContext::onMouseButtonMultiClickToleranceChanged ( GUIContextEventArgs& args )
[symbol: _ZN5CEGUI10GUIContext39onMouseButtonMultiClickToleranceChangedERNS_19GUIContextEventArgsE]
GUIContext::onMouseMoveScalingFactorChanged ( GUIContextEventArgs& args )
[symbol: _ZN5CEGUI10GUIContext31onMouseMoveScalingFactorChangedERNS_19GUIContextEventArgsE]
GUIContext::onRenderTargetChanged ( GUIContextRenderTargetEventArgs& args )
[symbol: _ZN5CEGUI10GUIContext21onRenderTargetChangedERNS_31GUIContextRenderTargetEventArgsE]
GUIContext::onRootWindowChanged ( WindowEventArgs& args )
[symbol: _ZN5CEGUI10GUIContext19onRootWindowChangedERNS_15WindowEventArgsE]
GUIContext::renderWindowHierarchyToSurfaces ( )
[symbol: _ZN5CEGUI10GUIContext31renderWindowHierarchyToSurfacesEv]
GUIContext::resetWindowContainingMouse ( )
[symbol: _ZN5CEGUI10GUIContext26resetWindowContainingMouseEv]
GUIContext::setDefaultFont ( Font* font )
[symbol: _ZN5CEGUI10GUIContext14setDefaultFontEPNS_4FontE]
GUIContext::setDefaultFont ( String const& name )
[symbol: _ZN5CEGUI10GUIContext14setDefaultFontERKNS_6StringE]
GUIContext::setDefaultTooltipObject ( Tooltip* tooltip )
[symbol: _ZN5CEGUI10GUIContext23setDefaultTooltipObjectEPNS_7TooltipE]
GUIContext::setDefaultTooltipType ( String const& tooltip_type )
[symbol: _ZN5CEGUI10GUIContext21setDefaultTooltipTypeERKNS_6StringE]
GUIContext::setInputCaptureWindow ( Window* window )
[symbol: _ZN5CEGUI10GUIContext21setInputCaptureWindowEPNS_6WindowE]
GUIContext::setModalWindow ( Window* window )
[symbol: _ZN5CEGUI10GUIContext14setModalWindowEPNS_6WindowE]
GUIContext::setMouseButtonClickTimeout ( float seconds )
[symbol: _ZN5CEGUI10GUIContext26setMouseButtonClickTimeoutEf]
GUIContext::setMouseButtonMultiClickTimeout ( float seconds )
[symbol: _ZN5CEGUI10GUIContext31setMouseButtonMultiClickTimeoutEf]
GUIContext::setMouseButtonMultiClickTolerance ( Sizef const& sz )
[symbol: _ZN5CEGUI10GUIContext33setMouseButtonMultiClickToleranceERKNS_4SizeIfEE]
GUIContext::setMouseClickEventGenerationEnabled ( bool const enable )
[symbol: _ZN5CEGUI10GUIContext35setMouseClickEventGenerationEnabledEb]
GUIContext::setMouseMoveScalingFactor ( float factor )
[symbol: _ZN5CEGUI10GUIContext25setMouseMoveScalingFactorEf]
GUIContext::setRenderTarget ( RenderTarget& target )
[symbol: _ZN5CEGUI10GUIContext15setRenderTargetERNS_12RenderTargetE]
GUIContext::setRootWindow ( Window* new_root )
[symbol: _ZN5CEGUI10GUIContext13setRootWindowEPNS_6WindowE]
GUIContext::updateRootWindowAreaRects ( ) const
[symbol: _ZNK5CEGUI10GUIContext25updateRootWindowAreaRectsEv]
GUIContext::updateWindowContainingMouse ( )
[symbol: _ZN5CEGUI10GUIContext27updateWindowContainingMouseEv]
GUIContext::updateWindowContainingMouse_impl ( ) const
[symbol: _ZNK5CEGUI10GUIContext32updateWindowContainingMouse_implEv]
GUIContext::windowDestroyedHandler ( EventArgs const& args )
[symbol: _ZN5CEGUI10GUIContext22windowDestroyedHandlerERKNS_9EventArgsE]
GUIContext::~GUIContext [in-charge-deleting] ( )
[symbol: _ZN5CEGUI10GUIContextD0Ev]
GUIContext::~GUIContext [in-charge] ( )
[symbol: _ZN5CEGUI10GUIContextD1Ev]
GUIContext::~GUIContext [not-in-charge] ( )
[symbol: _ZN5CEGUI10GUIContextD2Ev]
GUIContextRenderTargetEventArgs::~GUIContextRenderTargetEventArgs [in-charge-deleting] ( )
[symbol: _ZN5CEGUI31GUIContextRenderTargetEventArgsD0Ev]
GUIContextRenderTargetEventArgs::~GUIContextRenderTargetEventArgs [in-charge] ( )
[symbol: _ZN5CEGUI31GUIContextRenderTargetEventArgsD1Ev]
GUIContext.h,
libCEGUILuaScriptModule-0.so.2.3.0
namespace CEGUI
GUIContextEventArgs::~GUIContextEventArgs [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19GUIContextEventArgsD0Ev]
GUIContextEventArgs::~GUIContextEventArgs [in-charge] ( )
[symbol: _ZN5CEGUI19GUIContextEventArgsD1Ev]
GUILayout_xmlHandler.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
GUILayout_xmlHandler::getDefaultResourceGroup ( ) const
[symbol: _ZNK5CEGUI20GUILayout_xmlHandler23getDefaultResourceGroupEv]
GUILayout_xmlHandler::getSchemaName ( ) const
[symbol: _ZNK5CEGUI20GUILayout_xmlHandler13getSchemaNameEv]
GUILayout_xmlHandler::GUILayoutVersionAttribute [data]
[symbol: _ZN5CEGUI20GUILayout_xmlHandler25GUILayoutVersionAttributeE]
GUILayout_xmlHandler::NativeVersion [data]
[symbol: _ZN5CEGUI20GUILayout_xmlHandler13NativeVersionE]
IconvStringTranscoder.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
IconvStringTranscoder::deleteUTF16Buffer ( uint16* input ) const
[symbol: _ZNK5CEGUI21IconvStringTranscoder17deleteUTF16BufferEPt]
IconvStringTranscoder::IconvStringTranscoder [in-charge] ( )
[symbol: _ZN5CEGUI21IconvStringTranscoderC1Ev]
IconvStringTranscoder::IconvStringTranscoder [not-in-charge] ( )
[symbol: _ZN5CEGUI21IconvStringTranscoderC2Ev]
IconvStringTranscoder::stringFromStdWString ( std::wstring const& input ) const
[symbol: _ZNK5CEGUI21IconvStringTranscoder20stringFromStdWStringERKSbIwSt11char_traitsIwESaIwEE]
IconvStringTranscoder::stringFromUTF16 ( uint16 const* input ) const
[symbol: _ZNK5CEGUI21IconvStringTranscoder15stringFromUTF16EPKt]
IconvStringTranscoder::stringToStdWString ( String const& input ) const
[symbol: _ZNK5CEGUI21IconvStringTranscoder18stringToStdWStringERKNS_6StringE]
IconvStringTranscoder::stringToUTF16 ( String const& input ) const
[symbol: _ZNK5CEGUI21IconvStringTranscoder13stringToUTF16ERKNS_6StringE]
IconvStringTranscoder::~IconvStringTranscoder [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21IconvStringTranscoderD0Ev]
IconvStringTranscoder::~IconvStringTranscoder [in-charge] ( )
[symbol: _ZN5CEGUI21IconvStringTranscoderD1Ev]
Image.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Image::computeScalingFactors ( enum AutoScaledMode mode, Sizef const& display_size, Sizef const& native_display_size, float& x_scale, float& y_scale ) [static]
[symbol: _ZN5CEGUI5Image21computeScalingFactorsENS_14AutoScaledModeERKNS_4SizeIfEES5_RfS6_]
Image::elementEndLocal ( String const& element )
[symbol: _ZN5CEGUI5Image15elementEndLocalERKNS_6StringE]
Image::elementStartLocal ( String const& element, XMLAttributes const& attributes )
[symbol: _ZN5CEGUI5Image17elementStartLocalERKNS_6StringERKNS_13XMLAttributesE]
Image::~Image [in-charge-deleting] ( )
[symbol: _ZN5CEGUI5ImageD0Ev]
ImageFactory.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ImageFactory::~ImageFactory [in-charge-deleting] ( )
[symbol: _ZN5CEGUI12ImageFactoryD0Ev]
ImageFactory::~ImageFactory [in-charge] ( )
[symbol: _ZN5CEGUI12ImageFactoryD1Ev]
ImageManager.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ImageManager::addFromImageFile ( String const& name, String const& filename, String const& resource_group )
[symbol: _ZN5CEGUI12ImageManager16addFromImageFileERKNS_6StringES3_S3_]
ImageManager::create ( String const& type, String const& name )
[symbol: _ZN5CEGUI12ImageManager6createERKNS_6StringES3_]
ImageManager::create ( XMLAttributes const& attributes )
[symbol: _ZN5CEGUI12ImageManager6createERKNS_13XMLAttributesE]
ImageManager::destroy ( Image& image )
[symbol: _ZN5CEGUI12ImageManager7destroyERNS_5ImageE]
ImageManager::destroy ( String const& name )
[symbol: _ZN5CEGUI12ImageManager7destroyERKNS_6StringE]
ImageManager::destroyAll ( )
[symbol: _ZN5CEGUI12ImageManager10destroyAllEv]
ImageManager::destroyImageCollection ( String const& prefix, bool const delete_texture )
[symbol: _ZN5CEGUI12ImageManager22destroyImageCollectionERKNS_6StringEb]
ImageManager::get ( String const& name ) const
[symbol: _ZNK5CEGUI12ImageManager3getERKNS_6StringE]
ImageManager::getDefaultResourceGroup ( ) const
[symbol: _ZNK5CEGUI12ImageManager23getDefaultResourceGroupEv]
ImageManager::getImageCount ( ) const
[symbol: _ZNK5CEGUI12ImageManager13getImageCountEv]
ImageManager::getIterator ( ) const
[symbol: _ZNK5CEGUI12ImageManager11getIteratorEv]
ImageManager::getSchemaName ( ) const
[symbol: _ZNK5CEGUI12ImageManager13getSchemaNameEv]
ImageManager::ImageManager [in-charge] ( )
[symbol: _ZN5CEGUI12ImageManagerC1Ev]
ImageManager::ImageManager [not-in-charge] ( )
[symbol: _ZN5CEGUI12ImageManagerC2Ev]
ImageManager::isDefined ( String const& name ) const
[symbol: _ZNK5CEGUI12ImageManager9isDefinedERKNS_6StringE]
ImageManager::isImageTypeAvailable ( String const& name ) const
[symbol: _ZNK5CEGUI12ImageManager20isImageTypeAvailableERKNS_6StringE]
ImageManager::loadImageset ( String const& filename, String const& resource_group )
[symbol: _ZN5CEGUI12ImageManager12loadImagesetERKNS_6StringES3_]
ImageManager::loadImagesetFromString ( String const& source )
[symbol: _ZN5CEGUI12ImageManager22loadImagesetFromStringERKNS_6StringE]
ImageManager::notifyDisplaySizeChanged ( Sizef const& size )
[symbol: _ZN5CEGUI12ImageManager24notifyDisplaySizeChangedERKNS_4SizeIfEE]
ImageManager::removeImageType ( String const& name )
[symbol: _ZN5CEGUI12ImageManager15removeImageTypeERKNS_6StringE]
ImageManager::~ImageManager [in-charge-deleting] ( )
[symbol: _ZN5CEGUI12ImageManagerD0Ev]
ImageManager::~ImageManager [in-charge] ( )
[symbol: _ZN5CEGUI12ImageManagerD1Ev]
ImageManager::~ImageManager [not-in-charge] ( )
[symbol: _ZN5CEGUI12ImageManagerD2Ev]
ImageryComponent.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ImageryComponent::getHorizontalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI16ImageryComponent23getHorizontalFormattingERKNS_6WindowE]
ImageryComponent::getVerticalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI16ImageryComponent21getVerticalFormattingERKNS_6WindowE]
ImageryComponent::render_impl ( Window& srcWindow, Rectf& destRect, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI16ImageryComponent11render_implERNS_6WindowERNS_4RectIfEEPKNS_10ColourRectEPKS4_b]
ImageryComponent::setHorizontalFormattingPropertySource ( String const& property_name )
[symbol: _ZN5CEGUI16ImageryComponent37setHorizontalFormattingPropertySourceERKNS_6StringE]
ImageryComponent::setImage ( String const& name )
[symbol: _ZN5CEGUI16ImageryComponent8setImageERKNS_6StringE]
ImageryComponent::setVerticalFormattingPropertySource ( String const& property_name )
[symbol: _ZN5CEGUI16ImageryComponent35setVerticalFormattingPropertySourceERKNS_6StringE]
ImagerySection.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ImagerySection::getBoundingRect ( Window const& wnd, Rectf const& rect ) const
[symbol: _ZNK5CEGUI14ImagerySection15getBoundingRectERKNS_6WindowERKNS_4RectIfEE]
ImagerySection::getFrameComponentIterator ( ) const
[symbol: _ZNK5CEGUI14ImagerySection25getFrameComponentIteratorEv]
ImagerySection::getImageryComponentIterator ( ) const
[symbol: _ZNK5CEGUI14ImagerySection27getImageryComponentIteratorEv]
ImagerySection::getMasterColoursPropertySource ( ) const
[symbol: _ZNK5CEGUI14ImagerySection30getMasterColoursPropertySourceEv]
ImagerySection::getTextComponentIterator ( ) const
[symbol: _ZNK5CEGUI14ImagerySection24getTextComponentIteratorEv]
ImagerySection::handleFontRenderSizeChange ( Window& window, Font const* font ) const
[symbol: _ZNK5CEGUI14ImagerySection26handleFontRenderSizeChangeERNS_6WindowEPKNS_4FontE]
ImagerySection::removeFrameComponent ( FrameComponent const& frame )
[symbol: _ZN5CEGUI14ImagerySection20removeFrameComponentERKNS_14FrameComponentE]
ImagerySection::removeImageryComponent ( ImageryComponent const& img )
[symbol: _ZN5CEGUI14ImagerySection22removeImageryComponentERKNS_16ImageryComponentE]
ImagerySection::removeTextComponent ( TextComponent const& text )
[symbol: _ZN5CEGUI14ImagerySection19removeTextComponentERKNS_13TextComponentE]
ImagerySection::render ( Window& srcWindow, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI14ImagerySection6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb]
ImagerySection::render ( Window& srcWindow, Rectf const& baseRect, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI14ImagerySection6renderERNS_6WindowERKNS_4RectIfEEPKNS_10ColourRectEPS5_b]
ImagerySection::setName ( String const& name )
[symbol: _ZN5CEGUI14ImagerySection7setNameERKNS_6StringE]
InjectedInputReceiver.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
InjectedInputReceiver::~InjectedInputReceiver [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21InjectedInputReceiverD0Ev]
InjectedInputReceiver::~InjectedInputReceiver [in-charge] ( )
[symbol: _ZN5CEGUI21InjectedInputReceiverD1Ev]
InputEvent.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
FontEventArgs::~FontEventArgs [in-charge-deleting] ( )
[symbol: _ZN5CEGUI13FontEventArgsD0Ev]
FontEventArgs::~FontEventArgs [in-charge] ( )
[symbol: _ZN5CEGUI13FontEventArgsD1Ev]
ItemEntry.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ItemEntry::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI9ItemEntry22validateWindowRendererEPKNS_14WindowRendererE]
ItemListBase.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ItemListBase::onParentSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI12ItemListBase13onParentSizedERNS_16ElementEventArgsE]
ItemListBase::performChildWindowLayout ( bool nonclient_sized_hint, bool client_sized_hint )
[symbol: _ZN5CEGUI12ItemListBase24performChildWindowLayoutEbb]
ItemListBase::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI12ItemListBase22validateWindowRendererEPKNS_14WindowRendererE]
IteratorBase.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ConstBaseIterator<EventLinkDefinition::LinkTargetCollection,EventLinkDefinition::StringPair>::~ConstBaseIterator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17ConstBaseIteratorISt6vectorISt4pairINS_6StringES3_ESaIS4_EES4_ED0Ev]
ConstBaseIterator<EventLinkDefinition::LinkTargetCollection,EventLinkDefinition::StringPair>::~ConstBaseIterator [in-charge] ( )
[symbol: _ZN5CEGUI17ConstBaseIteratorISt6vectorISt4pairINS_6StringES3_ESaIS4_EES4_ED1Ev]
ConstVectorIterator<EventLinkDefinition::LinkTargetCollection>::getCurrentValue ( ) const
[symbol: _ZNK5CEGUI19ConstVectorIteratorISt6vectorISt4pairINS_6StringES3_ESaIS4_EEE15getCurrentValueEv]
ConstVectorIterator<EventLinkDefinition::LinkTargetCollection>::~ConstVectorIterator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19ConstVectorIteratorISt6vectorISt4pairINS_6StringES3_ESaIS4_EEED0Ev]
ConstVectorIterator<EventLinkDefinition::LinkTargetCollection>::~ConstVectorIterator [in-charge] ( )
[symbol: _ZN5CEGUI19ConstVectorIteratorISt6vectorISt4pairINS_6StringES3_ESaIS4_EEED1Ev]
JustifiedRenderedString.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
JustifiedRenderedString::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect ) const
[symbol: _ZNK5CEGUI23JustifiedRenderedString4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEE]
JustifiedRenderedString::format ( Window const* ref_wnd, Sizef const& area_size )
[symbol: _ZN5CEGUI23JustifiedRenderedString6formatEPKNS_6WindowERKNS_4SizeIfEE]
JustifiedRenderedString::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI23JustifiedRenderedString19getHorizontalExtentEPKNS_6WindowE]
JustifiedRenderedString::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI23JustifiedRenderedString17getVerticalExtentEPKNS_6WindowE]
KeyFrame.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
KeyFrame::getIdxInParent ( ) const
[symbol: _ZNK5CEGUI8KeyFrame14getIdxInParentEv]
KeyFrame::writeXMLToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI8KeyFrame16writeXMLToStreamERNS_13XMLSerializerE]
LayerSpecification.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
LayerSpecification::getSectionIterator ( ) const
[symbol: _ZNK5CEGUI18LayerSpecification18getSectionIteratorEv]
LayerSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI18LayerSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb]
LayerSpecification::render ( Window& srcWindow, Rectf const& baseRect, ColourRect const* modcols, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI18LayerSpecification6renderERNS_6WindowERKNS_4RectIfEEPKNS_10ColourRectEPS5_b]
LayerSpecification::setLayerPriority ( uint priority )
[symbol: _ZN5CEGUI18LayerSpecification16setLayerPriorityEj]
LayoutCell.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
LayoutCell::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI10LayoutCell13addChild_implEPNS_7ElementE]
LayoutCell::EventNamespace [data]
[symbol: _ZN5CEGUI10LayoutCell14EventNamespaceE]
LayoutCell::getClientChildContentArea ( ) const
[symbol: _ZNK5CEGUI10LayoutCell25getClientChildContentAreaEv]
LayoutCell::getClientChildContentArea_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI10LayoutCell30getClientChildContentArea_implEb]
LayoutCell::getUnclippedInnerRect_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI10LayoutCell26getUnclippedInnerRect_implEb]
LayoutCell::handleChildAdded ( EventArgs const& e )
[symbol: _ZN5CEGUI10LayoutCell16handleChildAddedERKNS_9EventArgsE]
LayoutCell::handleChildRemoved ( EventArgs const& e )
[symbol: _ZN5CEGUI10LayoutCell18handleChildRemovedERKNS_9EventArgsE]
LayoutCell::handleChildSized ( EventArgs const& e )
[symbol: _ZN5CEGUI10LayoutCell16handleChildSizedERKNS_9EventArgsE]
LayoutCell::LayoutCell [in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI10LayoutCellC1ERKNS_6StringES3_]
LayoutCell::LayoutCell [not-in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI10LayoutCellC2ERKNS_6StringES3_]
LayoutCell::notifyScreenAreaChanged ( bool recursive )
[symbol: _ZN5CEGUI10LayoutCell23notifyScreenAreaChangedEb]
LayoutCell::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI10LayoutCell16removeChild_implEPNS_7ElementE]
LayoutCell::WidgetTypeName [data]
[symbol: _ZN5CEGUI10LayoutCell14WidgetTypeNameE]
LayoutCell::~LayoutCell [in-charge-deleting] ( )
[symbol: _ZN5CEGUI10LayoutCellD0Ev]
LayoutCell::~LayoutCell [in-charge] ( )
[symbol: _ZN5CEGUI10LayoutCellD1Ev]
LayoutCell::~LayoutCell [not-in-charge] ( )
[symbol: _ZN5CEGUI10LayoutCellD2Ev]
LayoutContainer.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
LayoutContainer::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI15LayoutContainer13addChild_implEPNS_7ElementE]
LayoutContainer::getClientChildContentArea ( ) const
[symbol: _ZNK5CEGUI15LayoutContainer25getClientChildContentAreaEv]
LayoutContainer::getClientChildContentArea_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI15LayoutContainer30getClientChildContentArea_implEb]
LayoutContainer::getIdxOfChild ( Window* wnd ) const
[symbol: _ZNK5CEGUI15LayoutContainer13getIdxOfChildEPNS_6WindowE]
LayoutContainer::getUnclippedInnerRect_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI15LayoutContainer26getUnclippedInnerRect_implEb]
LayoutContainer::notifyScreenAreaChanged ( bool recursive )
[symbol: _ZN5CEGUI15LayoutContainer23notifyScreenAreaChangedEb]
LayoutContainer::onParentSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI15LayoutContainer13onParentSizedERNS_16ElementEventArgsE]
LayoutContainer::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI15LayoutContainer16removeChild_implEPNS_7ElementE]
LeftAlignedRenderedString.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
LeftAlignedRenderedString::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect ) const
[symbol: _ZNK5CEGUI25LeftAlignedRenderedString4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEE]
LeftAlignedRenderedString::format ( Window const* ref_wnd, Sizef const& area_size )
[symbol: _ZN5CEGUI25LeftAlignedRenderedString6formatEPKNS_6WindowERKNS_4SizeIfEE]
LeftAlignedRenderedString::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI25LeftAlignedRenderedString19getHorizontalExtentEPKNS_6WindowE]
LeftAlignedRenderedString::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI25LeftAlignedRenderedString17getVerticalExtentEPKNS_6WindowE]
LinkedEvent.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
LinkedEvent::addLinkedTarget ( Event& link_target )
[symbol: _ZN5CEGUI11LinkedEvent15addLinkedTargetERNS_5EventE]
LinkedEvent::handler ( EventArgs const& args )
[symbol: _ZN5CEGUI11LinkedEvent7handlerERKNS_9EventArgsE]
LinkedEvent::LinkedEvent [in-charge] ( String const& event_name, EventSet* target_event_set )
[symbol: _ZN5CEGUI11LinkedEventC1ERKNS_6StringEPNS_8EventSetE]
LinkedEvent::LinkedEvent [not-in-charge] ( String const& event_name, EventSet* target_event_set )
[symbol: _ZN5CEGUI11LinkedEventC2ERKNS_6StringEPNS_8EventSetE]
LinkedEvent::~LinkedEvent [in-charge-deleting] ( )
[symbol: _ZN5CEGUI11LinkedEventD0Ev]
LinkedEvent::~LinkedEvent [in-charge] ( )
[symbol: _ZN5CEGUI11LinkedEventD1Ev]
LinkedEvent::~LinkedEvent [not-in-charge] ( )
[symbol: _ZN5CEGUI11LinkedEventD2Ev]
Listbox.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Listbox::getItemAtPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI7Listbox14getItemAtPointERKNS_7Vector2IfEE]
Listbox::HorzScrollbarName [data]
[symbol: _ZN5CEGUI7Listbox17HorzScrollbarNameE]
Listbox::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI7Listbox7onSizedERNS_16ElementEventArgsE]
Listbox::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI7Listbox22validateWindowRendererEPKNS_14WindowRendererE]
Listbox::VertScrollbarName [data]
[symbol: _ZN5CEGUI7Listbox17VertScrollbarNameE]
ListboxItem.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ListboxItem::calculateModulatedAlphaColour ( Colour col, float alpha ) const
[symbol: _ZNK5CEGUI11ListboxItem29calculateModulatedAlphaColourENS_6ColourEf]
ListboxItem::handleFontRenderSizeChange ( Font const*const font )
[symbol: _ZN5CEGUI11ListboxItem26handleFontRenderSizeChangeEPKNS_4FontE]
ListboxItem::setSelectionBrushImage ( String const& name )
[symbol: _ZN5CEGUI11ListboxItem22setSelectionBrushImageERKNS_6StringE]
ListboxItem::setSelectionColours ( Colour top_left_colour, Colour top_right_colour, Colour bottom_left_colour, Colour bottom_right_colour )
[symbol: _ZN5CEGUI11ListboxItem19setSelectionColoursENS_6ColourES1_S1_S1_]
ListboxTextItem.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ListboxTextItem::draw ( GeometryBuffer& buffer, Rectf const& targetRect, float alpha, Rectf const* clipper ) const
[symbol: _ZNK5CEGUI15ListboxTextItem4drawERNS_14GeometryBufferERKNS_4RectIfEEfPS5_]
ListboxTextItem::handleFontRenderSizeChange ( Font const*const font )
[symbol: _ZN5CEGUI15ListboxTextItem26handleFontRenderSizeChangeEPKNS_4FontE]
ListboxTextItem::setTextColours ( Colour top_left_colour, Colour top_right_colour, Colour bottom_left_colour, Colour bottom_right_colour )
[symbol: _ZN5CEGUI15ListboxTextItem14setTextColoursENS_6ColourES1_S1_S1_]
ListHeader.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ListHeader::getSortSegmentID ( ) const
[symbol: _ZNK5CEGUI10ListHeader16getSortSegmentIDEv]
ListHeader::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI10ListHeader22validateWindowRendererEPKNS_14WindowRendererE]
ListHeaderSegment.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ListHeaderSegment::doDragMoving ( Vector2f const& local_mouse )
[symbol: _ZN5CEGUI17ListHeaderSegment12doDragMovingERKNS_7Vector2IfEE]
ListHeaderSegment::doDragSizing ( Vector2f const& local_mouse )
[symbol: _ZN5CEGUI17ListHeaderSegment12doDragSizingERKNS_7Vector2IfEE]
ListHeaderSegment::isDragMoveThresholdExceeded ( Vector2f const& local_mouse )
[symbol: _ZN5CEGUI17ListHeaderSegment27isDragMoveThresholdExceededERKNS_7Vector2IfEE]
ListHeaderSegment::setMovingCursorImage ( String const& name )
[symbol: _ZN5CEGUI17ListHeaderSegment20setMovingCursorImageERKNS_6StringE]
ListHeaderSegment::setSizingCursorImage ( String const& name )
[symbol: _ZN5CEGUI17ListHeaderSegment20setSizingCursorImageERKNS_6StringE]
MenuBase.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
MenuBase::onChildRemoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI8MenuBase14onChildRemovedERNS_16ElementEventArgsE]
MenuItem.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
MenuItem::updateInternalState ( Vector2f const& mouse_pos )
[symbol: _ZN5CEGUI8MenuItem19updateInternalStateERKNS_7Vector2IfEE]
Module.h,
libCEGUICommonDialogs-0.so.2.3.0
initialiseCEGUICommonDialogs ( )
MouseCursor.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
MouseCursor::EventDefaultImageChanged [data]
[symbol: _ZN5CEGUI11MouseCursor24EventDefaultImageChangedE]
MouseCursor::getDefaultImage ( ) const
[symbol: _ZNK5CEGUI11MouseCursor15getDefaultImageEv]
MouseCursor::notifyDisplaySizeChanged ( Sizef const& new_size )
[symbol: _ZN5CEGUI11MouseCursor24notifyDisplaySizeChangedERKNS_4SizeIfEE]
MouseCursor::offsetPosition ( Vector2f const& offset )
[symbol: _ZN5CEGUI11MouseCursor14offsetPositionERKNS_7Vector2IfEE]
MouseCursor::onDefaultImageChanged ( MouseCursorEventArgs& e )
[symbol: _ZN5CEGUI11MouseCursor21onDefaultImageChangedERNS_20MouseCursorEventArgsE]
MouseCursor::setConstraintArea ( Rectf const* area )
[symbol: _ZN5CEGUI11MouseCursor17setConstraintAreaEPKNS_4RectIfEE]
MouseCursor::setDefaultImage ( Image const* image )
[symbol: _ZN5CEGUI11MouseCursor15setDefaultImageEPKNS_5ImageE]
MouseCursor::setDefaultImage ( String const& name )
[symbol: _ZN5CEGUI11MouseCursor15setDefaultImageERKNS_6StringE]
MouseCursor::setExplicitRenderSize ( Sizef const& size )
[symbol: _ZN5CEGUI11MouseCursor21setExplicitRenderSizeERKNS_4SizeIfEE]
MouseCursor::setImage ( String const& name )
[symbol: _ZN5CEGUI11MouseCursor8setImageERKNS_6StringE]
MouseCursor::setInitialMousePosition ( Vector2f const& position ) [static]
[symbol: _ZN5CEGUI11MouseCursor23setInitialMousePositionERKNS_7Vector2IfEE]
MouseCursor::setPosition ( Vector2f const& position )
[symbol: _ZN5CEGUI11MouseCursor11setPositionERKNS_7Vector2IfEE]
MouseCursor::setUnifiedConstraintArea ( URect const* area )
[symbol: _ZN5CEGUI11MouseCursor24setUnifiedConstraintAreaEPKNS_4RectINS_4UDimEEE]
MultiColumnList.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
MultiColumnList::addColumn ( String const& value )
[symbol: _ZN5CEGUI15MultiColumnList9addColumnERKNS_6StringE]
MultiColumnList::getItemAtPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI15MultiColumnList14getItemAtPointERKNS_7Vector2IfEE]
MultiColumnList::getSortColumnID ( ) const
[symbol: _ZNK5CEGUI15MultiColumnList15getSortColumnIDEv]
MultiColumnList::HorzScrollbarName [data]
[symbol: _ZN5CEGUI15MultiColumnList17HorzScrollbarNameE]
MultiColumnList::ListHeaderName [data]
[symbol: _ZN5CEGUI15MultiColumnList14ListHeaderNameE]
MultiColumnList::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI15MultiColumnList7onSizedERNS_16ElementEventArgsE]
MultiColumnList::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI15MultiColumnList22validateWindowRendererEPKNS_14WindowRendererE]
MultiColumnList::VertScrollbarName [data]
[symbol: _ZN5CEGUI15MultiColumnList17VertScrollbarNameE]
MultiLineEditbox.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
MultiLineEditbox::ensureCaretIsVisible ( )
[symbol: _ZN5CEGUI16MultiLineEditbox20ensureCaretIsVisibleEv]
MultiLineEditbox::EventCaretMoved [data]
[symbol: _ZN5CEGUI16MultiLineEditbox15EventCaretMovedE]
MultiLineEditbox::getTextIndexFromPosition ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI16MultiLineEditbox24getTextIndexFromPositionERKNS_7Vector2IfEE]
MultiLineEditbox::HorzScrollbarName [data]
[symbol: _ZN5CEGUI16MultiLineEditbox17HorzScrollbarNameE]
MultiLineEditbox::onCaretMoved ( WindowEventArgs& e )
[symbol: _ZN5CEGUI16MultiLineEditbox12onCaretMovedERNS_15WindowEventArgsE]
MultiLineEditbox::onFontChanged ( WindowEventArgs& e )
[symbol: _ZN5CEGUI16MultiLineEditbox13onFontChangedERNS_15WindowEventArgsE]
MultiLineEditbox::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI16MultiLineEditbox7onSizedERNS_16ElementEventArgsE]
MultiLineEditbox::performCopy ( Clipboard& clipboard )
[symbol: _ZN5CEGUI16MultiLineEditbox11performCopyERNS_9ClipboardE]
MultiLineEditbox::performCut ( Clipboard& clipboard )
[symbol: _ZN5CEGUI16MultiLineEditbox10performCutERNS_9ClipboardE]
MultiLineEditbox::performPaste ( Clipboard& clipboard )
[symbol: _ZN5CEGUI16MultiLineEditbox12performPasteERNS_9ClipboardE]
MultiLineEditbox::setCaretIndex ( size_t caret_pos )
[symbol: _ZN5CEGUI16MultiLineEditbox13setCaretIndexEj]
MultiLineEditbox::setSelectionLength ( size_t length )
[symbol: _ZN5CEGUI16MultiLineEditbox18setSelectionLengthEj]
MultiLineEditbox::setSelectionStart ( size_t start_pos )
[symbol: _ZN5CEGUI16MultiLineEditbox17setSelectionStartEj]
MultiLineEditbox::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI16MultiLineEditbox22validateWindowRendererEPKNS_14WindowRendererE]
MultiLineEditbox::VertScrollbarName [data]
[symbol: _ZN5CEGUI16MultiLineEditbox17VertScrollbarNameE]
NamedArea.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
NamedArea::handleFontRenderSizeChange ( Window& window, Font const* font ) const
[symbol: _ZNK5CEGUI9NamedArea26handleFontRenderSizeChangeERNS_6WindowEPKNS_4FontE]
NamedArea::setName ( String const& name )
[symbol: _ZN5CEGUI9NamedArea7setNameERKNS_6StringE]
NamedElement.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
NamedElement::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI12NamedElement13addChild_implEPNS_7ElementE]
NamedElement::addNamedElementProperties ( )
[symbol: _ZN5CEGUI12NamedElement25addNamedElementPropertiesEv]
NamedElement::EventNameChanged [data]
[symbol: _ZN5CEGUI12NamedElement16EventNameChangedE]
NamedElement::EventNamespace [data]
[symbol: _ZN5CEGUI12NamedElement14EventNamespaceE]
NamedElement::getChildByNamePath_impl ( String const& name_path ) const
[symbol: _ZNK5CEGUI12NamedElement23getChildByNamePath_implERKNS_6StringE]
NamedElement::getChildByNameRecursive_impl ( String const& name ) const
[symbol: _ZNK5CEGUI12NamedElement28getChildByNameRecursive_implERKNS_6StringE]
NamedElement::getChildElement ( String const& name_path ) const
[symbol: _ZNK5CEGUI12NamedElement15getChildElementERKNS_6StringE]
NamedElement::getChildElementRecursive ( String const& name ) const
[symbol: _ZNK5CEGUI12NamedElement24getChildElementRecursiveERKNS_6StringE]
NamedElement::getNamePath ( ) const
[symbol: _ZNK5CEGUI12NamedElement11getNamePathEv]
NamedElement::isAncestor ( String const& name ) const
[symbol: _ZNK5CEGUI12NamedElement10isAncestorERKNS_6StringE]
NamedElement::isChild ( String const& name_path ) const
[symbol: _ZNK5CEGUI12NamedElement7isChildERKNS_6StringE]
NamedElement::isChildRecursive ( String const& name ) const
[symbol: _ZNK5CEGUI12NamedElement16isChildRecursiveERKNS_6StringE]
NamedElement::NamedElement [in-charge] ( String const& name )
[symbol: _ZN5CEGUI12NamedElementC1ERKNS_6StringE]
NamedElement::NamedElement [not-in-charge] ( String const& name )
[symbol: _ZN5CEGUI12NamedElementC2ERKNS_6StringE]
NamedElement::onNameChanged ( NamedElementEventArgs& e )
[symbol: _ZN5CEGUI12NamedElement13onNameChangedERNS_21NamedElementEventArgsE]
NamedElement::removeChild ( String const& name_path )
[symbol: _ZN5CEGUI12NamedElement11removeChildERKNS_6StringE]
NamedElement::setName ( String const& name )
[symbol: _ZN5CEGUI12NamedElement7setNameERKNS_6StringE]
NamedElement::~NamedElement [in-charge-deleting] ( )
[symbol: _ZN5CEGUI12NamedElementD0Ev]
NamedElement::~NamedElement [in-charge] ( )
[symbol: _ZN5CEGUI12NamedElementD1Ev]
NamedElement::~NamedElement [not-in-charge] ( )
[symbol: _ZN5CEGUI12NamedElementD2Ev]
NamedElement.h,
libCEGUILuaScriptModule-0.so.2.3.0
namespace CEGUI
NamedElementEventArgs::~NamedElementEventArgs [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21NamedElementEventArgsD0Ev]
NamedElementEventArgs::~NamedElementEventArgs [in-charge] ( )
[symbol: _ZN5CEGUI21NamedElementEventArgsD1Ev]
PCRERegexMatcher.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
PCRERegexMatcher::getMatchStateOfString ( String const& str ) const
[symbol: _ZNK5CEGUI16PCRERegexMatcher21getMatchStateOfStringERKNS_6StringE]
PixmapFont.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
PixmapFont::defineMapping ( String const& value )
[symbol: _ZN5CEGUI10PixmapFont13defineMappingERKNS_6StringE]
PixmapFont::getImageNamePrefix ( ) const
[symbol: _ZNK5CEGUI10PixmapFont18getImageNamePrefixEv]
PixmapFont::PixmapFont [in-charge] ( String const& font_name, String const& imageset_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res )
[symbol: _ZN5CEGUI10PixmapFontC1ERKNS_6StringES3_S3_NS_14AutoScaledModeERKNS_4SizeIfEE]
PixmapFont::PixmapFont [not-in-charge] ( String const& font_name, String const& imageset_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res )
[symbol: _ZN5CEGUI10PixmapFontC2ERKNS_6StringES3_S3_NS_14AutoScaledModeERKNS_4SizeIfEE]
PixmapFont::setImageNamePrefix ( String const& name_prefix )
[symbol: _ZN5CEGUI10PixmapFont18setImageNamePrefixERKNS_6StringE]
Property.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Property::doesWriteXML ( ) const
[symbol: _ZNK5CEGUI8Property12doesWriteXMLEv]
Property::isReadable ( ) const
[symbol: _ZNK5CEGUI8Property10isReadableEv]
Property::isWritable ( ) const
[symbol: _ZNK5CEGUI8Property10isWritableEv]
Property::NameXMLAttributeName [data]
[symbol: _ZN5CEGUI8Property20NameXMLAttributeNameE]
Property::ValueXMLAttributeName [data]
[symbol: _ZN5CEGUI8Property21ValueXMLAttributeNameE]
Property::XMLElementName [data]
[symbol: _ZN5CEGUI8Property14XMLElementNameE]
PropertyDefinitionBase.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
PropertyDefinitionBase::getEventFiredOnWrite ( ) const
[symbol: _ZNK5CEGUI22PropertyDefinitionBase20getEventFiredOnWriteEv]
PropertyDefinitionBase::getEventNamespace ( ) const
[symbol: _ZNK5CEGUI22PropertyDefinitionBase17getEventNamespaceEv]
PropertyDefinitionBase::getHelpString ( ) const
[symbol: _ZNK5CEGUI22PropertyDefinitionBase13getHelpStringEv]
PropertyDefinitionBase::getInitialValue ( ) const
[symbol: _ZNK5CEGUI22PropertyDefinitionBase15getInitialValueEv]
PropertyDefinitionBase::getPropertyName ( ) const
[symbol: _ZNK5CEGUI22PropertyDefinitionBase15getPropertyNameEv]
PropertyDefinitionBase::isLayoutOnWrite ( ) const
[symbol: _ZNK5CEGUI22PropertyDefinitionBase15isLayoutOnWriteEv]
PropertyDefinitionBase::isRedrawOnWrite ( ) const
[symbol: _ZNK5CEGUI22PropertyDefinitionBase15isRedrawOnWriteEv]
PropertyDefinitionBase::PropertyDefinitionBase [in-charge] ( String const& name, String const& help, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite, String const& fireEvent, String const& eventNamespace )
[symbol: _ZN5CEGUI22PropertyDefinitionBaseC1ERKNS_6StringES3_S3_bbS3_S3_]
PropertyDefinitionBase::PropertyDefinitionBase [not-in-charge] ( String const& name, String const& help, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite, String const& fireEvent, String const& eventNamespace )
[symbol: _ZN5CEGUI22PropertyDefinitionBaseC2ERKNS_6StringES3_S3_bbS3_S3_]
PropertyDefinitionBase::setEventFiredOnWrite ( String const& eventName )
[symbol: _ZN5CEGUI22PropertyDefinitionBase20setEventFiredOnWriteERKNS_6StringE]
PropertyDefinitionBase::setEventNamespace ( String const& eventNamespace )
[symbol: _ZN5CEGUI22PropertyDefinitionBase17setEventNamespaceERKNS_6StringE]
PropertyDefinitionBase::setHelpString ( String const& help )
[symbol: _ZN5CEGUI22PropertyDefinitionBase13setHelpStringERKNS_6StringE]
PropertyDefinitionBase::setInitialValue ( String const& value )
[symbol: _ZN5CEGUI22PropertyDefinitionBase15setInitialValueERKNS_6StringE]
PropertyDefinitionBase::setLayoutOnWrite ( bool value )
[symbol: _ZN5CEGUI22PropertyDefinitionBase16setLayoutOnWriteEb]
PropertyDefinitionBase::setPropertyName ( String const& name )
[symbol: _ZN5CEGUI22PropertyDefinitionBase15setPropertyNameERKNS_6StringE]
PropertyDefinitionBase::setRedrawOnWrite ( bool value )
[symbol: _ZN5CEGUI22PropertyDefinitionBase16setRedrawOnWriteEb]
PropertyDefinitionBase::UserStringNameSuffix [data]
[symbol: _ZN5CEGUI22PropertyDefinitionBase20UserStringNameSuffixE]
PropertyDefinitionBase::writeDefinitionXMLAttributes ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI22PropertyDefinitionBase28writeDefinitionXMLAttributesERNS_13XMLSerializerE]
PropertyDefinitionBase::writeDefinitionXMLToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI22PropertyDefinitionBase26writeDefinitionXMLToStreamERNS_13XMLSerializerE]
PropertyHelper.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
PropertyHelper<bool>::False [data]
[symbol: _ZN5CEGUI14PropertyHelperIbE5FalseE]
PropertyHelper<bool>::True [data]
[symbol: _ZN5CEGUI14PropertyHelperIbE4TrueE]
PropertyHelper<Font*>::fromString ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelperIPNS_4FontEE10fromStringERKNS_6StringE]
PropertyHelper<Font*>::toString ( PropertyHelper<Font*>::pass_type val ) [static]
[symbol: _ZN5CEGUI14PropertyHelperIPNS_4FontEE8toStringEPKS1_]
PropertyHelper<Image*>::fromString ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelperIPNS_5ImageEE10fromStringERKNS_6StringE]
PropertyHelper<Image*>::toString ( PropertyHelper<Image*>::pass_type val ) [static]
[symbol: _ZN5CEGUI14PropertyHelperIPNS_5ImageEE8toStringEPKS1_]
PropertyHelper<enum AspectMode>::Expand [data]
[symbol: _ZN5CEGUI14PropertyHelperINS_10AspectModeEE6ExpandE]
PropertyHelper<enum AspectMode>::Ignore [data]
[symbol: _ZN5CEGUI14PropertyHelperINS_10AspectModeEE6IgnoreE]
PropertyHelper<enum AspectMode>::Shrink [data]
[symbol: _ZN5CEGUI14PropertyHelperINS_10AspectModeEE6ShrinkE]
PropertyInitialiser.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
PropertyInitialiser::setInitialiserValue ( String const& value )
[symbol: _ZN5CEGUI19PropertyInitialiser19setInitialiserValueERKNS_6StringE]
PropertyInitialiser::setTargetPropertyName ( String const& name )
[symbol: _ZN5CEGUI19PropertyInitialiser21setTargetPropertyNameERKNS_6StringE]
PropertySet.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
PropertySet::getPropertyInstance ( String const& name ) const
[symbol: _ZNK5CEGUI11PropertySet19getPropertyInstanceERKNS_6StringE]
PropertySet::getPropertyIterator ( ) const
[symbol: _ZNK5CEGUI11PropertySet19getPropertyIteratorEv]
Quaternion.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Quaternion::axisAngleDegrees ( Vector3f const& axis, float rotation ) [static]
[symbol: _ZN5CEGUI10Quaternion16axisAngleDegreesERKNS_7Vector3IfEEf]
Quaternion::axisAngleRadians ( Vector3f const& axis, float rotation ) [static]
[symbol: _ZN5CEGUI10Quaternion16axisAngleRadiansERKNS_7Vector3IfEEf]
Quaternion::eulerAnglesDegrees ( float x, float y, float z ) [static]
[symbol: _ZN5CEGUI10Quaternion18eulerAnglesDegreesEfff]
Quaternion::eulerAnglesRadians ( float x, float y, float z ) [static]
[symbol: _ZN5CEGUI10Quaternion18eulerAnglesRadiansEfff]
Quaternion::IDENTITY [data]
[symbol: _ZN5CEGUI10Quaternion8IDENTITYE]
Quaternion::slerp ( Quaternion const& left, Quaternion const& right, float position, bool shortestPath ) [static]
[symbol: _ZN5CEGUI10Quaternion5slerpERKS0_S2_fb]
Quaternion::ZERO [data]
[symbol: _ZN5CEGUI10Quaternion4ZEROE]
QuaternionSlerpInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI27QuaternionSlerpInterpolator7getTypeEv]
QuaternionSlerpInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI27QuaternionSlerpInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
QuaternionSlerpInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI27QuaternionSlerpInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
QuaternionSlerpInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI27QuaternionSlerpInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
QuaternionSlerpInterpolator::~QuaternionSlerpInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI27QuaternionSlerpInterpolatorD0Ev]
QuaternionSlerpInterpolator::~QuaternionSlerpInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI27QuaternionSlerpInterpolatorD1Ev]
RadioButton.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RadioButton::deselectSiblingRadioButtonsInGroup ( ) const
[symbol: _ZNK5CEGUI11RadioButton34deselectSiblingRadioButtonsInGroupEv]
RadioButton::getPostClickSelectState ( ) const
[symbol: _ZNK5CEGUI11RadioButton23getPostClickSelectStateEv]
RadioButton::onSelectStateChange ( WindowEventArgs& e )
[symbol: _ZN5CEGUI11RadioButton19onSelectStateChangeERNS_15WindowEventArgsE]
RegexMatcher.h,
libCEGUILuaScriptModule-0.so.2.3.0
namespace CEGUI
RegexMatchStateEventArgs::~RegexMatchStateEventArgs [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24RegexMatchStateEventArgsD0Ev]
RegexMatchStateEventArgs::~RegexMatchStateEventArgs [in-charge] ( )
[symbol: _ZN5CEGUI24RegexMatchStateEventArgsD1Ev]
RenderedString.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RenderedString::draw ( Window const* ref_wnd, size_t const line, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect, float const space_extra ) const
[symbol: _ZNK5CEGUI14RenderedString4drawEPKNS_6WindowEjRNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEEf]
RenderedString::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI14RenderedString19getHorizontalExtentEPKNS_6WindowE]
RenderedString::getPixelSize ( Window const* ref_wnd, size_t const line ) const
[symbol: _ZNK5CEGUI14RenderedString12getPixelSizeEPKNS_6WindowEj]
RenderedString::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI14RenderedString17getVerticalExtentEPKNS_6WindowE]
RenderedString::setSelection ( Window const* ref_wnd, float start, float end )
[symbol: _ZN5CEGUI14RenderedString12setSelectionEPKNS_6WindowEff]
RenderedString::split ( Window const* ref_wnd, size_t const line, float split_point, RenderedString& left )
[symbol: _ZN5CEGUI14RenderedString5splitEPKNS_6WindowEjfRS0_]
RenderedStringComponent.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RenderedStringComponent::setPadding ( Rectf const& padding )
[symbol: _ZN5CEGUI23RenderedStringComponent10setPaddingERKNS_4RectIfEE]
RenderedStringImageComponent.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RenderedStringImageComponent::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect, float const vertical_space, float const space_extra ) const
[symbol: _ZNK5CEGUI28RenderedStringImageComponent4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEEff]
RenderedStringImageComponent::getPixelSize ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI28RenderedStringImageComponent12getPixelSizeEPKNS_6WindowE]
RenderedStringImageComponent::RenderedStringImageComponent [in-charge] ( String const& name )
[symbol: _ZN5CEGUI28RenderedStringImageComponentC1ERKNS_6StringE]
RenderedStringImageComponent::RenderedStringImageComponent [not-in-charge] ( String const& name )
[symbol: _ZN5CEGUI28RenderedStringImageComponentC2ERKNS_6StringE]
RenderedStringImageComponent::setColours ( Colour const& c )
[symbol: _ZN5CEGUI28RenderedStringImageComponent10setColoursERKNS_6ColourE]
RenderedStringImageComponent::setImage ( String const& name )
[symbol: _ZN5CEGUI28RenderedStringImageComponent8setImageERKNS_6StringE]
RenderedStringImageComponent::setSelection ( Window const* ref_wnd, float const start, float const end )
[symbol: _ZN5CEGUI28RenderedStringImageComponent12setSelectionEPKNS_6WindowEff]
RenderedStringImageComponent::setSize ( Sizef const& sz )
[symbol: _ZN5CEGUI28RenderedStringImageComponent7setSizeERKNS_4SizeIfEE]
RenderedStringImageComponent::split ( Window const* ref_wnd, float split_point, bool first_component )
[symbol: _ZN5CEGUI28RenderedStringImageComponent5splitEPKNS_6WindowEfb]
RenderedStringTextComponent.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RenderedStringTextComponent::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect, float const vertical_space, float const space_extra ) const
[symbol: _ZNK5CEGUI27RenderedStringTextComponent4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEEff]
RenderedStringTextComponent::getEffectiveFont ( Window const* window ) const
[symbol: _ZNK5CEGUI27RenderedStringTextComponent16getEffectiveFontEPKNS_6WindowE]
RenderedStringTextComponent::getPixelSize ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI27RenderedStringTextComponent12getPixelSizeEPKNS_6WindowE]
RenderedStringTextComponent::RenderedStringTextComponent [in-charge] ( String const& text, Font const* font )
[symbol: _ZN5CEGUI27RenderedStringTextComponentC1ERKNS_6StringEPKNS_4FontE]
RenderedStringTextComponent::RenderedStringTextComponent [not-in-charge] ( String const& text, Font const* font )
[symbol: _ZN5CEGUI27RenderedStringTextComponentC2ERKNS_6StringEPKNS_4FontE]
RenderedStringTextComponent::setColours ( Colour const& c )
[symbol: _ZN5CEGUI27RenderedStringTextComponent10setColoursERKNS_6ColourE]
RenderedStringTextComponent::setFont ( Font const* font )
[symbol: _ZN5CEGUI27RenderedStringTextComponent7setFontEPKNS_4FontE]
RenderedStringTextComponent::setSelection ( Window const* ref_wnd, float const start, float const end )
[symbol: _ZN5CEGUI27RenderedStringTextComponent12setSelectionEPKNS_6WindowEff]
RenderedStringTextComponent::split ( Window const* ref_wnd, float split_point, bool first_component )
[symbol: _ZN5CEGUI27RenderedStringTextComponent5splitEPKNS_6WindowEfb]
RenderedStringWidgetComponent.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RenderedStringWidgetComponent::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect, float const vertical_space, float const space_extra ) const
[symbol: _ZNK5CEGUI29RenderedStringWidgetComponent4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEEff]
RenderedStringWidgetComponent::getEffectiveWindow ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI29RenderedStringWidgetComponent18getEffectiveWindowEPKNS_6WindowE]
RenderedStringWidgetComponent::getPixelSize ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI29RenderedStringWidgetComponent12getPixelSizeEPKNS_6WindowE]
RenderedStringWidgetComponent::setSelection ( Window const* ref_wnd, float const start, float const end )
[symbol: _ZN5CEGUI29RenderedStringWidgetComponent12setSelectionEPKNS_6WindowEff]
RenderedStringWidgetComponent::split ( Window const* ref_wnd, float split_point, bool first_component )
[symbol: _ZN5CEGUI29RenderedStringWidgetComponent5splitEPKNS_6WindowEfb]
RenderedStringWordWrapper.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RenderedStringWordWrapper<JustifiedRenderedString>::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect ) const
[symbol: _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEE]
RenderedStringWordWrapper<JustifiedRenderedString>::format ( Window const* ref_wnd, Sizef const& area_size )
[symbol: _ZN5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE6formatEPKNS_6WindowERKNS_4SizeIfEE]
RenderedStringWordWrapper<JustifiedRenderedString>::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE19getHorizontalExtentEPKNS_6WindowE]
RenderedStringWordWrapper<JustifiedRenderedString>::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE17getVerticalExtentEPKNS_6WindowE]
RenderEffectManager.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RenderEffectManager::create ( String const& name, Window* window )
[symbol: _ZN5CEGUI19RenderEffectManager6createERKNS_6StringEPNS_6WindowE]
Renderer.h,
libCEGUIIrrlichtRenderer-0.so.2.3.0
namespace CEGUI
IrrlichtRenderer::bootstrapSystem ( irr::IrrlichtDevice& device, int const abi ) [static]
[symbol: _ZN5CEGUI16IrrlichtRenderer15bootstrapSystemERN3irr14IrrlichtDeviceEi]
IrrlichtRenderer::create ( irr::IrrlichtDevice& device, int const abi ) [static]
[symbol: _ZN5CEGUI16IrrlichtRenderer6createERN3irr14IrrlichtDeviceEi]
IrrlichtRenderer::createTexture ( String const& name )
[symbol: _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_6StringE]
IrrlichtRenderer::createTexture ( String const& name, Sizef const& size )
[symbol: _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_6StringERKNS_4SizeIfEE]
IrrlichtRenderer::createTexture ( String const& name, String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_6StringES3_S3_]
IrrlichtRenderer::destroyTexture ( String const& name )
[symbol: _ZN5CEGUI16IrrlichtRenderer14destroyTextureERKNS_6StringE]
IrrlichtRenderer::getAdjustedTextureSize ( Sizef const& sz ) const
[symbol: _ZNK5CEGUI16IrrlichtRenderer22getAdjustedTextureSizeERKNS_4SizeIfEE]
IrrlichtRenderer::getDefaultRenderTarget ( )
[symbol: _ZN5CEGUI16IrrlichtRenderer22getDefaultRenderTargetEv]
IrrlichtRenderer::getEventPusher ( ) const
[symbol: _ZNK5CEGUI16IrrlichtRenderer14getEventPusherEv]
IrrlichtRenderer::getTexture ( String const& name ) const
[symbol: _ZNK5CEGUI16IrrlichtRenderer10getTextureERKNS_6StringE]
IrrlichtRenderer::isTextureDefined ( String const& name ) const
[symbol: _ZNK5CEGUI16IrrlichtRenderer16isTextureDefinedERKNS_6StringE]
IrrlichtRenderer::logTextureCreation ( String const& name ) [static]
[symbol: _ZN5CEGUI16IrrlichtRenderer18logTextureCreationERKNS_6StringE]
IrrlichtRenderer::logTextureDestruction ( String const& name ) [static]
[symbol: _ZN5CEGUI16IrrlichtRenderer21logTextureDestructionERKNS_6StringE]
IrrlichtRenderer::setDisplaySize ( Sizef const& sz )
[symbol: _ZN5CEGUI16IrrlichtRenderer14setDisplaySizeERKNS_4SizeIfEE]
IrrlichtRenderer::throwIfNameExists ( String const& name ) const
[symbol: _ZNK5CEGUI16IrrlichtRenderer17throwIfNameExistsERKNS_6StringE]
RenderingSurface.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RenderingSurface::drawContent ( )
[symbol: _ZN5CEGUI16RenderingSurface11drawContentEv]
RenderingWindow.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RenderingWindow::setClippingRegion ( Rectf const& region )
[symbol: _ZN5CEGUI15RenderingWindow17setClippingRegionERKNS_4RectIfEE]
RenderingWindow::setPivot ( Vector3f const& pivot )
[symbol: _ZN5CEGUI15RenderingWindow8setPivotERKNS_7Vector3IfEE]
RenderingWindow::setPosition ( Vector2f const& position )
[symbol: _ZN5CEGUI15RenderingWindow11setPositionERKNS_7Vector2IfEE]
RenderingWindow::setRotation ( Quaternion const& rotation )
[symbol: _ZN5CEGUI15RenderingWindow11setRotationERKNS_10QuaternionE]
RenderingWindow::setSize ( Sizef const& size )
[symbol: _ZN5CEGUI15RenderingWindow7setSizeERKNS_4SizeIfEE]
RenderingWindow::unprojectPoint ( Vector2f const& p_in, Vector2f& p_out )
[symbol: _ZN5CEGUI15RenderingWindow14unprojectPointERKNS_7Vector2IfEERS2_]
RenderTarget.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RenderTarget::EventAreaChanged [data]
[symbol: _ZN5CEGUI12RenderTarget16EventAreaChangedE]
RenderTarget::EventNamespace [data]
[symbol: _ZN5CEGUI12RenderTarget14EventNamespaceE]
RenderTarget.h,
libCEGUIIrrlichtRenderer-0.so.2.3.0
namespace CEGUI
IrrlichtRenderTarget<RenderTarget>::activate ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_12RenderTargetEE8activateEv]
IrrlichtRenderTarget<RenderTarget>::deactivate ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_12RenderTargetEE10deactivateEv]
IrrlichtRenderTarget<RenderTarget>::draw ( GeometryBuffer const& buffer )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_12RenderTargetEE4drawERKNS_14GeometryBufferE]
IrrlichtRenderTarget<RenderTarget>::draw ( RenderQueue const& queue )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_12RenderTargetEE4drawERKNS_11RenderQueueE]
IrrlichtRenderTarget<RenderTarget>::getArea ( ) const
[symbol: _ZNK5CEGUI20IrrlichtRenderTargetINS_12RenderTargetEE7getAreaEv]
IrrlichtRenderTarget<RenderTarget>::setArea ( Rectf const& area )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_12RenderTargetEE7setAreaERKNS_4RectIfEE]
IrrlichtRenderTarget<RenderTarget>::unprojectPoint ( GeometryBuffer const& buff, Vector2f const& p_in, Vector2f& p_out ) const
[symbol: _ZNK5CEGUI20IrrlichtRenderTargetINS_12RenderTargetEE14unprojectPointERKNS_14GeometryBufferERKNS_7Vector2IfEERS7_]
IrrlichtRenderTarget<RenderTarget>::~IrrlichtRenderTarget [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_12RenderTargetEED0Ev]
IrrlichtRenderTarget<RenderTarget>::~IrrlichtRenderTarget [in-charge] ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_12RenderTargetEED1Ev]
IrrlichtRenderTarget<TextureTarget>::activate ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_13TextureTargetEE8activateEv]
IrrlichtRenderTarget<TextureTarget>::deactivate ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_13TextureTargetEE10deactivateEv]
IrrlichtRenderTarget<TextureTarget>::draw ( GeometryBuffer const& buffer )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_13TextureTargetEE4drawERKNS_14GeometryBufferE]
IrrlichtRenderTarget<TextureTarget>::draw ( RenderQueue const& queue )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_13TextureTargetEE4drawERKNS_11RenderQueueE]
IrrlichtRenderTarget<TextureTarget>::getArea ( ) const
[symbol: _ZNK5CEGUI20IrrlichtRenderTargetINS_13TextureTargetEE7getAreaEv]
IrrlichtRenderTarget<TextureTarget>::setArea ( Rectf const& area )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_13TextureTargetEE7setAreaERKNS_4RectIfEE]
IrrlichtRenderTarget<TextureTarget>::unprojectPoint ( GeometryBuffer const& buff, Vector2f const& p_in, Vector2f& p_out ) const
[symbol: _ZNK5CEGUI20IrrlichtRenderTargetINS_13TextureTargetEE14unprojectPointERKNS_14GeometryBufferERKNS_7Vector2IfEERS7_]
IrrlichtRenderTarget<TextureTarget>::~IrrlichtRenderTarget [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_13TextureTargetEED0Ev]
IrrlichtRenderTarget<TextureTarget>::~IrrlichtRenderTarget [in-charge] ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetINS_13TextureTargetEED1Ev]
RenderTarget.h,
libCEGUILuaScriptModule-0.so.2.3.0
namespace CEGUI
RenderTargetEventArgs::~RenderTargetEventArgs [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21RenderTargetEventArgsD0Ev]
RenderTargetEventArgs::~RenderTargetEventArgs [in-charge] ( )
[symbol: _ZN5CEGUI21RenderTargetEventArgsD1Ev]
RightAlignedRenderedString.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
RightAlignedRenderedString::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect ) const
[symbol: _ZNK5CEGUI26RightAlignedRenderedString4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEE]
RightAlignedRenderedString::format ( Window const* ref_wnd, Sizef const& area_size )
[symbol: _ZN5CEGUI26RightAlignedRenderedString6formatEPKNS_6WindowERKNS_4SizeIfEE]
RightAlignedRenderedString::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI26RightAlignedRenderedString19getHorizontalExtentEPKNS_6WindowE]
RightAlignedRenderedString::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI26RightAlignedRenderedString17getVerticalExtentEPKNS_6WindowE]
Scheme.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Scheme::getFonts ( ) const
[symbol: _ZNK5CEGUI6Scheme8getFontsEv]
Scheme::getImageFileImagesets ( ) const
[symbol: _ZNK5CEGUI6Scheme21getImageFileImagesetsEv]
Scheme::getLookNFeels ( ) const
[symbol: _ZNK5CEGUI6Scheme13getLookNFeelsEv]
Scheme::getXMLImagesets ( ) const
[symbol: _ZNK5CEGUI6Scheme15getXMLImagesetsEv]
Scheme_xmlHandler.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Scheme_xmlHandler::getDefaultResourceGroup ( ) const
[symbol: _ZNK5CEGUI17Scheme_xmlHandler23getDefaultResourceGroupEv]
Scheme_xmlHandler::getSchemaName ( ) const
[symbol: _ZNK5CEGUI17Scheme_xmlHandler13getSchemaNameEv]
Scheme_xmlHandler::Scheme_xmlHandler [in-charge] ( )
[symbol: _ZN5CEGUI17Scheme_xmlHandlerC1Ev]
Scheme_xmlHandler::Scheme_xmlHandler [not-in-charge] ( )
[symbol: _ZN5CEGUI17Scheme_xmlHandlerC2Ev]
SchemeManager.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
SchemeManager::getAutoLoadResources ( ) const
[symbol: _ZNK5CEGUI13SchemeManager20getAutoLoadResourcesEv]
SchemeManager::setAutoLoadResources ( bool enabled )
[symbol: _ZN5CEGUI13SchemeManager20setAutoLoadResourcesEb]
ScrollablePane.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ScrollablePane::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI14ScrollablePane13addChild_implEPNS_7ElementE]
ScrollablePane::getChildByNamePath_impl ( String const& name_path ) const
[symbol: _ZNK5CEGUI14ScrollablePane23getChildByNamePath_implERKNS_6StringE]
ScrollablePane::HorzScrollbarName [data]
[symbol: _ZN5CEGUI14ScrollablePane17HorzScrollbarNameE]
ScrollablePane::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI14ScrollablePane7onSizedERNS_16ElementEventArgsE]
ScrollablePane::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI14ScrollablePane16removeChild_implEPNS_7ElementE]
ScrollablePane::ScrolledContainerName [data]
[symbol: _ZN5CEGUI14ScrollablePane21ScrolledContainerNameE]
ScrollablePane::setContentPaneArea ( Rectf const& area )
[symbol: _ZN5CEGUI14ScrollablePane18setContentPaneAreaERKNS_4RectIfEE]
ScrollablePane::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI14ScrollablePane22validateWindowRendererEPKNS_14WindowRendererE]
ScrollablePane::VertScrollbarName [data]
[symbol: _ZN5CEGUI14ScrollablePane17VertScrollbarNameE]
Scrollbar.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Scrollbar::banPropertiesForAutoWindow ( )
[symbol: _ZN5CEGUI9Scrollbar26banPropertiesForAutoWindowEv]
Scrollbar::DecreaseButtonName [data]
[symbol: _ZN5CEGUI9Scrollbar18DecreaseButtonNameE]
Scrollbar::getAdjustDirectionFromPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI9Scrollbar27getAdjustDirectionFromPointERKNS_7Vector2IfEE]
Scrollbar::getUnitIntervalScrollPosition ( ) const
[symbol: _ZNK5CEGUI9Scrollbar29getUnitIntervalScrollPositionEv]
Scrollbar::IncreaseButtonName [data]
[symbol: _ZN5CEGUI9Scrollbar18IncreaseButtonNameE]
Scrollbar::scrollBackwardsByPage ( )
[symbol: _ZN5CEGUI9Scrollbar21scrollBackwardsByPageEv]
Scrollbar::scrollBackwardsByStep ( )
[symbol: _ZN5CEGUI9Scrollbar21scrollBackwardsByStepEv]
Scrollbar::scrollForwardsByPage ( )
[symbol: _ZN5CEGUI9Scrollbar20scrollForwardsByPageEv]
Scrollbar::scrollForwardsByStep ( )
[symbol: _ZN5CEGUI9Scrollbar20scrollForwardsByStepEv]
Scrollbar::setUnitIntervalScrollPosition ( float position )
[symbol: _ZN5CEGUI9Scrollbar29setUnitIntervalScrollPositionEf]
Scrollbar::ThumbName [data]
[symbol: _ZN5CEGUI9Scrollbar9ThumbNameE]
Scrollbar::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI9Scrollbar22validateWindowRendererEPKNS_14WindowRendererE]
ScrolledContainer.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ScrolledContainer::getClientChildContentArea ( ) const
[symbol: _ZNK5CEGUI17ScrolledContainer25getClientChildContentAreaEv]
ScrolledContainer::getClientChildContentArea_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI17ScrolledContainer30getClientChildContentArea_implEb]
ScrolledContainer::getNonClientChildContentArea ( ) const
[symbol: _ZNK5CEGUI17ScrolledContainer28getNonClientChildContentAreaEv]
ScrolledContainer::getUnclippedInnerRect_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI17ScrolledContainer26getUnclippedInnerRect_implEb]
ScrolledContainer::notifyScreenAreaChanged ( bool recursive )
[symbol: _ZN5CEGUI17ScrolledContainer23notifyScreenAreaChangedEb]
ScrolledContainer::onChildAdded ( ElementEventArgs& e )
[symbol: _ZN5CEGUI17ScrolledContainer12onChildAddedERNS_16ElementEventArgsE]
ScrolledContainer::onChildRemoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI17ScrolledContainer14onChildRemovedERNS_16ElementEventArgsE]
ScrolledContainer::onParentSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI17ScrolledContainer13onParentSizedERNS_16ElementEventArgsE]
ScrolledContainer::setArea_impl ( UVector2 const& pos, USize const& size, bool topLeftSizing, bool fireEvents )
[symbol: _ZN5CEGUI17ScrolledContainer12setArea_implERKNS_7Vector2INS_4UDimEEERKNS_4SizeIS2_EEbb]
ScrolledContainer::setContentArea ( Rectf const& area )
[symbol: _ZN5CEGUI17ScrolledContainer14setContentAreaERKNS_4RectIfEE]
ScrolledItemListBase.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ScrolledItemListBase::configureScrollbars ( Sizef const& doc_size )
[symbol: _ZN5CEGUI20ScrolledItemListBase19configureScrollbarsERKNS_4SizeIfEE]
ScrolledItemListBase::ContentPaneName [data]
[symbol: _ZN5CEGUI20ScrolledItemListBase15ContentPaneNameE]
ScrolledItemListBase::HorzScrollbarName [data]
[symbol: _ZN5CEGUI20ScrolledItemListBase17HorzScrollbarNameE]
ScrolledItemListBase::VertScrollbarName [data]
[symbol: _ZN5CEGUI20ScrolledItemListBase17VertScrollbarNameE]
SectionSpecification.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
SectionSpecification::getOverrideColoursPropertySource ( ) const
[symbol: _ZNK5CEGUI20SectionSpecification32getOverrideColoursPropertySourceEv]
SectionSpecification::getRenderControlPropertySource ( ) const
[symbol: _ZNK5CEGUI20SectionSpecification30getRenderControlPropertySourceEv]
SectionSpecification::getRenderControlValue ( ) const
[symbol: _ZNK5CEGUI20SectionSpecification21getRenderControlValueEv]
SectionSpecification::getRenderControlWidget ( ) const
[symbol: _ZNK5CEGUI20SectionSpecification22getRenderControlWidgetEv]
SectionSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI20SectionSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb]
SectionSpecification::render ( Window& srcWindow, Rectf const& baseRect, ColourRect const* modcols, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI20SectionSpecification6renderERNS_6WindowERKNS_4RectIfEEPKNS_10ColourRectEPS5_b]
SectionSpecification::SectionSpecification [in-charge] ( )
[symbol: _ZN5CEGUI20SectionSpecificationC1Ev]
SectionSpecification::SectionSpecification [not-in-charge] ( )
[symbol: _ZN5CEGUI20SectionSpecificationC2Ev]
SectionSpecification::setOwnerWidgetLookFeel ( String const& owner )
[symbol: _ZN5CEGUI20SectionSpecification22setOwnerWidgetLookFeelERKNS_6StringE]
SectionSpecification::setSectionName ( String const& name )
[symbol: _ZN5CEGUI20SectionSpecification14setSectionNameERKNS_6StringE]
SequentialLayoutContainer.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
SequentialLayoutContainer::addChildToPosition ( Window* window, size_t position )
[symbol: _ZN5CEGUI25SequentialLayoutContainer18addChildToPositionEPNS_6WindowEj]
SequentialLayoutContainer::EventChildOrderChanged [data]
[symbol: _ZN5CEGUI25SequentialLayoutContainer22EventChildOrderChangedE]
SequentialLayoutContainer::getChildAtPosition ( size_t position ) const
[symbol: _ZNK5CEGUI25SequentialLayoutContainer18getChildAtPositionEj]
SequentialLayoutContainer::getPositionOfChild ( String const& wnd ) const
[symbol: _ZNK5CEGUI25SequentialLayoutContainer18getPositionOfChildERKNS_6StringE]
SequentialLayoutContainer::getPositionOfChild ( Window* wnd ) const
[symbol: _ZNK5CEGUI25SequentialLayoutContainer18getPositionOfChildEPNS_6WindowE]
SequentialLayoutContainer::moveChild ( Window* window, int delta )
[symbol: _ZN5CEGUI25SequentialLayoutContainer9moveChildEPNS_6WindowEi]
SequentialLayoutContainer::moveChildToPosition ( String const& wnd, size_t position )
[symbol: _ZN5CEGUI25SequentialLayoutContainer19moveChildToPositionERKNS_6StringEj]
SequentialLayoutContainer::moveChildToPosition ( Window* wnd, size_t position )
[symbol: _ZN5CEGUI25SequentialLayoutContainer19moveChildToPositionEPNS_6WindowEj]
SequentialLayoutContainer::onChildOrderChanged ( WindowEventArgs& e )
[symbol: _ZN5CEGUI25SequentialLayoutContainer19onChildOrderChangedERNS_15WindowEventArgsE]
SequentialLayoutContainer::removeChildFromPosition ( size_t position )
[symbol: _ZN5CEGUI25SequentialLayoutContainer23removeChildFromPositionEj]
SequentialLayoutContainer::swapChildPositions ( size_t wnd1, size_t wnd2 )
[symbol: _ZN5CEGUI25SequentialLayoutContainer18swapChildPositionsEjj]
SequentialLayoutContainer::swapChildren ( String const& wnd1, String const& wnd2 )
[symbol: _ZN5CEGUI25SequentialLayoutContainer12swapChildrenERKNS_6StringES3_]
SequentialLayoutContainer::swapChildren ( String const& wnd1, Window* wnd2 )
[symbol: _ZN5CEGUI25SequentialLayoutContainer12swapChildrenERKNS_6StringEPNS_6WindowE]
SequentialLayoutContainer::swapChildren ( Window* wnd1, String const& wnd2 )
[symbol: _ZN5CEGUI25SequentialLayoutContainer12swapChildrenEPNS_6WindowERKNS_6StringE]
SequentialLayoutContainer::swapChildren ( Window* wnd1, Window* wnd2 )
[symbol: _ZN5CEGUI25SequentialLayoutContainer12swapChildrenEPNS_6WindowES2_]
Slider.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Slider::getAdjustDirectionFromPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI6Slider27getAdjustDirectionFromPointERKNS_7Vector2IfEE]
Slider::ThumbName [data]
[symbol: _ZN5CEGUI6Slider9ThumbNameE]
Slider::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI6Slider22validateWindowRendererEPKNS_14WindowRendererE]
Spinner.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Spinner::DecreaseButtonName [data]
[symbol: _ZN5CEGUI7Spinner18DecreaseButtonNameE]
Spinner::EditboxName [data]
[symbol: _ZN5CEGUI7Spinner11EditboxNameE]
Spinner::IncreaseButtonName [data]
[symbol: _ZN5CEGUI7Spinner18IncreaseButtonNameE]
StateImagery.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
StateImagery::getLayerIterator ( ) const
[symbol: _ZNK5CEGUI12StateImagery16getLayerIteratorEv]
StateImagery::render ( Window& srcWindow, ColourRect const* modcols, Rectf const* clipper ) const
[symbol: _ZNK5CEGUI12StateImagery6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEE]
StateImagery::render ( Window& srcWindow, Rectf const& baseRect, ColourRect const* modcols, Rectf const* clipper ) const
[symbol: _ZNK5CEGUI12StateImagery6renderERNS_6WindowERKNS_4RectIfEEPKNS_10ColourRectEPS5_]
StateImagery::setName ( String const& name )
[symbol: _ZN5CEGUI12StateImagery7setNameERKNS_6StringE]
StringTranscoder.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
StringTranscoder::~StringTranscoder [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16StringTranscoderD0Ev]
StringTranscoder::~StringTranscoder [in-charge] ( )
[symbol: _ZN5CEGUI16StringTranscoderD1Ev]
System.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
System::create ( Renderer& renderer, ResourceProvider* resourceProvider, XMLParser* xmlParser, ImageCodec* imageCodec, ScriptModule* scriptModule, String const& configFile, String const& logFile, int const abi ) [static]
[symbol: _ZN5CEGUI6System6createERNS_8RendererEPNS_16ResourceProviderEPNS_9XMLParserEPNS_10ImageCodecEPNS_12ScriptModuleERKNS_6StringESD_i]
System::createGUIContext ( RenderTarget& rt )
[symbol: _ZN5CEGUI6System16createGUIContextERNS_12RenderTargetE]
System::createRegexMatcher ( ) const
[symbol: _ZNK5CEGUI6System18createRegexMatcherEv]
System::d_stringTranscoder [data]
[symbol: _ZN5CEGUI6System18d_stringTranscoderE]
System::destroyGUIContext ( GUIContext& context )
[symbol: _ZN5CEGUI6System17destroyGUIContextERNS_10GUIContextE]
System::destroyRegexMatcher ( RegexMatcher* rm ) const
[symbol: _ZNK5CEGUI6System19destroyRegexMatcherEPNS_12RegexMatcherE]
System::getDefaultGUIContext ( ) const
[symbol: _ZNK5CEGUI6System20getDefaultGUIContextEv]
System::getMajorVersion ( ) [static]
[symbol: _ZN5CEGUI6System15getMajorVersionEv]
System::getMinorVersion ( ) [static]
[symbol: _ZN5CEGUI6System15getMinorVersionEv]
System::getPatchVersion ( ) [static]
[symbol: _ZN5CEGUI6System15getPatchVersionEv]
System::getStringTranscoder ( ) [static]
[symbol: _ZN5CEGUI6System19getStringTranscoderEv]
System::getVerboseVersion ( ) [static]
[symbol: _ZN5CEGUI6System17getVerboseVersionEv]
System::getVersion ( ) [static]
[symbol: _ZN5CEGUI6System10getVersionEv]
System::notifyDisplaySizeChanged ( Sizef const& new_size )
[symbol: _ZN5CEGUI6System24notifyDisplaySizeChangedERKNS_4SizeIfEE]
System::performVersionTest ( int const expected, int const received, String const& func ) [static]
[symbol: _ZN5CEGUI6System18performVersionTestEiiRKNS_6StringE]
System::renderAllGUIContexts ( )
[symbol: _ZN5CEGUI6System20renderAllGUIContextsEv]
SystemKeys.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
SystemKeys::get ( ) const
[symbol: _ZNK5CEGUI10SystemKeys3getEv]
SystemKeys::isPressed ( enum SystemKeys::SystemKey key ) const
[symbol: _ZNK5CEGUI10SystemKeys9isPressedENS0_9SystemKeyE]
SystemKeys::keyCodeToSystemKey ( enum Key::Scan key ) [static]
[symbol: _ZN5CEGUI10SystemKeys18keyCodeToSystemKeyENS_3Key4ScanE]
SystemKeys::keyPressed ( enum Key::Scan key )
[symbol: _ZN5CEGUI10SystemKeys10keyPressedENS_3Key4ScanE]
SystemKeys::keyReleased ( enum Key::Scan key )
[symbol: _ZN5CEGUI10SystemKeys11keyReleasedENS_3Key4ScanE]
SystemKeys::mouseButtonPressed ( enum MouseButton button )
[symbol: _ZN5CEGUI10SystemKeys18mouseButtonPressedENS_11MouseButtonE]
SystemKeys::mouseButtonReleased ( enum MouseButton button )
[symbol: _ZN5CEGUI10SystemKeys19mouseButtonReleasedENS_11MouseButtonE]
SystemKeys::mouseButtonToSystemKey ( enum MouseButton button ) [static]
[symbol: _ZN5CEGUI10SystemKeys22mouseButtonToSystemKeyENS_11MouseButtonE]
SystemKeys::reset ( )
[symbol: _ZN5CEGUI10SystemKeys5resetEv]
SystemKeys::SystemKeys [in-charge] ( )
[symbol: _ZN5CEGUI10SystemKeysC1Ev]
SystemKeys::SystemKeys [not-in-charge] ( )
[symbol: _ZN5CEGUI10SystemKeysC2Ev]
TabControl.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
TabControl::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI10TabControl13addChild_implEPNS_7ElementE]
TabControl::ButtonScrollLeft [data]
[symbol: _ZN5CEGUI10TabControl16ButtonScrollLeftE]
TabControl::ButtonScrollRight [data]
[symbol: _ZN5CEGUI10TabControl17ButtonScrollRightE]
TabControl::ContentPaneName [data]
[symbol: _ZN5CEGUI10TabControl15ContentPaneNameE]
TabControl::getChildByNamePath_impl ( String const& name_path ) const
[symbol: _ZNK5CEGUI10TabControl23getChildByNamePath_implERKNS_6StringE]
TabControl::performChildWindowLayout ( bool nonclient_sized_hint, bool client_sized_hint )
[symbol: _ZN5CEGUI10TabControl24performChildWindowLayoutEbb]
TabControl::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI10TabControl16removeChild_implEPNS_7ElementE]
TabControl::TabButtonName [data]
[symbol: _ZN5CEGUI10TabControl13TabButtonNameE]
TabControl::TabButtonPaneName [data]
[symbol: _ZN5CEGUI10TabControl17TabButtonPaneNameE]
TabControl::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI10TabControl22validateWindowRendererEPKNS_14WindowRendererE]
TextComponent.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
TextComponent::getEffectiveFont ( Window const& wnd ) const
[symbol: _ZNK5CEGUI13TextComponent16getEffectiveFontERKNS_6WindowE]
TextComponent::getEffectiveText ( Window const& wnd ) const
[symbol: _ZNK5CEGUI13TextComponent16getEffectiveTextERKNS_6WindowE]
TextComponent::getEffectiveVisualText ( Window const& wnd ) const
[symbol: _ZNK5CEGUI13TextComponent22getEffectiveVisualTextERKNS_6WindowE]
TextComponent::getFontObject ( Window const& window ) const
[symbol: _ZNK5CEGUI13TextComponent13getFontObjectERKNS_6WindowE]
TextComponent::getHorizontalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI13TextComponent23getHorizontalFormattingERKNS_6WindowE]
TextComponent::getHorizontalTextExtent ( Window const& window ) const
[symbol: _ZNK5CEGUI13TextComponent23getHorizontalTextExtentERKNS_6WindowE]
TextComponent::getVerticalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI13TextComponent21getVerticalFormattingERKNS_6WindowE]
TextComponent::getVerticalTextExtent ( Window const& window ) const
[symbol: _ZNK5CEGUI13TextComponent21getVerticalTextExtentERKNS_6WindowE]
TextComponent::handleFontRenderSizeChange ( Window& window, Font const* font ) const
[symbol: _ZNK5CEGUI13TextComponent26handleFontRenderSizeChangeERNS_6WindowEPKNS_4FontE]
TextComponent::render_impl ( Window& srcWindow, Rectf& destRect, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI13TextComponent11render_implERNS_6WindowERNS_4RectIfEEPKNS_10ColourRectEPKS4_b]
TextComponent::setHorizontalFormattingPropertySource ( String const& property_name )
[symbol: _ZN5CEGUI13TextComponent37setHorizontalFormattingPropertySourceERKNS_6StringE]
TextComponent::setVerticalFormattingPropertySource ( String const& property_name )
[symbol: _ZN5CEGUI13TextComponent35setVerticalFormattingPropertySourceERKNS_6StringE]
Texture.h,
libCEGUIIrrlichtRenderer-0.so.2.3.0
namespace CEGUI
IrrlichtTexture::blitFromMemory ( void const* sourceData, Rectf const& area )
[symbol: _ZN5CEGUI15IrrlichtTexture14blitFromMemoryEPKvRKNS_4RectIfEE]
IrrlichtTexture::blitToMemory ( void* targetData )
[symbol: _ZN5CEGUI15IrrlichtTexture12blitToMemoryEPv]
IrrlichtTexture::createIrrlichtTexture ( Sizef const& sz )
[symbol: _ZN5CEGUI15IrrlichtTexture21createIrrlichtTextureERKNS_4SizeIfEE]
IrrlichtTexture::getName ( ) const
[symbol: _ZNK5CEGUI15IrrlichtTexture7getNameEv]
IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name )
[symbol: _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringE]
IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name, Sizef const& size )
[symbol: _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringERKNS_4SizeIfEE]
IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name, String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringES9_S9_]
IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name )
[symbol: _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringE]
IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name, Sizef const& size )
[symbol: _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringERKNS_4SizeIfEE]
IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name, String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringES9_S9_]
IrrlichtTexture::isPixelFormatSupported ( enum Texture::PixelFormat const fmt ) const
[symbol: _ZNK5CEGUI15IrrlichtTexture22isPixelFormatSupportedENS_7Texture11PixelFormatE]
IrrlichtTexture::loadFromMemory ( void const* buffer, Sizef const& buffer_size, enum Texture::PixelFormat pixel_format )
[symbol: _ZN5CEGUI15IrrlichtTexture14loadFromMemoryEPKvRKNS_4SizeIfEENS_7Texture11PixelFormatE]
IrrlichtTexture::setOriginalDataSize ( Sizef const& sz )
[symbol: _ZN5CEGUI15IrrlichtTexture19setOriginalDataSizeERKNS_4SizeIfEE]
TextureTarget.h,
libCEGUIIrrlichtRenderer-0.so.2.3.0
namespace CEGUI
IrrlichtTextureTarget::declareRenderSize ( Sizef const& sz )
[symbol: _ZN5CEGUI21IrrlichtTextureTarget17declareRenderSizeERKNS_4SizeIfEE]
IrrlichtTextureTarget::generateTextureName ( ) [static]
[symbol: _ZN5CEGUI21IrrlichtTextureTarget19generateTextureNameEv]
IrrlichtTextureTarget::s_textureNumber [data]
[symbol: _ZN5CEGUI21IrrlichtTextureTarget15s_textureNumberE]
Thumb.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Thumb::banPropertiesForAutoWindow ( )
[symbol: _ZN5CEGUI5Thumb26banPropertiesForAutoWindowEv]
Thumb::setHorzRange ( std::pair<float, float>const& range )
[symbol: _ZN5CEGUI5Thumb12setHorzRangeERKSt4pairIffE]
Thumb::setVertRange ( std::pair<float, float>const& range )
[symbol: _ZN5CEGUI5Thumb12setVertRangeERKSt4pairIffE]
Titlebar.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Titlebar::getDragPoint ( ) const
[symbol: _ZNK5CEGUI8Titlebar12getDragPointEv]
Titlebar::isDragged ( ) const
[symbol: _ZNK5CEGUI8Titlebar9isDraggedEv]
ToggleButton.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
ToggleButton::addToggleButtonProperties ( )
[symbol: _ZN5CEGUI12ToggleButton25addToggleButtonPropertiesEv]
ToggleButton::EventNamespace [data]
[symbol: _ZN5CEGUI12ToggleButton14EventNamespaceE]
ToggleButton::EventSelectStateChanged [data]
[symbol: _ZN5CEGUI12ToggleButton23EventSelectStateChangedE]
ToggleButton::getPostClickSelectState ( ) const
[symbol: _ZNK5CEGUI12ToggleButton23getPostClickSelectStateEv]
ToggleButton::onMouseButtonUp ( MouseEventArgs& e )
[symbol: _ZN5CEGUI12ToggleButton15onMouseButtonUpERNS_14MouseEventArgsE]
ToggleButton::onSelectStateChange ( WindowEventArgs& e )
[symbol: _ZN5CEGUI12ToggleButton19onSelectStateChangeERNS_15WindowEventArgsE]
ToggleButton::setSelected ( bool select )
[symbol: _ZN5CEGUI12ToggleButton11setSelectedEb]
ToggleButton::ToggleButton [in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI12ToggleButtonC1ERKNS_6StringES3_]
ToggleButton::ToggleButton [not-in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI12ToggleButtonC2ERKNS_6StringES3_]
ToggleButton::WidgetTypeName [data]
[symbol: _ZN5CEGUI12ToggleButton14WidgetTypeNameE]
ToggleButton::~ToggleButton [in-charge-deleting] ( )
[symbol: _ZN5CEGUI12ToggleButtonD0Ev]
ToggleButton::~ToggleButton [in-charge] ( )
[symbol: _ZN5CEGUI12ToggleButtonD1Ev]
Tooltip.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Tooltip::EventTooltipTransition [data]
[symbol: _ZN5CEGUI7Tooltip22EventTooltipTransitionE]
Tooltip::onHidden ( WindowEventArgs& e )
[symbol: _ZN5CEGUI7Tooltip8onHiddenERNS_15WindowEventArgsE]
Tooltip::onTooltipTransition ( WindowEventArgs& e )
[symbol: _ZN5CEGUI7Tooltip19onTooltipTransitionERNS_15WindowEventArgsE]
Tooltip::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI7Tooltip22validateWindowRendererEPKNS_14WindowRendererE]
TplInterpolators.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
TplInterpolatorBase::getType ( ) const
[symbol: _ZNK5CEGUI19TplInterpolatorBase7getTypeEv]
TplInterpolatorBase::~TplInterpolatorBase [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19TplInterpolatorBaseD0Ev]
TplInterpolatorBase::~TplInterpolatorBase [in-charge] ( )
[symbol: _ZN5CEGUI19TplInterpolatorBaseD1Ev]
TplProperty.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
TplProperty<Window,String>::isReadable ( ) const
[symbol: _ZNK5CEGUI11TplPropertyINS_6WindowENS_6StringEE10isReadableEv]
TplProperty<Window,String>::isWritable ( ) const
[symbol: _ZNK5CEGUI11TplPropertyINS_6WindowENS_6StringEE10isWritableEv]
TplProperty<Window,String>::~TplProperty [in-charge-deleting] ( )
[symbol: _ZN5CEGUI11TplPropertyINS_6WindowENS_6StringEED0Ev]
TplProperty<Window,String>::~TplProperty [in-charge] ( )
[symbol: _ZN5CEGUI11TplPropertyINS_6WindowENS_6StringEED1Ev]
TplWindowProperty.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
TplWindowProperty<Window,String>::clone ( ) const
[symbol: _ZNK5CEGUI17TplWindowPropertyINS_6WindowENS_6StringEE5cloneEv]
TplWindowProperty<Window,String>::getNative_impl ( PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17TplWindowPropertyINS_6WindowENS_6StringEE14getNative_implEPKNS_16PropertyReceiverE]
TplWindowProperty<Window,String>::setNative_impl ( PropertyReceiver* receiver, PropertyHelper<String>::pass_type value )
[symbol: _ZN5CEGUI17TplWindowPropertyINS_6WindowENS_6StringEE14setNative_implEPNS_16PropertyReceiverERKS2_]
TplWindowProperty<Window,String>::~TplWindowProperty [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17TplWindowPropertyINS_6WindowENS_6StringEED0Ev]
TplWindowProperty<Window,String>::~TplWindowProperty [in-charge] ( )
[symbol: _ZN5CEGUI17TplWindowPropertyINS_6WindowENS_6StringEED1Ev]
Tree.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Tree::drawItemList ( Tree::LBItemList& itemList, Rectf& itemsArea, float widest, Vector2f& itemPos, GeometryBuffer& geometry, float alpha )
[symbol: _ZN5CEGUI4Tree12drawItemListERSt6vectorIPNS_8TreeItemESaIS3_EERNS_4RectIfEEfRNS_7Vector2IfEERNS_14GeometryBufferEf]
Tree::getItemAtPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI4Tree14getItemAtPointERKNS_7Vector2IfEE]
Tree::getItemFromListAtPoint ( Tree::LBItemList const& itemList, float* bottomY, Vector2f const& pt ) const
[symbol: _ZNK5CEGUI4Tree22getItemFromListAtPointERKSt6vectorIPNS_8TreeItemESaIS3_EEPfRKNS_7Vector2IfEE]
Tree::handleFontRenderSizeChange ( EventArgs const& args )
[symbol: _ZN5CEGUI4Tree26handleFontRenderSizeChangeERKNS_9EventArgsE]
Tree::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI4Tree7onSizedERNS_16ElementEventArgsE]
TreeItem.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
TreeItem::calculateModulatedAlphaColour ( Colour col, float alpha ) const
[symbol: _ZNK5CEGUI8TreeItem29calculateModulatedAlphaColourENS_6ColourEf]
TreeItem::draw ( GeometryBuffer& buffer, Rectf const& targetRect, float alpha, Rectf const* clipper ) const
[symbol: _ZNK5CEGUI8TreeItem4drawERNS_14GeometryBufferERKNS_4RectIfEEfPS5_]
TreeItem::handleFontRenderSizeChange ( Font const*const font )
[symbol: _ZN5CEGUI8TreeItem26handleFontRenderSizeChangeEPKNS_4FontE]
TreeItem::setFont ( Font const* font )
[symbol: _ZN5CEGUI8TreeItem7setFontEPKNS_4FontE]
TreeItem::setSelectionBrushImage ( String const& name )
[symbol: _ZN5CEGUI8TreeItem22setSelectionBrushImageERKNS_6StringE]
TreeItem::setSelectionColours ( Colour top_left_colour, Colour top_right_colour, Colour bottom_left_colour, Colour bottom_right_colour )
[symbol: _ZN5CEGUI8TreeItem19setSelectionColoursENS_6ColourES1_S1_S1_]
TreeItem::setTextColours ( Colour top_left_colour, Colour top_right_colour, Colour bottom_left_colour, Colour bottom_right_colour )
[symbol: _ZN5CEGUI8TreeItem14setTextColoursENS_6ColourES1_S1_S1_]
TypedProperty.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
TypedProperty<String>::get ( PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI13TypedPropertyINS_6StringEE3getEPKNS_16PropertyReceiverE]
TypedProperty<String>::getNative ( PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI13TypedPropertyINS_6StringEE9getNativeEPKNS_16PropertyReceiverE]
TypedProperty<String>::set ( PropertyReceiver* receiver, String const& value )
[symbol: _ZN5CEGUI13TypedPropertyINS_6StringEE3setEPNS_16PropertyReceiverERKS1_]
TypedProperty<String>::setNative ( PropertyReceiver* receiver, PropertyHelper<String>::pass_type value )
[symbol: _ZN5CEGUI13TypedPropertyINS_6StringEE9setNativeEPNS_16PropertyReceiverERKS1_]
TypedProperty<String>::~TypedProperty [in-charge-deleting] ( )
[symbol: _ZN5CEGUI13TypedPropertyINS_6StringEED0Ev]
TypedProperty<String>::~TypedProperty [in-charge] ( )
[symbol: _ZN5CEGUI13TypedPropertyINS_6StringEED1Ev]
Types.h,
libCEGUICommonDialogs-0.so.2.3.0
namespace CEGUI
HSV_Colour::HSV_Colour [in-charge] ( Colour const& colour )
[symbol: _ZN5CEGUI10HSV_ColourC1ERKNS_6ColourE]
HSV_Colour::HSV_Colour [in-charge] ( Lab_Colour const& colour )
[symbol: _ZN5CEGUI10HSV_ColourC1ERKNS_10Lab_ColourE]
HSV_Colour::HSV_Colour [in-charge] ( RGB_Colour const& colour )
[symbol: _ZN5CEGUI10HSV_ColourC1ERKNS_10RGB_ColourE]
HSV_Colour::HSV_Colour [not-in-charge] ( Colour const& colour )
[symbol: _ZN5CEGUI10HSV_ColourC2ERKNS_6ColourE]
HSV_Colour::HSV_Colour [not-in-charge] ( Lab_Colour const& colour )
[symbol: _ZN5CEGUI10HSV_ColourC2ERKNS_10Lab_ColourE]
HSV_Colour::HSV_Colour [not-in-charge] ( RGB_Colour const& colour )
[symbol: _ZN5CEGUI10HSV_ColourC2ERKNS_10RGB_ColourE]
Lab_Colour::Lab_Colour [in-charge] ( Colour const& colour )
[symbol: _ZN5CEGUI10Lab_ColourC1ERKNS_6ColourE]
Lab_Colour::Lab_Colour [in-charge] ( HSV_Colour const& colour )
[symbol: _ZN5CEGUI10Lab_ColourC1ERKNS_10HSV_ColourE]
Lab_Colour::Lab_Colour [in-charge] ( RGB_Colour const& colour )
[symbol: _ZN5CEGUI10Lab_ColourC1ERKNS_10RGB_ColourE]
Lab_Colour::Lab_Colour [not-in-charge] ( Colour const& colour )
[symbol: _ZN5CEGUI10Lab_ColourC2ERKNS_6ColourE]
Lab_Colour::Lab_Colour [not-in-charge] ( HSV_Colour const& colour )
[symbol: _ZN5CEGUI10Lab_ColourC2ERKNS_10HSV_ColourE]
Lab_Colour::Lab_Colour [not-in-charge] ( RGB_Colour const& colour )
[symbol: _ZN5CEGUI10Lab_ColourC2ERKNS_10RGB_ColourE]
RGB_Colour::operator* ( float const& number ) const
[symbol: _ZNK5CEGUI10RGB_ColourmlERKf]
RGB_Colour::operator+ ( RGB_Colour const& colour ) const
[symbol: _ZNK5CEGUI10RGB_ColourplERKS0_]
RGB_Colour::RGB_Colour [in-charge] ( Colour const& colour )
[symbol: _ZN5CEGUI10RGB_ColourC1ERKNS_6ColourE]
RGB_Colour::RGB_Colour [in-charge] ( HSV_Colour const& colour )
[symbol: _ZN5CEGUI10RGB_ColourC1ERKNS_10HSV_ColourE]
RGB_Colour::RGB_Colour [in-charge] ( Lab_Colour const& colour )
[symbol: _ZN5CEGUI10RGB_ColourC1ERKNS_10Lab_ColourE]
RGB_Colour::RGB_Colour [not-in-charge] ( Colour const& colour )
[symbol: _ZN5CEGUI10RGB_ColourC2ERKNS_6ColourE]
RGB_Colour::RGB_Colour [not-in-charge] ( HSV_Colour const& colour )
[symbol: _ZN5CEGUI10RGB_ColourC2ERKNS_10HSV_ColourE]
RGB_Colour::RGB_Colour [not-in-charge] ( Lab_Colour const& colour )
[symbol: _ZN5CEGUI10RGB_ColourC2ERKNS_10Lab_ColourE]
WidgetComponent.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
WidgetComponent::addEventAction ( EventAction const& event_action )
[symbol: _ZN5CEGUI15WidgetComponent14addEventActionERKNS_11EventActionE]
WidgetComponent::cleanup ( Window& parent ) const
[symbol: _ZNK5CEGUI15WidgetComponent7cleanupERNS_6WindowE]
WidgetComponent::clearEventActions ( )
[symbol: _ZN5CEGUI15WidgetComponent17clearEventActionsEv]
WidgetComponent::getEventActionIterator ( ) const
[symbol: _ZNK5CEGUI15WidgetComponent22getEventActionIteratorEv]
WidgetComponent::getPropertyIterator ( ) const
[symbol: _ZNK5CEGUI15WidgetComponent19getPropertyIteratorEv]
WidgetComponent::getWidgetName ( ) const
[symbol: _ZNK5CEGUI15WidgetComponent13getWidgetNameEv]
WidgetComponent::handleFontRenderSizeChange ( Window& window, Font const* font ) const
[symbol: _ZNK5CEGUI15WidgetComponent26handleFontRenderSizeChangeERNS_6WindowEPKNS_4FontE]
WidgetComponent::HorizontalAlignmentDefault [data]
[symbol: _ZN5CEGUI15WidgetComponent26HorizontalAlignmentDefaultE]
WidgetComponent::isAutoWindow ( ) const
[symbol: _ZNK5CEGUI15WidgetComponent12isAutoWindowEv]
WidgetComponent::removePropertyInitialiser ( String const& name )
[symbol: _ZN5CEGUI15WidgetComponent25removePropertyInitialiserERKNS_6StringE]
WidgetComponent::setAutoWindow ( bool is_auto )
[symbol: _ZN5CEGUI15WidgetComponent13setAutoWindowEb]
WidgetComponent::setWidgetName ( String const& name )
[symbol: _ZN5CEGUI15WidgetComponent13setWidgetNameERKNS_6StringE]
WidgetComponent::VerticalAlignmentDefault [data]
[symbol: _ZN5CEGUI15WidgetComponent24VerticalAlignmentDefaultE]
WidgetComponent::WidgetComponent [in-charge] ( String const& type, String const& look, String const& suffix, String const& renderer, bool autoWindow )
[symbol: _ZN5CEGUI15WidgetComponentC1ERKNS_6StringES3_S3_S3_b]
WidgetComponent::WidgetComponent [not-in-charge] ( String const& type, String const& look, String const& suffix, String const& renderer, bool autoWindow )
[symbol: _ZN5CEGUI15WidgetComponentC2ERKNS_6StringES3_S3_S3_b]
WidgetLookFeel.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
WidgetLookFeel::addEventLinkDefinition ( EventLinkDefinition const& evtdef )
[symbol: _ZN5CEGUI14WidgetLookFeel22addEventLinkDefinitionERKNS_19EventLinkDefinitionE]
WidgetLookFeel::addPropertyDefinition ( PropertyDefinitionBase* propdef )
[symbol: _ZN5CEGUI14WidgetLookFeel21addPropertyDefinitionEPNS_22PropertyDefinitionBaseE]
WidgetLookFeel::addPropertyLinkDefinition ( PropertyDefinitionBase* propdef )
[symbol: _ZN5CEGUI14WidgetLookFeel25addPropertyLinkDefinitionEPNS_22PropertyDefinitionBaseE]
WidgetLookFeel::clearEventLinkDefinitions ( )
[symbol: _ZN5CEGUI14WidgetLookFeel25clearEventLinkDefinitionsEv]
WidgetLookFeel::getAnimationNameIterator ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel24getAnimationNameIteratorEb]
WidgetLookFeel::getAnimationNames ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel17getAnimationNamesEb]
WidgetLookFeel::getEventLinkDefinitionIterator ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel30getEventLinkDefinitionIteratorEb]
WidgetLookFeel::getEventLinkDefinitionNames ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel27getEventLinkDefinitionNamesEb]
WidgetLookFeel::getImageryIterator ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel18getImageryIteratorEb]
WidgetLookFeel::getImageryNames ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel15getImageryNamesEb]
WidgetLookFeel::getNamedAreaIterator ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel20getNamedAreaIteratorEb]
WidgetLookFeel::getNamedAreaNames ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel17getNamedAreaNamesEb]
WidgetLookFeel::getPropertyDefinitionIterator ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel29getPropertyDefinitionIteratorEb]
WidgetLookFeel::getPropertyDefinitionNames ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel26getPropertyDefinitionNamesEb]
WidgetLookFeel::getPropertyInitialiserIterator ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel30getPropertyInitialiserIteratorEb]
WidgetLookFeel::getPropertyInitialiserNames ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel27getPropertyInitialiserNamesEb]
WidgetLookFeel::getPropertyLinkDefinitionIterator ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel33getPropertyLinkDefinitionIteratorEb]
WidgetLookFeel::getPropertyLinkDefinitionNames ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel30getPropertyLinkDefinitionNamesEb]
WidgetLookFeel::getStateIterator ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel16getStateIteratorEb]
WidgetLookFeel::getStateNames ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel13getStateNamesEb]
WidgetLookFeel::getWidgetComponentIterator ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel26getWidgetComponentIteratorEb]
WidgetLookFeel::getWidgetNames ( bool inherits ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel14getWidgetNamesEb]
WidgetLookFeel::handleFontRenderSizeChange ( Window& window, Font const* font ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel26handleFontRenderSizeChangeERNS_6WindowEPKNS_4FontE]
WidgetLookFeel::renameImagerySection ( String const& oldName, String const& newName )
[symbol: _ZN5CEGUI14WidgetLookFeel20renameImagerySectionERKNS_6StringES3_]
WidgetLookFeel::renameNamedArea ( String const& oldName, String const& newName )
[symbol: _ZN5CEGUI14WidgetLookFeel15renameNamedAreaERKNS_6StringES3_]
WidgetLookFeel::WidgetLookFeel [in-charge] ( String const& name, String const& inherits )
[symbol: _ZN5CEGUI14WidgetLookFeelC1ERKNS_6StringES3_]
WidgetLookFeel::WidgetLookFeel [not-in-charge] ( String const& name, String const& inherits )
[symbol: _ZN5CEGUI14WidgetLookFeelC2ERKNS_6StringES3_]
WidgetLookFeel::~WidgetLookFeel [in-charge-deleting] ( )
[symbol: _ZN5CEGUI14WidgetLookFeelD0Ev]
WidgetLookManager.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
WidgetLookManager::eraseAllWidgetLooks ( )
[symbol: _ZN5CEGUI17WidgetLookManager19eraseAllWidgetLooksEv]
WidgetLookManager::getWidgetLookAsString ( String const& widgetLookName ) const
[symbol: _ZNK5CEGUI17WidgetLookManager21getWidgetLookAsStringERKNS_6StringE]
WidgetLookManager::getWidgetLookIterator ( ) const
[symbol: _ZNK5CEGUI17WidgetLookManager21getWidgetLookIteratorEv]
WidgetLookManager::getWidgetLookSetAsString ( WidgetLookManager::WidgetLookNameSet const& widgetLookNameSet ) const
[symbol: _ZNK5CEGUI17WidgetLookManager24getWidgetLookSetAsStringERKSt3setINS_6StringENS_21StringFastLessCompareESaIS2_EE]
WidgetLookManager::parseLookNFeelSpecificationFromContainer ( RawDataContainer const& source )
[symbol: _ZN5CEGUI17WidgetLookManager40parseLookNFeelSpecificationFromContainerERKNS_16RawDataContainerE]
WidgetLookManager::parseLookNFeelSpecificationFromFile ( String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI17WidgetLookManager35parseLookNFeelSpecificationFromFileERKNS_6StringES3_]
WidgetLookManager::parseLookNFeelSpecificationFromString ( String const& source )
[symbol: _ZN5CEGUI17WidgetLookManager37parseLookNFeelSpecificationFromStringERKNS_6StringE]
WidgetLookManager::writeWidgetLookSetToStream ( WidgetLookManager::WidgetLookNameSet const& widgetLookNameSet, OutStream& out_stream ) const
[symbol: _ZNK5CEGUI17WidgetLookManager26writeWidgetLookSetToStreamERKSt3setINS_6StringENS_21StringFastLessCompareESaIS2_EERSo]
Window.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Window::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI6Window13addChild_implEPNS_7ElementE]
Window::addWindowProperties ( )
[symbol: _ZN5CEGUI6Window19addWindowPropertiesEv]
Window::AutoWindowNamePathXMLAttributeName [data]
[symbol: _ZN5CEGUI6Window34AutoWindowNamePathXMLAttributeNameE]
Window::AutoWindowXMLElementName [data]
[symbol: _ZN5CEGUI6Window24AutoWindowXMLElementNameE]
Window::banPropertiesForAutoWindow ( )
[symbol: _ZN5CEGUI6Window26banPropertiesForAutoWindowEv]
Window::clone ( bool const deepCopy ) const
[symbol: _ZNK5CEGUI6Window5cloneEb]
Window::createChild ( String const& type, String const& name )
[symbol: _ZN5CEGUI6Window11createChildERKNS_6StringES3_]
Window::destroyChild ( String const& name_path )
[symbol: _ZN5CEGUI6Window12destroyChildERKNS_6StringE]
Window::destroyChild ( Window* wnd )
[symbol: _ZN5CEGUI6Window12destroyChildEPS0_]
Window::EventInvalidated [data]
[symbol: _ZN5CEGUI6Window16EventInvalidatedE]
Window::EventMouseEntersSurface [data]
[symbol: _ZN5CEGUI6Window23EventMouseEntersSurfaceE]
Window::EventMouseLeavesSurface [data]
[symbol: _ZN5CEGUI6Window23EventMouseLeavesSurfaceE]
Window::EventUpdated [data]
[symbol: _ZN5CEGUI6Window12EventUpdatedE]
Window::getChildAtPosition ( Vector2f const& position ) const
[symbol: _ZNK5CEGUI6Window18getChildAtPositionERKNS_7Vector2IfEE]
Window::getChildAtPosition ( Vector2f const& position, bool(Window::*)(Vector2f const&, bool) hittestfunc, bool allow_disabled ) const
[symbol: _ZNK5CEGUI6Window18getChildAtPositionERKNS_7Vector2IfEEMS0_KFbS4_bEb]
Window::getGUIContext ( ) const
[symbol: _ZNK5CEGUI6Window13getGUIContextEv]
Window::getParentElementClipIntersection ( Rectf const& unclipped_area ) const
[symbol: _ZNK5CEGUI6Window32getParentElementClipIntersectionERKNS_4RectIfEE]
Window::getRootContainerSize ( ) const
[symbol: _ZNK5CEGUI6Window20getRootContainerSizeEv]
Window::getTargetChildAtPosition ( Vector2f const& position, bool const allow_disabled ) const
[symbol: _ZNK5CEGUI6Window24getTargetChildAtPositionERKNS_7Vector2IfEEb]
Window::getUnclippedInnerRect_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI6Window26getUnclippedInnerRect_implEb]
Window::getUnprojectedPosition ( Vector2f const& pos ) const
[symbol: _ZNK5CEGUI6Window22getUnprojectedPositionERKNS_7Vector2IfEE]
Window::handleFontRenderSizeChange ( EventArgs const& args )
[symbol: _ZN5CEGUI6Window26handleFontRenderSizeChangeERKNS_9EventArgsE]
Window::isDisabled ( ) const
[symbol: _ZNK5CEGUI6Window10isDisabledEv]
Window::isEffectiveDisabled ( ) const
[symbol: _ZNK5CEGUI6Window19isEffectiveDisabledEv]
Window::isEffectiveVisible ( ) const
[symbol: _ZNK5CEGUI6Window18isEffectiveVisibleEv]
Window::isHit ( Vector2f const& position, bool const allow_disabled ) const
[symbol: _ZNK5CEGUI6Window5isHitERKNS_7Vector2IfEEb]
Window::isHitTargetWindow ( Vector2f const& position, bool allow_disabled ) const
[symbol: _ZNK5CEGUI6Window17isHitTargetWindowERKNS_7Vector2IfEEb]
Window::isMouseContainedInArea ( ) const
[symbol: _ZNK5CEGUI6Window22isMouseContainedInAreaEv]
Window::isVisible ( ) const
[symbol: _ZNK5CEGUI6Window9isVisibleEv]
Window::layoutLookNFeelChildWidgets ( )
[symbol: _ZN5CEGUI6Window27layoutLookNFeelChildWidgetsEv]
Window::LookNFeelProperty::LookNFeelProperty [in-charge] ( )
[symbol: _ZN5CEGUI6Window17LookNFeelPropertyC1Ev]
Window::LookNFeelProperty::LookNFeelProperty [not-in-charge] ( )
[symbol: _ZN5CEGUI6Window17LookNFeelPropertyC2Ev]
Window::LookNFeelProperty::writeXMLToStream ( PropertyReceiver const* receiver, XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI6Window17LookNFeelProperty16writeXMLToStreamEPKNS_16PropertyReceiverERNS_13XMLSerializerE]
Window::LookNFeelProperty::~LookNFeelProperty [in-charge-deleting] ( )
[symbol: _ZN5CEGUI6Window17LookNFeelPropertyD0Ev]
Window::LookNFeelProperty::~LookNFeelProperty [in-charge] ( )
[symbol: _ZN5CEGUI6Window17LookNFeelPropertyD1Ev]
Window::markCachedWindowRectsInvalid ( )
[symbol: _ZN5CEGUI6Window28markCachedWindowRectsInvalidEv]
Window::onChildAdded ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window12onChildAddedERNS_16ElementEventArgsE]
Window::onChildRemoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window14onChildRemovedERNS_16ElementEventArgsE]
Window::onInvalidated ( WindowEventArgs& e )
[symbol: _ZN5CEGUI6Window13onInvalidatedERNS_15WindowEventArgsE]
Window::onMoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window7onMovedERNS_16ElementEventArgsE]
Window::onParentSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window13onParentSizedERNS_16ElementEventArgsE]
Window::onRotated ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window9onRotatedERNS_16ElementEventArgsE]
Window::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window7onSizedERNS_16ElementEventArgsE]
Window::performChildWindowLayout ( bool nonclient_sized_hint, bool client_sized_hint )
[symbol: _ZN5CEGUI6Window24performChildWindowLayoutEbb]
Window::performCopy ( Clipboard& clipboard )
[symbol: _ZN5CEGUI6Window11performCopyERNS_9ClipboardE]
Window::performCut ( Clipboard& clipboard )
[symbol: _ZN5CEGUI6Window10performCutERNS_9ClipboardE]
Window::performPaste ( Clipboard& clipboard )
[symbol: _ZN5CEGUI6Window12performPasteERNS_9ClipboardE]
Window::removeChild ( uint ID )
[symbol: _ZN5CEGUI6Window11removeChildEj]
Window::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI6Window16removeChild_implEPNS_7ElementE]
Window::setArea_impl ( UVector2 const& pos, USize const& size, bool topLeftSizing, bool fireEvents )
[symbol: _ZN5CEGUI6Window12setArea_implERKNS_7Vector2INS_4UDimEEERKNS_4SizeIS2_EEbb]
Window::setAutoWindow ( bool is_auto )
[symbol: _ZN5CEGUI6Window13setAutoWindowEb]
Window::setDisabled ( bool setting )
[symbol: _ZN5CEGUI6Window11setDisabledEb]
Window::setFont ( Font const* font )
[symbol: _ZN5CEGUI6Window7setFontEPKNS_4FontE]
Window::setGUIContext ( GUIContext* context )
[symbol: _ZN5CEGUI6Window13setGUIContextEPNS_10GUIContextE]
Window::setMouseCursor ( String const& name )
[symbol: _ZN5CEGUI6Window14setMouseCursorERKNS_6StringE]
Window::setParent ( Element* parent )
[symbol: _ZN5CEGUI6Window9setParentEPNS_7ElementE]
Window::setRestoreOldCapture ( bool setting )
[symbol: _ZN5CEGUI6Window20setRestoreOldCaptureEb]
Window::syncTargetSurface ( )
[symbol: _ZN5CEGUI6Window17syncTargetSurfaceEv]
Window::UserStringNameXMLAttributeName [data]
[symbol: _ZN5CEGUI6Window30UserStringNameXMLAttributeNameE]
Window::UserStringValueXMLAttributeName [data]
[symbol: _ZN5CEGUI6Window31UserStringValueXMLAttributeNameE]
Window::UserStringXMLElementName [data]
[symbol: _ZN5CEGUI6Window24UserStringXMLElementNameE]
Window::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI6Window22validateWindowRendererEPKNS_14WindowRendererE]
Window::WindowNameXMLAttributeName [data]
[symbol: _ZN5CEGUI6Window26WindowNameXMLAttributeNameE]
Window::WindowRendererProperty::WindowRendererProperty [in-charge] ( )
[symbol: _ZN5CEGUI6Window22WindowRendererPropertyC1Ev]
Window::WindowRendererProperty::WindowRendererProperty [not-in-charge] ( )
[symbol: _ZN5CEGUI6Window22WindowRendererPropertyC2Ev]
Window::WindowRendererProperty::writeXMLToStream ( PropertyReceiver const* receiver, XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI6Window22WindowRendererProperty16writeXMLToStreamEPKNS_16PropertyReceiverERNS_13XMLSerializerE]
Window::WindowRendererProperty::~WindowRendererProperty [in-charge-deleting] ( )
[symbol: _ZN5CEGUI6Window22WindowRendererPropertyD0Ev]
Window::WindowRendererProperty::~WindowRendererProperty [in-charge] ( )
[symbol: _ZN5CEGUI6Window22WindowRendererPropertyD1Ev]
Window::WindowTypeXMLAttributeName [data]
[symbol: _ZN5CEGUI6Window26WindowTypeXMLAttributeNameE]
Window::WindowXMLElementName [data]
[symbol: _ZN5CEGUI6Window20WindowXMLElementNameE]
WindowFactoryManager.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
WindowFactoryManager::removeAllFalagardWindowMappings ( )
[symbol: _ZN5CEGUI20WindowFactoryManager31removeAllFalagardWindowMappingsEv]
WindowFactoryManager::removeAllWindowTypeAliases ( )
[symbol: _ZN5CEGUI20WindowFactoryManager26removeAllWindowTypeAliasesEv]
WindowManager.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
WindowManager::DEBUG_dumpWindowNames ( String zone ) const
[symbol: _ZNK5CEGUI13WindowManager21DEBUG_dumpWindowNamesENS_6StringE]
WindowManager::getLayoutAsString ( Window const& window ) const
[symbol: _ZNK5CEGUI13WindowManager17getLayoutAsStringERKNS_6WindowE]
WindowManager::isAlive ( Window const* window ) const
[symbol: _ZNK5CEGUI13WindowManager7isAliveEPKNS_6WindowE]
WindowManager::loadLayoutFromContainer ( RawDataContainer const& source, bool(*callback)(Window*, String&, String&, void*), void* userdata )
[symbol: _ZN5CEGUI13WindowManager23loadLayoutFromContainerERKNS_16RawDataContainerEPFbPNS_6WindowERNS_6StringES7_PvES8_]
WindowManager::loadLayoutFromFile ( String const& filename, String const& resourceGroup, bool(*callback)(Window*, String&, String&, void*), void* userdata )
[symbol: _ZN5CEGUI13WindowManager18loadLayoutFromFileERKNS_6StringES3_PFbPNS_6WindowERS1_S6_PvES7_]
WindowManager::loadLayoutFromString ( String const& source, bool(*callback)(Window*, String&, String&, void*), void* userdata )
[symbol: _ZN5CEGUI13WindowManager20loadLayoutFromStringERKNS_6StringEPFbPNS_6WindowERS1_S6_PvES7_]
WindowManager::saveLayoutToFile ( Window const& window, String const& filename ) const
[symbol: _ZNK5CEGUI13WindowManager16saveLayoutToFileERKNS_6WindowERKNS_6StringE]
WindowManager::writeLayoutToStream ( Window const& window, OutStream& out_stream ) const
[symbol: _ZNK5CEGUI13WindowManager19writeLayoutToStreamERKNS_6WindowERSo]
WindowRenderer.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
WindowRenderer::handleFontRenderSizeChange ( Font const*const font )
[symbol: _ZN5CEGUI14WindowRenderer26handleFontRenderSizeChangeEPKNS_4FontE]
XMLEnumHelper.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
FalagardXMLHelper<enum ChildEventAction>::Layout [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_16ChildEventActionEE6LayoutE]
FalagardXMLHelper<enum ChildEventAction>::Redraw [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_16ChildEventActionEE6RedrawE]
FalagardXMLHelper<enum DimensionOperator>::Add [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_17DimensionOperatorEE3AddE]
FalagardXMLHelper<enum DimensionOperator>::Divide [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_17DimensionOperatorEE6DivideE]
FalagardXMLHelper<enum DimensionOperator>::Multiply [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_17DimensionOperatorEE8MultiplyE]
FalagardXMLHelper<enum DimensionOperator>::Noop [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_17DimensionOperatorEE4NoopE]
FalagardXMLHelper<enum DimensionOperator>::Subtract [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_17DimensionOperatorEE8SubtractE]
FalagardXMLHelper<enum DimensionType>::BottomEdge [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_13DimensionTypeEE10BottomEdgeE]
FalagardXMLHelper<enum DimensionType>::Height [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_13DimensionTypeEE6HeightE]
FalagardXMLHelper<enum DimensionType>::Invalid [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_13DimensionTypeEE7InvalidE]
FalagardXMLHelper<enum DimensionType>::LeftEdge [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_13DimensionTypeEE8LeftEdgeE]
FalagardXMLHelper<enum DimensionType>::RightEdge [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_13DimensionTypeEE9RightEdgeE]
FalagardXMLHelper<enum DimensionType>::TopEdge [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_13DimensionTypeEE7TopEdgeE]
FalagardXMLHelper<enum DimensionType>::Width [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_13DimensionTypeEE5WidthE]
FalagardXMLHelper<enum DimensionType>::XOffset [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_13DimensionTypeEE7XOffsetE]
FalagardXMLHelper<enum DimensionType>::XPosition [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_13DimensionTypeEE9XPositionE]
FalagardXMLHelper<enum DimensionType>::YOffset [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_13DimensionTypeEE7YOffsetE]
FalagardXMLHelper<enum DimensionType>::YPosition [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_13DimensionTypeEE9YPositionE]
FalagardXMLHelper<enum FontMetricType>::Baseline [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_14FontMetricTypeEE8BaselineE]
FalagardXMLHelper<enum FontMetricType>::HorzExtent [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_14FontMetricTypeEE10HorzExtentE]
FalagardXMLHelper<enum FontMetricType>::LineSpacing [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_14FontMetricTypeEE11LineSpacingE]
FalagardXMLHelper<enum FrameImageComponent>::Background [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19FrameImageComponentEE10BackgroundE]
FalagardXMLHelper<enum FrameImageComponent>::BottomEdge [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19FrameImageComponentEE10BottomEdgeE]
FalagardXMLHelper<enum FrameImageComponent>::BottomLeftCorner [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19FrameImageComponentEE16BottomLeftCornerE]
FalagardXMLHelper<enum FrameImageComponent>::BottomRightCorner [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19FrameImageComponentEE17BottomRightCornerE]
FalagardXMLHelper<enum FrameImageComponent>::LeftEdge [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19FrameImageComponentEE8LeftEdgeE]
FalagardXMLHelper<enum FrameImageComponent>::RightEdge [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19FrameImageComponentEE9RightEdgeE]
FalagardXMLHelper<enum FrameImageComponent>::TopEdge [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19FrameImageComponentEE7TopEdgeE]
FalagardXMLHelper<enum FrameImageComponent>::TopLeftCorner [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19FrameImageComponentEE13TopLeftCornerE]
FalagardXMLHelper<enum FrameImageComponent>::TopRightCorner [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19FrameImageComponentEE14TopRightCornerE]
FalagardXMLHelper<enum HorizontalAlignment>::CentreAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19HorizontalAlignmentEE13CentreAlignedE]
FalagardXMLHelper<enum HorizontalAlignment>::LeftAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19HorizontalAlignmentEE11LeftAlignedE]
FalagardXMLHelper<enum HorizontalAlignment>::RightAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_19HorizontalAlignmentEE12RightAlignedE]
FalagardXMLHelper<enum HorizontalFormatting>::CentreAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_20HorizontalFormattingEE13CentreAlignedE]
FalagardXMLHelper<enum HorizontalFormatting>::LeftAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_20HorizontalFormattingEE11LeftAlignedE]
FalagardXMLHelper<enum HorizontalFormatting>::RightAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_20HorizontalFormattingEE12RightAlignedE]
FalagardXMLHelper<enum HorizontalFormatting>::Stretched [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_20HorizontalFormattingEE9StretchedE]
FalagardXMLHelper<enum HorizontalFormatting>::Tiled [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_20HorizontalFormattingEE5TiledE]
FalagardXMLHelper<enum HorizontalTextFormatting>::CentreAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_24HorizontalTextFormattingEE13CentreAlignedE]
FalagardXMLHelper<enum HorizontalTextFormatting>::Justified [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_24HorizontalTextFormattingEE9JustifiedE]
FalagardXMLHelper<enum HorizontalTextFormatting>::LeftAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_24HorizontalTextFormattingEE11LeftAlignedE]
FalagardXMLHelper<enum HorizontalTextFormatting>::RightAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_24HorizontalTextFormattingEE12RightAlignedE]
FalagardXMLHelper<enum HorizontalTextFormatting>::WordWrapCentreAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_24HorizontalTextFormattingEE21WordWrapCentreAlignedE]
FalagardXMLHelper<enum HorizontalTextFormatting>::WordWrapJustified [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_24HorizontalTextFormattingEE17WordWrapJustifiedE]
FalagardXMLHelper<enum HorizontalTextFormatting>::WordWrapLeftAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_24HorizontalTextFormattingEE19WordWrapLeftAlignedE]
FalagardXMLHelper<enum HorizontalTextFormatting>::WordWrapRightAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_24HorizontalTextFormattingEE20WordWrapRightAlignedE]
FalagardXMLHelper<enum VerticalAlignment>::BottomAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_17VerticalAlignmentEE13BottomAlignedE]
FalagardXMLHelper<enum VerticalAlignment>::CentreAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_17VerticalAlignmentEE13CentreAlignedE]
FalagardXMLHelper<enum VerticalAlignment>::TopAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_17VerticalAlignmentEE10TopAlignedE]
FalagardXMLHelper<enum VerticalFormatting>::BottomAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_18VerticalFormattingEE13BottomAlignedE]
FalagardXMLHelper<enum VerticalFormatting>::CentreAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_18VerticalFormattingEE13CentreAlignedE]
FalagardXMLHelper<enum VerticalFormatting>::Stretched [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_18VerticalFormattingEE9StretchedE]
FalagardXMLHelper<enum VerticalFormatting>::Tiled [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_18VerticalFormattingEE5TiledE]
FalagardXMLHelper<enum VerticalFormatting>::TopAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_18VerticalFormattingEE10TopAlignedE]
FalagardXMLHelper<enum VerticalTextFormatting>::BottomAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_22VerticalTextFormattingEE13BottomAlignedE]
FalagardXMLHelper<enum VerticalTextFormatting>::CentreAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_22VerticalTextFormattingEE13CentreAlignedE]
FalagardXMLHelper<enum VerticalTextFormatting>::TopAligned [data]
[symbol: _ZN5CEGUI17FalagardXMLHelperINS_22VerticalTextFormattingEE10TopAlignedE]
XMLHandler.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
Falagard_xmlHandler::ActionAttribute [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler15ActionAttributeE]
Falagard_xmlHandler::AutoWindowAttribute [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler19AutoWindowAttributeE]
Falagard_xmlHandler::ComponentAttribute [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler18ComponentAttributeE]
Falagard_xmlHandler::EventActionElement [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler18EventActionElementE]
Falagard_xmlHandler::EventAttribute [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler14EventAttributeE]
Falagard_xmlHandler::EventLinkDefinitionElement [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler26EventLinkDefinitionElementE]
Falagard_xmlHandler::EventLinkTargetElement [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler22EventLinkTargetElementE]
Falagard_xmlHandler::FireEventAttribute [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler18FireEventAttributeE]
Falagard_xmlHandler::GenericDataType [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler15GenericDataTypeE]
Falagard_xmlHandler::ImagePropertyDimElement [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler23ImagePropertyDimElementE]
Falagard_xmlHandler::InheritsAttribute [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler17InheritsAttributeE]
Falagard_xmlHandler::NamedAreaSourceElement [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler22NamedAreaSourceElementE]
Falagard_xmlHandler::NativeVersion [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler13NativeVersionE]
Falagard_xmlHandler::OperatorDimElement [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler18OperatorDimElementE]
Falagard_xmlHandler::ParentIdentifier [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler16ParentIdentifierE]
Falagard_xmlHandler::PropertyDefinitionHelpDefaultValue [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler34PropertyDefinitionHelpDefaultValueE]
Falagard_xmlHandler::PropertyLinkDefinitionHelpDefaultValue [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler38PropertyLinkDefinitionHelpDefaultValueE]
Falagard_xmlHandler::VersionAttribute [data]
[symbol: _ZN5CEGUI19Falagard_xmlHandler16VersionAttributeE]
XMLHandler::getSchemaName ( ) const
[symbol: _ZNK5CEGUI10XMLHandler13getSchemaNameEv]
XMLHandler::handleContainer ( RawDataContainer const& source )
[symbol: _ZN5CEGUI10XMLHandler15handleContainerERKNS_16RawDataContainerE]
XMLHandler::handleFile ( String const& fileName, String const& resourceGroup )
[symbol: _ZN5CEGUI10XMLHandler10handleFileERKNS_6StringES3_]
XMLHandler::handleString ( String const& source )
[symbol: _ZN5CEGUI10XMLHandler12handleStringERKNS_6StringE]
XMLParser.h,
libCEGUIBase-0.so.2.3.0
namespace CEGUI
XMLParser::parseXMLFile ( XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup )
[symbol: _ZN5CEGUI9XMLParser12parseXMLFileERNS_10XMLHandlerERKNS_6StringES5_S5_]
XMLParser::parseXMLString ( XMLHandler& handler, String const& source, String const& schemaName )
[symbol: _ZN5CEGUI9XMLParser14parseXMLStringERNS_10XMLHandlerERKNS_6StringES5_]
to the top
Removed Symbols (2687)
CEGUIAnimationManager.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
AnimationManager::stepInstances ( float delta )
[symbol: _ZN5CEGUI16AnimationManager13stepInstancesEf]
CEGUIBasicInterpolators.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
BoolInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI16BoolInterpolator7getTypeEv]
BoolInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16BoolInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
BoolInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16BoolInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
BoolInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16BoolInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
BoolInterpolator::~BoolInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16BoolInterpolatorD0Ev]
BoolInterpolator::~BoolInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI16BoolInterpolatorD1Ev]
ColourInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI18ColourInterpolator7getTypeEv]
ColourInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI18ColourInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
ColourInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI18ColourInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
ColourInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI18ColourInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
ColourInterpolator::~ColourInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18ColourInterpolatorD0Ev]
ColourInterpolator::~ColourInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI18ColourInterpolatorD1Ev]
ColourRectInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI22ColourRectInterpolator7getTypeEv]
ColourRectInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI22ColourRectInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
ColourRectInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI22ColourRectInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
ColourRectInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI22ColourRectInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
ColourRectInterpolator::~ColourRectInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI22ColourRectInterpolatorD0Ev]
ColourRectInterpolator::~ColourRectInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI22ColourRectInterpolatorD1Ev]
FloatInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI17FloatInterpolator7getTypeEv]
FloatInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI17FloatInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
FloatInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI17FloatInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
FloatInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI17FloatInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
FloatInterpolator::~FloatInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17FloatInterpolatorD0Ev]
FloatInterpolator::~FloatInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI17FloatInterpolatorD1Ev]
IntInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI15IntInterpolator7getTypeEv]
IntInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI15IntInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
IntInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI15IntInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
IntInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI15IntInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
IntInterpolator::~IntInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15IntInterpolatorD0Ev]
IntInterpolator::~IntInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI15IntInterpolatorD1Ev]
PointInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI17PointInterpolator7getTypeEv]
PointInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI17PointInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
PointInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI17PointInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
PointInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI17PointInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
PointInterpolator::~PointInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17PointInterpolatorD0Ev]
PointInterpolator::~PointInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI17PointInterpolatorD1Ev]
RectInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI16RectInterpolator7getTypeEv]
RectInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16RectInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
RectInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16RectInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
RectInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16RectInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
RectInterpolator::~RectInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16RectInterpolatorD0Ev]
RectInterpolator::~RectInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI16RectInterpolatorD1Ev]
SizeInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI16SizeInterpolator7getTypeEv]
SizeInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16SizeInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
SizeInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16SizeInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
SizeInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16SizeInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
SizeInterpolator::~SizeInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16SizeInterpolatorD0Ev]
SizeInterpolator::~SizeInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI16SizeInterpolatorD1Ev]
StringInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI18StringInterpolator7getTypeEv]
StringInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI18StringInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
StringInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI18StringInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
StringInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI18StringInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
StringInterpolator::~StringInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18StringInterpolatorD0Ev]
StringInterpolator::~StringInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI18StringInterpolatorD1Ev]
UBoxInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI16UBoxInterpolator7getTypeEv]
UBoxInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16UBoxInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
UBoxInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16UBoxInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
UBoxInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16UBoxInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
UBoxInterpolator::~UBoxInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16UBoxInterpolatorD0Ev]
UBoxInterpolator::~UBoxInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI16UBoxInterpolatorD1Ev]
UDimInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI16UDimInterpolator7getTypeEv]
UDimInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16UDimInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
UDimInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16UDimInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
UDimInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16UDimInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
UDimInterpolator::~UDimInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16UDimInterpolatorD0Ev]
UDimInterpolator::~UDimInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI16UDimInterpolatorD1Ev]
UintInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI16UintInterpolator7getTypeEv]
UintInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16UintInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
UintInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16UintInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
UintInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI16UintInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
UintInterpolator::~UintInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16UintInterpolatorD0Ev]
UintInterpolator::~UintInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI16UintInterpolatorD1Ev]
URectInterpolator::getType ( ) const
[symbol: _ZNK5CEGUI17URectInterpolator7getTypeEv]
URectInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI17URectInterpolator19interpolateAbsoluteERKNS_6StringES3_f]
URectInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI17URectInterpolator19interpolateRelativeERKNS_6StringES3_S3_f]
URectInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI17URectInterpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
URectInterpolator::~URectInterpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17URectInterpolatorD0Ev]
URectInterpolator::~URectInterpolator [in-charge] ( )
[symbol: _ZN5CEGUI17URectInterpolatorD1Ev]
UVector2Interpolator::getType ( ) const
[symbol: _ZNK5CEGUI20UVector2Interpolator7getTypeEv]
UVector2Interpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI20UVector2Interpolator19interpolateAbsoluteERKNS_6StringES3_f]
UVector2Interpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI20UVector2Interpolator19interpolateRelativeERKNS_6StringES3_S3_f]
UVector2Interpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI20UVector2Interpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
UVector2Interpolator::~UVector2Interpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20UVector2InterpolatorD0Ev]
UVector2Interpolator::~UVector2Interpolator [in-charge] ( )
[symbol: _ZN5CEGUI20UVector2InterpolatorD1Ev]
Vector3Interpolator::getType ( ) const
[symbol: _ZNK5CEGUI19Vector3Interpolator7getTypeEv]
Vector3Interpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI19Vector3Interpolator19interpolateAbsoluteERKNS_6StringES3_f]
Vector3Interpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI19Vector3Interpolator19interpolateRelativeERKNS_6StringES3_S3_f]
Vector3Interpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )
[symbol: _ZN5CEGUI19Vector3Interpolator27interpolateRelativeMultiplyERKNS_6StringES3_S3_f]
Vector3Interpolator::~Vector3Interpolator [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19Vector3InterpolatorD0Ev]
Vector3Interpolator::~Vector3Interpolator [in-charge] ( )
[symbol: _ZN5CEGUI19Vector3InterpolatorD1Ev]
vtable for BoolInterpolator [data]
[symbol: _ZTVN5CEGUI16BoolInterpolatorE]
vtable for ColourInterpolator [data]
[symbol: _ZTVN5CEGUI18ColourInterpolatorE]
vtable for ColourRectInterpolator [data]
[symbol: _ZTVN5CEGUI22ColourRectInterpolatorE]
vtable for FloatInterpolator [data]
[symbol: _ZTVN5CEGUI17FloatInterpolatorE]
vtable for IntInterpolator [data]
[symbol: _ZTVN5CEGUI15IntInterpolatorE]
vtable for PointInterpolator [data]
[symbol: _ZTVN5CEGUI17PointInterpolatorE]
vtable for RectInterpolator [data]
[symbol: _ZTVN5CEGUI16RectInterpolatorE]
vtable for SizeInterpolator [data]
[symbol: _ZTVN5CEGUI16SizeInterpolatorE]
vtable for StringInterpolator [data]
[symbol: _ZTVN5CEGUI18StringInterpolatorE]
vtable for UBoxInterpolator [data]
[symbol: _ZTVN5CEGUI16UBoxInterpolatorE]
vtable for UDimInterpolator [data]
[symbol: _ZTVN5CEGUI16UDimInterpolatorE]
vtable for UintInterpolator [data]
[symbol: _ZTVN5CEGUI16UintInterpolatorE]
vtable for URectInterpolator [data]
[symbol: _ZTVN5CEGUI17URectInterpolatorE]
vtable for UVector2Interpolator [data]
[symbol: _ZTVN5CEGUI20UVector2InterpolatorE]
vtable for Vector3Interpolator [data]
[symbol: _ZTVN5CEGUI19Vector3InterpolatorE]
CEGUIBasicRenderedStringParser.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
BasicRenderedStringParser::parse ( String const& input_string, Font* initial_font, ColourRect const* initial_colours )
[symbol: _ZN5CEGUI25BasicRenderedStringParser5parseERKNS_6StringEPNS_4FontEPKNS_10ColourRectE]
CEGUIBiDiVisualMapping.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
BiDiVisualMapping::updateVisual ( String const& logical )
[symbol: _ZN5CEGUI17BiDiVisualMapping12updateVisualERKNS_6StringE]
BiDiVisualMapping::~BiDiVisualMapping [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17BiDiVisualMappingD0Ev]
BiDiVisualMapping::~BiDiVisualMapping [in-charge] ( )
[symbol: _ZN5CEGUI17BiDiVisualMappingD1Ev]
BiDiVisualMapping::~BiDiVisualMapping [not-in-charge] ( )
[symbol: _ZN5CEGUI17BiDiVisualMappingD2Ev]
vtable for BiDiVisualMapping [data]
[symbol: _ZTVN5CEGUI17BiDiVisualMappingE]
CEGUIButtonBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ButtonBase::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI10ButtonBase18testClassName_implERKNS_6StringE]
ButtonBase::updateInternalState ( Point const& mouse_pos )
[symbol: _ZN5CEGUI10ButtonBase19updateInternalStateERKNS_7Vector2E]
CEGUICentredRenderedString.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
CentredRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) const
[symbol: _ZNK5CEGUI21CentredRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE]
CentredRenderedString::format ( Size const& area_size )
[symbol: _ZN5CEGUI21CentredRenderedString6formatERKNS_4SizeE]
CentredRenderedString::getHorizontalExtent ( ) const
[symbol: _ZNK5CEGUI21CentredRenderedString19getHorizontalExtentEv]
CentredRenderedString::getVerticalExtent ( ) const
[symbol: _ZNK5CEGUI21CentredRenderedString17getVerticalExtentEv]
CEGUICheckbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Checkbox::Checkbox [in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI8CheckboxC1ERKNS_6StringES3_]
Checkbox::Checkbox [not-in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI8CheckboxC2ERKNS_6StringES3_]
Checkbox::EventCheckStateChanged [data]
[symbol: _ZN5CEGUI8Checkbox22EventCheckStateChangedE]
Checkbox::EventNamespace [data]
[symbol: _ZN5CEGUI8Checkbox14EventNamespaceE]
Checkbox::onMouseButtonUp ( MouseEventArgs& e )
[symbol: _ZN5CEGUI8Checkbox15onMouseButtonUpERNS_14MouseEventArgsE]
Checkbox::onSelectStateChange ( WindowEventArgs& e )
[symbol: _ZN5CEGUI8Checkbox19onSelectStateChangeERNS_15WindowEventArgsE]
Checkbox::setSelected ( bool select )
[symbol: _ZN5CEGUI8Checkbox11setSelectedEb]
Checkbox::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI8Checkbox18testClassName_implERKNS_6StringE]
Checkbox::WidgetTypeName [data]
[symbol: _ZN5CEGUI8Checkbox14WidgetTypeNameE]
Checkbox::~Checkbox [in-charge-deleting] ( )
[symbol: _ZN5CEGUI8CheckboxD0Ev]
Checkbox::~Checkbox [in-charge] ( )
[symbol: _ZN5CEGUI8CheckboxD1Ev]
Checkbox::~Checkbox [not-in-charge] ( )
[symbol: _ZN5CEGUI8CheckboxD2Ev]
vtable for Checkbox [data]
[symbol: _ZTVN5CEGUI8CheckboxE]
CEGUICheckboxProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::CheckboxProperties
Selected::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18CheckboxProperties8Selected3getEPKNS_16PropertyReceiverE]
Selected::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18CheckboxProperties8Selected3setEPNS_16PropertyReceiverERKNS_6StringE]
Selected::~Selected [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18CheckboxProperties8SelectedD0Ev]
Selected::~Selected [in-charge] ( )
[symbol: _ZN5CEGUI18CheckboxProperties8SelectedD1Ev]
vtable for Selected [data]
[symbol: _ZTVN5CEGUI18CheckboxProperties8SelectedE]
CEGUIClippedContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ClippedContainer::getUnclippedInnerRect_impl ( ) const
[symbol: _ZNK5CEGUI16ClippedContainer26getUnclippedInnerRect_implEv]
ClippedContainer::setClipArea ( Rect const& r )
[symbol: _ZN5CEGUI16ClippedContainer11setClipAreaERKNS_4RectE]
ClippedContainer::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI16ClippedContainer18testClassName_implERKNS_6StringE]
CEGUIcolour.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
colour::colour [in-charge] ( )
[symbol: _ZN5CEGUI6colourC1Ev]
colour::colour [in-charge] ( argb_t argb )
[symbol: _ZN5CEGUI6colourC1Ej]
colour::colour [in-charge] ( colour const& val )
[symbol: _ZN5CEGUI6colourC1ERKS0_]
colour::colour [in-charge] ( float red, float green, float blue, float alpha )
[symbol: _ZN5CEGUI6colourC1Effff]
colour::colour [not-in-charge] ( )
[symbol: _ZN5CEGUI6colourC2Ev]
colour::colour [not-in-charge] ( argb_t argb )
[symbol: _ZN5CEGUI6colourC2Ej]
colour::colour [not-in-charge] ( colour const& val )
[symbol: _ZN5CEGUI6colourC2ERKS0_]
colour::colour [not-in-charge] ( float red, float green, float blue, float alpha )
[symbol: _ZN5CEGUI6colourC2Effff]
colour::getHue ( ) const
[symbol: _ZNK5CEGUI6colour6getHueEv]
colour::getLumination ( ) const
[symbol: _ZNK5CEGUI6colour13getLuminationEv]
colour::getSaturation ( ) const
[symbol: _ZNK5CEGUI6colour13getSaturationEv]
colour::invertColour ( )
[symbol: _ZN5CEGUI6colour12invertColourEv]
colour::invertColourWithAlpha ( )
[symbol: _ZN5CEGUI6colour21invertColourWithAlphaEv]
colour::setARGB ( argb_t argb )
[symbol: _ZN5CEGUI6colour7setARGBEj]
colour::setHSL ( float hue, float saturation, float luminance, float alpha )
[symbol: _ZN5CEGUI6colour6setHSLEffff]
CEGUIColourRect.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ColourRect::ColourRect [in-charge] ( colour const& col )
[symbol: _ZN5CEGUI10ColourRectC1ERKNS_6colourE]
ColourRect::ColourRect [in-charge] ( colour const& top_left, colour const& top_right, colour const& bottom_left, colour const& bottom_right )
[symbol: _ZN5CEGUI10ColourRectC1ERKNS_6colourES3_S3_S3_]
ColourRect::ColourRect [not-in-charge] ( colour const& col )
[symbol: _ZN5CEGUI10ColourRectC2ERKNS_6colourE]
ColourRect::ColourRect [not-in-charge] ( colour const& top_left, colour const& top_right, colour const& bottom_left, colour const& bottom_right )
[symbol: _ZN5CEGUI10ColourRectC2ERKNS_6colourES3_S3_S3_]
ColourRect::setColours ( colour const& col )
[symbol: _ZN5CEGUI10ColourRect10setColoursERKNS_6colourE]
CEGUICombobox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Combobox::ButtonNameSuffix [data]
[symbol: _ZN5CEGUI8Combobox16ButtonNameSuffixE]
Combobox::DropListNameSuffix [data]
[symbol: _ZN5CEGUI8Combobox18DropListNameSuffixE]
Combobox::editbox_CaratMovedHandler ( EventArgs const& e )
[symbol: _ZN5CEGUI8Combobox25editbox_CaratMovedHandlerERKNS_9EventArgsE]
Combobox::editbox_InvalidEntryAttemptedHandler ( EventArgs const& e )
[symbol: _ZN5CEGUI8Combobox36editbox_InvalidEntryAttemptedHandlerERKNS_9EventArgsE]
Combobox::editbox_TextInvalidatedEventHandler ( EventArgs const& e )
[symbol: _ZN5CEGUI8Combobox35editbox_TextInvalidatedEventHandlerERKNS_9EventArgsE]
Combobox::EditboxNameSuffix [data]
[symbol: _ZN5CEGUI8Combobox17EditboxNameSuffixE]
Combobox::EventCaratMoved [data]
[symbol: _ZN5CEGUI8Combobox15EventCaratMovedE]
Combobox::EventInvalidEntryAttempted [data]
[symbol: _ZN5CEGUI8Combobox26EventInvalidEntryAttemptedE]
Combobox::EventTextInvalidated [data]
[symbol: _ZN5CEGUI8Combobox20EventTextInvalidatedE]
Combobox::getCaratIndex ( ) const
[symbol: _ZNK5CEGUI8Combobox13getCaratIndexEv]
Combobox::isHit ( Vector2 const& position, bool const allow_disabled ) const
[symbol: _ZNK5CEGUI8Combobox5isHitERKNS_7Vector2Eb]
Combobox::isTextValid ( ) const
[symbol: _ZNK5CEGUI8Combobox11isTextValidEv]
Combobox::onCaratMoved ( WindowEventArgs& e )
[symbol: _ZN5CEGUI8Combobox12onCaratMovedERNS_15WindowEventArgsE]
Combobox::onInvalidEntryAttempted ( WindowEventArgs& e )
[symbol: _ZN5CEGUI8Combobox23onInvalidEntryAttemptedERNS_15WindowEventArgsE]
Combobox::onTextInvalidatedEvent ( WindowEventArgs& e )
[symbol: _ZN5CEGUI8Combobox22onTextInvalidatedEventERNS_15WindowEventArgsE]
Combobox::setCaratIndex ( size_t carat_pos )
[symbol: _ZN5CEGUI8Combobox13setCaratIndexEj]
Combobox::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI8Combobox18testClassName_implERKNS_6StringE]
CEGUIComboboxProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ComboboxProperties
CaratIndex::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18ComboboxProperties10CaratIndex3getEPKNS_16PropertyReceiverE]
CaratIndex::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18ComboboxProperties10CaratIndex3setEPNS_16PropertyReceiverERKNS_6StringE]
CaratIndex::~CaratIndex [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18ComboboxProperties10CaratIndexD0Ev]
CaratIndex::~CaratIndex [in-charge] ( )
[symbol: _ZN5CEGUI18ComboboxProperties10CaratIndexD1Ev]
EditSelectionLength::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18ComboboxProperties19EditSelectionLength3getEPKNS_16PropertyReceiverE]
EditSelectionLength::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18ComboboxProperties19EditSelectionLength3setEPNS_16PropertyReceiverERKNS_6StringE]
EditSelectionLength::~EditSelectionLength [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18ComboboxProperties19EditSelectionLengthD0Ev]
EditSelectionLength::~EditSelectionLength [in-charge] ( )
[symbol: _ZN5CEGUI18ComboboxProperties19EditSelectionLengthD1Ev]
EditSelectionStart::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18ComboboxProperties18EditSelectionStart3getEPKNS_16PropertyReceiverE]
EditSelectionStart::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18ComboboxProperties18EditSelectionStart3setEPNS_16PropertyReceiverERKNS_6StringE]
EditSelectionStart::~EditSelectionStart [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18ComboboxProperties18EditSelectionStartD0Ev]
EditSelectionStart::~EditSelectionStart [in-charge] ( )
[symbol: _ZN5CEGUI18ComboboxProperties18EditSelectionStartD1Ev]
ForceHorzScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18ComboboxProperties18ForceHorzScrollbar3getEPKNS_16PropertyReceiverE]
ForceHorzScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18ComboboxProperties18ForceHorzScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18ComboboxProperties18ForceHorzScrollbarD0Ev]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI18ComboboxProperties18ForceHorzScrollbarD1Ev]
ForceVertScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18ComboboxProperties18ForceVertScrollbar3getEPKNS_16PropertyReceiverE]
ForceVertScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18ComboboxProperties18ForceVertScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceVertScrollbar::~ForceVertScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18ComboboxProperties18ForceVertScrollbarD0Ev]
ForceVertScrollbar::~ForceVertScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI18ComboboxProperties18ForceVertScrollbarD1Ev]
MaxEditTextLength::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18ComboboxProperties17MaxEditTextLength3getEPKNS_16PropertyReceiverE]
MaxEditTextLength::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18ComboboxProperties17MaxEditTextLength3setEPNS_16PropertyReceiverERKNS_6StringE]
MaxEditTextLength::~MaxEditTextLength [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18ComboboxProperties17MaxEditTextLengthD0Ev]
MaxEditTextLength::~MaxEditTextLength [in-charge] ( )
[symbol: _ZN5CEGUI18ComboboxProperties17MaxEditTextLengthD1Ev]
ReadOnly::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18ComboboxProperties8ReadOnly3getEPKNS_16PropertyReceiverE]
ReadOnly::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18ComboboxProperties8ReadOnly3setEPNS_16PropertyReceiverERKNS_6StringE]
ReadOnly::~ReadOnly [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18ComboboxProperties8ReadOnlyD0Ev]
ReadOnly::~ReadOnly [in-charge] ( )
[symbol: _ZN5CEGUI18ComboboxProperties8ReadOnlyD1Ev]
SingleClickMode::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18ComboboxProperties15SingleClickMode3getEPKNS_16PropertyReceiverE]
SingleClickMode::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18ComboboxProperties15SingleClickMode3setEPNS_16PropertyReceiverERKNS_6StringE]
SingleClickMode::~SingleClickMode [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18ComboboxProperties15SingleClickModeD0Ev]
SingleClickMode::~SingleClickMode [in-charge] ( )
[symbol: _ZN5CEGUI18ComboboxProperties15SingleClickModeD1Ev]
SortList::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18ComboboxProperties8SortList3getEPKNS_16PropertyReceiverE]
SortList::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18ComboboxProperties8SortList3setEPNS_16PropertyReceiverERKNS_6StringE]
SortList::~SortList [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18ComboboxProperties8SortListD0Ev]
SortList::~SortList [in-charge] ( )
[symbol: _ZN5CEGUI18ComboboxProperties8SortListD1Ev]
ValidationString::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18ComboboxProperties16ValidationString3getEPKNS_16PropertyReceiverE]
ValidationString::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18ComboboxProperties16ValidationString3setEPNS_16PropertyReceiverERKNS_6StringE]
ValidationString::~ValidationString [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18ComboboxProperties16ValidationStringD0Ev]
ValidationString::~ValidationString [in-charge] ( )
[symbol: _ZN5CEGUI18ComboboxProperties16ValidationStringD1Ev]
vtable for CaratIndex [data]
[symbol: _ZTVN5CEGUI18ComboboxProperties10CaratIndexE]
vtable for EditSelectionLength [data]
[symbol: _ZTVN5CEGUI18ComboboxProperties19EditSelectionLengthE]
vtable for EditSelectionStart [data]
[symbol: _ZTVN5CEGUI18ComboboxProperties18EditSelectionStartE]
vtable for ForceHorzScrollbar [data]
[symbol: _ZTVN5CEGUI18ComboboxProperties18ForceHorzScrollbarE]
vtable for ForceVertScrollbar [data]
[symbol: _ZTVN5CEGUI18ComboboxProperties18ForceVertScrollbarE]
vtable for MaxEditTextLength [data]
[symbol: _ZTVN5CEGUI18ComboboxProperties17MaxEditTextLengthE]
vtable for ReadOnly [data]
[symbol: _ZTVN5CEGUI18ComboboxProperties8ReadOnlyE]
vtable for SingleClickMode [data]
[symbol: _ZTVN5CEGUI18ComboboxProperties15SingleClickModeE]
vtable for SortList [data]
[symbol: _ZTVN5CEGUI18ComboboxProperties8SortListE]
vtable for ValidationString [data]
[symbol: _ZTVN5CEGUI18ComboboxProperties16ValidationStringE]
CEGUIComboDropList.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ComboDropList::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI13ComboDropList18testClassName_implERKNS_6StringE]
CEGUIConfig_xmlHandler.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Config_xmlHandler::DefaultGUISheetElement [data]
[symbol: _ZN5CEGUI17Config_xmlHandler22DefaultGUISheetElementE]
Config_xmlHandler::ImagesetAttribute [data]
[symbol: _ZN5CEGUI17Config_xmlHandler17ImagesetAttributeE]
Config_xmlHandler::initialiseDefaultGUISheet ( ) const
[symbol: _ZNK5CEGUI17Config_xmlHandler25initialiseDefaultGUISheetEv]
CEGUICoordConverter.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
CoordConverter::screenToWindow ( Window const& window, Rect const& rect ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_4RectE]
CoordConverter::screenToWindow ( Window const& window, URect const& rect ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_5URectE]
CoordConverter::screenToWindow ( Window const& window, UVector2 const& vec ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_8UVector2E]
CoordConverter::screenToWindow ( Window const& window, Vector2 const& vec ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_7Vector2E]
CoordConverter::windowToScreen ( Window const& window, Rect const& rect ) [static]
[symbol: _ZN5CEGUI14CoordConverter14windowToScreenERKNS_6WindowERKNS_4RectE]
CoordConverter::windowToScreen ( Window const& window, URect const& rect ) [static]
[symbol: _ZN5CEGUI14CoordConverter14windowToScreenERKNS_6WindowERKNS_5URectE]
CoordConverter::windowToScreen ( Window const& window, UVector2 const& vec ) [static]
[symbol: _ZN5CEGUI14CoordConverter14windowToScreenERKNS_6WindowERKNS_8UVector2E]
CoordConverter::windowToScreen ( Window const& window, Vector2 const& vec ) [static]
[symbol: _ZN5CEGUI14CoordConverter14windowToScreenERKNS_6WindowERKNS_7Vector2E]
CoordConverter::windowToScreenX ( Window const& window, UDim const& x ) [static]
[symbol: _ZN5CEGUI14CoordConverter15windowToScreenXERKNS_6WindowERKNS_4UDimE]
CoordConverter::windowToScreenX ( Window const& window, float const x ) [static]
[symbol: _ZN5CEGUI14CoordConverter15windowToScreenXERKNS_6WindowEf]
CoordConverter::windowToScreenY ( Window const& window, UDim const& y ) [static]
[symbol: _ZN5CEGUI14CoordConverter15windowToScreenYERKNS_6WindowERKNS_4UDimE]
CoordConverter::windowToScreenY ( Window const& window, float const y ) [static]
[symbol: _ZN5CEGUI14CoordConverter15windowToScreenYERKNS_6WindowEf]
CEGUIDefaultRenderedStringParser.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
DefaultRenderedStringParser::parse ( String const& input_string, Font* initial_font, ColourRect const* initial_colours )
[symbol: _ZN5CEGUI27DefaultRenderedStringParser5parseERKNS_6StringEPNS_4FontEPKNS_10ColourRectE]
CEGUIDragContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
DragContainer::doDragging ( Point const& local_mouse )
[symbol: _ZN5CEGUI13DragContainer10doDraggingERKNS_7Vector2E]
DragContainer::isDraggingThresholdExceeded ( Point const& local_mouse )
[symbol: _ZN5CEGUI13DragContainer27isDraggingThresholdExceededERKNS_7Vector2E]
DragContainer::onMoved ( WindowEventArgs& e )
[symbol: _ZN5CEGUI13DragContainer7onMovedERNS_15WindowEventArgsE]
DragContainer::setDragCursorImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI13DragContainer18setDragCursorImageERKNS_6StringES3_]
DragContainer::setDragCursorImage ( enum MouseCursorImage image )
[symbol: _ZN5CEGUI13DragContainer18setDragCursorImageENS_16MouseCursorImageE]
DragContainer::setFixedDragOffset ( UVector2 const& offset )
[symbol: _ZN5CEGUI13DragContainer18setFixedDragOffsetERKNS_8UVector2E]
DragContainer::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI13DragContainer18testClassName_implERKNS_6StringE]
CEGUIDragContainerProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::DragContainerProperties
DragAlpha::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI23DragContainerProperties9DragAlpha3getEPKNS_16PropertyReceiverE]
DragAlpha::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI23DragContainerProperties9DragAlpha3setEPNS_16PropertyReceiverERKNS_6StringE]
DragAlpha::~DragAlpha [in-charge-deleting] ( )
[symbol: _ZN5CEGUI23DragContainerProperties9DragAlphaD0Ev]
DragAlpha::~DragAlpha [in-charge] ( )
[symbol: _ZN5CEGUI23DragContainerProperties9DragAlphaD1Ev]
DragCursorImage::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI23DragContainerProperties15DragCursorImage3getEPKNS_16PropertyReceiverE]
DragCursorImage::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI23DragContainerProperties15DragCursorImage3setEPNS_16PropertyReceiverERKNS_6StringE]
DragCursorImage::~DragCursorImage [in-charge-deleting] ( )
[symbol: _ZN5CEGUI23DragContainerProperties15DragCursorImageD0Ev]
DragCursorImage::~DragCursorImage [in-charge] ( )
[symbol: _ZN5CEGUI23DragContainerProperties15DragCursorImageD1Ev]
DraggingEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI23DragContainerProperties15DraggingEnabled3getEPKNS_16PropertyReceiverE]
DraggingEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI23DragContainerProperties15DraggingEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
DraggingEnabled::~DraggingEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI23DragContainerProperties15DraggingEnabledD0Ev]
DraggingEnabled::~DraggingEnabled [in-charge] ( )
[symbol: _ZN5CEGUI23DragContainerProperties15DraggingEnabledD1Ev]
DragThreshold::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI23DragContainerProperties13DragThreshold3getEPKNS_16PropertyReceiverE]
DragThreshold::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI23DragContainerProperties13DragThreshold3setEPNS_16PropertyReceiverERKNS_6StringE]
DragThreshold::~DragThreshold [in-charge-deleting] ( )
[symbol: _ZN5CEGUI23DragContainerProperties13DragThresholdD0Ev]
DragThreshold::~DragThreshold [in-charge] ( )
[symbol: _ZN5CEGUI23DragContainerProperties13DragThresholdD1Ev]
FixedDragOffset::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI23DragContainerProperties15FixedDragOffset3getEPKNS_16PropertyReceiverE]
FixedDragOffset::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI23DragContainerProperties15FixedDragOffset3setEPNS_16PropertyReceiverERKNS_6StringE]
FixedDragOffset::~FixedDragOffset [in-charge-deleting] ( )
[symbol: _ZN5CEGUI23DragContainerProperties15FixedDragOffsetD0Ev]
FixedDragOffset::~FixedDragOffset [in-charge] ( )
[symbol: _ZN5CEGUI23DragContainerProperties15FixedDragOffsetD1Ev]
StickyMode::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI23DragContainerProperties10StickyMode3getEPKNS_16PropertyReceiverE]
StickyMode::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI23DragContainerProperties10StickyMode3setEPNS_16PropertyReceiverERKNS_6StringE]
StickyMode::~StickyMode [in-charge-deleting] ( )
[symbol: _ZN5CEGUI23DragContainerProperties10StickyModeD0Ev]
StickyMode::~StickyMode [in-charge] ( )
[symbol: _ZN5CEGUI23DragContainerProperties10StickyModeD1Ev]
UseFixedDragOffset::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI23DragContainerProperties18UseFixedDragOffset3getEPKNS_16PropertyReceiverE]
UseFixedDragOffset::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI23DragContainerProperties18UseFixedDragOffset3setEPNS_16PropertyReceiverERKNS_6StringE]
UseFixedDragOffset::~UseFixedDragOffset [in-charge-deleting] ( )
[symbol: _ZN5CEGUI23DragContainerProperties18UseFixedDragOffsetD0Ev]
UseFixedDragOffset::~UseFixedDragOffset [in-charge] ( )
[symbol: _ZN5CEGUI23DragContainerProperties18UseFixedDragOffsetD1Ev]
vtable for DragAlpha [data]
[symbol: _ZTVN5CEGUI23DragContainerProperties9DragAlphaE]
vtable for DragCursorImage [data]
[symbol: _ZTVN5CEGUI23DragContainerProperties15DragCursorImageE]
vtable for DraggingEnabled [data]
[symbol: _ZTVN5CEGUI23DragContainerProperties15DraggingEnabledE]
vtable for DragThreshold [data]
[symbol: _ZTVN5CEGUI23DragContainerProperties13DragThresholdE]
vtable for FixedDragOffset [data]
[symbol: _ZTVN5CEGUI23DragContainerProperties15FixedDragOffsetE]
vtable for StickyMode [data]
[symbol: _ZTVN5CEGUI23DragContainerProperties10StickyModeE]
vtable for UseFixedDragOffset [data]
[symbol: _ZTVN5CEGUI23DragContainerProperties18UseFixedDragOffsetE]
CEGUIEditbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Editbox::EventCaratMoved [data]
[symbol: _ZN5CEGUI7Editbox15EventCaratMovedE]
Editbox::EventInvalidEntryAttempted [data]
[symbol: _ZN5CEGUI7Editbox26EventInvalidEntryAttemptedE]
Editbox::EventTextInvalidated [data]
[symbol: _ZN5CEGUI7Editbox20EventTextInvalidatedE]
Editbox::getCaratIndex ( ) const
[symbol: _ZNK5CEGUI7Editbox13getCaratIndexEv]
Editbox::getTextIndexFromPosition ( Point const& pt ) const
[symbol: _ZNK5CEGUI7Editbox24getTextIndexFromPositionERKNS_7Vector2E]
Editbox::isStringValid ( String const& str ) const
[symbol: _ZNK5CEGUI7Editbox13isStringValidERKNS_6StringE]
Editbox::isTextValid ( ) const
[symbol: _ZNK5CEGUI7Editbox11isTextValidEv]
Editbox::onCaratMoved ( WindowEventArgs& e )
[symbol: _ZN5CEGUI7Editbox12onCaratMovedERNS_15WindowEventArgsE]
Editbox::onInvalidEntryAttempted ( WindowEventArgs& e )
[symbol: _ZN5CEGUI7Editbox23onInvalidEntryAttemptedERNS_15WindowEventArgsE]
Editbox::onTextInvalidatedEvent ( WindowEventArgs& e )
[symbol: _ZN5CEGUI7Editbox22onTextInvalidatedEventERNS_15WindowEventArgsE]
Editbox::setCaratIndex ( size_t carat_pos )
[symbol: _ZN5CEGUI7Editbox13setCaratIndexEj]
Editbox::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI7Editbox18testClassName_implERKNS_6StringE]
Editbox::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI7Editbox22validateWindowRendererERKNS_6StringE]
CEGUIEditboxProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::EditboxProperties
CaratIndex::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17EditboxProperties10CaratIndex3getEPKNS_16PropertyReceiverE]
CaratIndex::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17EditboxProperties10CaratIndex3setEPNS_16PropertyReceiverERKNS_6StringE]
CaratIndex::~CaratIndex [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17EditboxProperties10CaratIndexD0Ev]
CaratIndex::~CaratIndex [in-charge] ( )
[symbol: _ZN5CEGUI17EditboxProperties10CaratIndexD1Ev]
MaskCodepoint::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17EditboxProperties13MaskCodepoint3getEPKNS_16PropertyReceiverE]
MaskCodepoint::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17EditboxProperties13MaskCodepoint3setEPNS_16PropertyReceiverERKNS_6StringE]
MaskCodepoint::~MaskCodepoint [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17EditboxProperties13MaskCodepointD0Ev]
MaskCodepoint::~MaskCodepoint [in-charge] ( )
[symbol: _ZN5CEGUI17EditboxProperties13MaskCodepointD1Ev]
MaskText::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17EditboxProperties8MaskText3getEPKNS_16PropertyReceiverE]
MaskText::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17EditboxProperties8MaskText3setEPNS_16PropertyReceiverERKNS_6StringE]
MaskText::~MaskText [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17EditboxProperties8MaskTextD0Ev]
MaskText::~MaskText [in-charge] ( )
[symbol: _ZN5CEGUI17EditboxProperties8MaskTextD1Ev]
MaxTextLength::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17EditboxProperties13MaxTextLength3getEPKNS_16PropertyReceiverE]
MaxTextLength::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17EditboxProperties13MaxTextLength3setEPNS_16PropertyReceiverERKNS_6StringE]
MaxTextLength::~MaxTextLength [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17EditboxProperties13MaxTextLengthD0Ev]
MaxTextLength::~MaxTextLength [in-charge] ( )
[symbol: _ZN5CEGUI17EditboxProperties13MaxTextLengthD1Ev]
ReadOnly::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17EditboxProperties8ReadOnly3getEPKNS_16PropertyReceiverE]
ReadOnly::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17EditboxProperties8ReadOnly3setEPNS_16PropertyReceiverERKNS_6StringE]
ReadOnly::~ReadOnly [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17EditboxProperties8ReadOnlyD0Ev]
ReadOnly::~ReadOnly [in-charge] ( )
[symbol: _ZN5CEGUI17EditboxProperties8ReadOnlyD1Ev]
SelectionLength::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17EditboxProperties15SelectionLength3getEPKNS_16PropertyReceiverE]
SelectionLength::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17EditboxProperties15SelectionLength3setEPNS_16PropertyReceiverERKNS_6StringE]
SelectionLength::~SelectionLength [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17EditboxProperties15SelectionLengthD0Ev]
SelectionLength::~SelectionLength [in-charge] ( )
[symbol: _ZN5CEGUI17EditboxProperties15SelectionLengthD1Ev]
SelectionStart::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17EditboxProperties14SelectionStart3getEPKNS_16PropertyReceiverE]
SelectionStart::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17EditboxProperties14SelectionStart3setEPNS_16PropertyReceiverERKNS_6StringE]
SelectionStart::~SelectionStart [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17EditboxProperties14SelectionStartD0Ev]
SelectionStart::~SelectionStart [in-charge] ( )
[symbol: _ZN5CEGUI17EditboxProperties14SelectionStartD1Ev]
ValidationString::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17EditboxProperties16ValidationString3getEPKNS_16PropertyReceiverE]
ValidationString::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17EditboxProperties16ValidationString3setEPNS_16PropertyReceiverERKNS_6StringE]
ValidationString::~ValidationString [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17EditboxProperties16ValidationStringD0Ev]
ValidationString::~ValidationString [in-charge] ( )
[symbol: _ZN5CEGUI17EditboxProperties16ValidationStringD1Ev]
vtable for CaratIndex [data]
[symbol: _ZTVN5CEGUI17EditboxProperties10CaratIndexE]
vtable for MaskCodepoint [data]
[symbol: _ZTVN5CEGUI17EditboxProperties13MaskCodepointE]
vtable for MaskText [data]
[symbol: _ZTVN5CEGUI17EditboxProperties8MaskTextE]
vtable for MaxTextLength [data]
[symbol: _ZTVN5CEGUI17EditboxProperties13MaxTextLengthE]
vtable for ReadOnly [data]
[symbol: _ZTVN5CEGUI17EditboxProperties8ReadOnlyE]
vtable for SelectionLength [data]
[symbol: _ZTVN5CEGUI17EditboxProperties15SelectionLengthE]
vtable for SelectionStart [data]
[symbol: _ZTVN5CEGUI17EditboxProperties14SelectionStartE]
vtable for ValidationString [data]
[symbol: _ZTVN5CEGUI17EditboxProperties16ValidationStringE]
CEGUIEventSet.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
EventSet::getIterator ( ) const
[symbol: _ZNK5CEGUI8EventSet11getIteratorEv]
CEGUIExceptions.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Exception::Exception [in-charge] ( String const& message, String const& name, String const& filename, int line )
[symbol: _ZN5CEGUI9ExceptionC1ERKNS_6StringES3_S3_i]
Exception::Exception [not-in-charge] ( String const& message, String const& name, String const& filename, int line )
[symbol: _ZN5CEGUI9ExceptionC2ERKNS_6StringES3_S3_i]
CEGUIExceptions.h,
libCEGUIFreeImageImageCodec-0.7.9.so
namespace CEGUI
MemoryException::~MemoryException [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15MemoryExceptionD0Ev]
MemoryException::~MemoryException [in-charge] ( )
[symbol: _ZN5CEGUI15MemoryExceptionD1Ev]
CEGUIExpatParser.h,
libCEGUIExpatParser-0.7.9.so
namespace CEGUI
ExpatParser::characterData ( void* data, char const* text, int len ) [static]
[symbol: _ZN5CEGUI11ExpatParser13characterDataEPvPKci]
ExpatParser::cleanupImpl ( )
[symbol: _ZN5CEGUI11ExpatParser11cleanupImplEv]
ExpatParser::endElement ( void* data, char const* element ) [static]
[symbol: _ZN5CEGUI11ExpatParser10endElementEPvPKc]
ExpatParser::ExpatParser [in-charge] ( )
[symbol: _ZN5CEGUI11ExpatParserC1Ev]
ExpatParser::ExpatParser [not-in-charge] ( )
[symbol: _ZN5CEGUI11ExpatParserC2Ev]
ExpatParser::initialiseImpl ( )
[symbol: _ZN5CEGUI11ExpatParser14initialiseImplEv]
ExpatParser::parseXMLFile ( XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup )
[symbol: _ZN5CEGUI11ExpatParser12parseXMLFileERNS_10XMLHandlerERKNS_6StringES5_S5_]
ExpatParser::startElement ( void* data, char const* element, char const** attr ) [static]
[symbol: _ZN5CEGUI11ExpatParser12startElementEPvPKcPS3_]
ExpatParser::~ExpatParser [in-charge-deleting] ( )
[symbol: _ZN5CEGUI11ExpatParserD0Ev]
ExpatParser::~ExpatParser [in-charge] ( )
[symbol: _ZN5CEGUI11ExpatParserD1Ev]
ExpatParser::~ExpatParser [not-in-charge] ( )
[symbol: _ZN5CEGUI11ExpatParserD2Ev]
vtable for ExpatParser [data]
[symbol: _ZTVN5CEGUI11ExpatParserE]
CEGUIFactoryModule.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
FactoryModule::FactoryModule [in-charge] ( String const& filename )
[symbol: _ZN5CEGUI13FactoryModuleC1ERKNS_6StringE]
FactoryModule::FactoryModule [not-in-charge] ( String const& filename )
[symbol: _ZN5CEGUI13FactoryModuleC2ERKNS_6StringE]
FactoryModule::registerAllFactories ( ) const
[symbol: _ZNK5CEGUI13FactoryModule20registerAllFactoriesEv]
FactoryModule::registerFactory ( String const& type ) const
[symbol: _ZNK5CEGUI13FactoryModule15registerFactoryERKNS_6StringE]
CEGUIFalComponentBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
FalagardComponentBase::render ( Window& srcWindow, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI21FalagardComponentBase6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb]
FalagardComponentBase::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI21FalagardComponentBase6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b]
FalagardComponentBase::setColoursPropertyIsColourRect ( bool setting )
[symbol: _ZN5CEGUI21FalagardComponentBase30setColoursPropertyIsColourRectEb]
FalagardComponentBase::setHorzFormattingPropertySource ( String const& property )
[symbol: _ZN5CEGUI21FalagardComponentBase31setHorzFormattingPropertySourceERKNS_6StringE]
FalagardComponentBase::setVertFormattingPropertySource ( String const& property )
[symbol: _ZN5CEGUI21FalagardComponentBase31setVertFormattingPropertySourceERKNS_6StringE]
FalagardComponentBase::writeHorzFormatXML ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI21FalagardComponentBase18writeHorzFormatXMLERNS_13XMLSerializerE]
FalagardComponentBase::writeVertFormatXML ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI21FalagardComponentBase18writeVertFormatXMLERNS_13XMLSerializerE]
CEGUIFalDimensions.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
AbsoluteDim::clone_impl ( ) const
[symbol: _ZNK5CEGUI11AbsoluteDim10clone_implEv]
AbsoluteDim::getValue_impl ( Window const& wnd ) const
[symbol: _ZNK5CEGUI11AbsoluteDim13getValue_implERKNS_6WindowE]
AbsoluteDim::getValue_impl ( Window const& wnd, Rect const& container ) const
[symbol: _ZNK5CEGUI11AbsoluteDim13getValue_implERKNS_6WindowERKNS_4RectE]
AbsoluteDim::setValue ( float val )
[symbol: _ZN5CEGUI11AbsoluteDim8setValueEf]
BaseDim::clone ( ) const
[symbol: _ZNK5CEGUI7BaseDim5cloneEv]
BaseDim::getDimensionOperator ( ) const
[symbol: _ZNK5CEGUI7BaseDim20getDimensionOperatorEv]
BaseDim::getOperand ( ) const
[symbol: _ZNK5CEGUI7BaseDim10getOperandEv]
BaseDim::getValue ( Window const& wnd ) const
[symbol: _ZNK5CEGUI7BaseDim8getValueERKNS_6WindowE]
BaseDim::getValue ( Window const& wnd, Rect const& container ) const
[symbol: _ZNK5CEGUI7BaseDim8getValueERKNS_6WindowERKNS_4RectE]
BaseDim::setDimensionOperator ( enum DimensionOperator op )
[symbol: _ZN5CEGUI7BaseDim20setDimensionOperatorENS_17DimensionOperatorE]
BaseDim::setOperand ( BaseDim const& operand )
[symbol: _ZN5CEGUI7BaseDim10setOperandERKS0_]
ComponentArea::getPixelRect ( Window const& wnd, Rect const& container ) const
[symbol: _ZNK5CEGUI13ComponentArea12getPixelRectERKNS_6WindowERKNS_4RectE]
FontDim::clone_impl ( ) const
[symbol: _ZNK5CEGUI7FontDim10clone_implEv]
FontDim::getValue_impl ( Window const& wnd ) const
[symbol: _ZNK5CEGUI7FontDim13getValue_implERKNS_6WindowE]
FontDim::getValue_impl ( Window const& wnd, Rect const& container ) const
[symbol: _ZNK5CEGUI7FontDim13getValue_implERKNS_6WindowERKNS_4RectE]
ImageDim::clone_impl ( ) const
[symbol: _ZNK5CEGUI8ImageDim10clone_implEv]
ImageDim::getValue_impl ( Window const& wnd ) const
[symbol: _ZNK5CEGUI8ImageDim13getValue_implERKNS_6WindowE]
ImageDim::getValue_impl ( Window const& wnd, Rect const& container ) const
[symbol: _ZNK5CEGUI8ImageDim13getValue_implERKNS_6WindowERKNS_4RectE]
ImageDim::ImageDim [in-charge] ( String const& imageset, String const& image, enum DimensionType dim )
[symbol: _ZN5CEGUI8ImageDimC1ERKNS_6StringES3_NS_13DimensionTypeE]
ImageDim::ImageDim [not-in-charge] ( String const& imageset, String const& image, enum DimensionType dim )
[symbol: _ZN5CEGUI8ImageDimC2ERKNS_6StringES3_NS_13DimensionTypeE]
ImageDim::setSourceDimension ( enum DimensionType dim )
[symbol: _ZN5CEGUI8ImageDim18setSourceDimensionENS_13DimensionTypeE]
ImageDim::setSourceImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI8ImageDim14setSourceImageERKNS_6StringES3_]
PropertyDim::clone_impl ( ) const
[symbol: _ZNK5CEGUI11PropertyDim10clone_implEv]
PropertyDim::getValue_impl ( Window const& wnd ) const
[symbol: _ZNK5CEGUI11PropertyDim13getValue_implERKNS_6WindowE]
PropertyDim::getValue_impl ( Window const& wnd, Rect const& container ) const
[symbol: _ZNK5CEGUI11PropertyDim13getValue_implERKNS_6WindowERKNS_4RectE]
UnifiedDim::clone_impl ( ) const
[symbol: _ZNK5CEGUI10UnifiedDim10clone_implEv]
UnifiedDim::getValue_impl ( Window const& wnd ) const
[symbol: _ZNK5CEGUI10UnifiedDim13getValue_implERKNS_6WindowE]
UnifiedDim::getValue_impl ( Window const& wnd, Rect const& container ) const
[symbol: _ZNK5CEGUI10UnifiedDim13getValue_implERKNS_6WindowERKNS_4RectE]
WidgetDim::clone_impl ( ) const
[symbol: _ZNK5CEGUI9WidgetDim10clone_implEv]
WidgetDim::getValue_impl ( Window const& wnd ) const
[symbol: _ZNK5CEGUI9WidgetDim13getValue_implERKNS_6WindowE]
WidgetDim::getValue_impl ( Window const& wnd, Rect const& container ) const
[symbol: _ZNK5CEGUI9WidgetDim13getValue_implERKNS_6WindowERKNS_4RectE]
CEGUIFalFrameComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
FrameComponent::doBackgroundRender ( Window& srcWindow, Rect& destRect, ColourRect const& colours, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI14FrameComponent18doBackgroundRenderERNS_6WindowERNS_4RectERKNS_10ColourRectEPKS3_b]
FrameComponent::getBackgroundHorizontalFormatting ( ) const
[symbol: _ZNK5CEGUI14FrameComponent33getBackgroundHorizontalFormattingEv]
FrameComponent::getBackgroundVerticalFormatting ( ) const
[symbol: _ZNK5CEGUI14FrameComponent31getBackgroundVerticalFormattingEv]
FrameComponent::getImage ( enum FrameImageComponent part ) const
[symbol: _ZNK5CEGUI14FrameComponent8getImageENS_19FrameImageComponentE]
FrameComponent::render_impl ( Window& srcWindow, Rect& destRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI14FrameComponent11render_implERNS_6WindowERNS_4RectEPKNS_10ColourRectEPKS3_b]
FrameComponent::setImage ( enum FrameImageComponent part, String const& imageset, String const& image )
[symbol: _ZN5CEGUI14FrameComponent8setImageENS_19FrameImageComponentERKNS_6StringES4_]
CEGUIFalImageryComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ImageryComponent::getHorizontalFormatting ( ) const
[symbol: _ZNK5CEGUI16ImageryComponent23getHorizontalFormattingEv]
ImageryComponent::getVerticalFormatting ( ) const
[symbol: _ZNK5CEGUI16ImageryComponent21getVerticalFormattingEv]
ImageryComponent::render_impl ( Window& srcWindow, Rect& destRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI16ImageryComponent11render_implERNS_6WindowERNS_4RectEPKNS_10ColourRectEPKS3_b]
ImageryComponent::setImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI16ImageryComponent8setImageERKNS_6StringES3_]
CEGUIFalImagerySection.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ImagerySection::getBoundingRect ( Window const& wnd, Rect const& rect ) const
[symbol: _ZNK5CEGUI14ImagerySection15getBoundingRectERKNS_6WindowERKNS_4RectE]
ImagerySection::getTextComponent ( size_t const idx ) const
[symbol: _ZNK5CEGUI14ImagerySection16getTextComponentEj]
ImagerySection::getTextComponentCount ( ) const
[symbol: _ZNK5CEGUI14ImagerySection21getTextComponentCountEv]
ImagerySection::render ( Window& srcWindow, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI14ImagerySection6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb]
ImagerySection::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI14ImagerySection6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b]
ImagerySection::setMasterColoursPropertyIsColourRect ( bool setting )
[symbol: _ZN5CEGUI14ImagerySection36setMasterColoursPropertyIsColourRectEb]
CEGUIFalLayerSpecification.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
LayerSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI18LayerSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb]
LayerSpecification::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI18LayerSpecification6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b]
CEGUIFalPropertyDefinition.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
PropertyDefinition::get ( PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18PropertyDefinition3getEPKNS_16PropertyReceiverE]
PropertyDefinition::initialisePropertyReceiver ( PropertyReceiver* receiver ) const
[symbol: _ZNK5CEGUI18PropertyDefinition26initialisePropertyReceiverEPNS_16PropertyReceiverE]
PropertyDefinition::PropertyDefinition [in-charge] ( String const& name, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite )
[symbol: _ZN5CEGUI18PropertyDefinitionC1ERKNS_6StringES3_bb]
PropertyDefinition::PropertyDefinition [in-charge] ( String const& name, String const& initialValue, String const& help, bool redrawOnWrite, bool layoutOnWrite )
[symbol: _ZN5CEGUI18PropertyDefinitionC1ERKNS_6StringES3_S3_bb]
PropertyDefinition::PropertyDefinition [not-in-charge] ( String const& name, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite )
[symbol: _ZN5CEGUI18PropertyDefinitionC2ERKNS_6StringES3_bb]
PropertyDefinition::PropertyDefinition [not-in-charge] ( String const& name, String const& initialValue, String const& help, bool redrawOnWrite, bool layoutOnWrite )
[symbol: _ZN5CEGUI18PropertyDefinitionC2ERKNS_6StringES3_S3_bb]
PropertyDefinition::set ( PropertyReceiver* receiver, String const& value )
[symbol: _ZN5CEGUI18PropertyDefinition3setEPNS_16PropertyReceiverERKNS_6StringE]
PropertyDefinition::writeXMLElementType ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI18PropertyDefinition19writeXMLElementTypeERNS_13XMLSerializerE]
PropertyDefinition::~PropertyDefinition [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18PropertyDefinitionD0Ev]
PropertyDefinition::~PropertyDefinition [in-charge] ( )
[symbol: _ZN5CEGUI18PropertyDefinitionD1Ev]
vtable for PropertyDefinition [data]
[symbol: _ZTVN5CEGUI18PropertyDefinitionE]
CEGUIFalPropertyDefinitionBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
PropertyDefinitionBase::PropertyDefinitionBase [in-charge] ( String const& name, String const& help, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite )
[symbol: _ZN5CEGUI22PropertyDefinitionBaseC1ERKNS_6StringES3_S3_bb]
PropertyDefinitionBase::PropertyDefinitionBase [not-in-charge] ( String const& name, String const& help, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite )
[symbol: _ZN5CEGUI22PropertyDefinitionBaseC2ERKNS_6StringES3_S3_bb]
PropertyDefinitionBase::set ( PropertyReceiver* receiver, String const& value )
[symbol: _ZN5CEGUI22PropertyDefinitionBase3setEPNS_16PropertyReceiverERKNS_6StringE]
PropertyDefinitionBase::writeXMLAttributes ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI22PropertyDefinitionBase18writeXMLAttributesERNS_13XMLSerializerE]
PropertyDefinitionBase::writeXMLToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI22PropertyDefinitionBase16writeXMLToStreamERNS_13XMLSerializerE]
CEGUIFalPropertyLinkDefinition.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
PropertyLinkDefinition::addLinkTarget ( String const& widget, String const& property )
[symbol: _ZN5CEGUI22PropertyLinkDefinition13addLinkTargetERKNS_6StringES3_]
PropertyLinkDefinition::clearLinkTargets ( )
[symbol: _ZN5CEGUI22PropertyLinkDefinition16clearLinkTargetsEv]
PropertyLinkDefinition::get ( PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI22PropertyLinkDefinition3getEPKNS_16PropertyReceiverE]
PropertyLinkDefinition::getTargetWindow ( PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI22PropertyLinkDefinition15getTargetWindowEPKNS_16PropertyReceiverE]
PropertyLinkDefinition::getTargetWindow ( PropertyReceiver const* receiver, String const& name_suffix ) const
[symbol: _ZNK5CEGUI22PropertyLinkDefinition15getTargetWindowEPKNS_16PropertyReceiverERKNS_6StringE]
PropertyLinkDefinition::getTargetWindow ( PropertyReceiver* receiver ) const
[symbol: _ZNK5CEGUI22PropertyLinkDefinition15getTargetWindowEPNS_16PropertyReceiverE]
PropertyLinkDefinition::getTargetWindow ( PropertyReceiver* receiver, String const& name_suffix ) const
[symbol: _ZNK5CEGUI22PropertyLinkDefinition15getTargetWindowEPNS_16PropertyReceiverERKNS_6StringE]
PropertyLinkDefinition::initialisePropertyReceiver ( PropertyReceiver* receiver ) const
[symbol: _ZNK5CEGUI22PropertyLinkDefinition26initialisePropertyReceiverEPNS_16PropertyReceiverE]
PropertyLinkDefinition::PropertyLinkDefinition [in-charge] ( String const& propertyName, String const& widgetNameSuffix, String const& targetProperty, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite )
[symbol: _ZN5CEGUI22PropertyLinkDefinitionC1ERKNS_6StringES3_S3_S3_bb]
PropertyLinkDefinition::PropertyLinkDefinition [not-in-charge] ( String const& propertyName, String const& widgetNameSuffix, String const& targetProperty, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite )
[symbol: _ZN5CEGUI22PropertyLinkDefinitionC2ERKNS_6StringES3_S3_S3_bb]
PropertyLinkDefinition::set ( PropertyReceiver* receiver, String const& value )
[symbol: _ZN5CEGUI22PropertyLinkDefinition3setEPNS_16PropertyReceiverERKNS_6StringE]
PropertyLinkDefinition::updateLinkTargets ( PropertyReceiver* receiver, String const& value ) const
[symbol: _ZNK5CEGUI22PropertyLinkDefinition17updateLinkTargetsEPNS_16PropertyReceiverERKNS_6StringE]
PropertyLinkDefinition::writeXMLAttributes ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI22PropertyLinkDefinition18writeXMLAttributesERNS_13XMLSerializerE]
PropertyLinkDefinition::writeXMLElementType ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI22PropertyLinkDefinition19writeXMLElementTypeERNS_13XMLSerializerE]
PropertyLinkDefinition::~PropertyLinkDefinition [in-charge-deleting] ( )
[symbol: _ZN5CEGUI22PropertyLinkDefinitionD0Ev]
PropertyLinkDefinition::~PropertyLinkDefinition [in-charge] ( )
[symbol: _ZN5CEGUI22PropertyLinkDefinitionD1Ev]
vtable for PropertyLinkDefinition [data]
[symbol: _ZTVN5CEGUI22PropertyLinkDefinitionE]
CEGUIFalSectionSpecification.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
SectionSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI20SectionSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb]
SectionSpecification::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI20SectionSpecification6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b]
SectionSpecification::setOverrideColoursPropertyIsColourRect ( bool setting )
[symbol: _ZN5CEGUI20SectionSpecification38setOverrideColoursPropertyIsColourRectEb]
CEGUIFalStateImagery.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
StateImagery::render ( Window& srcWindow, ColourRect const* modcols, Rect const* clipper ) const
[symbol: _ZNK5CEGUI12StateImagery6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectE]
StateImagery::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modcols, Rect const* clipper ) const
[symbol: _ZNK5CEGUI12StateImagery6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_]
CEGUIFalTextComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
TextComponent::getHorizontalFormatting ( ) const
[symbol: _ZNK5CEGUI13TextComponent23getHorizontalFormattingEv]
TextComponent::getHorizontalTextExtent ( ) const
[symbol: _ZNK5CEGUI13TextComponent23getHorizontalTextExtentEv]
TextComponent::getVerticalFormatting ( ) const
[symbol: _ZNK5CEGUI13TextComponent21getVerticalFormattingEv]
TextComponent::getVerticalTextExtent ( ) const
[symbol: _ZNK5CEGUI13TextComponent21getVerticalTextExtentEv]
TextComponent::render_impl ( Window& srcWindow, Rect& destRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI13TextComponent11render_implERNS_6WindowERNS_4RectEPKNS_10ColourRectEPKS3_b]
CEGUIFalWidgetComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
WidgetComponent::getWidgetNameSuffix ( ) const
[symbol: _ZNK5CEGUI15WidgetComponent19getWidgetNameSuffixEv]
WidgetComponent::setWidgetNameSuffix ( String const& suffix )
[symbol: _ZN5CEGUI15WidgetComponent19setWidgetNameSuffixERKNS_6StringE]
WidgetComponent::WidgetComponent [in-charge] ( String const& type, String const& look, String const& suffix, String const& renderer )
[symbol: _ZN5CEGUI15WidgetComponentC1ERKNS_6StringES3_S3_S3_]
WidgetComponent::WidgetComponent [not-in-charge] ( String const& type, String const& look, String const& suffix, String const& renderer )
[symbol: _ZN5CEGUI15WidgetComponentC2ERKNS_6StringES3_S3_S3_]
CEGUIFalWidgetLookFeel.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
WidgetLookFeel::addPropertyDefinition ( PropertyDefinition const& propdef )
[symbol: _ZN5CEGUI14WidgetLookFeel21addPropertyDefinitionERKNS_18PropertyDefinitionE]
WidgetLookFeel::addPropertyLinkDefinition ( PropertyLinkDefinition const& propdef )
[symbol: _ZN5CEGUI14WidgetLookFeel25addPropertyLinkDefinitionERKNS_22PropertyLinkDefinitionE]
WidgetLookFeel::renameChildren ( Window const& widget, String const& newBaseName ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel14renameChildrenERKNS_6WindowERKNS_6StringE]
WidgetLookFeel::WidgetLookFeel [in-charge] ( String const& name )
[symbol: _ZN5CEGUI14WidgetLookFeelC1ERKNS_6StringE]
WidgetLookFeel::WidgetLookFeel [not-in-charge] ( String const& name )
[symbol: _ZN5CEGUI14WidgetLookFeelC2ERKNS_6StringE]
CEGUIFalWidgetLookManager.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
WidgetLookManager::parseLookNFeelSpecification ( String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI17WidgetLookManager27parseLookNFeelSpecificationERKNS_6StringES3_]
CEGUIFalXMLEnumHelper.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
FalagardXMLHelper::dimensionOperatorToString ( enum DimensionOperator op ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper25dimensionOperatorToStringENS_17DimensionOperatorE]
FalagardXMLHelper::dimensionTypeToString ( enum DimensionType dim ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper21dimensionTypeToStringENS_13DimensionTypeE]
FalagardXMLHelper::fontMetricTypeToString ( enum FontMetricType metric ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper22fontMetricTypeToStringENS_14FontMetricTypeE]
FalagardXMLHelper::frameImageComponentToString ( enum FrameImageComponent imageComp ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper27frameImageComponentToStringENS_19FrameImageComponentE]
FalagardXMLHelper::horzAlignmentToString ( enum HorizontalAlignment alignment ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper21horzAlignmentToStringENS_19HorizontalAlignmentE]
FalagardXMLHelper::horzFormatToString ( enum HorizontalFormatting format ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper18horzFormatToStringENS_20HorizontalFormattingE]
FalagardXMLHelper::horzTextFormatToString ( enum HorizontalTextFormatting format ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper22horzTextFormatToStringENS_24HorizontalTextFormattingE]
FalagardXMLHelper::stringToDimensionOperator ( String const& str ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper25stringToDimensionOperatorERKNS_6StringE]
FalagardXMLHelper::stringToDimensionType ( String const& str ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper21stringToDimensionTypeERKNS_6StringE]
FalagardXMLHelper::stringToFontMetricType ( String const& str ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper22stringToFontMetricTypeERKNS_6StringE]
FalagardXMLHelper::stringToFrameImageComponent ( String const& str ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper27stringToFrameImageComponentERKNS_6StringE]
FalagardXMLHelper::stringToHorzAlignment ( String const& str ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper21stringToHorzAlignmentERKNS_6StringE]
FalagardXMLHelper::stringToHorzFormat ( String const& str ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper18stringToHorzFormatERKNS_6StringE]
FalagardXMLHelper::stringToHorzTextFormat ( String const& str ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper22stringToHorzTextFormatERKNS_6StringE]
FalagardXMLHelper::stringToVertAlignment ( String const& str ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper21stringToVertAlignmentERKNS_6StringE]
FalagardXMLHelper::stringToVertFormat ( String const& str ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper18stringToVertFormatERKNS_6StringE]
FalagardXMLHelper::stringToVertTextFormat ( String const& str ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper22stringToVertTextFormatERKNS_6StringE]
FalagardXMLHelper::vertAlignmentToString ( enum VerticalAlignment alignment ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper21vertAlignmentToStringENS_17VerticalAlignmentE]
FalagardXMLHelper::vertFormatToString ( enum VerticalFormatting format ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper18vertFormatToStringENS_18VerticalFormattingE]
FalagardXMLHelper::vertTextFormatToString ( enum VerticalTextFormatting format ) [static]
[symbol: _ZN5CEGUI17FalagardXMLHelper22vertTextFormatToStringENS_22VerticalTextFormattingE]
CEGUIFont.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Font::drawText ( GeometryBuffer& buffer, String const& text, Vector2 const& position, Rect const* clip_rect, ColourRect const& colours, float const space_extra, float const x_scale, float const y_scale )
[symbol: _ZN5CEGUI4Font8drawTextERNS_14GeometryBufferERKNS_6StringERKNS_7Vector2EPKNS_4RectERKNS_10ColourRectEfff]
Font::Font [in-charge] ( String const& name, String const& type_name, String const& filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res )
[symbol: _ZN5CEGUI4FontC1ERKNS_6StringES3_S3_S3_bff]
Font::Font [not-in-charge] ( String const& name, String const& type_name, String const& filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res )
[symbol: _ZN5CEGUI4FontC2ERKNS_6StringES3_S3_S3_bff]
Font::isAutoScaled ( ) const
[symbol: _ZNK5CEGUI4Font12isAutoScaledEv]
Font::notifyDisplaySizeChanged ( Size const& size )
[symbol: _ZN5CEGUI4Font24notifyDisplaySizeChangedERKNS_4SizeE]
Font::setAutoScaled ( bool const auto_scaled )
[symbol: _ZN5CEGUI4Font13setAutoScaledEb]
Font::setNativeResolution ( Size const& size )
[symbol: _ZN5CEGUI4Font19setNativeResolutionERKNS_4SizeE]
CEGUIFont_xmlHandler.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Font_xmlHandler::Font_xmlHandler [in-charge] ( String const& filename, String const& resource_group )
[symbol: _ZN5CEGUI15Font_xmlHandlerC1ERKNS_6StringES3_]
Font_xmlHandler::Font_xmlHandler [not-in-charge] ( String const& filename, String const& resource_group )
[symbol: _ZN5CEGUI15Font_xmlHandlerC2ERKNS_6StringES3_]
CEGUIFontManager.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
FontManager::createFreeTypeFont ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res, enum XMLResourceExistsAction action )
[symbol: _ZN5CEGUI11FontManager18createFreeTypeFontERKNS_6StringEfbS3_S3_bffNS_23XMLResourceExistsActionE]
FontManager::createPixmapFont ( String const& font_name, String const& imageset_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res, enum XMLResourceExistsAction action )
[symbol: _ZN5CEGUI11FontManager16createPixmapFontERKNS_6StringES3_S3_bffNS_23XMLResourceExistsActionE]
FontManager::doPostObjectAdditionAction ( Font& object )
[symbol: _ZN5CEGUI11FontManager26doPostObjectAdditionActionERNS_4FontE]
FontManager::notifyDisplaySizeChanged ( Size const& size )
[symbol: _ZN5CEGUI11FontManager24notifyDisplaySizeChangedERKNS_4SizeE]
CEGUIFrameWindow.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
FrameWindow::CloseButtonNameSuffix [data]
[symbol: _ZN5CEGUI11FrameWindow21CloseButtonNameSuffixE]
FrameWindow::getSizingBorderAtPoint ( Point const& pt ) const
[symbol: _ZNK5CEGUI11FrameWindow22getSizingBorderAtPointERKNS_7Vector2E]
FrameWindow::isHit ( Point const& position, bool const p2 ) const
[symbol: _ZNK5CEGUI11FrameWindow5isHitERKNS_7Vector2Eb]
FrameWindow::moveBottomEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow14moveBottomEdgeEfRNS_5URectE]
FrameWindow::moveLeftEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow12moveLeftEdgeEfRNS_5URectE]
FrameWindow::moveRightEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow13moveRightEdgeEfRNS_5URectE]
FrameWindow::moveTopEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow11moveTopEdgeEfRNS_5URectE]
FrameWindow::offsetPixelPosition ( Vector2 const& offset )
[symbol: _ZN5CEGUI11FrameWindow19offsetPixelPositionERKNS_7Vector2E]
FrameWindow::setCursorForPoint ( Point const& pt ) const
[symbol: _ZNK5CEGUI11FrameWindow17setCursorForPointERKNS_7Vector2E]
FrameWindow::setEWSizingCursorImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI11FrameWindow22setEWSizingCursorImageERKNS_6StringES3_]
FrameWindow::setNESWSizingCursorImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI11FrameWindow24setNESWSizingCursorImageERKNS_6StringES3_]
FrameWindow::setNSSizingCursorImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI11FrameWindow22setNSSizingCursorImageERKNS_6StringES3_]
FrameWindow::setNWSESizingCursorImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI11FrameWindow24setNWSESizingCursorImageERKNS_6StringES3_]
FrameWindow::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI11FrameWindow18testClassName_implERKNS_6StringE]
FrameWindow::TitlebarNameSuffix [data]
[symbol: _ZN5CEGUI11FrameWindow18TitlebarNameSuffixE]
CEGUIFrameWindowProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::FrameWindowProperties
CloseButtonEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties18CloseButtonEnabled3getEPKNS_16PropertyReceiverE]
CloseButtonEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties18CloseButtonEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
CloseButtonEnabled::~CloseButtonEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties18CloseButtonEnabledD0Ev]
CloseButtonEnabled::~CloseButtonEnabled [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties18CloseButtonEnabledD1Ev]
DragMovingEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties17DragMovingEnabled3getEPKNS_16PropertyReceiverE]
DragMovingEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties17DragMovingEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
DragMovingEnabled::~DragMovingEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties17DragMovingEnabledD0Ev]
DragMovingEnabled::~DragMovingEnabled [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties17DragMovingEnabledD1Ev]
EWSizingCursorImage::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties19EWSizingCursorImage3getEPKNS_16PropertyReceiverE]
EWSizingCursorImage::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties19EWSizingCursorImage3setEPNS_16PropertyReceiverERKNS_6StringE]
EWSizingCursorImage::~EWSizingCursorImage [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties19EWSizingCursorImageD0Ev]
EWSizingCursorImage::~EWSizingCursorImage [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties19EWSizingCursorImageD1Ev]
FrameEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties12FrameEnabled3getEPKNS_16PropertyReceiverE]
FrameEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties12FrameEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
FrameEnabled::~FrameEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties12FrameEnabledD0Ev]
FrameEnabled::~FrameEnabled [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties12FrameEnabledD1Ev]
NESWSizingCursorImage::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties21NESWSizingCursorImage3getEPKNS_16PropertyReceiverE]
NESWSizingCursorImage::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties21NESWSizingCursorImage3setEPNS_16PropertyReceiverERKNS_6StringE]
NESWSizingCursorImage::~NESWSizingCursorImage [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties21NESWSizingCursorImageD0Ev]
NESWSizingCursorImage::~NESWSizingCursorImage [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties21NESWSizingCursorImageD1Ev]
NSSizingCursorImage::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties19NSSizingCursorImage3getEPKNS_16PropertyReceiverE]
NSSizingCursorImage::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties19NSSizingCursorImage3setEPNS_16PropertyReceiverERKNS_6StringE]
NSSizingCursorImage::~NSSizingCursorImage [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties19NSSizingCursorImageD0Ev]
NSSizingCursorImage::~NSSizingCursorImage [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties19NSSizingCursorImageD1Ev]
NWSESizingCursorImage::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties21NWSESizingCursorImage3getEPKNS_16PropertyReceiverE]
NWSESizingCursorImage::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties21NWSESizingCursorImage3setEPNS_16PropertyReceiverERKNS_6StringE]
NWSESizingCursorImage::~NWSESizingCursorImage [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties21NWSESizingCursorImageD0Ev]
NWSESizingCursorImage::~NWSESizingCursorImage [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties21NWSESizingCursorImageD1Ev]
RollUpEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties13RollUpEnabled3getEPKNS_16PropertyReceiverE]
RollUpEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties13RollUpEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
RollUpEnabled::~RollUpEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties13RollUpEnabledD0Ev]
RollUpEnabled::~RollUpEnabled [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties13RollUpEnabledD1Ev]
RollUpState::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties11RollUpState3getEPKNS_16PropertyReceiverE]
RollUpState::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties11RollUpState3setEPNS_16PropertyReceiverERKNS_6StringE]
RollUpState::~RollUpState [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties11RollUpStateD0Ev]
RollUpState::~RollUpState [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties11RollUpStateD1Ev]
SizingBorderThickness::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties21SizingBorderThickness3getEPKNS_16PropertyReceiverE]
SizingBorderThickness::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties21SizingBorderThickness3setEPNS_16PropertyReceiverERKNS_6StringE]
SizingBorderThickness::~SizingBorderThickness [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties21SizingBorderThicknessD0Ev]
SizingBorderThickness::~SizingBorderThickness [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties21SizingBorderThicknessD1Ev]
SizingEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties13SizingEnabled3getEPKNS_16PropertyReceiverE]
SizingEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties13SizingEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
SizingEnabled::~SizingEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties13SizingEnabledD0Ev]
SizingEnabled::~SizingEnabled [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties13SizingEnabledD1Ev]
TitlebarEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21FrameWindowProperties15TitlebarEnabled3getEPKNS_16PropertyReceiverE]
TitlebarEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21FrameWindowProperties15TitlebarEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
TitlebarEnabled::~TitlebarEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties15TitlebarEnabledD0Ev]
TitlebarEnabled::~TitlebarEnabled [in-charge] ( )
[symbol: _ZN5CEGUI21FrameWindowProperties15TitlebarEnabledD1Ev]
vtable for CloseButtonEnabled [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties18CloseButtonEnabledE]
vtable for DragMovingEnabled [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties17DragMovingEnabledE]
vtable for EWSizingCursorImage [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties19EWSizingCursorImageE]
vtable for FrameEnabled [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties12FrameEnabledE]
vtable for NESWSizingCursorImage [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties21NESWSizingCursorImageE]
vtable for NSSizingCursorImage [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties19NSSizingCursorImageE]
vtable for NWSESizingCursorImage [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties21NWSESizingCursorImageE]
vtable for RollUpEnabled [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties13RollUpEnabledE]
vtable for RollUpState [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties11RollUpStateE]
vtable for SizingBorderThickness [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties21SizingBorderThicknessE]
vtable for SizingEnabled [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties13SizingEnabledE]
vtable for TitlebarEnabled [data]
[symbol: _ZTVN5CEGUI21FrameWindowProperties15TitlebarEnabledE]
CEGUIFreeImageImageCodec.h,
libCEGUIFreeImageImageCodec-0.7.9.so
namespace CEGUI
FreeImageImageCodec::FreeImageImageCodec [in-charge] ( )
[symbol: _ZN5CEGUI19FreeImageImageCodecC1Ev]
FreeImageImageCodec::FreeImageImageCodec [not-in-charge] ( )
[symbol: _ZN5CEGUI19FreeImageImageCodecC2Ev]
FreeImageImageCodec::load ( RawDataContainer const& data, Texture* result )
[symbol: _ZN5CEGUI19FreeImageImageCodec4loadERKNS_16RawDataContainerEPNS_7TextureE]
FreeImageImageCodec::~FreeImageImageCodec [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19FreeImageImageCodecD0Ev]
FreeImageImageCodec::~FreeImageImageCodec [in-charge] ( )
[symbol: _ZN5CEGUI19FreeImageImageCodecD1Ev]
FreeImageImageCodec::~FreeImageImageCodec [not-in-charge] ( )
[symbol: _ZN5CEGUI19FreeImageImageCodecD2Ev]
vtable for FreeImageImageCodec [data]
[symbol: _ZTVN5CEGUI19FreeImageImageCodecE]
CEGUIFreeTypeFont.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
FreeTypeFont::FreeTypeFont [in-charge] ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res, float const specific_line_spacing )
[symbol: _ZN5CEGUI12FreeTypeFontC1ERKNS_6StringEfbS3_S3_bfff]
FreeTypeFont::FreeTypeFont [not-in-charge] ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res, float const specific_line_spacing )
[symbol: _ZN5CEGUI12FreeTypeFontC2ERKNS_6StringEfbS3_S3_bfff]
CEGUIGridLayoutContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
GridLayoutContainer::addChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI19GridLayoutContainer13addChild_implEPNS_6WindowE]
GridLayoutContainer::addChildWindowToPosition ( String const& name, size_t gridX, size_t gridY )
[symbol: _ZN5CEGUI19GridLayoutContainer24addChildWindowToPositionERKNS_6StringEjj]
GridLayoutContainer::addChildWindowToPosition ( Window* window, size_t gridX, size_t gridY )
[symbol: _ZN5CEGUI19GridLayoutContainer24addChildWindowToPositionEPNS_6WindowEjj]
GridLayoutContainer::DummyNameSuffix [data]
[symbol: _ZN5CEGUI19GridLayoutContainer15DummyNameSuffixE]
GridLayoutContainer::EventChildWindowOrderChanged [data]
[symbol: _ZN5CEGUI19GridLayoutContainer28EventChildWindowOrderChangedE]
GridLayoutContainer::getChildWindowAtPosition ( size_t gridX, size_t gridY )
[symbol: _ZN5CEGUI19GridLayoutContainer24getChildWindowAtPositionEjj]
GridLayoutContainer::moveChildWindowToPosition ( String const& wnd, size_t gridX, size_t gridY )
[symbol: _ZN5CEGUI19GridLayoutContainer25moveChildWindowToPositionERKNS_6StringEjj]
GridLayoutContainer::moveChildWindowToPosition ( Window* wnd, size_t gridX, size_t gridY )
[symbol: _ZN5CEGUI19GridLayoutContainer25moveChildWindowToPositionEPNS_6WindowEjj]
GridLayoutContainer::onChildWindowOrderChanged ( WindowEventArgs& e )
[symbol: _ZN5CEGUI19GridLayoutContainer25onChildWindowOrderChangedERNS_15WindowEventArgsE]
GridLayoutContainer::removeChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI19GridLayoutContainer16removeChild_implEPNS_6WindowE]
GridLayoutContainer::removeChildWindowFromPosition ( size_t gridX, size_t gridY )
[symbol: _ZN5CEGUI19GridLayoutContainer29removeChildWindowFromPositionEjj]
GridLayoutContainer::swapChildWindowPositions ( size_t gridX1, size_t gridY1, size_t gridX2, size_t gridY2 )
[symbol: _ZN5CEGUI19GridLayoutContainer24swapChildWindowPositionsEjjjj]
GridLayoutContainer::swapChildWindowPositions ( size_t wnd1, size_t wnd2 )
[symbol: _ZN5CEGUI19GridLayoutContainer24swapChildWindowPositionsEjj]
GridLayoutContainer::swapChildWindows ( String const& wnd1, Window* wnd2 )
[symbol: _ZN5CEGUI19GridLayoutContainer16swapChildWindowsERKNS_6StringEPNS_6WindowE]
GridLayoutContainer::swapChildWindows ( Window* wnd1, String const& wnd2 )
[symbol: _ZN5CEGUI19GridLayoutContainer16swapChildWindowsEPNS_6WindowERKNS_6StringE]
GridLayoutContainer::swapChildWindows ( Window* wnd1, Window* wnd2 )
[symbol: _ZN5CEGUI19GridLayoutContainer16swapChildWindowsEPNS_6WindowES2_]
GridLayoutContainer::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI19GridLayoutContainer18testClassName_implERKNS_6StringE]
CEGUIGridLayoutContainerProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::GridLayoutContainerProperties
AutoPositioning::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI29GridLayoutContainerProperties15AutoPositioning3getEPKNS_16PropertyReceiverE]
AutoPositioning::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI29GridLayoutContainerProperties15AutoPositioning3setEPNS_16PropertyReceiverERKNS_6StringE]
AutoPositioning::~AutoPositioning [in-charge-deleting] ( )
[symbol: _ZN5CEGUI29GridLayoutContainerProperties15AutoPositioningD0Ev]
AutoPositioning::~AutoPositioning [in-charge] ( )
[symbol: _ZN5CEGUI29GridLayoutContainerProperties15AutoPositioningD1Ev]
GridSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI29GridLayoutContainerProperties8GridSize3getEPKNS_16PropertyReceiverE]
GridSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI29GridLayoutContainerProperties8GridSize3setEPNS_16PropertyReceiverERKNS_6StringE]
GridSize::~GridSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI29GridLayoutContainerProperties8GridSizeD0Ev]
GridSize::~GridSize [in-charge] ( )
[symbol: _ZN5CEGUI29GridLayoutContainerProperties8GridSizeD1Ev]
vtable for AutoPositioning [data]
[symbol: _ZTVN5CEGUI29GridLayoutContainerProperties15AutoPositioningE]
vtable for GridSize [data]
[symbol: _ZTVN5CEGUI29GridLayoutContainerProperties8GridSizeE]
CEGUIGroupBox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
GroupBox::addChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI8GroupBox13addChild_implEPNS_6WindowE]
GroupBox::ContentPaneNameSuffix [data]
[symbol: _ZN5CEGUI8GroupBox21ContentPaneNameSuffixE]
GroupBox::removeChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI8GroupBox16removeChild_implEPNS_6WindowE]
GroupBox::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI8GroupBox18testClassName_implERKNS_6StringE]
CEGUIGUISheet.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
GUISheet::GUISheet [in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI8GUISheetC1ERKNS_6StringES3_]
GUISheet::GUISheet [not-in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI8GUISheetC2ERKNS_6StringES3_]
GUISheet::moveToFront_impl ( bool wasClicked )
[symbol: _ZN5CEGUI8GUISheet16moveToFront_implEb]
GUISheet::onMouseButtonDown ( MouseEventArgs& e )
[symbol: _ZN5CEGUI8GUISheet17onMouseButtonDownERNS_14MouseEventArgsE]
GUISheet::onMouseButtonUp ( MouseEventArgs& e )
[symbol: _ZN5CEGUI8GUISheet15onMouseButtonUpERNS_14MouseEventArgsE]
GUISheet::onMouseClicked ( MouseEventArgs& e )
[symbol: _ZN5CEGUI8GUISheet14onMouseClickedERNS_14MouseEventArgsE]
GUISheet::onMouseDoubleClicked ( MouseEventArgs& e )
[symbol: _ZN5CEGUI8GUISheet20onMouseDoubleClickedERNS_14MouseEventArgsE]
GUISheet::onMouseMove ( MouseEventArgs& e )
[symbol: _ZN5CEGUI8GUISheet11onMouseMoveERNS_14MouseEventArgsE]
GUISheet::onMouseTripleClicked ( MouseEventArgs& e )
[symbol: _ZN5CEGUI8GUISheet20onMouseTripleClickedERNS_14MouseEventArgsE]
GUISheet::onMouseWheel ( MouseEventArgs& e )
[symbol: _ZN5CEGUI8GUISheet12onMouseWheelERNS_14MouseEventArgsE]
GUISheet::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI8GUISheet18testClassName_implERKNS_6StringE]
GUISheet::updateMouseEventHandled ( MouseEventArgs& e ) const
[symbol: _ZNK5CEGUI8GUISheet23updateMouseEventHandledERNS_14MouseEventArgsE]
GUISheet::WidgetTypeName [data]
[symbol: _ZN5CEGUI8GUISheet14WidgetTypeNameE]
GUISheet::~GUISheet [in-charge-deleting] ( )
[symbol: _ZN5CEGUI8GUISheetD0Ev]
GUISheet::~GUISheet [in-charge] ( )
[symbol: _ZN5CEGUI8GUISheetD1Ev]
vtable for GUISheet [data]
[symbol: _ZTVN5CEGUI8GUISheetE]
CEGUIHorizontalLayoutContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
HorizontalLayoutContainer::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI25HorizontalLayoutContainer18testClassName_implERKNS_6StringE]
CEGUIImage.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Image::draw ( GeometryBuffer& buffer, Rect const& dest_rect, Rect const* clip_rect, ColourRect const& colours, enum QuadSplitMode quad_split_mode ) const
[symbol: _ZNK5CEGUI5Image4drawERNS_14GeometryBufferERKNS_4RectEPS4_RKNS_10ColourRectENS_13QuadSplitModeE]
Image::getImagesetName ( ) const
[symbol: _ZNK5CEGUI5Image15getImagesetNameEv]
Image::getName ( ) const
[symbol: _ZNK5CEGUI5Image7getNameEv]
Image::getSourceTextureArea ( ) const
[symbol: _ZNK5CEGUI5Image20getSourceTextureAreaEv]
Image::Image [in-charge] ( Image const& image )
[symbol: _ZN5CEGUI5ImageC1ERKS0_]
Image::Image [in-charge] ( Imageset const* owner, String const& name, Rect const& area, Point const& render_offset, float horzScaling, float vertScaling )
[symbol: _ZN5CEGUI5ImageC1EPKNS_8ImagesetERKNS_6StringERKNS_4RectERKNS_7Vector2Eff]
Image::Image [not-in-charge] ( Image const& image )
[symbol: _ZN5CEGUI5ImageC2ERKS0_]
Image::Image [not-in-charge] ( Imageset const* owner, String const& name, Rect const& area, Point const& render_offset, float horzScaling, float vertScaling )
[symbol: _ZN5CEGUI5ImageC2EPKNS_8ImagesetERKNS_6StringERKNS_4RectERKNS_7Vector2Eff]
Image::writeXMLToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI5Image16writeXMLToStreamERNS_13XMLSerializerE]
CEGUIImageset.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Imageset::d_defaultResourceGroup [data]
[symbol: _ZN5CEGUI8Imageset22d_defaultResourceGroupE]
Imageset::defineImage ( String const& name, Rect const& image_rect, Point const& render_offset )
[symbol: _ZN5CEGUI8Imageset11defineImageERKNS_6StringERKNS_4RectERKNS_7Vector2E]
Imageset::draw ( GeometryBuffer& buffer, Rect const& source_rect, Rect const& dest_rect, Rect const* clip_rect, ColourRect const& colours, enum QuadSplitMode quad_split_mode ) const
[symbol: _ZNK5CEGUI8Imageset4drawERNS_14GeometryBufferERKNS_4RectES5_PS4_RKNS_10ColourRectENS_13QuadSplitModeE]
Imageset::getImage ( String const& name ) const
[symbol: _ZNK5CEGUI8Imageset8getImageERKNS_6StringE]
Imageset::getIterator ( ) const
[symbol: _ZNK5CEGUI8Imageset11getIteratorEv]
Imageset::Imageset [in-charge] ( String const& name, String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI8ImagesetC1ERKNS_6StringES3_S3_]
Imageset::Imageset [in-charge] ( String const& name, Texture& texture )
[symbol: _ZN5CEGUI8ImagesetC1ERKNS_6StringERNS_7TextureE]
Imageset::Imageset [not-in-charge] ( String const& name, String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI8ImagesetC2ERKNS_6StringES3_S3_]
Imageset::Imageset [not-in-charge] ( String const& name, Texture& texture )
[symbol: _ZN5CEGUI8ImagesetC2ERKNS_6StringERNS_7TextureE]
Imageset::notifyDisplaySizeChanged ( Size const& size )
[symbol: _ZN5CEGUI8Imageset24notifyDisplaySizeChangedERKNS_4SizeE]
Imageset::setAutoScalingEnabled ( bool setting )
[symbol: _ZN5CEGUI8Imageset21setAutoScalingEnabledEb]
Imageset::setNativeResolution ( Size const& size )
[symbol: _ZN5CEGUI8Imageset19setNativeResolutionERKNS_4SizeE]
Imageset::setTexture ( Texture* texture )
[symbol: _ZN5CEGUI8Imageset10setTextureEPNS_7TextureE]
Imageset::undefineAllImages ( )
[symbol: _ZN5CEGUI8Imageset17undefineAllImagesEv]
Imageset::undefineImage ( String const& name )
[symbol: _ZN5CEGUI8Imageset13undefineImageERKNS_6StringE]
Imageset::unload ( )
[symbol: _ZN5CEGUI8Imageset6unloadEv]
Imageset::updateImageScalingFactors ( )
[symbol: _ZN5CEGUI8Imageset25updateImageScalingFactorsEv]
Imageset::writeXMLToStream ( XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI8Imageset16writeXMLToStreamERNS_13XMLSerializerE]
Imageset::~Imageset [in-charge] ( )
[symbol: _ZN5CEGUI8ImagesetD1Ev]
Imageset::~Imageset [not-in-charge] ( )
[symbol: _ZN5CEGUI8ImagesetD2Ev]
CEGUIImageset_xmlHandler.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Imageset_xmlHandler::elementEnd ( String const& element )
[symbol: _ZN5CEGUI19Imageset_xmlHandler10elementEndERKNS_6StringE]
Imageset_xmlHandler::elementStart ( String const& element, XMLAttributes const& attributes )
[symbol: _ZN5CEGUI19Imageset_xmlHandler12elementStartERKNS_6StringERKNS_13XMLAttributesE]
Imageset_xmlHandler::getObject ( ) const
[symbol: _ZNK5CEGUI19Imageset_xmlHandler9getObjectEv]
Imageset_xmlHandler::getObjectName ( ) const
[symbol: _ZNK5CEGUI19Imageset_xmlHandler13getObjectNameEv]
Imageset_xmlHandler::Imageset_xmlHandler [in-charge] ( String const& filename, String const& resource_group )
[symbol: _ZN5CEGUI19Imageset_xmlHandlerC1ERKNS_6StringES3_]
Imageset_xmlHandler::Imageset_xmlHandler [not-in-charge] ( String const& filename, String const& resource_group )
[symbol: _ZN5CEGUI19Imageset_xmlHandlerC2ERKNS_6StringES3_]
Imageset_xmlHandler::~Imageset_xmlHandler [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19Imageset_xmlHandlerD0Ev]
Imageset_xmlHandler::~Imageset_xmlHandler [in-charge] ( )
[symbol: _ZN5CEGUI19Imageset_xmlHandlerD1Ev]
Imageset_xmlHandler::~Imageset_xmlHandler [not-in-charge] ( )
[symbol: _ZN5CEGUI19Imageset_xmlHandlerD2Ev]
vtable for Imageset_xmlHandler [data]
[symbol: _ZTVN5CEGUI19Imageset_xmlHandlerE]
CEGUIImagesetManager.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ImagesetManager::create ( String const& name, Texture& texture, enum XMLResourceExistsAction action )
[symbol: _ZN5CEGUI15ImagesetManager6createERKNS_6StringERNS_7TextureENS_23XMLResourceExistsActionE]
ImagesetManager::createFromImageFile ( String const& name, String const& filename, String const& resourceGroup, enum XMLResourceExistsAction action )
[symbol: _ZN5CEGUI15ImagesetManager19createFromImageFileERKNS_6StringES3_S3_NS_23XMLResourceExistsActionE]
ImagesetManager::getIterator ( ) const
[symbol: _ZNK5CEGUI15ImagesetManager11getIteratorEv]
ImagesetManager::ImagesetManager [in-charge] ( )
[symbol: _ZN5CEGUI15ImagesetManagerC1Ev]
ImagesetManager::ImagesetManager [not-in-charge] ( )
[symbol: _ZN5CEGUI15ImagesetManagerC2Ev]
ImagesetManager::notifyDisplaySizeChanged ( Size const& size )
[symbol: _ZN5CEGUI15ImagesetManager24notifyDisplaySizeChangedERKNS_4SizeE]
ImagesetManager::writeImagesetToStream ( String const& imageset, OutStream& out_stream ) const
[symbol: _ZNK5CEGUI15ImagesetManager21writeImagesetToStreamERKNS_6StringERSo]
ImagesetManager::~ImagesetManager [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15ImagesetManagerD0Ev]
ImagesetManager::~ImagesetManager [in-charge] ( )
[symbol: _ZN5CEGUI15ImagesetManagerD1Ev]
ImagesetManager::~ImagesetManager [not-in-charge] ( )
[symbol: _ZN5CEGUI15ImagesetManagerD2Ev]
vtable for ImagesetManager [data]
[symbol: _ZTVN5CEGUI15ImagesetManagerE]
CEGUIIrrlichtGeometryBuffer.h,
libCEGUIIrrlichtRenderer-0.7.9.so
namespace CEGUI
IrrlichtGeometryBuffer::setClippingRegion ( Rect const& region )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer17setClippingRegionERKNS_4RectE]
IrrlichtGeometryBuffer::setPivot ( Vector3 const& p )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer8setPivotERKNS_7Vector3E]
IrrlichtGeometryBuffer::setRotation ( Vector3 const& r )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer11setRotationERKNS_7Vector3E]
IrrlichtGeometryBuffer::setTranslation ( Vector3 const& v )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer14setTranslationERKNS_7Vector3E]
CEGUIIrrlichtRenderer.h,
libCEGUIIrrlichtRenderer-0.7.9.so
namespace CEGUI
IrrlichtRenderer::bootstrapSystem ( irr::IrrlichtDevice& device ) [static]
[symbol: _ZN5CEGUI16IrrlichtRenderer15bootstrapSystemERN3irr14IrrlichtDeviceE]
IrrlichtRenderer::create ( irr::IrrlichtDevice& device ) [static]
[symbol: _ZN5CEGUI16IrrlichtRenderer6createERN3irr14IrrlichtDeviceE]
IrrlichtRenderer::createTexture ( )
[symbol: _ZN5CEGUI16IrrlichtRenderer13createTextureEv]
IrrlichtRenderer::createTexture ( Size const& size )
[symbol: _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_4SizeE]
IrrlichtRenderer::createTexture ( String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_6StringES3_]
IrrlichtRenderer::getAdjustedTextureSize ( Size const& sz ) const
[symbol: _ZNK5CEGUI16IrrlichtRenderer22getAdjustedTextureSizeERKNS_4SizeE]
IrrlichtRenderer::getDefaultRenderingRoot ( )
[symbol: _ZN5CEGUI16IrrlichtRenderer23getDefaultRenderingRootEv]
IrrlichtRenderer::setDisplaySize ( Size const& sz )
[symbol: _ZN5CEGUI16IrrlichtRenderer14setDisplaySizeERKNS_4SizeE]
CEGUIIrrlichtRenderTarget.h,
libCEGUIIrrlichtRenderer-0.7.9.so
namespace CEGUI
IrrlichtRenderTarget::activate ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTarget8activateEv]
IrrlichtRenderTarget::deactivate ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTarget10deactivateEv]
IrrlichtRenderTarget::draw ( GeometryBuffer const& buffer )
[symbol: _ZN5CEGUI20IrrlichtRenderTarget4drawERKNS_14GeometryBufferE]
IrrlichtRenderTarget::draw ( RenderQueue const& queue )
[symbol: _ZN5CEGUI20IrrlichtRenderTarget4drawERKNS_11RenderQueueE]
IrrlichtRenderTarget::getArea ( ) const
[symbol: _ZNK5CEGUI20IrrlichtRenderTarget7getAreaEv]
IrrlichtRenderTarget::IrrlichtRenderTarget [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverE]
IrrlichtRenderTarget::IrrlichtRenderTarget [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverE]
IrrlichtRenderTarget::setArea ( Rect const& area )
[symbol: _ZN5CEGUI20IrrlichtRenderTarget7setAreaERKNS_4RectE]
IrrlichtRenderTarget::unprojectPoint ( GeometryBuffer const& buff, Vector2 const& p_in, Vector2& p_out ) const
[symbol: _ZNK5CEGUI20IrrlichtRenderTarget14unprojectPointERKNS_14GeometryBufferERKNS_7Vector2ERS4_]
IrrlichtRenderTarget::updateMatrix ( ) const
[symbol: _ZNK5CEGUI20IrrlichtRenderTarget12updateMatrixEv]
IrrlichtRenderTarget::~IrrlichtRenderTarget [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetD0Ev]
IrrlichtRenderTarget::~IrrlichtRenderTarget [in-charge] ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetD1Ev]
IrrlichtRenderTarget::~IrrlichtRenderTarget [not-in-charge] ( )
[symbol: _ZN5CEGUI20IrrlichtRenderTargetD2Ev]
vtable for IrrlichtRenderTarget [data]
[symbol: _ZTVN5CEGUI20IrrlichtRenderTargetE]
CEGUIIrrlichtTexture.h,
libCEGUIIrrlichtRenderer-0.7.9.so
namespace CEGUI
IrrlichtTexture::createIrrlichtTexture ( Size const& sz )
[symbol: _ZN5CEGUI15IrrlichtTexture21createIrrlichtTextureERKNS_4SizeE]
IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver )
[symbol: _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverE]
IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, Size const& size )
[symbol: _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_4SizeE]
IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringES9_]
IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver )
[symbol: _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverE]
IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, Size const& size )
[symbol: _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_4SizeE]
IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringES9_]
IrrlichtTexture::loadFromMemory ( void const* buffer, Size const& buffer_size, enum Texture::PixelFormat pixel_format )
[symbol: _ZN5CEGUI15IrrlichtTexture14loadFromMemoryEPKvRKNS_4SizeENS_7Texture11PixelFormatE]
IrrlichtTexture::saveToMemory ( void* buffer )
[symbol: _ZN5CEGUI15IrrlichtTexture12saveToMemoryEPv]
IrrlichtTexture::setOriginalDataSize ( Size const& sz )
[symbol: _ZN5CEGUI15IrrlichtTexture19setOriginalDataSizeERKNS_4SizeE]
CEGUIIrrlichtTextureTarget.h,
libCEGUIIrrlichtRenderer-0.7.9.so
namespace CEGUI
IrrlichtTextureTarget::declareRenderSize ( Size const& sz )
[symbol: _ZN5CEGUI21IrrlichtTextureTarget17declareRenderSizeERKNS_4SizeE]
CEGUIItemEntry.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ItemEntry::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI9ItemEntry18testClassName_implERKNS_6StringE]
ItemEntry::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI9ItemEntry22validateWindowRendererERKNS_6StringE]
CEGUIItemEntryProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ItemEntryProperties
Selectable::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI19ItemEntryProperties10Selectable3getEPKNS_16PropertyReceiverE]
Selectable::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI19ItemEntryProperties10Selectable3setEPNS_16PropertyReceiverERKNS_6StringE]
Selectable::~Selectable [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19ItemEntryProperties10SelectableD0Ev]
Selectable::~Selectable [in-charge] ( )
[symbol: _ZN5CEGUI19ItemEntryProperties10SelectableD1Ev]
Selected::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI19ItemEntryProperties8Selected3getEPKNS_16PropertyReceiverE]
Selected::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI19ItemEntryProperties8Selected3setEPNS_16PropertyReceiverERKNS_6StringE]
Selected::~Selected [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19ItemEntryProperties8SelectedD0Ev]
Selected::~Selected [in-charge] ( )
[symbol: _ZN5CEGUI19ItemEntryProperties8SelectedD1Ev]
vtable for Selectable [data]
[symbol: _ZTVN5CEGUI19ItemEntryProperties10SelectableE]
vtable for Selected [data]
[symbol: _ZTVN5CEGUI19ItemEntryProperties8SelectedE]
CEGUIItemListBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ItemListBase::onParentSized ( WindowEventArgs& e )
[symbol: _ZN5CEGUI12ItemListBase13onParentSizedERNS_15WindowEventArgsE]
ItemListBase::performChildWindowLayout ( )
[symbol: _ZN5CEGUI12ItemListBase24performChildWindowLayoutEv]
ItemListBase::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI12ItemListBase18testClassName_implERKNS_6StringE]
ItemListBase::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI12ItemListBase22validateWindowRendererERKNS_6StringE]
CEGUIItemListBaseProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ItemListBaseProperties
AutoResizeEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI22ItemListBaseProperties17AutoResizeEnabled3getEPKNS_16PropertyReceiverE]
AutoResizeEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI22ItemListBaseProperties17AutoResizeEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
AutoResizeEnabled::~AutoResizeEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI22ItemListBaseProperties17AutoResizeEnabledD0Ev]
AutoResizeEnabled::~AutoResizeEnabled [in-charge] ( )
[symbol: _ZN5CEGUI22ItemListBaseProperties17AutoResizeEnabledD1Ev]
SortEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI22ItemListBaseProperties11SortEnabled3getEPKNS_16PropertyReceiverE]
SortEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI22ItemListBaseProperties11SortEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
SortEnabled::~SortEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI22ItemListBaseProperties11SortEnabledD0Ev]
SortEnabled::~SortEnabled [in-charge] ( )
[symbol: _ZN5CEGUI22ItemListBaseProperties11SortEnabledD1Ev]
SortMode::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI22ItemListBaseProperties8SortMode3getEPKNS_16PropertyReceiverE]
SortMode::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI22ItemListBaseProperties8SortMode3setEPNS_16PropertyReceiverERKNS_6StringE]
SortMode::~SortMode [in-charge-deleting] ( )
[symbol: _ZN5CEGUI22ItemListBaseProperties8SortModeD0Ev]
SortMode::~SortMode [in-charge] ( )
[symbol: _ZN5CEGUI22ItemListBaseProperties8SortModeD1Ev]
vtable for AutoResizeEnabled [data]
[symbol: _ZTVN5CEGUI22ItemListBaseProperties17AutoResizeEnabledE]
vtable for SortEnabled [data]
[symbol: _ZTVN5CEGUI22ItemListBaseProperties11SortEnabledE]
vtable for SortMode [data]
[symbol: _ZTVN5CEGUI22ItemListBaseProperties8SortModeE]
CEGUIItemListbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ItemListbox::d_multiSelectProperty [data]
[symbol: _ZN5CEGUI11ItemListbox21d_multiSelectPropertyE]
ItemListbox::initialiseComponents ( )
[symbol: _ZN5CEGUI11ItemListbox20initialiseComponentsEv]
ItemListbox::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI11ItemListbox18testClassName_implERKNS_6StringE]
CEGUIItemListboxProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ItemListboxProperties
MultiSelect::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21ItemListboxProperties11MultiSelect3getEPKNS_16PropertyReceiverE]
MultiSelect::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21ItemListboxProperties11MultiSelect3setEPNS_16PropertyReceiverERKNS_6StringE]
MultiSelect::~MultiSelect [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21ItemListboxProperties11MultiSelectD0Ev]
MultiSelect::~MultiSelect [in-charge] ( )
[symbol: _ZN5CEGUI21ItemListboxProperties11MultiSelectD1Ev]
vtable for MultiSelect [data]
[symbol: _ZTVN5CEGUI21ItemListboxProperties11MultiSelectE]
CEGUIJustifiedRenderedString.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
JustifiedRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) const
[symbol: _ZNK5CEGUI23JustifiedRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE]
JustifiedRenderedString::format ( Size const& area_size )
[symbol: _ZN5CEGUI23JustifiedRenderedString6formatERKNS_4SizeE]
JustifiedRenderedString::getHorizontalExtent ( ) const
[symbol: _ZNK5CEGUI23JustifiedRenderedString19getHorizontalExtentEv]
JustifiedRenderedString::getVerticalExtent ( ) const
[symbol: _ZNK5CEGUI23JustifiedRenderedString17getVerticalExtentEv]
CEGUILayoutContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
LayoutContainer::addChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI15LayoutContainer13addChild_implEPNS_6WindowE]
LayoutContainer::getClientChildWindowContentArea_impl ( ) const
[symbol: _ZNK5CEGUI15LayoutContainer36getClientChildWindowContentArea_implEv]
LayoutContainer::getIdxOfChildWindow ( Window* wnd ) const
[symbol: _ZNK5CEGUI15LayoutContainer19getIdxOfChildWindowEPNS_6WindowE]
LayoutContainer::getUnclippedInnerRect_impl ( ) const
[symbol: _ZNK5CEGUI15LayoutContainer26getUnclippedInnerRect_implEv]
LayoutContainer::removeChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI15LayoutContainer16removeChild_implEPNS_6WindowE]
LayoutContainer::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI15LayoutContainer18testClassName_implERKNS_6StringE]
CEGUILeftAlignedRenderedString.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
LeftAlignedRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) const
[symbol: _ZNK5CEGUI25LeftAlignedRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE]
LeftAlignedRenderedString::format ( Size const& area_size )
[symbol: _ZN5CEGUI25LeftAlignedRenderedString6formatERKNS_4SizeE]
LeftAlignedRenderedString::getHorizontalExtent ( ) const
[symbol: _ZNK5CEGUI25LeftAlignedRenderedString19getHorizontalExtentEv]
LeftAlignedRenderedString::getVerticalExtent ( ) const
[symbol: _ZNK5CEGUI25LeftAlignedRenderedString17getVerticalExtentEv]
CEGUILibxmlParser.h,
libCEGUILibxmlParser-0.7.9.so
namespace CEGUI
LibxmlParser::cleanupImpl ( )
[symbol: _ZN5CEGUI12LibxmlParser11cleanupImplEv]
LibxmlParser::initialiseImpl ( )
[symbol: _ZN5CEGUI12LibxmlParser14initialiseImplEv]
LibxmlParser::LibxmlParser [in-charge] ( )
[symbol: _ZN5CEGUI12LibxmlParserC1Ev]
LibxmlParser::LibxmlParser [not-in-charge] ( )
[symbol: _ZN5CEGUI12LibxmlParserC2Ev]
LibxmlParser::parseXMLFile ( XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup )
[symbol: _ZN5CEGUI12LibxmlParser12parseXMLFileERNS_10XMLHandlerERKNS_6StringES5_S5_]
LibxmlParser::~LibxmlParser [in-charge-deleting] ( )
[symbol: _ZN5CEGUI12LibxmlParserD0Ev]
LibxmlParser::~LibxmlParser [in-charge] ( )
[symbol: _ZN5CEGUI12LibxmlParserD1Ev]
LibxmlParser::~LibxmlParser [not-in-charge] ( )
[symbol: _ZN5CEGUI12LibxmlParserD2Ev]
vtable for LibxmlParser [data]
[symbol: _ZTVN5CEGUI12LibxmlParserE]
CEGUIListbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Listbox::getItemAtPoint ( Point const& pt ) const
[symbol: _ZNK5CEGUI7Listbox14getItemAtPointERKNS_7Vector2E]
Listbox::HorzScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI7Listbox23HorzScrollbarNameSuffixE]
Listbox::onSized ( WindowEventArgs& e )
[symbol: _ZN5CEGUI7Listbox7onSizedERNS_15WindowEventArgsE]
Listbox::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI7Listbox18testClassName_implERKNS_6StringE]
Listbox::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI7Listbox22validateWindowRendererERKNS_6StringE]
Listbox::VertScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI7Listbox23VertScrollbarNameSuffixE]
CEGUIListboxItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ListboxItem::calculateModulatedAlphaColour ( colour col, float alpha ) const
[symbol: _ZNK5CEGUI11ListboxItem29calculateModulatedAlphaColourENS_6colourEf]
ListboxItem::setSelectionBrushImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI11ListboxItem22setSelectionBrushImageERKNS_6StringES3_]
ListboxItem::setSelectionColours ( colour top_left_colour, colour top_right_colour, colour bottom_left_colour, colour bottom_right_colour )
[symbol: _ZN5CEGUI11ListboxItem19setSelectionColoursENS_6colourES1_S1_S1_]
CEGUIListboxProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ListboxProperties
ForceHorzScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17ListboxProperties18ForceHorzScrollbar3getEPKNS_16PropertyReceiverE]
ForceHorzScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17ListboxProperties18ForceHorzScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17ListboxProperties18ForceHorzScrollbarD0Ev]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI17ListboxProperties18ForceHorzScrollbarD1Ev]
ForceVertScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17ListboxProperties18ForceVertScrollbar3getEPKNS_16PropertyReceiverE]
ForceVertScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17ListboxProperties18ForceVertScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceVertScrollbar::~ForceVertScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17ListboxProperties18ForceVertScrollbarD0Ev]
ForceVertScrollbar::~ForceVertScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI17ListboxProperties18ForceVertScrollbarD1Ev]
ItemTooltips::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17ListboxProperties12ItemTooltips3getEPKNS_16PropertyReceiverE]
ItemTooltips::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17ListboxProperties12ItemTooltips3setEPNS_16PropertyReceiverERKNS_6StringE]
ItemTooltips::~ItemTooltips [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17ListboxProperties12ItemTooltipsD0Ev]
ItemTooltips::~ItemTooltips [in-charge] ( )
[symbol: _ZN5CEGUI17ListboxProperties12ItemTooltipsD1Ev]
MultiSelect::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17ListboxProperties11MultiSelect3getEPKNS_16PropertyReceiverE]
MultiSelect::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17ListboxProperties11MultiSelect3setEPNS_16PropertyReceiverERKNS_6StringE]
MultiSelect::~MultiSelect [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17ListboxProperties11MultiSelectD0Ev]
MultiSelect::~MultiSelect [in-charge] ( )
[symbol: _ZN5CEGUI17ListboxProperties11MultiSelectD1Ev]
Sort::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17ListboxProperties4Sort3getEPKNS_16PropertyReceiverE]
Sort::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17ListboxProperties4Sort3setEPNS_16PropertyReceiverERKNS_6StringE]
Sort::~Sort [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17ListboxProperties4SortD0Ev]
Sort::~Sort [in-charge] ( )
[symbol: _ZN5CEGUI17ListboxProperties4SortD1Ev]
vtable for ForceHorzScrollbar [data]
[symbol: _ZTVN5CEGUI17ListboxProperties18ForceHorzScrollbarE]
vtable for ForceVertScrollbar [data]
[symbol: _ZTVN5CEGUI17ListboxProperties18ForceVertScrollbarE]
vtable for ItemTooltips [data]
[symbol: _ZTVN5CEGUI17ListboxProperties12ItemTooltipsE]
vtable for MultiSelect [data]
[symbol: _ZTVN5CEGUI17ListboxProperties11MultiSelectE]
vtable for Sort [data]
[symbol: _ZTVN5CEGUI17ListboxProperties4SortE]
CEGUIListboxTextItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ListboxTextItem::draw ( GeometryBuffer& buffer, Rect const& targetRect, float alpha, Rect const* clipper ) const
[symbol: _ZNK5CEGUI15ListboxTextItem4drawERNS_14GeometryBufferERKNS_4RectEfPS4_]
ListboxTextItem::setTextColours ( colour top_left_colour, colour top_right_colour, colour bottom_left_colour, colour bottom_right_colour )
[symbol: _ZN5CEGUI15ListboxTextItem14setTextColoursENS_6colourES1_S1_S1_]
CEGUIListHeader.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ListHeader::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI10ListHeader18testClassName_implERKNS_6StringE]
ListHeader::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI10ListHeader22validateWindowRendererERKNS_6StringE]
CEGUIListHeaderProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ListHeaderProperties
ColumnsMovable::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI20ListHeaderProperties14ColumnsMovable3getEPKNS_16PropertyReceiverE]
ColumnsMovable::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI20ListHeaderProperties14ColumnsMovable3setEPNS_16PropertyReceiverERKNS_6StringE]
ColumnsMovable::~ColumnsMovable [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20ListHeaderProperties14ColumnsMovableD0Ev]
ColumnsMovable::~ColumnsMovable [in-charge] ( )
[symbol: _ZN5CEGUI20ListHeaderProperties14ColumnsMovableD1Ev]
ColumnsSizable::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI20ListHeaderProperties14ColumnsSizable3getEPKNS_16PropertyReceiverE]
ColumnsSizable::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI20ListHeaderProperties14ColumnsSizable3setEPNS_16PropertyReceiverERKNS_6StringE]
ColumnsSizable::~ColumnsSizable [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20ListHeaderProperties14ColumnsSizableD0Ev]
ColumnsSizable::~ColumnsSizable [in-charge] ( )
[symbol: _ZN5CEGUI20ListHeaderProperties14ColumnsSizableD1Ev]
SortColumnID::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI20ListHeaderProperties12SortColumnID3getEPKNS_16PropertyReceiverE]
SortColumnID::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI20ListHeaderProperties12SortColumnID3setEPNS_16PropertyReceiverERKNS_6StringE]
SortColumnID::~SortColumnID [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20ListHeaderProperties12SortColumnIDD0Ev]
SortColumnID::~SortColumnID [in-charge] ( )
[symbol: _ZN5CEGUI20ListHeaderProperties12SortColumnIDD1Ev]
SortDirection::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI20ListHeaderProperties13SortDirection3getEPKNS_16PropertyReceiverE]
SortDirection::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI20ListHeaderProperties13SortDirection3setEPNS_16PropertyReceiverERKNS_6StringE]
SortDirection::~SortDirection [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20ListHeaderProperties13SortDirectionD0Ev]
SortDirection::~SortDirection [in-charge] ( )
[symbol: _ZN5CEGUI20ListHeaderProperties13SortDirectionD1Ev]
SortSettingEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI20ListHeaderProperties18SortSettingEnabled3getEPKNS_16PropertyReceiverE]
SortSettingEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI20ListHeaderProperties18SortSettingEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
SortSettingEnabled::~SortSettingEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20ListHeaderProperties18SortSettingEnabledD0Ev]
SortSettingEnabled::~SortSettingEnabled [in-charge] ( )
[symbol: _ZN5CEGUI20ListHeaderProperties18SortSettingEnabledD1Ev]
vtable for ColumnsMovable [data]
[symbol: _ZTVN5CEGUI20ListHeaderProperties14ColumnsMovableE]
vtable for ColumnsSizable [data]
[symbol: _ZTVN5CEGUI20ListHeaderProperties14ColumnsSizableE]
vtable for SortColumnID [data]
[symbol: _ZTVN5CEGUI20ListHeaderProperties12SortColumnIDE]
vtable for SortDirection [data]
[symbol: _ZTVN5CEGUI20ListHeaderProperties13SortDirectionE]
vtable for SortSettingEnabled [data]
[symbol: _ZTVN5CEGUI20ListHeaderProperties18SortSettingEnabledE]
CEGUIListHeaderSegment.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ListHeaderSegment::doDragMoving ( Point const& local_mouse )
[symbol: _ZN5CEGUI17ListHeaderSegment12doDragMovingERKNS_7Vector2E]
ListHeaderSegment::doDragSizing ( Point const& local_mouse )
[symbol: _ZN5CEGUI17ListHeaderSegment12doDragSizingERKNS_7Vector2E]
ListHeaderSegment::isDragMoveThresholdExceeded ( Point const& local_mouse )
[symbol: _ZN5CEGUI17ListHeaderSegment27isDragMoveThresholdExceededERKNS_7Vector2E]
ListHeaderSegment::setMovingCursorImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI17ListHeaderSegment20setMovingCursorImageERKNS_6StringES3_]
ListHeaderSegment::setSizingCursorImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI17ListHeaderSegment20setSizingCursorImageERKNS_6StringES3_]
ListHeaderSegment::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI17ListHeaderSegment18testClassName_implERKNS_6StringE]
CEGUIListHeaderSegmentProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ListHeaderSegmentProperties
Clickable::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI27ListHeaderSegmentProperties9Clickable3getEPKNS_16PropertyReceiverE]
Clickable::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties9Clickable3setEPNS_16PropertyReceiverERKNS_6StringE]
Clickable::~Clickable [in-charge-deleting] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties9ClickableD0Ev]
Clickable::~Clickable [in-charge] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties9ClickableD1Ev]
Dragable::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI27ListHeaderSegmentProperties8Dragable3getEPKNS_16PropertyReceiverE]
Dragable::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties8Dragable3setEPNS_16PropertyReceiverERKNS_6StringE]
Dragable::~Dragable [in-charge-deleting] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties8DragableD0Ev]
Dragable::~Dragable [in-charge] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties8DragableD1Ev]
MovingCursorImage::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI27ListHeaderSegmentProperties17MovingCursorImage3getEPKNS_16PropertyReceiverE]
MovingCursorImage::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties17MovingCursorImage3setEPNS_16PropertyReceiverERKNS_6StringE]
MovingCursorImage::~MovingCursorImage [in-charge-deleting] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties17MovingCursorImageD0Ev]
MovingCursorImage::~MovingCursorImage [in-charge] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties17MovingCursorImageD1Ev]
Sizable::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI27ListHeaderSegmentProperties7Sizable3getEPKNS_16PropertyReceiverE]
Sizable::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties7Sizable3setEPNS_16PropertyReceiverERKNS_6StringE]
Sizable::~Sizable [in-charge-deleting] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties7SizableD0Ev]
Sizable::~Sizable [in-charge] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties7SizableD1Ev]
SizingCursorImage::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI27ListHeaderSegmentProperties17SizingCursorImage3getEPKNS_16PropertyReceiverE]
SizingCursorImage::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties17SizingCursorImage3setEPNS_16PropertyReceiverERKNS_6StringE]
SizingCursorImage::~SizingCursorImage [in-charge-deleting] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties17SizingCursorImageD0Ev]
SizingCursorImage::~SizingCursorImage [in-charge] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties17SizingCursorImageD1Ev]
SortDirection::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI27ListHeaderSegmentProperties13SortDirection3getEPKNS_16PropertyReceiverE]
SortDirection::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties13SortDirection3setEPNS_16PropertyReceiverERKNS_6StringE]
SortDirection::~SortDirection [in-charge-deleting] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties13SortDirectionD0Ev]
SortDirection::~SortDirection [in-charge] ( )
[symbol: _ZN5CEGUI27ListHeaderSegmentProperties13SortDirectionD1Ev]
vtable for Clickable [data]
[symbol: _ZTVN5CEGUI27ListHeaderSegmentProperties9ClickableE]
vtable for Dragable [data]
[symbol: _ZTVN5CEGUI27ListHeaderSegmentProperties8DragableE]
vtable for MovingCursorImage [data]
[symbol: _ZTVN5CEGUI27ListHeaderSegmentProperties17MovingCursorImageE]
vtable for Sizable [data]
[symbol: _ZTVN5CEGUI27ListHeaderSegmentProperties7SizableE]
vtable for SizingCursorImage [data]
[symbol: _ZTVN5CEGUI27ListHeaderSegmentProperties17SizingCursorImageE]
vtable for SortDirection [data]
[symbol: _ZTVN5CEGUI27ListHeaderSegmentProperties13SortDirectionE]
CEGUIMenubar.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Menubar::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI7Menubar18testClassName_implERKNS_6StringE]
CEGUIMenuBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
MenuBase::onChildRemoved ( WindowEventArgs& e )
[symbol: _ZN5CEGUI8MenuBase14onChildRemovedERNS_15WindowEventArgsE]
MenuBase::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI8MenuBase18testClassName_implERKNS_6StringE]
CEGUIMenuBaseProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::MenuBaseProperties
AllowMultiplePopups::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18MenuBaseProperties19AllowMultiplePopups3getEPKNS_16PropertyReceiverE]
AllowMultiplePopups::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18MenuBaseProperties19AllowMultiplePopups3setEPNS_16PropertyReceiverERKNS_6StringE]
AllowMultiplePopups::~AllowMultiplePopups [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18MenuBaseProperties19AllowMultiplePopupsD0Ev]
AllowMultiplePopups::~AllowMultiplePopups [in-charge] ( )
[symbol: _ZN5CEGUI18MenuBaseProperties19AllowMultiplePopupsD1Ev]
AutoCloseNestedPopups::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18MenuBaseProperties21AutoCloseNestedPopups3getEPKNS_16PropertyReceiverE]
AutoCloseNestedPopups::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18MenuBaseProperties21AutoCloseNestedPopups3setEPNS_16PropertyReceiverERKNS_6StringE]
AutoCloseNestedPopups::~AutoCloseNestedPopups [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18MenuBaseProperties21AutoCloseNestedPopupsD0Ev]
AutoCloseNestedPopups::~AutoCloseNestedPopups [in-charge] ( )
[symbol: _ZN5CEGUI18MenuBaseProperties21AutoCloseNestedPopupsD1Ev]
ItemSpacing::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18MenuBaseProperties11ItemSpacing3getEPKNS_16PropertyReceiverE]
ItemSpacing::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18MenuBaseProperties11ItemSpacing3setEPNS_16PropertyReceiverERKNS_6StringE]
ItemSpacing::~ItemSpacing [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18MenuBaseProperties11ItemSpacingD0Ev]
ItemSpacing::~ItemSpacing [in-charge] ( )
[symbol: _ZN5CEGUI18MenuBaseProperties11ItemSpacingD1Ev]
vtable for AllowMultiplePopups [data]
[symbol: _ZTVN5CEGUI18MenuBaseProperties19AllowMultiplePopupsE]
vtable for AutoCloseNestedPopups [data]
[symbol: _ZTVN5CEGUI18MenuBaseProperties21AutoCloseNestedPopupsE]
vtable for ItemSpacing [data]
[symbol: _ZTVN5CEGUI18MenuBaseProperties11ItemSpacingE]
CEGUIMenuItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
MenuItem::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI8MenuItem18testClassName_implERKNS_6StringE]
MenuItem::updateInternalState ( Point const& mouse_pos )
[symbol: _ZN5CEGUI8MenuItem19updateInternalStateERKNS_7Vector2E]
CEGUIMenuItemProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::MenuItemProperties
AutoPopupTimeout::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18MenuItemProperties16AutoPopupTimeout3getEPKNS_16PropertyReceiverE]
AutoPopupTimeout::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18MenuItemProperties16AutoPopupTimeout3setEPNS_16PropertyReceiverERKNS_6StringE]
AutoPopupTimeout::~AutoPopupTimeout [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18MenuItemProperties16AutoPopupTimeoutD0Ev]
AutoPopupTimeout::~AutoPopupTimeout [in-charge] ( )
[symbol: _ZN5CEGUI18MenuItemProperties16AutoPopupTimeoutD1Ev]
PopupOffset::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18MenuItemProperties11PopupOffset3getEPKNS_16PropertyReceiverE]
PopupOffset::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18MenuItemProperties11PopupOffset3setEPNS_16PropertyReceiverERKNS_6StringE]
PopupOffset::~PopupOffset [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18MenuItemProperties11PopupOffsetD0Ev]
PopupOffset::~PopupOffset [in-charge] ( )
[symbol: _ZN5CEGUI18MenuItemProperties11PopupOffsetD1Ev]
vtable for AutoPopupTimeout [data]
[symbol: _ZTVN5CEGUI18MenuItemProperties16AutoPopupTimeoutE]
vtable for PopupOffset [data]
[symbol: _ZTVN5CEGUI18MenuItemProperties11PopupOffsetE]
CEGUIMouseCursor.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
MouseCursor::getSingleton ( ) [static]
[symbol: _ZN5CEGUI11MouseCursor12getSingletonEv]
MouseCursor::getSingletonPtr ( ) [static]
[symbol: _ZN5CEGUI11MouseCursor15getSingletonPtrEv]
MouseCursor::notifyDisplaySizeChanged ( Size const& new_size )
[symbol: _ZN5CEGUI11MouseCursor24notifyDisplaySizeChangedERKNS_4SizeE]
MouseCursor::offsetPosition ( Point const& offset )
[symbol: _ZN5CEGUI11MouseCursor14offsetPositionERKNS_7Vector2E]
MouseCursor::setConstraintArea ( Rect const* area )
[symbol: _ZN5CEGUI11MouseCursor17setConstraintAreaEPKNS_4RectE]
MouseCursor::setExplicitRenderSize ( Size const& size )
[symbol: _ZN5CEGUI11MouseCursor21setExplicitRenderSizeERKNS_4SizeE]
MouseCursor::setImage ( String const& imageset, String const& image_name )
[symbol: _ZN5CEGUI11MouseCursor8setImageERKNS_6StringES3_]
MouseCursor::setInitialMousePosition ( Point const& position ) [static]
[symbol: _ZN5CEGUI11MouseCursor23setInitialMousePositionERKNS_7Vector2E]
MouseCursor::setPosition ( Point const& position )
[symbol: _ZN5CEGUI11MouseCursor11setPositionERKNS_7Vector2E]
MouseCursor::setUnifiedConstraintArea ( URect const* area )
[symbol: _ZN5CEGUI11MouseCursor24setUnifiedConstraintAreaEPKNS_5URectE]
CEGUIMultiColumnList.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
MultiColumnList::getItemAtPoint ( Point const& pt ) const
[symbol: _ZNK5CEGUI15MultiColumnList14getItemAtPointERKNS_7Vector2E]
MultiColumnList::HorzScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI15MultiColumnList23HorzScrollbarNameSuffixE]
MultiColumnList::ListHeaderNameSuffix [data]
[symbol: _ZN5CEGUI15MultiColumnList20ListHeaderNameSuffixE]
MultiColumnList::onSized ( WindowEventArgs& e )
[symbol: _ZN5CEGUI15MultiColumnList7onSizedERNS_15WindowEventArgsE]
MultiColumnList::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI15MultiColumnList18testClassName_implERKNS_6StringE]
MultiColumnList::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI15MultiColumnList22validateWindowRendererERKNS_6StringE]
MultiColumnList::VertScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI15MultiColumnList23VertScrollbarNameSuffixE]
CEGUIMultiColumnListProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::MultiColumnListProperties
AutoSizeColumnUsesHeader::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties24AutoSizeColumnUsesHeader3getEPKNS_16PropertyReceiverE]
AutoSizeColumnUsesHeader::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties24AutoSizeColumnUsesHeader3setEPNS_16PropertyReceiverERKNS_6StringE]
AutoSizeColumnUsesHeader::~AutoSizeColumnUsesHeader [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties24AutoSizeColumnUsesHeaderD0Ev]
AutoSizeColumnUsesHeader::~AutoSizeColumnUsesHeader [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties24AutoSizeColumnUsesHeaderD1Ev]
ColumnHeader::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties12ColumnHeader3getEPKNS_16PropertyReceiverE]
ColumnHeader::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties12ColumnHeader3setEPNS_16PropertyReceiverERKNS_6StringE]
ColumnHeader::~ColumnHeader [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties12ColumnHeaderD0Ev]
ColumnHeader::~ColumnHeader [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties12ColumnHeaderD1Ev]
ColumnsMovable::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties14ColumnsMovable3getEPKNS_16PropertyReceiverE]
ColumnsMovable::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties14ColumnsMovable3setEPNS_16PropertyReceiverERKNS_6StringE]
ColumnsMovable::~ColumnsMovable [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties14ColumnsMovableD0Ev]
ColumnsMovable::~ColumnsMovable [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties14ColumnsMovableD1Ev]
ColumnsSizable::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties14ColumnsSizable3getEPKNS_16PropertyReceiverE]
ColumnsSizable::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties14ColumnsSizable3setEPNS_16PropertyReceiverERKNS_6StringE]
ColumnsSizable::~ColumnsSizable [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties14ColumnsSizableD0Ev]
ColumnsSizable::~ColumnsSizable [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties14ColumnsSizableD1Ev]
ForceHorzScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties18ForceHorzScrollbar3getEPKNS_16PropertyReceiverE]
ForceHorzScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties18ForceHorzScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties18ForceHorzScrollbarD0Ev]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties18ForceHorzScrollbarD1Ev]
ForceVertScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties18ForceVertScrollbar3getEPKNS_16PropertyReceiverE]
ForceVertScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties18ForceVertScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceVertScrollbar::~ForceVertScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties18ForceVertScrollbarD0Ev]
ForceVertScrollbar::~ForceVertScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties18ForceVertScrollbarD1Ev]
NominatedSelectionColumnID::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties26NominatedSelectionColumnID3getEPKNS_16PropertyReceiverE]
NominatedSelectionColumnID::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties26NominatedSelectionColumnID3setEPNS_16PropertyReceiverERKNS_6StringE]
NominatedSelectionColumnID::~NominatedSelectionColumnID [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties26NominatedSelectionColumnIDD0Ev]
NominatedSelectionColumnID::~NominatedSelectionColumnID [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties26NominatedSelectionColumnIDD1Ev]
NominatedSelectionRow::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties21NominatedSelectionRow3getEPKNS_16PropertyReceiverE]
NominatedSelectionRow::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties21NominatedSelectionRow3setEPNS_16PropertyReceiverERKNS_6StringE]
NominatedSelectionRow::~NominatedSelectionRow [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties21NominatedSelectionRowD0Ev]
NominatedSelectionRow::~NominatedSelectionRow [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties21NominatedSelectionRowD1Ev]
RowCount::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties8RowCount3getEPKNS_16PropertyReceiverE]
RowCount::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties8RowCount3setEPNS_16PropertyReceiverERKNS_6StringE]
RowCount::~RowCount [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties8RowCountD0Ev]
RowCount::~RowCount [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties8RowCountD1Ev]
SelectionMode::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties13SelectionMode3getEPKNS_16PropertyReceiverE]
SelectionMode::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties13SelectionMode3setEPNS_16PropertyReceiverERKNS_6StringE]
SelectionMode::~SelectionMode [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties13SelectionModeD0Ev]
SelectionMode::~SelectionMode [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties13SelectionModeD1Ev]
SortColumnID::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties12SortColumnID3getEPKNS_16PropertyReceiverE]
SortColumnID::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties12SortColumnID3setEPNS_16PropertyReceiverERKNS_6StringE]
SortColumnID::~SortColumnID [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties12SortColumnIDD0Ev]
SortColumnID::~SortColumnID [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties12SortColumnIDD1Ev]
SortDirection::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties13SortDirection3getEPKNS_16PropertyReceiverE]
SortDirection::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties13SortDirection3setEPNS_16PropertyReceiverERKNS_6StringE]
SortDirection::~SortDirection [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties13SortDirectionD0Ev]
SortDirection::~SortDirection [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties13SortDirectionD1Ev]
SortSettingEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25MultiColumnListProperties18SortSettingEnabled3getEPKNS_16PropertyReceiverE]
SortSettingEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25MultiColumnListProperties18SortSettingEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
SortSettingEnabled::~SortSettingEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties18SortSettingEnabledD0Ev]
SortSettingEnabled::~SortSettingEnabled [in-charge] ( )
[symbol: _ZN5CEGUI25MultiColumnListProperties18SortSettingEnabledD1Ev]
vtable for AutoSizeColumnUsesHeader [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties24AutoSizeColumnUsesHeaderE]
vtable for ColumnHeader [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties12ColumnHeaderE]
vtable for ColumnsMovable [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties14ColumnsMovableE]
vtable for ColumnsSizable [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties14ColumnsSizableE]
vtable for ForceHorzScrollbar [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties18ForceHorzScrollbarE]
vtable for ForceVertScrollbar [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties18ForceVertScrollbarE]
vtable for NominatedSelectionColumnID [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties26NominatedSelectionColumnIDE]
vtable for NominatedSelectionRow [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties21NominatedSelectionRowE]
vtable for RowCount [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties8RowCountE]
vtable for SelectionMode [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties13SelectionModeE]
vtable for SortColumnID [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties12SortColumnIDE]
vtable for SortDirection [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties13SortDirectionE]
vtable for SortSettingEnabled [data]
[symbol: _ZTVN5CEGUI25MultiColumnListProperties18SortSettingEnabledE]
CEGUIMultiLineEditbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
MultiLineEditbox::ensureCaratIsVisible ( )
[symbol: _ZN5CEGUI16MultiLineEditbox20ensureCaratIsVisibleEv]
MultiLineEditbox::EventCaratMoved [data]
[symbol: _ZN5CEGUI16MultiLineEditbox15EventCaratMovedE]
MultiLineEditbox::getTextIndexFromPosition ( Point const& pt ) const
[symbol: _ZNK5CEGUI16MultiLineEditbox24getTextIndexFromPositionERKNS_7Vector2E]
MultiLineEditbox::HorzScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI16MultiLineEditbox23HorzScrollbarNameSuffixE]
MultiLineEditbox::onCaratMoved ( WindowEventArgs& e )
[symbol: _ZN5CEGUI16MultiLineEditbox12onCaratMovedERNS_15WindowEventArgsE]
MultiLineEditbox::onSized ( WindowEventArgs& e )
[symbol: _ZN5CEGUI16MultiLineEditbox7onSizedERNS_15WindowEventArgsE]
MultiLineEditbox::setCaratIndex ( size_t carat_pos )
[symbol: _ZN5CEGUI16MultiLineEditbox13setCaratIndexEj]
MultiLineEditbox::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI16MultiLineEditbox18testClassName_implERKNS_6StringE]
MultiLineEditbox::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI16MultiLineEditbox22validateWindowRendererERKNS_6StringE]
MultiLineEditbox::VertScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI16MultiLineEditbox23VertScrollbarNameSuffixE]
CEGUIMultiLineEditboxProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::MultiLineEditboxProperties
CaratIndex::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI26MultiLineEditboxProperties10CaratIndex3getEPKNS_16PropertyReceiverE]
CaratIndex::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties10CaratIndex3setEPNS_16PropertyReceiverERKNS_6StringE]
CaratIndex::~CaratIndex [in-charge-deleting] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties10CaratIndexD0Ev]
CaratIndex::~CaratIndex [in-charge] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties10CaratIndexD1Ev]
ForceVertScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI26MultiLineEditboxProperties18ForceVertScrollbar3getEPKNS_16PropertyReceiverE]
ForceVertScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties18ForceVertScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceVertScrollbar::~ForceVertScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties18ForceVertScrollbarD0Ev]
ForceVertScrollbar::~ForceVertScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties18ForceVertScrollbarD1Ev]
MaxTextLength::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI26MultiLineEditboxProperties13MaxTextLength3getEPKNS_16PropertyReceiverE]
MaxTextLength::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties13MaxTextLength3setEPNS_16PropertyReceiverERKNS_6StringE]
MaxTextLength::~MaxTextLength [in-charge-deleting] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties13MaxTextLengthD0Ev]
MaxTextLength::~MaxTextLength [in-charge] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties13MaxTextLengthD1Ev]
ReadOnly::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI26MultiLineEditboxProperties8ReadOnly3getEPKNS_16PropertyReceiverE]
ReadOnly::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties8ReadOnly3setEPNS_16PropertyReceiverERKNS_6StringE]
ReadOnly::~ReadOnly [in-charge-deleting] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties8ReadOnlyD0Ev]
ReadOnly::~ReadOnly [in-charge] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties8ReadOnlyD1Ev]
SelectionBrushImage::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI26MultiLineEditboxProperties19SelectionBrushImage3getEPKNS_16PropertyReceiverE]
SelectionBrushImage::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties19SelectionBrushImage3setEPNS_16PropertyReceiverERKNS_6StringE]
SelectionBrushImage::~SelectionBrushImage [in-charge-deleting] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties19SelectionBrushImageD0Ev]
SelectionBrushImage::~SelectionBrushImage [in-charge] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties19SelectionBrushImageD1Ev]
SelectionLength::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI26MultiLineEditboxProperties15SelectionLength3getEPKNS_16PropertyReceiverE]
SelectionLength::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties15SelectionLength3setEPNS_16PropertyReceiverERKNS_6StringE]
SelectionLength::~SelectionLength [in-charge-deleting] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties15SelectionLengthD0Ev]
SelectionLength::~SelectionLength [in-charge] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties15SelectionLengthD1Ev]
SelectionStart::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI26MultiLineEditboxProperties14SelectionStart3getEPKNS_16PropertyReceiverE]
SelectionStart::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties14SelectionStart3setEPNS_16PropertyReceiverERKNS_6StringE]
SelectionStart::~SelectionStart [in-charge-deleting] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties14SelectionStartD0Ev]
SelectionStart::~SelectionStart [in-charge] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties14SelectionStartD1Ev]
WordWrap::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI26MultiLineEditboxProperties8WordWrap3getEPKNS_16PropertyReceiverE]
WordWrap::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties8WordWrap3setEPNS_16PropertyReceiverERKNS_6StringE]
WordWrap::~WordWrap [in-charge-deleting] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties8WordWrapD0Ev]
WordWrap::~WordWrap [in-charge] ( )
[symbol: _ZN5CEGUI26MultiLineEditboxProperties8WordWrapD1Ev]
vtable for CaratIndex [data]
[symbol: _ZTVN5CEGUI26MultiLineEditboxProperties10CaratIndexE]
vtable for ForceVertScrollbar [data]
[symbol: _ZTVN5CEGUI26MultiLineEditboxProperties18ForceVertScrollbarE]
vtable for MaxTextLength [data]
[symbol: _ZTVN5CEGUI26MultiLineEditboxProperties13MaxTextLengthE]
vtable for ReadOnly [data]
[symbol: _ZTVN5CEGUI26MultiLineEditboxProperties8ReadOnlyE]
vtable for SelectionBrushImage [data]
[symbol: _ZTVN5CEGUI26MultiLineEditboxProperties19SelectionBrushImageE]
vtable for SelectionLength [data]
[symbol: _ZTVN5CEGUI26MultiLineEditboxProperties15SelectionLengthE]
vtable for SelectionStart [data]
[symbol: _ZTVN5CEGUI26MultiLineEditboxProperties14SelectionStartE]
vtable for WordWrap [data]
[symbol: _ZTVN5CEGUI26MultiLineEditboxProperties8WordWrapE]
CEGUINamedXMLResourceManager.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
NamedXMLResourceManager<Imageset,Imageset_xmlHandler>::doPostObjectAdditionAction ( Imageset& p1 )
[symbol: _ZN5CEGUI23NamedXMLResourceManagerINS_8ImagesetENS_19Imageset_xmlHandlerEE26doPostObjectAdditionActionERS1_]
NamedXMLResourceManager<Imageset,Imageset_xmlHandler>::~NamedXMLResourceManager [in-charge-deleting] ( )
[symbol: _ZN5CEGUI23NamedXMLResourceManagerINS_8ImagesetENS_19Imageset_xmlHandlerEED0Ev]
NamedXMLResourceManager<Imageset,Imageset_xmlHandler>::~NamedXMLResourceManager [in-charge] ( )
[symbol: _ZN5CEGUI23NamedXMLResourceManagerINS_8ImagesetENS_19Imageset_xmlHandlerEED1Ev]
CEGUIOpenGLFBOTextureTarget.h,
libCEGUIOpenGLRenderer-0.7.9.so
namespace CEGUI
OpenGLFBOTextureTarget::activate ( )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTarget8activateEv]
OpenGLFBOTextureTarget::clear ( )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTarget5clearEv]
OpenGLFBOTextureTarget::deactivate ( )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTarget10deactivateEv]
OpenGLFBOTextureTarget::declareRenderSize ( Size const& sz )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTarget17declareRenderSizeERKNS_4SizeE]
OpenGLFBOTextureTarget::DEFAULT_SIZE [data]
[symbol: _ZN5CEGUI22OpenGLFBOTextureTarget12DEFAULT_SIZEE]
OpenGLFBOTextureTarget::grabTexture ( )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTarget11grabTextureEv]
OpenGLFBOTextureTarget::initialiseRenderTexture ( )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTarget23initialiseRenderTextureEv]
OpenGLFBOTextureTarget::OpenGLFBOTextureTarget [in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTargetC1ERNS_14OpenGLRendererE]
OpenGLFBOTextureTarget::OpenGLFBOTextureTarget [not-in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTargetC2ERNS_14OpenGLRendererE]
OpenGLFBOTextureTarget::resizeRenderTexture ( )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTarget19resizeRenderTextureEv]
OpenGLFBOTextureTarget::restoreTexture ( )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTarget14restoreTextureEv]
OpenGLFBOTextureTarget::~OpenGLFBOTextureTarget [in-charge-deleting] ( )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTargetD0Ev]
OpenGLFBOTextureTarget::~OpenGLFBOTextureTarget [in-charge] ( )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTargetD1Ev]
OpenGLFBOTextureTarget::~OpenGLFBOTextureTarget [not-in-charge] ( )
[symbol: _ZN5CEGUI22OpenGLFBOTextureTargetD2Ev]
vtable for OpenGLFBOTextureTarget [data]
[symbol: _ZTVN5CEGUI22OpenGLFBOTextureTargetE]
CEGUIOpenGLGeometryBuffer.h,
libCEGUIOpenGLRenderer-0.7.9.so
namespace CEGUI
OpenGLGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )
[symbol: _ZN5CEGUI20OpenGLGeometryBuffer14appendGeometryEPKNS_6VertexEj]
OpenGLGeometryBuffer::appendVertex ( struct Vertex const& vertex )
[symbol: _ZN5CEGUI20OpenGLGeometryBuffer12appendVertexERKNS_6VertexE]
OpenGLGeometryBuffer::draw ( ) const
[symbol: _ZNK5CEGUI20OpenGLGeometryBuffer4drawEv]
OpenGLGeometryBuffer::getActiveTexture ( ) const
[symbol: _ZNK5CEGUI20OpenGLGeometryBuffer16getActiveTextureEv]
OpenGLGeometryBuffer::getBatchCount ( ) const
[symbol: _ZNK5CEGUI20OpenGLGeometryBuffer13getBatchCountEv]
OpenGLGeometryBuffer::getMatrix ( ) const
[symbol: _ZNK5CEGUI20OpenGLGeometryBuffer9getMatrixEv]
OpenGLGeometryBuffer::getRenderEffect ( )
[symbol: _ZN5CEGUI20OpenGLGeometryBuffer15getRenderEffectEv]
OpenGLGeometryBuffer::getVertexCount ( ) const
[symbol: _ZNK5CEGUI20OpenGLGeometryBuffer14getVertexCountEv]
OpenGLGeometryBuffer::OpenGLGeometryBuffer [in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI20OpenGLGeometryBufferC1ERNS_14OpenGLRendererE]
OpenGLGeometryBuffer::OpenGLGeometryBuffer [not-in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI20OpenGLGeometryBufferC2ERNS_14OpenGLRendererE]
OpenGLGeometryBuffer::performBatchManagement ( )
[symbol: _ZN5CEGUI20OpenGLGeometryBuffer22performBatchManagementEv]
OpenGLGeometryBuffer::reset ( )
[symbol: _ZN5CEGUI20OpenGLGeometryBuffer5resetEv]
OpenGLGeometryBuffer::setActiveTexture ( Texture* texture )
[symbol: _ZN5CEGUI20OpenGLGeometryBuffer16setActiveTextureEPNS_7TextureE]
OpenGLGeometryBuffer::setClippingRegion ( Rect const& region )
[symbol: _ZN5CEGUI20OpenGLGeometryBuffer17setClippingRegionERKNS_4RectE]
OpenGLGeometryBuffer::setPivot ( Vector3 const& p )
[symbol: _ZN5CEGUI20OpenGLGeometryBuffer8setPivotERKNS_7Vector3E]
OpenGLGeometryBuffer::setRenderEffect ( RenderEffect* effect )
[symbol: _ZN5CEGUI20OpenGLGeometryBuffer15setRenderEffectEPNS_12RenderEffectE]
OpenGLGeometryBuffer::setRotation ( Vector3 const& r )
[symbol: _ZN5CEGUI20OpenGLGeometryBuffer11setRotationERKNS_7Vector3E]
OpenGLGeometryBuffer::setTranslation ( Vector3 const& t )
[symbol: _ZN5CEGUI20OpenGLGeometryBuffer14setTranslationERKNS_7Vector3E]
OpenGLGeometryBuffer::updateMatrix ( ) const
[symbol: _ZNK5CEGUI20OpenGLGeometryBuffer12updateMatrixEv]
OpenGLGeometryBuffer::~OpenGLGeometryBuffer [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20OpenGLGeometryBufferD0Ev]
OpenGLGeometryBuffer::~OpenGLGeometryBuffer [in-charge] ( )
[symbol: _ZN5CEGUI20OpenGLGeometryBufferD1Ev]
vtable for OpenGLGeometryBuffer [data]
[symbol: _ZTVN5CEGUI20OpenGLGeometryBufferE]
CEGUIOpenGLGLXPBTextureTarget.h,
libCEGUIOpenGLRenderer-0.7.9.so
namespace CEGUI
OpenGLGLXPBTextureTarget::activate ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTarget8activateEv]
OpenGLGLXPBTextureTarget::clear ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTarget5clearEv]
OpenGLGLXPBTextureTarget::createContext ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTarget13createContextEv]
OpenGLGLXPBTextureTarget::deactivate ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTarget10deactivateEv]
OpenGLGLXPBTextureTarget::declareRenderSize ( Size const& sz )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTarget17declareRenderSizeERKNS_4SizeE]
OpenGLGLXPBTextureTarget::DEFAULT_SIZE [data]
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTarget12DEFAULT_SIZEE]
OpenGLGLXPBTextureTarget::disablePBuffer ( ) const
[symbol: _ZNK5CEGUI24OpenGLGLXPBTextureTarget14disablePBufferEv]
OpenGLGLXPBTextureTarget::enablePBuffer ( ) const
[symbol: _ZNK5CEGUI24OpenGLGLXPBTextureTarget13enablePBufferEv]
OpenGLGLXPBTextureTarget::grabTexture ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTarget11grabTextureEv]
OpenGLGLXPBTextureTarget::initialisePBuffer ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTarget17initialisePBufferEv]
OpenGLGLXPBTextureTarget::initialiseTexture ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTarget17initialiseTextureEv]
OpenGLGLXPBTextureTarget::OpenGLGLXPBTextureTarget [in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTargetC1ERNS_14OpenGLRendererE]
OpenGLGLXPBTextureTarget::OpenGLGLXPBTextureTarget [not-in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTargetC2ERNS_14OpenGLRendererE]
OpenGLGLXPBTextureTarget::restoreTexture ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTarget14restoreTextureEv]
OpenGLGLXPBTextureTarget::selectFBConfig ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTarget14selectFBConfigEv]
OpenGLGLXPBTextureTarget::~OpenGLGLXPBTextureTarget [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTargetD0Ev]
OpenGLGLXPBTextureTarget::~OpenGLGLXPBTextureTarget [in-charge] ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTargetD1Ev]
OpenGLGLXPBTextureTarget::~OpenGLGLXPBTextureTarget [not-in-charge] ( )
[symbol: _ZN5CEGUI24OpenGLGLXPBTextureTargetD2Ev]
vtable for OpenGLGLXPBTextureTarget [data]
[symbol: _ZTVN5CEGUI24OpenGLGLXPBTextureTargetE]
CEGUIOpenGLRenderer.h,
libCEGUIOpenGLRenderer-0.7.9.so
namespace CEGUI
OpenGLRenderer::beginRendering ( )
[symbol: _ZN5CEGUI14OpenGLRenderer14beginRenderingEv]
OpenGLRenderer::bootstrapSystem ( Size const& display_size, enum OpenGLRenderer::TextureTargetType const tt_type ) [static]
[symbol: _ZN5CEGUI14OpenGLRenderer15bootstrapSystemERKNS_4SizeENS0_17TextureTargetTypeE]
OpenGLRenderer::bootstrapSystem ( enum OpenGLRenderer::TextureTargetType const tt_type ) [static]
[symbol: _ZN5CEGUI14OpenGLRenderer15bootstrapSystemENS0_17TextureTargetTypeE]
OpenGLRenderer::create ( Size const& display_size, enum OpenGLRenderer::TextureTargetType const tt_type ) [static]
[symbol: _ZN5CEGUI14OpenGLRenderer6createERKNS_4SizeENS0_17TextureTargetTypeE]
OpenGLRenderer::create ( enum OpenGLRenderer::TextureTargetType const tt_type ) [static]
[symbol: _ZN5CEGUI14OpenGLRenderer6createENS0_17TextureTargetTypeE]
OpenGLRenderer::createGeometryBuffer ( )
[symbol: _ZN5CEGUI14OpenGLRenderer20createGeometryBufferEv]
OpenGLRenderer::createTexture ( )
[symbol: _ZN5CEGUI14OpenGLRenderer13createTextureEv]
OpenGLRenderer::createTexture ( Size const& size )
[symbol: _ZN5CEGUI14OpenGLRenderer13createTextureERKNS_4SizeE]
OpenGLRenderer::createTexture ( String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI14OpenGLRenderer13createTextureERKNS_6StringES3_]
OpenGLRenderer::createTexture ( GLuint tex, Size const& sz )
[symbol: _ZN5CEGUI14OpenGLRenderer13createTextureEjRKNS_4SizeE]
OpenGLRenderer::createTextureTarget ( )
[symbol: _ZN5CEGUI14OpenGLRenderer19createTextureTargetEv]
OpenGLRenderer::destroy ( OpenGLRenderer& renderer ) [static]
[symbol: _ZN5CEGUI14OpenGLRenderer7destroyERS0_]
OpenGLRenderer::destroyAllGeometryBuffers ( )
[symbol: _ZN5CEGUI14OpenGLRenderer25destroyAllGeometryBuffersEv]
OpenGLRenderer::destroyAllTextures ( )
[symbol: _ZN5CEGUI14OpenGLRenderer18destroyAllTexturesEv]
OpenGLRenderer::destroyAllTextureTargets ( )
[symbol: _ZN5CEGUI14OpenGLRenderer24destroyAllTextureTargetsEv]
OpenGLRenderer::destroyGeometryBuffer ( GeometryBuffer const& buffer )
[symbol: _ZN5CEGUI14OpenGLRenderer21destroyGeometryBufferERKNS_14GeometryBufferE]
OpenGLRenderer::destroySystem ( ) [static]
[symbol: _ZN5CEGUI14OpenGLRenderer13destroySystemEv]
OpenGLRenderer::destroyTexture ( Texture& texture )
[symbol: _ZN5CEGUI14OpenGLRenderer14destroyTextureERNS_7TextureE]
OpenGLRenderer::destroyTextureTarget ( TextureTarget* target )
[symbol: _ZN5CEGUI14OpenGLRenderer20destroyTextureTargetEPNS_13TextureTargetE]
OpenGLRenderer::enableExtraStateSettings ( bool setting )
[symbol: _ZN5CEGUI14OpenGLRenderer24enableExtraStateSettingsEb]
OpenGLRenderer::endRendering ( )
[symbol: _ZN5CEGUI14OpenGLRenderer12endRenderingEv]
OpenGLRenderer::getAdjustedTextureSize ( Size const& sz ) const
[symbol: _ZNK5CEGUI14OpenGLRenderer22getAdjustedTextureSizeERKNS_4SizeE]
OpenGLRenderer::getDefaultRenderingRoot ( )
[symbol: _ZN5CEGUI14OpenGLRenderer23getDefaultRenderingRootEv]
OpenGLRenderer::getDisplayDPI ( ) const
[symbol: _ZNK5CEGUI14OpenGLRenderer13getDisplayDPIEv]
OpenGLRenderer::getDisplaySize ( ) const
[symbol: _ZNK5CEGUI14OpenGLRenderer14getDisplaySizeEv]
OpenGLRenderer::getIdentifierString ( ) const
[symbol: _ZNK5CEGUI14OpenGLRenderer19getIdentifierStringEv]
OpenGLRenderer::getMaxTextureSize ( ) const
[symbol: _ZNK5CEGUI14OpenGLRenderer17getMaxTextureSizeEv]
OpenGLRenderer::getNextPOTSize ( float const f ) [static]
[symbol: _ZN5CEGUI14OpenGLRenderer14getNextPOTSizeEf]
OpenGLRenderer::grabTextures ( )
[symbol: _ZN5CEGUI14OpenGLRenderer12grabTexturesEv]
OpenGLRenderer::restoreTextures ( )
[symbol: _ZN5CEGUI14OpenGLRenderer15restoreTexturesEv]
OpenGLRenderer::setDisplaySize ( Size const& sz )
[symbol: _ZN5CEGUI14OpenGLRenderer14setDisplaySizeERKNS_4SizeE]
OpenGLRenderer::setupRenderingBlendMode ( enum BlendMode const mode, bool const force )
[symbol: _ZN5CEGUI14OpenGLRenderer23setupRenderingBlendModeENS_9BlendModeEb]
vtable for OpenGLRenderer [data]
[symbol: _ZTVN5CEGUI14OpenGLRendererE]
CEGUIOpenGLRenderTarget.h,
libCEGUIOpenGLRenderer-0.7.9.so
namespace CEGUI
OpenGLRenderTarget::activate ( )
[symbol: _ZN5CEGUI18OpenGLRenderTarget8activateEv]
OpenGLRenderTarget::d_yfov_tan [data]
[symbol: _ZN5CEGUI18OpenGLRenderTarget10d_yfov_tanE]
OpenGLRenderTarget::deactivate ( )
[symbol: _ZN5CEGUI18OpenGLRenderTarget10deactivateEv]
OpenGLRenderTarget::draw ( GeometryBuffer const& buffer )
[symbol: _ZN5CEGUI18OpenGLRenderTarget4drawERKNS_14GeometryBufferE]
OpenGLRenderTarget::draw ( RenderQueue const& queue )
[symbol: _ZN5CEGUI18OpenGLRenderTarget4drawERKNS_11RenderQueueE]
OpenGLRenderTarget::getArea ( ) const
[symbol: _ZNK5CEGUI18OpenGLRenderTarget7getAreaEv]
OpenGLRenderTarget::OpenGLRenderTarget [in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI18OpenGLRenderTargetC1ERNS_14OpenGLRendererE]
OpenGLRenderTarget::OpenGLRenderTarget [not-in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI18OpenGLRenderTargetC2ERNS_14OpenGLRendererE]
OpenGLRenderTarget::setArea ( Rect const& area )
[symbol: _ZN5CEGUI18OpenGLRenderTarget7setAreaERKNS_4RectE]
OpenGLRenderTarget::unprojectPoint ( GeometryBuffer const& buff, Vector2 const& p_in, Vector2& p_out ) const
[symbol: _ZNK5CEGUI18OpenGLRenderTarget14unprojectPointERKNS_14GeometryBufferERKNS_7Vector2ERS4_]
OpenGLRenderTarget::updateMatrix ( ) const
[symbol: _ZNK5CEGUI18OpenGLRenderTarget12updateMatrixEv]
OpenGLRenderTarget::~OpenGLRenderTarget [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18OpenGLRenderTargetD0Ev]
OpenGLRenderTarget::~OpenGLRenderTarget [in-charge] ( )
[symbol: _ZN5CEGUI18OpenGLRenderTargetD1Ev]
vtable for OpenGLRenderTarget [data]
[symbol: _ZTVN5CEGUI18OpenGLRenderTargetE]
CEGUIOpenGLTexture.h,
libCEGUIOpenGLRenderer-0.7.9.so
namespace CEGUI
OpenGLTexture::cleanupOpenGLTexture ( )
[symbol: _ZN5CEGUI13OpenGLTexture20cleanupOpenGLTextureEv]
OpenGLTexture::generateOpenGLTexture ( )
[symbol: _ZN5CEGUI13OpenGLTexture21generateOpenGLTextureEv]
OpenGLTexture::getOpenGLTexture ( ) const
[symbol: _ZNK5CEGUI13OpenGLTexture16getOpenGLTextureEv]
OpenGLTexture::getOriginalDataSize ( ) const
[symbol: _ZNK5CEGUI13OpenGLTexture19getOriginalDataSizeEv]
OpenGLTexture::getSize ( ) const
[symbol: _ZNK5CEGUI13OpenGLTexture7getSizeEv]
OpenGLTexture::getTexelScaling ( ) const
[symbol: _ZNK5CEGUI13OpenGLTexture15getTexelScalingEv]
OpenGLTexture::grabTexture ( )
[symbol: _ZN5CEGUI13OpenGLTexture11grabTextureEv]
OpenGLTexture::loadFromFile ( String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI13OpenGLTexture12loadFromFileERKNS_6StringES3_]
OpenGLTexture::loadFromMemory ( void const* buffer, Size const& buffer_size, enum Texture::PixelFormat pixel_format )
[symbol: _ZN5CEGUI13OpenGLTexture14loadFromMemoryEPKvRKNS_4SizeENS_7Texture11PixelFormatE]
OpenGLTexture::OpenGLTexture [in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI13OpenGLTextureC1ERNS_14OpenGLRendererE]
OpenGLTexture::OpenGLTexture [in-charge] ( OpenGLRenderer& owner, Size const& size )
[symbol: _ZN5CEGUI13OpenGLTextureC1ERNS_14OpenGLRendererERKNS_4SizeE]
OpenGLTexture::OpenGLTexture [in-charge] ( OpenGLRenderer& owner, String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI13OpenGLTextureC1ERNS_14OpenGLRendererERKNS_6StringES5_]
OpenGLTexture::OpenGLTexture [in-charge] ( OpenGLRenderer& owner, GLuint tex, Size const& size )
[symbol: _ZN5CEGUI13OpenGLTextureC1ERNS_14OpenGLRendererEjRKNS_4SizeE]
OpenGLTexture::OpenGLTexture [not-in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI13OpenGLTextureC2ERNS_14OpenGLRendererE]
OpenGLTexture::OpenGLTexture [not-in-charge] ( OpenGLRenderer& owner, Size const& size )
[symbol: _ZN5CEGUI13OpenGLTextureC2ERNS_14OpenGLRendererERKNS_4SizeE]
OpenGLTexture::OpenGLTexture [not-in-charge] ( OpenGLRenderer& owner, String const& filename, String const& resourceGroup )
[symbol: _ZN5CEGUI13OpenGLTextureC2ERNS_14OpenGLRendererERKNS_6StringES5_]
OpenGLTexture::OpenGLTexture [not-in-charge] ( OpenGLRenderer& owner, GLuint tex, Size const& size )
[symbol: _ZN5CEGUI13OpenGLTextureC2ERNS_14OpenGLRendererEjRKNS_4SizeE]
OpenGLTexture::restoreTexture ( )
[symbol: _ZN5CEGUI13OpenGLTexture14restoreTextureEv]
OpenGLTexture::saveToMemory ( void* buffer )
[symbol: _ZN5CEGUI13OpenGLTexture12saveToMemoryEPv]
OpenGLTexture::setOpenGLTexture ( GLuint tex, Size const& size )
[symbol: _ZN5CEGUI13OpenGLTexture16setOpenGLTextureEjRKNS_4SizeE]
OpenGLTexture::setTextureSize ( Size const& sz )
[symbol: _ZN5CEGUI13OpenGLTexture14setTextureSizeERKNS_4SizeE]
OpenGLTexture::updateCachedScaleValues ( )
[symbol: _ZN5CEGUI13OpenGLTexture23updateCachedScaleValuesEv]
OpenGLTexture::~OpenGLTexture [in-charge-deleting] ( )
[symbol: _ZN5CEGUI13OpenGLTextureD0Ev]
OpenGLTexture::~OpenGLTexture [in-charge] ( )
[symbol: _ZN5CEGUI13OpenGLTextureD1Ev]
OpenGLTexture::~OpenGLTexture [not-in-charge] ( )
[symbol: _ZN5CEGUI13OpenGLTextureD2Ev]
vtable for OpenGLTexture [data]
[symbol: _ZTVN5CEGUI13OpenGLTextureE]
CEGUIOpenGLTextureTarget.h,
libCEGUIOpenGLRenderer-0.7.9.so
namespace CEGUI
OpenGLTextureTarget::getTexture ( ) const
[symbol: _ZNK5CEGUI19OpenGLTextureTarget10getTextureEv]
OpenGLTextureTarget::grabTexture ( )
[symbol: _ZN5CEGUI19OpenGLTextureTarget11grabTextureEv]
OpenGLTextureTarget::isImageryCache ( ) const
[symbol: _ZNK5CEGUI19OpenGLTextureTarget14isImageryCacheEv]
OpenGLTextureTarget::isRenderingInverted ( ) const
[symbol: _ZNK5CEGUI19OpenGLTextureTarget19isRenderingInvertedEv]
OpenGLTextureTarget::OpenGLTextureTarget [in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI19OpenGLTextureTargetC1ERNS_14OpenGLRendererE]
OpenGLTextureTarget::OpenGLTextureTarget [not-in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI19OpenGLTextureTargetC2ERNS_14OpenGLRendererE]
OpenGLTextureTarget::restoreTexture ( )
[symbol: _ZN5CEGUI19OpenGLTextureTarget14restoreTextureEv]
OpenGLTextureTarget::~OpenGLTextureTarget [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19OpenGLTextureTargetD0Ev]
OpenGLTextureTarget::~OpenGLTextureTarget [in-charge] ( )
[symbol: _ZN5CEGUI19OpenGLTextureTargetD1Ev]
OpenGLTextureTarget::~OpenGLTextureTarget [not-in-charge] ( )
[symbol: _ZN5CEGUI19OpenGLTextureTargetD2Ev]
vtable for OpenGLTextureTarget [data]
[symbol: _ZTVN5CEGUI19OpenGLTextureTargetE]
CEGUIOpenGLViewportTarget.h,
libCEGUIOpenGLRenderer-0.7.9.so
namespace CEGUI
OpenGLViewportTarget::isImageryCache ( ) const
[symbol: _ZNK5CEGUI20OpenGLViewportTarget14isImageryCacheEv]
OpenGLViewportTarget::OpenGLViewportTarget [in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI20OpenGLViewportTargetC1ERNS_14OpenGLRendererE]
OpenGLViewportTarget::OpenGLViewportTarget [in-charge] ( OpenGLRenderer& owner, Rect const& area )
[symbol: _ZN5CEGUI20OpenGLViewportTargetC1ERNS_14OpenGLRendererERKNS_4RectE]
OpenGLViewportTarget::OpenGLViewportTarget [not-in-charge] ( OpenGLRenderer& owner )
[symbol: _ZN5CEGUI20OpenGLViewportTargetC2ERNS_14OpenGLRendererE]
OpenGLViewportTarget::OpenGLViewportTarget [not-in-charge] ( OpenGLRenderer& owner, Rect const& area )
[symbol: _ZN5CEGUI20OpenGLViewportTargetC2ERNS_14OpenGLRendererERKNS_4RectE]
OpenGLViewportTarget::~OpenGLViewportTarget [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20OpenGLViewportTargetD0Ev]
OpenGLViewportTarget::~OpenGLViewportTarget [in-charge] ( )
[symbol: _ZN5CEGUI20OpenGLViewportTargetD1Ev]
vtable for OpenGLViewportTarget [data]
[symbol: _ZTVN5CEGUI20OpenGLViewportTargetE]
CEGUIPixmapFont.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
PixmapFont::getImageset ( ) const
[symbol: _ZNK5CEGUI10PixmapFont11getImagesetEv]
PixmapFont::PixmapFont [in-charge] ( String const& font_name, String const& imageset_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res )
[symbol: _ZN5CEGUI10PixmapFontC1ERKNS_6StringES3_S3_bff]
PixmapFont::PixmapFont [not-in-charge] ( String const& font_name, String const& imageset_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res )
[symbol: _ZN5CEGUI10PixmapFontC2ERKNS_6StringES3_S3_bff]
PixmapFont::setImageset ( String const& imageset )
[symbol: _ZN5CEGUI10PixmapFont11setImagesetERKNS_6StringE]
CEGUIPopupMenu.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
PopupMenu::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI9PopupMenu18testClassName_implERKNS_6StringE]
CEGUIPopupMenuProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::PopupMenuProperties
FadeInTime::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI19PopupMenuProperties10FadeInTime3getEPKNS_16PropertyReceiverE]
FadeInTime::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI19PopupMenuProperties10FadeInTime3setEPNS_16PropertyReceiverERKNS_6StringE]
FadeInTime::~FadeInTime [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19PopupMenuProperties10FadeInTimeD0Ev]
FadeInTime::~FadeInTime [in-charge] ( )
[symbol: _ZN5CEGUI19PopupMenuProperties10FadeInTimeD1Ev]
FadeOutTime::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI19PopupMenuProperties11FadeOutTime3getEPKNS_16PropertyReceiverE]
FadeOutTime::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI19PopupMenuProperties11FadeOutTime3setEPNS_16PropertyReceiverERKNS_6StringE]
FadeOutTime::~FadeOutTime [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19PopupMenuProperties11FadeOutTimeD0Ev]
FadeOutTime::~FadeOutTime [in-charge] ( )
[symbol: _ZN5CEGUI19PopupMenuProperties11FadeOutTimeD1Ev]
vtable for FadeInTime [data]
[symbol: _ZTVN5CEGUI19PopupMenuProperties10FadeInTimeE]
vtable for FadeOutTime [data]
[symbol: _ZTVN5CEGUI19PopupMenuProperties11FadeOutTimeE]
CEGUIProgressBar.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ProgressBar::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI11ProgressBar18testClassName_implERKNS_6StringE]
CEGUIProgressBarProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ProgressBarProperties
CurrentProgress::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21ProgressBarProperties15CurrentProgress3getEPKNS_16PropertyReceiverE]
CurrentProgress::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21ProgressBarProperties15CurrentProgress3setEPNS_16PropertyReceiverERKNS_6StringE]
CurrentProgress::~CurrentProgress [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21ProgressBarProperties15CurrentProgressD0Ev]
CurrentProgress::~CurrentProgress [in-charge] ( )
[symbol: _ZN5CEGUI21ProgressBarProperties15CurrentProgressD1Ev]
StepSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21ProgressBarProperties8StepSize3getEPKNS_16PropertyReceiverE]
StepSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21ProgressBarProperties8StepSize3setEPNS_16PropertyReceiverERKNS_6StringE]
StepSize::~StepSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21ProgressBarProperties8StepSizeD0Ev]
StepSize::~StepSize [in-charge] ( )
[symbol: _ZN5CEGUI21ProgressBarProperties8StepSizeD1Ev]
vtable for CurrentProgress [data]
[symbol: _ZTVN5CEGUI21ProgressBarProperties15CurrentProgressE]
vtable for StepSize [data]
[symbol: _ZTVN5CEGUI21ProgressBarProperties8StepSizeE]
CEGUIPropertyHelper.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
PropertyHelper::boolToString ( bool val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12boolToStringEb]
PropertyHelper::colourRectToString ( ColourRect const& val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper18colourRectToStringERKNS_10ColourRectE]
PropertyHelper::colourToString ( colour const& val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper14colourToStringERKNS_6colourE]
PropertyHelper::floatToString ( float val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper13floatToStringEf]
PropertyHelper::imageToString ( Image const*const val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper13imageToStringEPKNS_5ImageE]
PropertyHelper::intToString ( int val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper11intToStringEi]
PropertyHelper::pointToString ( Point const& val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper13pointToStringERKNS_7Vector2E]
PropertyHelper::rectToString ( Rect const& val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12rectToStringERKNS_4RectE]
PropertyHelper::sizeToString ( Size const& val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12sizeToStringERKNS_4SizeE]
PropertyHelper::stringToBool ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12stringToBoolERKNS_6StringE]
PropertyHelper::stringToColour ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper14stringToColourERKNS_6StringE]
PropertyHelper::stringToColourRect ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper18stringToColourRectERKNS_6StringE]
PropertyHelper::stringToFloat ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper13stringToFloatERKNS_6StringE]
PropertyHelper::stringToImage ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper13stringToImageERKNS_6StringE]
PropertyHelper::stringToInt ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper11stringToIntERKNS_6StringE]
PropertyHelper::stringToPoint ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper13stringToPointERKNS_6StringE]
PropertyHelper::stringToRect ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12stringToRectERKNS_6StringE]
PropertyHelper::stringToSize ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12stringToSizeERKNS_6StringE]
PropertyHelper::stringToUBox ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12stringToUBoxERKNS_6StringE]
PropertyHelper::stringToUDim ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12stringToUDimERKNS_6StringE]
PropertyHelper::stringToUint ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12stringToUintERKNS_6StringE]
PropertyHelper::stringToURect ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper13stringToURectERKNS_6StringE]
PropertyHelper::stringToUVector2 ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper16stringToUVector2ERKNS_6StringE]
PropertyHelper::stringToVector3 ( String const& str ) [static]
[symbol: _ZN5CEGUI14PropertyHelper15stringToVector3ERKNS_6StringE]
PropertyHelper::uboxToString ( UBox const& val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12uboxToStringERKNS_4UBoxE]
PropertyHelper::udimToString ( UDim const& val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12udimToStringERKNS_4UDimE]
PropertyHelper::uintToString ( uint val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper12uintToStringEj]
PropertyHelper::urectToString ( URect const& val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper13urectToStringERKNS_5URectE]
PropertyHelper::uvector2ToString ( UVector2 const& val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper16uvector2ToStringERKNS_8UVector2E]
PropertyHelper::vector3ToString ( Vector3 const& val ) [static]
[symbol: _ZN5CEGUI14PropertyHelper15vector3ToStringERKNS_7Vector3E]
CEGUIPropertySet.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
PropertySet::getIterator ( ) const
[symbol: _ZNK5CEGUI11PropertySet11getIteratorEv]
CEGUIPushButton.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
PushButton::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI10PushButton18testClassName_implERKNS_6StringE]
CEGUIRadioButton.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
RadioButton::deselectOtherButtonsInGroup ( ) const
[symbol: _ZNK5CEGUI11RadioButton27deselectOtherButtonsInGroupEv]
RadioButton::EventNamespace [data]
[symbol: _ZN5CEGUI11RadioButton14EventNamespaceE]
RadioButton::EventSelectStateChanged [data]
[symbol: _ZN5CEGUI11RadioButton23EventSelectStateChangedE]
RadioButton::onMouseButtonUp ( MouseEventArgs& e )
[symbol: _ZN5CEGUI11RadioButton15onMouseButtonUpERNS_14MouseEventArgsE]
RadioButton::onSelectStateChanged ( WindowEventArgs& e )
[symbol: _ZN5CEGUI11RadioButton20onSelectStateChangedERNS_15WindowEventArgsE]
RadioButton::setSelected ( bool select )
[symbol: _ZN5CEGUI11RadioButton11setSelectedEb]
RadioButton::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI11RadioButton18testClassName_implERKNS_6StringE]
CEGUIRadioButtonProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::RadioButtonProperties
GroupID::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21RadioButtonProperties7GroupID3getEPKNS_16PropertyReceiverE]
GroupID::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21RadioButtonProperties7GroupID3setEPNS_16PropertyReceiverERKNS_6StringE]
GroupID::~GroupID [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21RadioButtonProperties7GroupIDD0Ev]
GroupID::~GroupID [in-charge] ( )
[symbol: _ZN5CEGUI21RadioButtonProperties7GroupIDD1Ev]
Selected::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI21RadioButtonProperties8Selected3getEPKNS_16PropertyReceiverE]
Selected::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI21RadioButtonProperties8Selected3setEPNS_16PropertyReceiverERKNS_6StringE]
Selected::~Selected [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21RadioButtonProperties8SelectedD0Ev]
Selected::~Selected [in-charge] ( )
[symbol: _ZN5CEGUI21RadioButtonProperties8SelectedD1Ev]
vtable for GroupID [data]
[symbol: _ZTVN5CEGUI21RadioButtonProperties7GroupIDE]
vtable for Selected [data]
[symbol: _ZTVN5CEGUI21RadioButtonProperties8SelectedE]
CEGUIRect.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Rect::constrainSize ( Size const& max_sz, Size const& min_sz )
[symbol: _ZN5CEGUI4Rect13constrainSizeERKNS_4SizeES3_]
Rect::constrainSizeMax ( Size const& sz )
[symbol: _ZN5CEGUI4Rect16constrainSizeMaxERKNS_4SizeE]
Rect::constrainSizeMin ( Size const& sz )
[symbol: _ZN5CEGUI4Rect16constrainSizeMinERKNS_4SizeE]
Rect::getIntersection ( Rect const& rect ) const
[symbol: _ZNK5CEGUI4Rect15getIntersectionERKS0_]
Rect::isPointInRect ( Point const& pt ) const
[symbol: _ZNK5CEGUI4Rect13isPointInRectERKNS_7Vector2E]
Rect::offset ( Point const& pt )
[symbol: _ZN5CEGUI4Rect6offsetERKNS_7Vector2E]
Rect::operator = ( Rect const& rhs )
[symbol: _ZN5CEGUI4RectaSERKS0_]
Rect::Rect [in-charge] ( Point pos, Size sz )
[symbol: _ZN5CEGUI4RectC1ENS_7Vector2ENS_4SizeE]
Rect::Rect [in-charge] ( float left, float top, float right, float bottom )
[symbol: _ZN5CEGUI4RectC1Effff]
Rect::Rect [not-in-charge] ( Point pos, Size sz )
[symbol: _ZN5CEGUI4RectC2ENS_7Vector2ENS_4SizeE]
Rect::Rect [not-in-charge] ( float left, float top, float right, float bottom )
[symbol: _ZN5CEGUI4RectC2Effff]
Rect::setPosition ( Point const& pt )
[symbol: _ZN5CEGUI4Rect11setPositionERKNS_7Vector2E]
CEGUIRenderedString.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
RenderedString::draw ( size_t const line, GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect, float const space_extra ) const
[symbol: _ZNK5CEGUI14RenderedString4drawEjRNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEf]
RenderedString::getHorizontalExtent ( ) const
[symbol: _ZNK5CEGUI14RenderedString19getHorizontalExtentEv]
RenderedString::getPixelSize ( size_t const line ) const
[symbol: _ZNK5CEGUI14RenderedString12getPixelSizeEj]
RenderedString::getVerticalExtent ( ) const
[symbol: _ZNK5CEGUI14RenderedString17getVerticalExtentEv]
RenderedString::split ( size_t const line, float split_point, RenderedString& left )
[symbol: _ZN5CEGUI14RenderedString5splitEjfRS0_]
CEGUIRenderedStringComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
RenderedStringComponent::setPadding ( Rect const& padding )
[symbol: _ZN5CEGUI23RenderedStringComponent10setPaddingERKNS_4RectE]
CEGUIRenderedStringImageComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
RenderedStringImageComponent::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect, float const vertical_space, float const space_extra ) const
[symbol: _ZNK5CEGUI28RenderedStringImageComponent4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEff]
RenderedStringImageComponent::getPixelSize ( ) const
[symbol: _ZNK5CEGUI28RenderedStringImageComponent12getPixelSizeEv]
RenderedStringImageComponent::RenderedStringImageComponent [in-charge] ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI28RenderedStringImageComponentC1ERKNS_6StringES3_]
RenderedStringImageComponent::RenderedStringImageComponent [not-in-charge] ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI28RenderedStringImageComponentC2ERKNS_6StringES3_]
RenderedStringImageComponent::setColours ( colour const& c )
[symbol: _ZN5CEGUI28RenderedStringImageComponent10setColoursERKNS_6colourE]
RenderedStringImageComponent::setImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI28RenderedStringImageComponent8setImageERKNS_6StringES3_]
RenderedStringImageComponent::setSize ( Size const& sz )
[symbol: _ZN5CEGUI28RenderedStringImageComponent7setSizeERKNS_4SizeE]
RenderedStringImageComponent::split ( float split_point, bool first_component )
[symbol: _ZN5CEGUI28RenderedStringImageComponent5splitEfb]
CEGUIRenderedStringTextComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
RenderedStringTextComponent::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect, float const vertical_space, float const space_extra ) const
[symbol: _ZNK5CEGUI27RenderedStringTextComponent4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEff]
RenderedStringTextComponent::getPixelSize ( ) const
[symbol: _ZNK5CEGUI27RenderedStringTextComponent12getPixelSizeEv]
RenderedStringTextComponent::RenderedStringTextComponent [in-charge] ( String const& text, Font* font )
[symbol: _ZN5CEGUI27RenderedStringTextComponentC1ERKNS_6StringEPNS_4FontE]
RenderedStringTextComponent::RenderedStringTextComponent [not-in-charge] ( String const& text, Font* font )
[symbol: _ZN5CEGUI27RenderedStringTextComponentC2ERKNS_6StringEPNS_4FontE]
RenderedStringTextComponent::setColours ( colour const& c )
[symbol: _ZN5CEGUI27RenderedStringTextComponent10setColoursERKNS_6colourE]
RenderedStringTextComponent::setFont ( Font* font )
[symbol: _ZN5CEGUI27RenderedStringTextComponent7setFontEPNS_4FontE]
RenderedStringTextComponent::split ( float split_point, bool first_component )
[symbol: _ZN5CEGUI27RenderedStringTextComponent5splitEfb]
CEGUIRenderedStringWidgetComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
RenderedStringWidgetComponent::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect, float const vertical_space, float const space_extra ) const
[symbol: _ZNK5CEGUI29RenderedStringWidgetComponent4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEff]
RenderedStringWidgetComponent::getPixelSize ( ) const
[symbol: _ZNK5CEGUI29RenderedStringWidgetComponent12getPixelSizeEv]
RenderedStringWidgetComponent::split ( float split_point, bool first_component )
[symbol: _ZN5CEGUI29RenderedStringWidgetComponent5splitEfb]
CEGUIRenderedStringWordWrapper.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
RenderedStringWordWrapper<JustifiedRenderedString>::format ( Size const& area_size )
[symbol: _ZN5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE6formatERKNS_4SizeE]
CEGUIRenderedStringWordWrapper.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
RenderedStringWordWrapper<JustifiedRenderedString>::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) const
[symbol: _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE]
RenderedStringWordWrapper<JustifiedRenderedString>::getHorizontalExtent ( ) const
[symbol: _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE19getHorizontalExtentEv]
RenderedStringWordWrapper<JustifiedRenderedString>::getVerticalExtent ( ) const
[symbol: _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE17getVerticalExtentEv]
CEGUIRenderEffectManager.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
RenderEffectManager::create ( String const& name )
[symbol: _ZN5CEGUI19RenderEffectManager6createERKNS_6StringE]
CEGUIRenderingRoot.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
RenderingRoot::RenderingRoot [in-charge] ( RenderTarget& target )
[symbol: _ZN5CEGUI13RenderingRootC1ERNS_12RenderTargetE]
RenderingRoot::RenderingRoot [not-in-charge] ( RenderTarget& target )
[symbol: _ZN5CEGUI13RenderingRootC2ERNS_12RenderTargetE]
RenderingRoot::~RenderingRoot [in-charge-deleting] ( )
[symbol: _ZN5CEGUI13RenderingRootD0Ev]
RenderingRoot::~RenderingRoot [in-charge] ( )
[symbol: _ZN5CEGUI13RenderingRootD1Ev]
vtable for RenderingRoot [data]
[symbol: _ZTVN5CEGUI13RenderingRootE]
CEGUIRenderingWindow.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
RenderingWindow::setClippingRegion ( Rect const& region )
[symbol: _ZN5CEGUI15RenderingWindow17setClippingRegionERKNS_4RectE]
RenderingWindow::setPivot ( Vector3 const& pivot )
[symbol: _ZN5CEGUI15RenderingWindow8setPivotERKNS_7Vector3E]
RenderingWindow::setPosition ( Vector2 const& position )
[symbol: _ZN5CEGUI15RenderingWindow11setPositionERKNS_7Vector2E]
RenderingWindow::setRotation ( Vector3 const& rotation )
[symbol: _ZN5CEGUI15RenderingWindow11setRotationERKNS_7Vector3E]
RenderingWindow::setSize ( Size const& size )
[symbol: _ZN5CEGUI15RenderingWindow7setSizeERKNS_4SizeE]
RenderingWindow::unprojectPoint ( Vector2 const& p_in, Vector2& p_out )
[symbol: _ZN5CEGUI15RenderingWindow14unprojectPointERKNS_7Vector2ERS1_]
CEGUIRightAlignedRenderedString.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
RightAlignedRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) const
[symbol: _ZNK5CEGUI26RightAlignedRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE]
RightAlignedRenderedString::format ( Size const& area_size )
[symbol: _ZN5CEGUI26RightAlignedRenderedString6formatERKNS_4SizeE]
RightAlignedRenderedString::getHorizontalExtent ( ) const
[symbol: _ZNK5CEGUI26RightAlignedRenderedString19getHorizontalExtentEv]
RightAlignedRenderedString::getVerticalExtent ( ) const
[symbol: _ZNK5CEGUI26RightAlignedRenderedString17getVerticalExtentEv]
CEGUIScheme_xmlHandler.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Scheme_xmlHandler::Scheme_xmlHandler [in-charge] ( String const& filename, String const& resource_group )
[symbol: _ZN5CEGUI17Scheme_xmlHandlerC1ERKNS_6StringES3_]
Scheme_xmlHandler::Scheme_xmlHandler [not-in-charge] ( String const& filename, String const& resource_group )
[symbol: _ZN5CEGUI17Scheme_xmlHandlerC2ERKNS_6StringES3_]
CEGUIScrollablePane.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ScrollablePane::addChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI14ScrollablePane13addChild_implEPNS_6WindowE]
ScrollablePane::HorzScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI14ScrollablePane23HorzScrollbarNameSuffixE]
ScrollablePane::onSized ( WindowEventArgs& e )
[symbol: _ZN5CEGUI14ScrollablePane7onSizedERNS_15WindowEventArgsE]
ScrollablePane::removeChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI14ScrollablePane16removeChild_implEPNS_6WindowE]
ScrollablePane::ScrolledContainerNameSuffix [data]
[symbol: _ZN5CEGUI14ScrollablePane27ScrolledContainerNameSuffixE]
ScrollablePane::setContentPaneArea ( Rect const& area )
[symbol: _ZN5CEGUI14ScrollablePane18setContentPaneAreaERKNS_4RectE]
ScrollablePane::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI14ScrollablePane18testClassName_implERKNS_6StringE]
ScrollablePane::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI14ScrollablePane22validateWindowRendererERKNS_6StringE]
ScrollablePane::VertScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI14ScrollablePane23VertScrollbarNameSuffixE]
CEGUIScrollablePaneProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ScrollablePaneProperties
ContentArea::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24ScrollablePaneProperties11ContentArea3getEPKNS_16PropertyReceiverE]
ContentArea::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24ScrollablePaneProperties11ContentArea3setEPNS_16PropertyReceiverERKNS_6StringE]
ContentArea::~ContentArea [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties11ContentAreaD0Ev]
ContentArea::~ContentArea [in-charge] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties11ContentAreaD1Ev]
ContentPaneAutoSized::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24ScrollablePaneProperties20ContentPaneAutoSized3getEPKNS_16PropertyReceiverE]
ContentPaneAutoSized::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24ScrollablePaneProperties20ContentPaneAutoSized3setEPNS_16PropertyReceiverERKNS_6StringE]
ContentPaneAutoSized::~ContentPaneAutoSized [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties20ContentPaneAutoSizedD0Ev]
ContentPaneAutoSized::~ContentPaneAutoSized [in-charge] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties20ContentPaneAutoSizedD1Ev]
ForceHorzScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24ScrollablePaneProperties18ForceHorzScrollbar3getEPKNS_16PropertyReceiverE]
ForceHorzScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18ForceHorzScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18ForceHorzScrollbarD0Ev]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18ForceHorzScrollbarD1Ev]
ForceVertScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24ScrollablePaneProperties18ForceVertScrollbar3getEPKNS_16PropertyReceiverE]
ForceVertScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18ForceVertScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceVertScrollbar::~ForceVertScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18ForceVertScrollbarD0Ev]
ForceVertScrollbar::~ForceVertScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18ForceVertScrollbarD1Ev]
HorzOverlapSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24ScrollablePaneProperties15HorzOverlapSize3getEPKNS_16PropertyReceiverE]
HorzOverlapSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24ScrollablePaneProperties15HorzOverlapSize3setEPNS_16PropertyReceiverERKNS_6StringE]
HorzOverlapSize::~HorzOverlapSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties15HorzOverlapSizeD0Ev]
HorzOverlapSize::~HorzOverlapSize [in-charge] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties15HorzOverlapSizeD1Ev]
HorzScrollPosition::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24ScrollablePaneProperties18HorzScrollPosition3getEPKNS_16PropertyReceiverE]
HorzScrollPosition::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18HorzScrollPosition3setEPNS_16PropertyReceiverERKNS_6StringE]
HorzScrollPosition::~HorzScrollPosition [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18HorzScrollPositionD0Ev]
HorzScrollPosition::~HorzScrollPosition [in-charge] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18HorzScrollPositionD1Ev]
HorzStepSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24ScrollablePaneProperties12HorzStepSize3getEPKNS_16PropertyReceiverE]
HorzStepSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24ScrollablePaneProperties12HorzStepSize3setEPNS_16PropertyReceiverERKNS_6StringE]
HorzStepSize::~HorzStepSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties12HorzStepSizeD0Ev]
HorzStepSize::~HorzStepSize [in-charge] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties12HorzStepSizeD1Ev]
VertOverlapSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24ScrollablePaneProperties15VertOverlapSize3getEPKNS_16PropertyReceiverE]
VertOverlapSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24ScrollablePaneProperties15VertOverlapSize3setEPNS_16PropertyReceiverERKNS_6StringE]
VertOverlapSize::~VertOverlapSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties15VertOverlapSizeD0Ev]
VertOverlapSize::~VertOverlapSize [in-charge] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties15VertOverlapSizeD1Ev]
VertScrollPosition::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24ScrollablePaneProperties18VertScrollPosition3getEPKNS_16PropertyReceiverE]
VertScrollPosition::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18VertScrollPosition3setEPNS_16PropertyReceiverERKNS_6StringE]
VertScrollPosition::~VertScrollPosition [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18VertScrollPositionD0Ev]
VertScrollPosition::~VertScrollPosition [in-charge] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties18VertScrollPositionD1Ev]
VertStepSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24ScrollablePaneProperties12VertStepSize3getEPKNS_16PropertyReceiverE]
VertStepSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24ScrollablePaneProperties12VertStepSize3setEPNS_16PropertyReceiverERKNS_6StringE]
VertStepSize::~VertStepSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties12VertStepSizeD0Ev]
VertStepSize::~VertStepSize [in-charge] ( )
[symbol: _ZN5CEGUI24ScrollablePaneProperties12VertStepSizeD1Ev]
vtable for ContentArea [data]
[symbol: _ZTVN5CEGUI24ScrollablePaneProperties11ContentAreaE]
vtable for ContentPaneAutoSized [data]
[symbol: _ZTVN5CEGUI24ScrollablePaneProperties20ContentPaneAutoSizedE]
vtable for ForceHorzScrollbar [data]
[symbol: _ZTVN5CEGUI24ScrollablePaneProperties18ForceHorzScrollbarE]
vtable for ForceVertScrollbar [data]
[symbol: _ZTVN5CEGUI24ScrollablePaneProperties18ForceVertScrollbarE]
vtable for HorzOverlapSize [data]
[symbol: _ZTVN5CEGUI24ScrollablePaneProperties15HorzOverlapSizeE]
vtable for HorzScrollPosition [data]
[symbol: _ZTVN5CEGUI24ScrollablePaneProperties18HorzScrollPositionE]
vtable for HorzStepSize [data]
[symbol: _ZTVN5CEGUI24ScrollablePaneProperties12HorzStepSizeE]
vtable for VertOverlapSize [data]
[symbol: _ZTVN5CEGUI24ScrollablePaneProperties15VertOverlapSizeE]
vtable for VertScrollPosition [data]
[symbol: _ZTVN5CEGUI24ScrollablePaneProperties18VertScrollPositionE]
vtable for VertStepSize [data]
[symbol: _ZTVN5CEGUI24ScrollablePaneProperties12VertStepSizeE]
CEGUIScrollbar.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Scrollbar::DecreaseButtonNameSuffix [data]
[symbol: _ZN5CEGUI9Scrollbar24DecreaseButtonNameSuffixE]
Scrollbar::getAdjustDirectionFromPoint ( Point const& pt ) const
[symbol: _ZNK5CEGUI9Scrollbar27getAdjustDirectionFromPointERKNS_7Vector2E]
Scrollbar::IncreaseButtonNameSuffix [data]
[symbol: _ZN5CEGUI9Scrollbar24IncreaseButtonNameSuffixE]
Scrollbar::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI9Scrollbar18testClassName_implERKNS_6StringE]
Scrollbar::ThumbNameSuffix [data]
[symbol: _ZN5CEGUI9Scrollbar15ThumbNameSuffixE]
Scrollbar::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI9Scrollbar22validateWindowRendererERKNS_6StringE]
CEGUIScrollbarProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ScrollbarProperties
DocumentSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI19ScrollbarProperties12DocumentSize3getEPKNS_16PropertyReceiverE]
DocumentSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI19ScrollbarProperties12DocumentSize3setEPNS_16PropertyReceiverERKNS_6StringE]
DocumentSize::~DocumentSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties12DocumentSizeD0Ev]
DocumentSize::~DocumentSize [in-charge] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties12DocumentSizeD1Ev]
EndLockEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI19ScrollbarProperties14EndLockEnabled3getEPKNS_16PropertyReceiverE]
EndLockEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI19ScrollbarProperties14EndLockEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
EndLockEnabled::~EndLockEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties14EndLockEnabledD0Ev]
EndLockEnabled::~EndLockEnabled [in-charge] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties14EndLockEnabledD1Ev]
OverlapSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI19ScrollbarProperties11OverlapSize3getEPKNS_16PropertyReceiverE]
OverlapSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI19ScrollbarProperties11OverlapSize3setEPNS_16PropertyReceiverERKNS_6StringE]
OverlapSize::~OverlapSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties11OverlapSizeD0Ev]
OverlapSize::~OverlapSize [in-charge] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties11OverlapSizeD1Ev]
PageSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI19ScrollbarProperties8PageSize3getEPKNS_16PropertyReceiverE]
PageSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI19ScrollbarProperties8PageSize3setEPNS_16PropertyReceiverERKNS_6StringE]
PageSize::~PageSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties8PageSizeD0Ev]
PageSize::~PageSize [in-charge] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties8PageSizeD1Ev]
ScrollPosition::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI19ScrollbarProperties14ScrollPosition3getEPKNS_16PropertyReceiverE]
ScrollPosition::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI19ScrollbarProperties14ScrollPosition3setEPNS_16PropertyReceiverERKNS_6StringE]
ScrollPosition::~ScrollPosition [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties14ScrollPositionD0Ev]
ScrollPosition::~ScrollPosition [in-charge] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties14ScrollPositionD1Ev]
StepSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI19ScrollbarProperties8StepSize3getEPKNS_16PropertyReceiverE]
StepSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI19ScrollbarProperties8StepSize3setEPNS_16PropertyReceiverERKNS_6StringE]
StepSize::~StepSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties8StepSizeD0Ev]
StepSize::~StepSize [in-charge] ( )
[symbol: _ZN5CEGUI19ScrollbarProperties8StepSizeD1Ev]
vtable for DocumentSize [data]
[symbol: _ZTVN5CEGUI19ScrollbarProperties12DocumentSizeE]
vtable for EndLockEnabled [data]
[symbol: _ZTVN5CEGUI19ScrollbarProperties14EndLockEnabledE]
vtable for OverlapSize [data]
[symbol: _ZTVN5CEGUI19ScrollbarProperties11OverlapSizeE]
vtable for PageSize [data]
[symbol: _ZTVN5CEGUI19ScrollbarProperties8PageSizeE]
vtable for ScrollPosition [data]
[symbol: _ZTVN5CEGUI19ScrollbarProperties14ScrollPositionE]
vtable for StepSize [data]
[symbol: _ZTVN5CEGUI19ScrollbarProperties8StepSizeE]
CEGUIScrolledContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ScrolledContainer::getClientChildWindowContentArea_impl ( ) const
[symbol: _ZNK5CEGUI17ScrolledContainer36getClientChildWindowContentArea_implEv]
ScrolledContainer::getNonClientChildWindowContentArea_impl ( ) const
[symbol: _ZNK5CEGUI17ScrolledContainer39getNonClientChildWindowContentArea_implEv]
ScrolledContainer::getUnclippedInnerRect_impl ( ) const
[symbol: _ZNK5CEGUI17ScrolledContainer26getUnclippedInnerRect_implEv]
ScrolledContainer::onChildAdded ( WindowEventArgs& e )
[symbol: _ZN5CEGUI17ScrolledContainer12onChildAddedERNS_15WindowEventArgsE]
ScrolledContainer::onChildRemoved ( WindowEventArgs& e )
[symbol: _ZN5CEGUI17ScrolledContainer14onChildRemovedERNS_15WindowEventArgsE]
ScrolledContainer::onParentSized ( WindowEventArgs& e )
[symbol: _ZN5CEGUI17ScrolledContainer13onParentSizedERNS_15WindowEventArgsE]
ScrolledContainer::setContentArea ( Rect const& area )
[symbol: _ZN5CEGUI17ScrolledContainer14setContentAreaERKNS_4RectE]
ScrolledContainer::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI17ScrolledContainer18testClassName_implERKNS_6StringE]
CEGUIScrolledContainerProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ScrolledContainerProperties
ChildExtentsArea::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI27ScrolledContainerProperties16ChildExtentsArea3getEPKNS_16PropertyReceiverE]
ChildExtentsArea::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI27ScrolledContainerProperties16ChildExtentsArea3setEPNS_16PropertyReceiverERKNS_6StringE]
ChildExtentsArea::~ChildExtentsArea [in-charge-deleting] ( )
[symbol: _ZN5CEGUI27ScrolledContainerProperties16ChildExtentsAreaD0Ev]
ChildExtentsArea::~ChildExtentsArea [in-charge] ( )
[symbol: _ZN5CEGUI27ScrolledContainerProperties16ChildExtentsAreaD1Ev]
ContentArea::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI27ScrolledContainerProperties11ContentArea3getEPKNS_16PropertyReceiverE]
ContentArea::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI27ScrolledContainerProperties11ContentArea3setEPNS_16PropertyReceiverERKNS_6StringE]
ContentArea::~ContentArea [in-charge-deleting] ( )
[symbol: _ZN5CEGUI27ScrolledContainerProperties11ContentAreaD0Ev]
ContentArea::~ContentArea [in-charge] ( )
[symbol: _ZN5CEGUI27ScrolledContainerProperties11ContentAreaD1Ev]
ContentPaneAutoSized::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI27ScrolledContainerProperties20ContentPaneAutoSized3getEPKNS_16PropertyReceiverE]
ContentPaneAutoSized::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI27ScrolledContainerProperties20ContentPaneAutoSized3setEPNS_16PropertyReceiverERKNS_6StringE]
ContentPaneAutoSized::~ContentPaneAutoSized [in-charge-deleting] ( )
[symbol: _ZN5CEGUI27ScrolledContainerProperties20ContentPaneAutoSizedD0Ev]
ContentPaneAutoSized::~ContentPaneAutoSized [in-charge] ( )
[symbol: _ZN5CEGUI27ScrolledContainerProperties20ContentPaneAutoSizedD1Ev]
vtable for ChildExtentsArea [data]
[symbol: _ZTVN5CEGUI27ScrolledContainerProperties16ChildExtentsAreaE]
vtable for ContentArea [data]
[symbol: _ZTVN5CEGUI27ScrolledContainerProperties11ContentAreaE]
vtable for ContentPaneAutoSized [data]
[symbol: _ZTVN5CEGUI27ScrolledContainerProperties20ContentPaneAutoSizedE]
CEGUIScrolledItemListBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
ScrolledItemListBase::configureScrollbars ( Size const& doc_size )
[symbol: _ZN5CEGUI20ScrolledItemListBase19configureScrollbarsERKNS_4SizeE]
ScrolledItemListBase::ContentPaneNameSuffix [data]
[symbol: _ZN5CEGUI20ScrolledItemListBase21ContentPaneNameSuffixE]
ScrolledItemListBase::HorzScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI20ScrolledItemListBase23HorzScrollbarNameSuffixE]
ScrolledItemListBase::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI20ScrolledItemListBase18testClassName_implERKNS_6StringE]
ScrolledItemListBase::VertScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI20ScrolledItemListBase23VertScrollbarNameSuffixE]
CEGUIScrolledItemListBaseProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ScrolledItemListBaseProperties
ForceHorzScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI30ScrolledItemListBaseProperties18ForceHorzScrollbar3getEPKNS_16PropertyReceiverE]
ForceHorzScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI30ScrolledItemListBaseProperties18ForceHorzScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI30ScrolledItemListBaseProperties18ForceHorzScrollbarD0Ev]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI30ScrolledItemListBaseProperties18ForceHorzScrollbarD1Ev]
ForceVertScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI30ScrolledItemListBaseProperties18ForceVertScrollbar3getEPKNS_16PropertyReceiverE]
ForceVertScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI30ScrolledItemListBaseProperties18ForceVertScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceVertScrollbar::~ForceVertScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI30ScrolledItemListBaseProperties18ForceVertScrollbarD0Ev]
ForceVertScrollbar::~ForceVertScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI30ScrolledItemListBaseProperties18ForceVertScrollbarD1Ev]
vtable for ForceHorzScrollbar [data]
[symbol: _ZTVN5CEGUI30ScrolledItemListBaseProperties18ForceHorzScrollbarE]
vtable for ForceVertScrollbar [data]
[symbol: _ZTVN5CEGUI30ScrolledItemListBaseProperties18ForceVertScrollbarE]
CEGUISequentialLayoutContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
SequentialLayoutContainer::addChildWindowToPosition ( String const& window, size_t position )
[symbol: _ZN5CEGUI25SequentialLayoutContainer24addChildWindowToPositionERKNS_6StringEj]
SequentialLayoutContainer::addChildWindowToPosition ( Window* window, size_t position )
[symbol: _ZN5CEGUI25SequentialLayoutContainer24addChildWindowToPositionEPNS_6WindowEj]
SequentialLayoutContainer::EventChildWindowOrderChanged [data]
[symbol: _ZN5CEGUI25SequentialLayoutContainer28EventChildWindowOrderChangedE]
SequentialLayoutContainer::getChildWindowAtPosition ( size_t position ) const
[symbol: _ZNK5CEGUI25SequentialLayoutContainer24getChildWindowAtPositionEj]
SequentialLayoutContainer::getPositionOfChildWindow ( String const& wnd ) const
[symbol: _ZNK5CEGUI25SequentialLayoutContainer24getPositionOfChildWindowERKNS_6StringE]
SequentialLayoutContainer::getPositionOfChildWindow ( Window* wnd ) const
[symbol: _ZNK5CEGUI25SequentialLayoutContainer24getPositionOfChildWindowEPNS_6WindowE]
SequentialLayoutContainer::moveChildWindow ( Window* window, int delta )
[symbol: _ZN5CEGUI25SequentialLayoutContainer15moveChildWindowEPNS_6WindowEi]
SequentialLayoutContainer::moveChildWindowToPosition ( String const& wnd, size_t position )
[symbol: _ZN5CEGUI25SequentialLayoutContainer25moveChildWindowToPositionERKNS_6StringEj]
SequentialLayoutContainer::moveChildWindowToPosition ( Window* wnd, size_t position )
[symbol: _ZN5CEGUI25SequentialLayoutContainer25moveChildWindowToPositionEPNS_6WindowEj]
SequentialLayoutContainer::onChildWindowOrderChanged ( WindowEventArgs& e )
[symbol: _ZN5CEGUI25SequentialLayoutContainer25onChildWindowOrderChangedERNS_15WindowEventArgsE]
SequentialLayoutContainer::removeChildWindowFromPosition ( size_t position )
[symbol: _ZN5CEGUI25SequentialLayoutContainer29removeChildWindowFromPositionEj]
SequentialLayoutContainer::swapChildWindowPositions ( size_t wnd1, size_t wnd2 )
[symbol: _ZN5CEGUI25SequentialLayoutContainer24swapChildWindowPositionsEjj]
SequentialLayoutContainer::swapChildWindows ( String const& wnd1, String const& wnd2 )
[symbol: _ZN5CEGUI25SequentialLayoutContainer16swapChildWindowsERKNS_6StringES3_]
SequentialLayoutContainer::swapChildWindows ( String const& wnd1, Window* wnd2 )
[symbol: _ZN5CEGUI25SequentialLayoutContainer16swapChildWindowsERKNS_6StringEPNS_6WindowE]
SequentialLayoutContainer::swapChildWindows ( Window* wnd1, String const& wnd2 )
[symbol: _ZN5CEGUI25SequentialLayoutContainer16swapChildWindowsEPNS_6WindowERKNS_6StringE]
SequentialLayoutContainer::swapChildWindows ( Window* wnd1, Window* wnd2 )
[symbol: _ZN5CEGUI25SequentialLayoutContainer16swapChildWindowsEPNS_6WindowES2_]
SequentialLayoutContainer::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI25SequentialLayoutContainer18testClassName_implERKNS_6StringE]
CEGUISize.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Size::operator!= ( Size const& other ) const
[symbol: _ZNK5CEGUI4SizeneERKS0_]
Size::operator == ( Size const& other ) const
[symbol: _ZNK5CEGUI4SizeeqERKS0_]
CEGUISlider.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Slider::getAdjustDirectionFromPoint ( Point const& pt ) const
[symbol: _ZNK5CEGUI6Slider27getAdjustDirectionFromPointERKNS_7Vector2E]
Slider::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI6Slider18testClassName_implERKNS_6StringE]
Slider::ThumbNameSuffix [data]
[symbol: _ZN5CEGUI6Slider15ThumbNameSuffixE]
Slider::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI6Slider22validateWindowRendererERKNS_6StringE]
CEGUISliderProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::SliderProperties
ClickStepSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16SliderProperties13ClickStepSize3getEPKNS_16PropertyReceiverE]
ClickStepSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16SliderProperties13ClickStepSize3setEPNS_16PropertyReceiverERKNS_6StringE]
ClickStepSize::~ClickStepSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16SliderProperties13ClickStepSizeD0Ev]
ClickStepSize::~ClickStepSize [in-charge] ( )
[symbol: _ZN5CEGUI16SliderProperties13ClickStepSizeD1Ev]
CurrentValue::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16SliderProperties12CurrentValue3getEPKNS_16PropertyReceiverE]
CurrentValue::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16SliderProperties12CurrentValue3setEPNS_16PropertyReceiverERKNS_6StringE]
CurrentValue::~CurrentValue [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16SliderProperties12CurrentValueD0Ev]
CurrentValue::~CurrentValue [in-charge] ( )
[symbol: _ZN5CEGUI16SliderProperties12CurrentValueD1Ev]
MaximumValue::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16SliderProperties12MaximumValue3getEPKNS_16PropertyReceiverE]
MaximumValue::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16SliderProperties12MaximumValue3setEPNS_16PropertyReceiverERKNS_6StringE]
MaximumValue::~MaximumValue [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16SliderProperties12MaximumValueD0Ev]
MaximumValue::~MaximumValue [in-charge] ( )
[symbol: _ZN5CEGUI16SliderProperties12MaximumValueD1Ev]
vtable for ClickStepSize [data]
[symbol: _ZTVN5CEGUI16SliderProperties13ClickStepSizeE]
vtable for CurrentValue [data]
[symbol: _ZTVN5CEGUI16SliderProperties12CurrentValueE]
vtable for MaximumValue [data]
[symbol: _ZTVN5CEGUI16SliderProperties12MaximumValueE]
CEGUISpinner.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Spinner::DecreaseButtonNameSuffix [data]
[symbol: _ZN5CEGUI7Spinner24DecreaseButtonNameSuffixE]
Spinner::EditboxNameSuffix [data]
[symbol: _ZN5CEGUI7Spinner17EditboxNameSuffixE]
Spinner::IncreaseButtonNameSuffix [data]
[symbol: _ZN5CEGUI7Spinner24IncreaseButtonNameSuffixE]
Spinner::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI7Spinner18testClassName_implERKNS_6StringE]
CEGUISpinnerProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::SpinnerProperties
CurrentValue::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17SpinnerProperties12CurrentValue3getEPKNS_16PropertyReceiverE]
CurrentValue::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17SpinnerProperties12CurrentValue3setEPNS_16PropertyReceiverERKNS_6StringE]
CurrentValue::~CurrentValue [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17SpinnerProperties12CurrentValueD0Ev]
CurrentValue::~CurrentValue [in-charge] ( )
[symbol: _ZN5CEGUI17SpinnerProperties12CurrentValueD1Ev]
MaximumValue::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17SpinnerProperties12MaximumValue3getEPKNS_16PropertyReceiverE]
MaximumValue::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17SpinnerProperties12MaximumValue3setEPNS_16PropertyReceiverERKNS_6StringE]
MaximumValue::~MaximumValue [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17SpinnerProperties12MaximumValueD0Ev]
MaximumValue::~MaximumValue [in-charge] ( )
[symbol: _ZN5CEGUI17SpinnerProperties12MaximumValueD1Ev]
MinimumValue::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17SpinnerProperties12MinimumValue3getEPKNS_16PropertyReceiverE]
MinimumValue::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17SpinnerProperties12MinimumValue3setEPNS_16PropertyReceiverERKNS_6StringE]
MinimumValue::~MinimumValue [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17SpinnerProperties12MinimumValueD0Ev]
MinimumValue::~MinimumValue [in-charge] ( )
[symbol: _ZN5CEGUI17SpinnerProperties12MinimumValueD1Ev]
StepSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17SpinnerProperties8StepSize3getEPKNS_16PropertyReceiverE]
StepSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17SpinnerProperties8StepSize3setEPNS_16PropertyReceiverERKNS_6StringE]
StepSize::~StepSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17SpinnerProperties8StepSizeD0Ev]
StepSize::~StepSize [in-charge] ( )
[symbol: _ZN5CEGUI17SpinnerProperties8StepSizeD1Ev]
TextInputMode::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17SpinnerProperties13TextInputMode3getEPKNS_16PropertyReceiverE]
TextInputMode::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17SpinnerProperties13TextInputMode3setEPNS_16PropertyReceiverERKNS_6StringE]
TextInputMode::~TextInputMode [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17SpinnerProperties13TextInputModeD0Ev]
TextInputMode::~TextInputMode [in-charge] ( )
[symbol: _ZN5CEGUI17SpinnerProperties13TextInputModeD1Ev]
vtable for CurrentValue [data]
[symbol: _ZTVN5CEGUI17SpinnerProperties12CurrentValueE]
vtable for MaximumValue [data]
[symbol: _ZTVN5CEGUI17SpinnerProperties12MaximumValueE]
vtable for MinimumValue [data]
[symbol: _ZTVN5CEGUI17SpinnerProperties12MinimumValueE]
vtable for StepSize [data]
[symbol: _ZTVN5CEGUI17SpinnerProperties8StepSizeE]
vtable for TextInputMode [data]
[symbol: _ZTVN5CEGUI17SpinnerProperties13TextInputModeE]
CEGUISTBImageCodec.h,
libCEGUISTBImageCodec-0.7.9.so
namespace CEGUI
STBImageCodec::load ( RawDataContainer const& data, Texture* result )
[symbol: _ZN5CEGUI13STBImageCodec4loadERKNS_16RawDataContainerEPNS_7TextureE]
STBImageCodec::STBImageCodec [in-charge] ( )
[symbol: _ZN5CEGUI13STBImageCodecC1Ev]
STBImageCodec::STBImageCodec [not-in-charge] ( )
[symbol: _ZN5CEGUI13STBImageCodecC2Ev]
STBImageCodec::~STBImageCodec [in-charge-deleting] ( )
[symbol: _ZN5CEGUI13STBImageCodecD0Ev]
STBImageCodec::~STBImageCodec [in-charge] ( )
[symbol: _ZN5CEGUI13STBImageCodecD1Ev]
STBImageCodec::~STBImageCodec [not-in-charge] ( )
[symbol: _ZN5CEGUI13STBImageCodecD2Ev]
vtable for STBImageCodec [data]
[symbol: _ZTVN5CEGUI13STBImageCodecE]
CEGUISystem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
System::create ( Renderer& renderer, ResourceProvider* resourceProvider, XMLParser* xmlParser, ImageCodec* imageCodec, ScriptModule* scriptModule, String const& configFile, String const& logFile ) [static]
[symbol: _ZN5CEGUI6System6createERNS_8RendererEPNS_16ResourceProviderEPNS_9XMLParserEPNS_10ImageCodecEPNS_12ScriptModuleERKNS_6StringESD_]
System::DefaultMultiClickAreaSize [data]
[symbol: _ZN5CEGUI6System25DefaultMultiClickAreaSizeE]
System::DefaultMultiClickTimeout [data]
[symbol: _ZN5CEGUI6System24DefaultMultiClickTimeoutE]
System::DefaultSingleClickTimeout [data]
[symbol: _ZN5CEGUI6System25DefaultSingleClickTimeoutE]
System::EventDefaultFontChanged [data]
[symbol: _ZN5CEGUI6System23EventDefaultFontChangedE]
System::EventDefaultMouseCursorChanged [data]
[symbol: _ZN5CEGUI6System30EventDefaultMouseCursorChangedE]
System::EventGUISheetChanged [data]
[symbol: _ZN5CEGUI6System20EventGUISheetChangedE]
System::EventMouseMoveScalingChanged [data]
[symbol: _ZN5CEGUI6System28EventMouseMoveScalingChangedE]
System::EventMultiClickAreaSizeChanged [data]
[symbol: _ZN5CEGUI6System30EventMultiClickAreaSizeChangedE]
System::EventMultiClickTimeoutChanged [data]
[symbol: _ZN5CEGUI6System29EventMultiClickTimeoutChangedE]
System::EventSingleClickTimeoutChanged [data]
[symbol: _ZN5CEGUI6System30EventSingleClickTimeoutChangedE]
System::getDefaultTooltip ( ) const
[symbol: _ZNK5CEGUI6System17getDefaultTooltipEv]
System::getMouseMoveScaling ( ) const
[symbol: _ZNK5CEGUI6System19getMouseMoveScalingEv]
System::injectChar ( utf32 code_point )
[symbol: _ZN5CEGUI6System10injectCharEj]
System::injectKeyDown ( uint key_code )
[symbol: _ZN5CEGUI6System13injectKeyDownEj]
System::injectKeyUp ( uint key_code )
[symbol: _ZN5CEGUI6System11injectKeyUpEj]
System::injectMouseButtonClick ( enum MouseButton const button )
[symbol: _ZN5CEGUI6System22injectMouseButtonClickENS_11MouseButtonE]
System::injectMouseButtonDoubleClick ( enum MouseButton const button )
[symbol: _ZN5CEGUI6System28injectMouseButtonDoubleClickENS_11MouseButtonE]
System::injectMouseButtonDown ( enum MouseButton button )
[symbol: _ZN5CEGUI6System21injectMouseButtonDownENS_11MouseButtonE]
System::injectMouseButtonTripleClick ( enum MouseButton const button )
[symbol: _ZN5CEGUI6System28injectMouseButtonTripleClickENS_11MouseButtonE]
System::injectMouseButtonUp ( enum MouseButton button )
[symbol: _ZN5CEGUI6System19injectMouseButtonUpENS_11MouseButtonE]
System::injectMouseLeaves ( )
[symbol: _ZN5CEGUI6System17injectMouseLeavesEv]
System::injectMouseMove ( float delta_x, float delta_y )
[symbol: _ZN5CEGUI6System15injectMouseMoveEff]
System::injectMousePosition ( float x_pos, float y_pos )
[symbol: _ZN5CEGUI6System19injectMousePositionEff]
System::injectMouseWheelChange ( float delta )
[symbol: _ZN5CEGUI6System22injectMouseWheelChangeEf]
System::isMouseClickEventGenerationEnabled ( ) const
[symbol: _ZNK5CEGUI6System34isMouseClickEventGenerationEnabledEv]
System::notifyDisplaySizeChanged ( Size const& new_size )
[symbol: _ZN5CEGUI6System24notifyDisplaySizeChangedERKNS_4SizeE]
System::notifyWindowDestroyed ( Window const* window )
[symbol: _ZN5CEGUI6System21notifyWindowDestroyedEPKNS_6WindowE]
System::renderGUI ( )
[symbol: _ZN5CEGUI6System9renderGUIEv]
System::setDefaultFont ( Font* font )
[symbol: _ZN5CEGUI6System14setDefaultFontEPNS_4FontE]
System::setDefaultFont ( String const& name )
[symbol: _ZN5CEGUI6System14setDefaultFontERKNS_6StringE]
System::setDefaultMouseCursor ( Image const* image )
[symbol: _ZN5CEGUI6System21setDefaultMouseCursorEPKNS_5ImageE]
System::setDefaultMouseCursor ( String const& imageset, String const& image_name )
[symbol: _ZN5CEGUI6System21setDefaultMouseCursorERKNS_6StringES3_]
System::setDefaultTooltip ( String const& tooltipType )
[symbol: _ZN5CEGUI6System17setDefaultTooltipERKNS_6StringE]
System::setDefaultTooltip ( Tooltip* tooltip )
[symbol: _ZN5CEGUI6System17setDefaultTooltipEPNS_7TooltipE]
System::setGUISheet ( Window* sheet )
[symbol: _ZN5CEGUI6System11setGUISheetEPNS_6WindowE]
System::setMouseClickEventGenerationEnabled ( bool const enable )
[symbol: _ZN5CEGUI6System35setMouseClickEventGenerationEnabledEb]
System::setMouseMoveScaling ( float scaling )
[symbol: _ZN5CEGUI6System19setMouseMoveScalingEf]
System::setMultiClickTimeout ( double timeout )
[symbol: _ZN5CEGUI6System20setMultiClickTimeoutEd]
System::setMultiClickToleranceAreaSize ( Size const& sz )
[symbol: _ZN5CEGUI6System30setMultiClickToleranceAreaSizeERKNS_4SizeE]
System::setSingleClickTimeout ( double timeout )
[symbol: _ZN5CEGUI6System21setSingleClickTimeoutEd]
System::updateWindowContainingMouse ( )
[symbol: _ZN5CEGUI6System27updateWindowContainingMouseEv]
CEGUITabButton.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
TabButton::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI9TabButton18testClassName_implERKNS_6StringE]
CEGUITabControl.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
TabControl::addChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI10TabControl13addChild_implEPNS_6WindowE]
TabControl::ButtonScrollLeftSuffix [data]
[symbol: _ZN5CEGUI10TabControl22ButtonScrollLeftSuffixE]
TabControl::ButtonScrollRightSuffix [data]
[symbol: _ZN5CEGUI10TabControl23ButtonScrollRightSuffixE]
TabControl::ContentPaneNameSuffix [data]
[symbol: _ZN5CEGUI10TabControl21ContentPaneNameSuffixE]
TabControl::d_tabHeightProperty [data]
[symbol: _ZN5CEGUI10TabControl19d_tabHeightPropertyE]
TabControl::d_tabPanePosition [data]
[symbol: _ZN5CEGUI10TabControl17d_tabPanePositionE]
TabControl::d_tabTextPaddingProperty [data]
[symbol: _ZN5CEGUI10TabControl24d_tabTextPaddingPropertyE]
TabControl::performChildWindowLayout ( )
[symbol: _ZN5CEGUI10TabControl24performChildWindowLayoutEv]
TabControl::removeChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI10TabControl16removeChild_implEPNS_6WindowE]
TabControl::TabButtonNameSuffix [data]
[symbol: _ZN5CEGUI10TabControl19TabButtonNameSuffixE]
TabControl::TabButtonPaneNameSuffix [data]
[symbol: _ZN5CEGUI10TabControl23TabButtonPaneNameSuffixE]
TabControl::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI10TabControl18testClassName_implERKNS_6StringE]
TabControl::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI10TabControl22validateWindowRendererERKNS_6StringE]
CEGUITabControlProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::TabControlProperties
TabHeight::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI20TabControlProperties9TabHeight3getEPKNS_16PropertyReceiverE]
TabHeight::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI20TabControlProperties9TabHeight3setEPNS_16PropertyReceiverERKNS_6StringE]
TabHeight::~TabHeight [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20TabControlProperties9TabHeightD0Ev]
TabHeight::~TabHeight [in-charge] ( )
[symbol: _ZN5CEGUI20TabControlProperties9TabHeightD1Ev]
TabPanePosition::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI20TabControlProperties15TabPanePosition3getEPKNS_16PropertyReceiverE]
TabPanePosition::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI20TabControlProperties15TabPanePosition3setEPNS_16PropertyReceiverERKNS_6StringE]
TabPanePosition::~TabPanePosition [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20TabControlProperties15TabPanePositionD0Ev]
TabPanePosition::~TabPanePosition [in-charge] ( )
[symbol: _ZN5CEGUI20TabControlProperties15TabPanePositionD1Ev]
TabTextPadding::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI20TabControlProperties14TabTextPadding3getEPKNS_16PropertyReceiverE]
TabTextPadding::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI20TabControlProperties14TabTextPadding3setEPNS_16PropertyReceiverERKNS_6StringE]
TabTextPadding::~TabTextPadding [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20TabControlProperties14TabTextPaddingD0Ev]
TabTextPadding::~TabTextPadding [in-charge] ( )
[symbol: _ZN5CEGUI20TabControlProperties14TabTextPaddingD1Ev]
vtable for TabHeight [data]
[symbol: _ZTVN5CEGUI20TabControlProperties9TabHeightE]
vtable for TabPanePosition [data]
[symbol: _ZTVN5CEGUI20TabControlProperties15TabPanePositionE]
vtable for TabTextPadding [data]
[symbol: _ZTVN5CEGUI20TabControlProperties14TabTextPaddingE]
CEGUITGAImageCodec.h,
libCEGUITGAImageCodec-0.7.9.so
namespace CEGUI
TGAImageCodec::load ( RawDataContainer const& data, Texture* result )
[symbol: _ZN5CEGUI13TGAImageCodec4loadERKNS_16RawDataContainerEPNS_7TextureE]
TGAImageCodec::TGAImageCodec [in-charge] ( )
[symbol: _ZN5CEGUI13TGAImageCodecC1Ev]
TGAImageCodec::TGAImageCodec [not-in-charge] ( )
[symbol: _ZN5CEGUI13TGAImageCodecC2Ev]
TGAImageCodec::~TGAImageCodec [in-charge-deleting] ( )
[symbol: _ZN5CEGUI13TGAImageCodecD0Ev]
TGAImageCodec::~TGAImageCodec [in-charge] ( )
[symbol: _ZN5CEGUI13TGAImageCodecD1Ev]
TGAImageCodec::~TGAImageCodec [not-in-charge] ( )
[symbol: _ZN5CEGUI13TGAImageCodecD2Ev]
vtable for TGAImageCodec [data]
[symbol: _ZTVN5CEGUI13TGAImageCodecE]
CEGUITGAImageCodecModule.h,
libCEGUITGAImageCodec-0.7.9.so
createImageCodec ( )
destroyImageCodec ( CEGUI::ImageCodec* imageCodec )
CEGUIThumb.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Thumb::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI5Thumb18testClassName_implERKNS_6StringE]
CEGUIThumbProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::ThumbProperties
HorzFree::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI15ThumbProperties8HorzFree3getEPKNS_16PropertyReceiverE]
HorzFree::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI15ThumbProperties8HorzFree3setEPNS_16PropertyReceiverERKNS_6StringE]
HorzFree::~HorzFree [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15ThumbProperties8HorzFreeD0Ev]
HorzFree::~HorzFree [in-charge] ( )
[symbol: _ZN5CEGUI15ThumbProperties8HorzFreeD1Ev]
HorzRange::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI15ThumbProperties9HorzRange3getEPKNS_16PropertyReceiverE]
HorzRange::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI15ThumbProperties9HorzRange3setEPNS_16PropertyReceiverERKNS_6StringE]
HorzRange::~HorzRange [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15ThumbProperties9HorzRangeD0Ev]
HorzRange::~HorzRange [in-charge] ( )
[symbol: _ZN5CEGUI15ThumbProperties9HorzRangeD1Ev]
HotTracked::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI15ThumbProperties10HotTracked3getEPKNS_16PropertyReceiverE]
HotTracked::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI15ThumbProperties10HotTracked3setEPNS_16PropertyReceiverERKNS_6StringE]
HotTracked::~HotTracked [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15ThumbProperties10HotTrackedD0Ev]
HotTracked::~HotTracked [in-charge] ( )
[symbol: _ZN5CEGUI15ThumbProperties10HotTrackedD1Ev]
VertFree::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI15ThumbProperties8VertFree3getEPKNS_16PropertyReceiverE]
VertFree::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI15ThumbProperties8VertFree3setEPNS_16PropertyReceiverERKNS_6StringE]
VertFree::~VertFree [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15ThumbProperties8VertFreeD0Ev]
VertFree::~VertFree [in-charge] ( )
[symbol: _ZN5CEGUI15ThumbProperties8VertFreeD1Ev]
VertRange::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI15ThumbProperties9VertRange3getEPKNS_16PropertyReceiverE]
VertRange::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI15ThumbProperties9VertRange3setEPNS_16PropertyReceiverERKNS_6StringE]
VertRange::~VertRange [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15ThumbProperties9VertRangeD0Ev]
VertRange::~VertRange [in-charge] ( )
[symbol: _ZN5CEGUI15ThumbProperties9VertRangeD1Ev]
vtable for HorzFree [data]
[symbol: _ZTVN5CEGUI15ThumbProperties8HorzFreeE]
vtable for HorzRange [data]
[symbol: _ZTVN5CEGUI15ThumbProperties9HorzRangeE]
vtable for HotTracked [data]
[symbol: _ZTVN5CEGUI15ThumbProperties10HotTrackedE]
vtable for VertFree [data]
[symbol: _ZTVN5CEGUI15ThumbProperties8VertFreeE]
vtable for VertRange [data]
[symbol: _ZTVN5CEGUI15ThumbProperties9VertRangeE]
CEGUITinyXMLParser.h,
libCEGUITinyXMLParser-0.7.9.so
namespace CEGUI
TinyXMLParser::cleanupImpl ( )
[symbol: _ZN5CEGUI13TinyXMLParser11cleanupImplEv]
TinyXMLParser::initialiseImpl ( )
[symbol: _ZN5CEGUI13TinyXMLParser14initialiseImplEv]
TinyXMLParser::parseXMLFile ( XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup )
[symbol: _ZN5CEGUI13TinyXMLParser12parseXMLFileERNS_10XMLHandlerERKNS_6StringES5_S5_]
TinyXMLParser::TinyXMLParser [in-charge] ( )
[symbol: _ZN5CEGUI13TinyXMLParserC1Ev]
TinyXMLParser::TinyXMLParser [not-in-charge] ( )
[symbol: _ZN5CEGUI13TinyXMLParserC2Ev]
TinyXMLParser::~TinyXMLParser [in-charge-deleting] ( )
[symbol: _ZN5CEGUI13TinyXMLParserD0Ev]
TinyXMLParser::~TinyXMLParser [in-charge] ( )
[symbol: _ZN5CEGUI13TinyXMLParserD1Ev]
TinyXMLParser::~TinyXMLParser [not-in-charge] ( )
[symbol: _ZN5CEGUI13TinyXMLParserD2Ev]
vtable for TinyXMLParser [data]
[symbol: _ZTVN5CEGUI13TinyXMLParserE]
CEGUITitlebar.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Titlebar::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI8Titlebar18testClassName_implERKNS_6StringE]
CEGUITitlebarProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::TitlebarProperties
DraggingEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI18TitlebarProperties15DraggingEnabled3getEPKNS_16PropertyReceiverE]
DraggingEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI18TitlebarProperties15DraggingEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
DraggingEnabled::~DraggingEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18TitlebarProperties15DraggingEnabledD0Ev]
DraggingEnabled::~DraggingEnabled [in-charge] ( )
[symbol: _ZN5CEGUI18TitlebarProperties15DraggingEnabledD1Ev]
vtable for DraggingEnabled [data]
[symbol: _ZTVN5CEGUI18TitlebarProperties15DraggingEnabledE]
CEGUITooltip.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Tooltip::doFadeInState ( float elapsed )
[symbol: _ZN5CEGUI7Tooltip13doFadeInStateEf]
Tooltip::doFadeOutState ( float elapsed )
[symbol: _ZN5CEGUI7Tooltip14doFadeOutStateEf]
Tooltip::getFadeTime ( ) const
[symbol: _ZNK5CEGUI7Tooltip11getFadeTimeEv]
Tooltip::onFadeTimeChanged ( WindowEventArgs& e )
[symbol: _ZN5CEGUI7Tooltip17onFadeTimeChangedERNS_15WindowEventArgsE]
Tooltip::setFadeTime ( float seconds )
[symbol: _ZN5CEGUI7Tooltip11setFadeTimeEf]
Tooltip::switchToFadeInState ( )
[symbol: _ZN5CEGUI7Tooltip19switchToFadeInStateEv]
Tooltip::switchToFadeOutState ( )
[symbol: _ZN5CEGUI7Tooltip20switchToFadeOutStateEv]
Tooltip::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI7Tooltip18testClassName_implERKNS_6StringE]
Tooltip::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI7Tooltip22validateWindowRendererERKNS_6StringE]
CEGUITooltipProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::TooltipProperties
DisplayTime::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17TooltipProperties11DisplayTime3getEPKNS_16PropertyReceiverE]
DisplayTime::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17TooltipProperties11DisplayTime3setEPNS_16PropertyReceiverERKNS_6StringE]
DisplayTime::~DisplayTime [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17TooltipProperties11DisplayTimeD0Ev]
DisplayTime::~DisplayTime [in-charge] ( )
[symbol: _ZN5CEGUI17TooltipProperties11DisplayTimeD1Ev]
FadeTime::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17TooltipProperties8FadeTime3getEPKNS_16PropertyReceiverE]
FadeTime::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17TooltipProperties8FadeTime3setEPNS_16PropertyReceiverERKNS_6StringE]
FadeTime::~FadeTime [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17TooltipProperties8FadeTimeD0Ev]
FadeTime::~FadeTime [in-charge] ( )
[symbol: _ZN5CEGUI17TooltipProperties8FadeTimeD1Ev]
HoverTime::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI17TooltipProperties9HoverTime3getEPKNS_16PropertyReceiverE]
HoverTime::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI17TooltipProperties9HoverTime3setEPNS_16PropertyReceiverERKNS_6StringE]
HoverTime::~HoverTime [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17TooltipProperties9HoverTimeD0Ev]
HoverTime::~HoverTime [in-charge] ( )
[symbol: _ZN5CEGUI17TooltipProperties9HoverTimeD1Ev]
vtable for DisplayTime [data]
[symbol: _ZTVN5CEGUI17TooltipProperties11DisplayTimeE]
vtable for FadeTime [data]
[symbol: _ZTVN5CEGUI17TooltipProperties8FadeTimeE]
vtable for HoverTime [data]
[symbol: _ZTVN5CEGUI17TooltipProperties9HoverTimeE]
CEGUITree.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Tree::drawItemList ( Tree::LBItemList& itemList, Rect& itemsArea, float widest, Vector2& itemPos, GeometryBuffer& geometry, float alpha )
[symbol: _ZN5CEGUI4Tree12drawItemListERSt6vectorIPNS_8TreeItemESaIS3_EERNS_4RectEfRNS_7Vector2ERNS_14GeometryBufferEf]
Tree::getItemAtPoint ( Point const& pt ) const
[symbol: _ZNK5CEGUI4Tree14getItemAtPointERKNS_7Vector2E]
Tree::getItemFromListAtPoint ( Tree::LBItemList const& itemList, float* bottomY, Point const& pt ) const
[symbol: _ZNK5CEGUI4Tree22getItemFromListAtPointERKSt6vectorIPNS_8TreeItemESaIS3_EEPfRKNS_7Vector2E]
Tree::onSized ( WindowEventArgs& e )
[symbol: _ZN5CEGUI4Tree7onSizedERNS_15WindowEventArgsE]
Tree::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI4Tree18testClassName_implERKNS_6StringE]
CEGUITreeItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
TreeItem::calculateModulatedAlphaColour ( colour col, float alpha ) const
[symbol: _ZNK5CEGUI8TreeItem29calculateModulatedAlphaColourENS_6colourEf]
TreeItem::draw ( GeometryBuffer& buffer, Rect const& targetRect, float alpha, Rect const* clipper ) const
[symbol: _ZNK5CEGUI8TreeItem4drawERNS_14GeometryBufferERKNS_4RectEfPS4_]
TreeItem::setFont ( Font* font )
[symbol: _ZN5CEGUI8TreeItem7setFontEPNS_4FontE]
TreeItem::setSelectionBrushImage ( String const& imageset, String const& image )
[symbol: _ZN5CEGUI8TreeItem22setSelectionBrushImageERKNS_6StringES3_]
TreeItem::setSelectionColours ( colour top_left_colour, colour top_right_colour, colour bottom_left_colour, colour bottom_right_colour )
[symbol: _ZN5CEGUI8TreeItem19setSelectionColoursENS_6colourES1_S1_S1_]
TreeItem::setTextColours ( colour top_left_colour, colour top_right_colour, colour bottom_left_colour, colour bottom_right_colour )
[symbol: _ZN5CEGUI8TreeItem14setTextColoursENS_6colourES1_S1_S1_]
CEGUITreeProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::TreeProperties
ForceHorzScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI14TreeProperties18ForceHorzScrollbar3getEPKNS_16PropertyReceiverE]
ForceHorzScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI14TreeProperties18ForceHorzScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI14TreeProperties18ForceHorzScrollbarD0Ev]
ForceHorzScrollbar::~ForceHorzScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI14TreeProperties18ForceHorzScrollbarD1Ev]
ForceVertScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI14TreeProperties18ForceVertScrollbar3getEPKNS_16PropertyReceiverE]
ForceVertScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI14TreeProperties18ForceVertScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
ForceVertScrollbar::~ForceVertScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI14TreeProperties18ForceVertScrollbarD0Ev]
ForceVertScrollbar::~ForceVertScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI14TreeProperties18ForceVertScrollbarD1Ev]
ItemTooltips::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI14TreeProperties12ItemTooltips3getEPKNS_16PropertyReceiverE]
ItemTooltips::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI14TreeProperties12ItemTooltips3setEPNS_16PropertyReceiverERKNS_6StringE]
ItemTooltips::~ItemTooltips [in-charge-deleting] ( )
[symbol: _ZN5CEGUI14TreeProperties12ItemTooltipsD0Ev]
ItemTooltips::~ItemTooltips [in-charge] ( )
[symbol: _ZN5CEGUI14TreeProperties12ItemTooltipsD1Ev]
MultiSelect::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI14TreeProperties11MultiSelect3getEPKNS_16PropertyReceiverE]
MultiSelect::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI14TreeProperties11MultiSelect3setEPNS_16PropertyReceiverERKNS_6StringE]
MultiSelect::~MultiSelect [in-charge-deleting] ( )
[symbol: _ZN5CEGUI14TreeProperties11MultiSelectD0Ev]
MultiSelect::~MultiSelect [in-charge] ( )
[symbol: _ZN5CEGUI14TreeProperties11MultiSelectD1Ev]
Sort::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI14TreeProperties4Sort3getEPKNS_16PropertyReceiverE]
Sort::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI14TreeProperties4Sort3setEPNS_16PropertyReceiverERKNS_6StringE]
Sort::~Sort [in-charge-deleting] ( )
[symbol: _ZN5CEGUI14TreeProperties4SortD0Ev]
Sort::~Sort [in-charge] ( )
[symbol: _ZN5CEGUI14TreeProperties4SortD1Ev]
vtable for ForceHorzScrollbar [data]
[symbol: _ZTVN5CEGUI14TreeProperties18ForceHorzScrollbarE]
vtable for ForceVertScrollbar [data]
[symbol: _ZTVN5CEGUI14TreeProperties18ForceVertScrollbarE]
vtable for ItemTooltips [data]
[symbol: _ZTVN5CEGUI14TreeProperties12ItemTooltipsE]
vtable for MultiSelect [data]
[symbol: _ZTVN5CEGUI14TreeProperties11MultiSelectE]
vtable for Sort [data]
[symbol: _ZTVN5CEGUI14TreeProperties4SortE]
CEGUIVerticalLayoutContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
VerticalLayoutContainer::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI23VerticalLayoutContainer18testClassName_implERKNS_6StringE]
CEGUIWindow.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
Window::addChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI6Window13addChild_implEPS0_]
Window::addChildWindow ( String const& name )
[symbol: _ZN5CEGUI6Window14addChildWindowERKNS_6StringE]
Window::addChildWindow ( Window* window )
[symbol: _ZN5CEGUI6Window14addChildWindowEPS0_]
Window::addStandardProperties ( )
[symbol: _ZN5CEGUI6Window21addStandardPropertiesEv]
Window::AutoWidgetNameSuffix [data]
[symbol: _ZN5CEGUI6Window20AutoWidgetNameSuffixE]
Window::calculatePixelSize ( )
[symbol: _ZN5CEGUI6Window18calculatePixelSizeEv]
Window::clone ( String const& newName, bool const deepCopy ) const
[symbol: _ZNK5CEGUI6Window5cloneERKNS_6StringEb]
Window::constrainUVector2ToMaxSize ( Size const& base_sz, UVector2& sz )
[symbol: _ZN5CEGUI6Window26constrainUVector2ToMaxSizeERKNS_4SizeERNS_8UVector2E]
Window::constrainUVector2ToMinSize ( Size const& base_sz, UVector2& sz )
[symbol: _ZN5CEGUI6Window26constrainUVector2ToMinSizeERKNS_4SizeERNS_8UVector2E]
Window::d_alphaProperty [data]
[symbol: _ZN5CEGUI6Window15d_alphaPropertyE]
Window::d_alwaysOnTopProperty [data]
[symbol: _ZN5CEGUI6Window21d_alwaysOnTopPropertyE]
Window::d_autoRenderingSurfaceProperty [data]
[symbol: _ZN5CEGUI6Window30d_autoRenderingSurfacePropertyE]
Window::d_autoRepeatDelayProperty [data]
[symbol: _ZN5CEGUI6Window25d_autoRepeatDelayPropertyE]
Window::d_autoRepeatProperty [data]
[symbol: _ZN5CEGUI6Window20d_autoRepeatPropertyE]
Window::d_autoRepeatRateProperty [data]
[symbol: _ZN5CEGUI6Window24d_autoRepeatRatePropertyE]
Window::d_captureWindow [data]
[symbol: _ZN5CEGUI6Window15d_captureWindowE]
Window::d_clippedByParentProperty [data]
[symbol: _ZN5CEGUI6Window25d_clippedByParentPropertyE]
Window::d_destroyedByParentProperty [data]
[symbol: _ZN5CEGUI6Window27d_destroyedByParentPropertyE]
Window::d_disabledProperty [data]
[symbol: _ZN5CEGUI6Window18d_disabledPropertyE]
Window::d_distInputsProperty [data]
[symbol: _ZN5CEGUI6Window20d_distInputsPropertyE]
Window::d_dragDropTargetProperty [data]
[symbol: _ZN5CEGUI6Window24d_dragDropTargetPropertyE]
Window::d_fontProperty [data]
[symbol: _ZN5CEGUI6Window14d_fontPropertyE]
Window::d_horzAlignProperty [data]
[symbol: _ZN5CEGUI6Window19d_horzAlignPropertyE]
Window::d_IDProperty [data]
[symbol: _ZN5CEGUI6Window12d_IDPropertyE]
Window::d_inheritsAlphaProperty [data]
[symbol: _ZN5CEGUI6Window23d_inheritsAlphaPropertyE]
Window::d_inheritsTooltipProperty [data]
[symbol: _ZN5CEGUI6Window25d_inheritsTooltipPropertyE]
Window::d_marginProperty [data]
[symbol: _ZN5CEGUI6Window16d_marginPropertyE]
Window::d_mouseCursorProperty [data]
[symbol: _ZN5CEGUI6Window21d_mouseCursorPropertyE]
Window::d_mouseInputPropagationProperty [data]
[symbol: _ZN5CEGUI6Window31d_mouseInputPropagationPropertyE]
Window::d_mousePassThroughEnabledProperty [data]
[symbol: _ZN5CEGUI6Window33d_mousePassThroughEnabledPropertyE]
Window::d_nonClientProperty [data]
[symbol: _ZN5CEGUI6Window19d_nonClientPropertyE]
Window::d_restoreOldCaptureProperty [data]
[symbol: _ZN5CEGUI6Window27d_restoreOldCapturePropertyE]
Window::d_riseOnClickProperty [data]
[symbol: _ZN5CEGUI6Window21d_riseOnClickPropertyE]
Window::d_rotationProperty [data]
[symbol: _ZN5CEGUI6Window18d_rotationPropertyE]
Window::d_textParsingEnabledProperty [data]
[symbol: _ZN5CEGUI6Window28d_textParsingEnabledPropertyE]
Window::d_textProperty [data]
[symbol: _ZN5CEGUI6Window14d_textPropertyE]
Window::d_tooltipProperty [data]
[symbol: _ZN5CEGUI6Window17d_tooltipPropertyE]
Window::d_tooltipTypeProperty [data]
[symbol: _ZN5CEGUI6Window21d_tooltipTypePropertyE]
Window::d_unifiedAreaRectProperty [data]
[symbol: _ZN5CEGUI6Window25d_unifiedAreaRectPropertyE]
Window::d_unifiedHeightProperty [data]
[symbol: _ZN5CEGUI6Window23d_unifiedHeightPropertyE]
Window::d_unifiedMaxSizeProperty [data]
[symbol: _ZN5CEGUI6Window24d_unifiedMaxSizePropertyE]
Window::d_unifiedMinSizeProperty [data]
[symbol: _ZN5CEGUI6Window24d_unifiedMinSizePropertyE]
Window::d_unifiedPositionProperty [data]
[symbol: _ZN5CEGUI6Window25d_unifiedPositionPropertyE]
Window::d_unifiedSizeProperty [data]
[symbol: _ZN5CEGUI6Window21d_unifiedSizePropertyE]
Window::d_unifiedWidthProperty [data]
[symbol: _ZN5CEGUI6Window22d_unifiedWidthPropertyE]
Window::d_unifiedXPositionProperty [data]
[symbol: _ZN5CEGUI6Window26d_unifiedXPositionPropertyE]
Window::d_unifiedYPositionProperty [data]
[symbol: _ZN5CEGUI6Window26d_unifiedYPositionPropertyE]
Window::d_updateModeProperty [data]
[symbol: _ZN5CEGUI6Window20d_updateModePropertyE]
Window::d_vertAlignProperty [data]
[symbol: _ZN5CEGUI6Window19d_vertAlignPropertyE]
Window::d_visibleProperty [data]
[symbol: _ZN5CEGUI6Window17d_visiblePropertyE]
Window::d_wantsMultiClicksProperty [data]
[symbol: _ZN5CEGUI6Window26d_wantsMultiClicksPropertyE]
Window::d_xRotationProperty [data]
[symbol: _ZN5CEGUI6Window19d_xRotationPropertyE]
Window::d_yRotationProperty [data]
[symbol: _ZN5CEGUI6Window19d_yRotationPropertyE]
Window::d_zOrderChangeProperty [data]
[symbol: _ZN5CEGUI6Window22d_zOrderChangePropertyE]
Window::d_zRotationProperty [data]
[symbol: _ZN5CEGUI6Window19d_zRotationPropertyE]
Window::EventChildAdded [data]
[symbol: _ZN5CEGUI6Window15EventChildAddedE]
Window::EventChildRemoved [data]
[symbol: _ZN5CEGUI6Window17EventChildRemovedE]
Window::EventHorizontalAlignmentChanged [data]
[symbol: _ZN5CEGUI6Window31EventHorizontalAlignmentChangedE]
Window::EventMouseEnters [data]
[symbol: _ZN5CEGUI6Window16EventMouseEntersE]
Window::EventMouseLeaves [data]
[symbol: _ZN5CEGUI6Window16EventMouseLeavesE]
Window::EventMoved [data]
[symbol: _ZN5CEGUI6Window10EventMovedE]
Window::EventNonClientChanged [data]
[symbol: _ZN5CEGUI6Window21EventNonClientChangedE]
Window::EventParentSized [data]
[symbol: _ZN5CEGUI6Window16EventParentSizedE]
Window::EventRotated [data]
[symbol: _ZN5CEGUI6Window12EventRotatedE]
Window::EventSized [data]
[symbol: _ZN5CEGUI6Window10EventSizedE]
Window::EventVerticalAlignmentChanged [data]
[symbol: _ZN5CEGUI6Window29EventVerticalAlignmentChangedE]
Window::EventWindowUpdated [data]
[symbol: _ZN5CEGUI6Window18EventWindowUpdatedE]
Window::EventZOrderChanged [data]
[symbol: _ZN5CEGUI6Window18EventZOrderChangedE]
Window::fireAreaChangeEvents ( bool const moved, bool const sized )
[symbol: _ZN5CEGUI6Window20fireAreaChangeEventsEbb]
Window::getArea ( ) const
[symbol: _ZNK5CEGUI6Window7getAreaEv]
Window::getChild ( String const& name ) const
[symbol: _ZNK5CEGUI6Window8getChildERKNS_6StringE]
Window::getChildAtPosition ( Vector2 const& position ) const
[symbol: _ZNK5CEGUI6Window18getChildAtPositionERKNS_7Vector2E]
Window::getChildRecursive ( String const& name ) const
[symbol: _ZNK5CEGUI6Window17getChildRecursiveERKNS_6StringE]
Window::getChildWindowContentArea ( bool const non_client ) const
[symbol: _ZNK5CEGUI6Window25getChildWindowContentAreaEb]
Window::getClientChildWindowContentArea_impl ( ) const
[symbol: _ZNK5CEGUI6Window36getClientChildWindowContentArea_implEv]
Window::getEventIterator ( ) const
[symbol: _ZNK5CEGUI6Window16getEventIteratorEv]
Window::getHeight ( ) const
[symbol: _ZNK5CEGUI6Window9getHeightEv]
Window::getMaxSize ( ) const
[symbol: _ZNK5CEGUI6Window10getMaxSizeEv]
Window::getMinSize ( ) const
[symbol: _ZNK5CEGUI6Window10getMinSizeEv]
Window::getNonClientChildWindowContentArea_impl ( ) const
[symbol: _ZNK5CEGUI6Window39getNonClientChildWindowContentArea_implEv]
Window::getParentElementClipIntersection ( Rect const& unclipped_area ) const
[symbol: _ZNK5CEGUI6Window32getParentElementClipIntersectionERKNS_4RectE]
Window::getParentPixelHeight ( ) const
[symbol: _ZNK5CEGUI6Window20getParentPixelHeightEv]
Window::getParentPixelSize ( ) const
[symbol: _ZNK5CEGUI6Window18getParentPixelSizeEv]
Window::getParentPixelWidth ( ) const
[symbol: _ZNK5CEGUI6Window19getParentPixelWidthEv]
Window::getPosition ( ) const
[symbol: _ZNK5CEGUI6Window11getPositionEv]
Window::getPropertyIterator ( ) const
[symbol: _ZNK5CEGUI6Window19getPropertyIteratorEv]
Window::getRotation ( ) const
[symbol: _ZNK5CEGUI6Window11getRotationEv]
Window::getSize ( ) const
[symbol: _ZNK5CEGUI6Window7getSizeEv]
Window::getSize_impl ( Window const* window ) const
[symbol: _ZNK5CEGUI6Window12getSize_implEPKS0_]
Window::getTargetChildAtPosition ( Vector2 const& position, bool const allow_disabled ) const
[symbol: _ZNK5CEGUI6Window24getTargetChildAtPositionERKNS_7Vector2Eb]
Window::getUnclippedInnerRect ( ) const
[symbol: _ZNK5CEGUI6Window21getUnclippedInnerRectEv]
Window::getUnclippedInnerRect_impl ( ) const
[symbol: _ZNK5CEGUI6Window26getUnclippedInnerRect_implEv]
Window::getUnclippedOuterRect ( ) const
[symbol: _ZNK5CEGUI6Window21getUnclippedOuterRectEv]
Window::getUnclippedOuterRect_impl ( ) const
[symbol: _ZNK5CEGUI6Window26getUnclippedOuterRect_implEv]
Window::getUnclippedRect ( bool const inner ) const
[symbol: _ZNK5CEGUI6Window16getUnclippedRectEb]
Window::getUnprojectedPosition ( Vector2 const& pos ) const
[symbol: _ZNK5CEGUI6Window22getUnprojectedPositionERKNS_7Vector2E]
Window::getWidth ( ) const
[symbol: _ZNK5CEGUI6Window8getWidthEv]
Window::getXPosition ( ) const
[symbol: _ZNK5CEGUI6Window12getXPositionEv]
Window::getYPosition ( ) const
[symbol: _ZNK5CEGUI6Window12getYPositionEv]
Window::isAncestor ( String const& name ) const
[symbol: _ZNK5CEGUI6Window10isAncestorERKNS_6StringE]
Window::isAncestor ( Window const* window ) const
[symbol: _ZNK5CEGUI6Window10isAncestorEPKS0_]
Window::isChild ( String const& name ) const
[symbol: _ZNK5CEGUI6Window7isChildERKNS_6StringE]
Window::isChild ( Window const* window ) const
[symbol: _ZNK5CEGUI6Window7isChildEPKS0_]
Window::isDisabled ( bool localOnly ) const
[symbol: _ZNK5CEGUI6Window10isDisabledEb]
Window::isHit ( Vector2 const& position, bool const allow_disabled ) const
[symbol: _ZNK5CEGUI6Window5isHitERKNS_7Vector2Eb]
Window::isInnerRectSizeChanged ( ) const
[symbol: _ZNK5CEGUI6Window22isInnerRectSizeChangedEv]
Window::isNonClientWindow ( ) const
[symbol: _ZNK5CEGUI6Window17isNonClientWindowEv]
Window::isVisible ( bool localOnly ) const
[symbol: _ZNK5CEGUI6Window9isVisibleEb]
Window::markAllCachedRectsInvalid ( )
[symbol: _ZN5CEGUI6Window25markAllCachedRectsInvalidEv]
Window::onChildAdded ( WindowEventArgs& e )
[symbol: _ZN5CEGUI6Window12onChildAddedERNS_15WindowEventArgsE]
Window::onChildRemoved ( WindowEventArgs& e )
[symbol: _ZN5CEGUI6Window14onChildRemovedERNS_15WindowEventArgsE]
Window::onHorizontalAlignmentChanged ( WindowEventArgs& e )
[symbol: _ZN5CEGUI6Window28onHorizontalAlignmentChangedERNS_15WindowEventArgsE]
Window::onMoved ( WindowEventArgs& e )
[symbol: _ZN5CEGUI6Window7onMovedERNS_15WindowEventArgsE]
Window::onNonClientChanged ( WindowEventArgs& e )
[symbol: _ZN5CEGUI6Window18onNonClientChangedERNS_15WindowEventArgsE]
Window::onParentSized ( WindowEventArgs& e )
[symbol: _ZN5CEGUI6Window13onParentSizedERNS_15WindowEventArgsE]
Window::onRotated ( WindowEventArgs& e )
[symbol: _ZN5CEGUI6Window9onRotatedERNS_15WindowEventArgsE]
Window::onSized ( WindowEventArgs& e )
[symbol: _ZN5CEGUI6Window7onSizedERNS_15WindowEventArgsE]
Window::onVerticalAlignmentChanged ( WindowEventArgs& e )
[symbol: _ZN5CEGUI6Window26onVerticalAlignmentChangedERNS_15WindowEventArgsE]
Window::performChildWindowLayout ( )
[symbol: _ZN5CEGUI6Window24performChildWindowLayoutEv]
Window::removeChild_impl ( Window* wnd )
[symbol: _ZN5CEGUI6Window16removeChild_implEPS0_]
Window::removeChildWindow ( String const& name )
[symbol: _ZN5CEGUI6Window17removeChildWindowERKNS_6StringE]
Window::removeChildWindow ( uint ID )
[symbol: _ZN5CEGUI6Window17removeChildWindowEj]
Window::removeChildWindow ( Window* window )
[symbol: _ZN5CEGUI6Window17removeChildWindowEPS0_]
Window::rename ( String const& new_name )
[symbol: _ZN5CEGUI6Window6renameERKNS_6StringE]
Window::setArea ( UDim const& xpos, UDim const& ypos, UDim const& width, UDim const& height )
[symbol: _ZN5CEGUI6Window7setAreaERKNS_4UDimES3_S3_S3_]
Window::setArea ( URect const& area )
[symbol: _ZN5CEGUI6Window7setAreaERKNS_5URectE]
Window::setArea ( UVector2 const& pos, UVector2 const& size )
[symbol: _ZN5CEGUI6Window7setAreaERKNS_8UVector2ES3_]
Window::setArea_impl ( UVector2 const& pos, UVector2 const& size, bool topLeftSizing, bool fireEvents )
[symbol: _ZN5CEGUI6Window12setArea_implERKNS_8UVector2ES3_bb]
Window::setFont ( Font* font )
[symbol: _ZN5CEGUI6Window7setFontEPNS_4FontE]
Window::setHeight ( UDim const& height )
[symbol: _ZN5CEGUI6Window9setHeightERKNS_4UDimE]
Window::setHorizontalAlignment ( enum HorizontalAlignment const alignment )
[symbol: _ZN5CEGUI6Window22setHorizontalAlignmentENS_19HorizontalAlignmentE]
Window::setMaxSize ( UVector2 const& size )
[symbol: _ZN5CEGUI6Window10setMaxSizeERKNS_8UVector2E]
Window::setMinSize ( UVector2 const& size )
[symbol: _ZN5CEGUI6Window10setMinSizeERKNS_8UVector2E]
Window::setMouseCursor ( String const& imageset, String const& image_name )
[symbol: _ZN5CEGUI6Window14setMouseCursorERKNS_6StringES3_]
Window::setMouseCursor ( enum MouseCursorImage image )
[symbol: _ZN5CEGUI6Window14setMouseCursorENS_16MouseCursorImageE]
Window::setNonClientWindow ( bool const setting )
[symbol: _ZN5CEGUI6Window18setNonClientWindowEb]
Window::setParent ( Window* parent )
[symbol: _ZN5CEGUI6Window9setParentEPS0_]
Window::setPosition ( UVector2 const& pos )
[symbol: _ZN5CEGUI6Window11setPositionERKNS_8UVector2E]
Window::setRestoreCapture ( bool setting )
[symbol: _ZN5CEGUI6Window17setRestoreCaptureEb]
Window::setRotation ( Vector3 const& rotation )
[symbol: _ZN5CEGUI6Window11setRotationERKNS_7Vector3E]
Window::setSize ( UVector2 const& size )
[symbol: _ZN5CEGUI6Window7setSizeERKNS_8UVector2E]
Window::setVerticalAlignment ( enum VerticalAlignment const alignment )
[symbol: _ZN5CEGUI6Window20setVerticalAlignmentENS_17VerticalAlignmentE]
Window::setWidth ( UDim const& width )
[symbol: _ZN5CEGUI6Window8setWidthERKNS_4UDimE]
Window::setXPosition ( UDim const& x )
[symbol: _ZN5CEGUI6Window12setXPositionERKNS_4UDimE]
Window::setYPosition ( UDim const& y )
[symbol: _ZN5CEGUI6Window12setYPositionERKNS_4UDimE]
Window::testClassName_impl ( String const& class_name ) const
[symbol: _ZNK5CEGUI6Window18testClassName_implERKNS_6StringE]
Window::validateWindowRenderer ( String const& name ) const
[symbol: _ZNK5CEGUI6Window22validateWindowRendererERKNS_6StringE]
CEGUIWindowManager.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
WindowManager::DEBUG_dumpWindowNames ( String zone )
[symbol: _ZN5CEGUI13WindowManager21DEBUG_dumpWindowNamesENS_6StringE]
WindowManager::destroyWindow ( String const& window )
[symbol: _ZN5CEGUI13WindowManager13destroyWindowERKNS_6StringE]
WindowManager::getWindow ( String const& name ) const
[symbol: _ZNK5CEGUI13WindowManager9getWindowERKNS_6StringE]
WindowManager::isWindowPresent ( String const& name ) const
[symbol: _ZNK5CEGUI13WindowManager15isWindowPresentERKNS_6StringE]
WindowManager::loadWindowLayout ( String const& filename, String const& name_prefix, String const& resourceGroup, bool(*callback)(Window*, String&, String&, void*), void* userdata )
[symbol: _ZN5CEGUI13WindowManager16loadWindowLayoutERKNS_6StringES3_S3_PFbPNS_6WindowERS1_S6_PvES7_]
WindowManager::renameWindow ( String const& window, String const& new_name )
[symbol: _ZN5CEGUI13WindowManager12renameWindowERKNS_6StringES3_]
WindowManager::renameWindow ( Window* window, String const& new_name )
[symbol: _ZN5CEGUI13WindowManager12renameWindowEPNS_6WindowERKNS_6StringE]
WindowManager::saveWindowLayout ( String const& window, String const& filename, bool const writeParent ) const
[symbol: _ZNK5CEGUI13WindowManager16saveWindowLayoutERKNS_6StringES3_b]
WindowManager::saveWindowLayout ( Window const& window, String const& filename, bool const writeParent ) const
[symbol: _ZNK5CEGUI13WindowManager16saveWindowLayoutERKNS_6WindowERKNS_6StringEb]
WindowManager::writeWindowLayoutToStream ( String const& window, OutStream& out_stream, bool writeParent ) const
[symbol: _ZNK5CEGUI13WindowManager25writeWindowLayoutToStreamERKNS_6StringERSob]
WindowManager::writeWindowLayoutToStream ( Window const& window, OutStream& out_stream, bool writeParent ) const
[symbol: _ZNK5CEGUI13WindowManager25writeWindowLayoutToStreamERKNS_6WindowERSob]
CEGUIWindowProperties.h,
libCEGUIBase-0.7.9.so
namespace CEGUI::WindowProperties
Alpha::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties5Alpha3getEPKNS_16PropertyReceiverE]
Alpha::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties5Alpha3setEPNS_16PropertyReceiverERKNS_6StringE]
Alpha::~Alpha [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties5AlphaD0Ev]
Alpha::~Alpha [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties5AlphaD1Ev]
AlwaysOnTop::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties11AlwaysOnTop3getEPKNS_16PropertyReceiverE]
AlwaysOnTop::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties11AlwaysOnTop3setEPNS_16PropertyReceiverERKNS_6StringE]
AlwaysOnTop::~AlwaysOnTop [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties11AlwaysOnTopD0Ev]
AlwaysOnTop::~AlwaysOnTop [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties11AlwaysOnTopD1Ev]
AutoRenderingSurface::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties20AutoRenderingSurface3getEPKNS_16PropertyReceiverE]
AutoRenderingSurface::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties20AutoRenderingSurface3setEPNS_16PropertyReceiverERKNS_6StringE]
AutoRenderingSurface::~AutoRenderingSurface [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties20AutoRenderingSurfaceD0Ev]
AutoRenderingSurface::~AutoRenderingSurface [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties20AutoRenderingSurfaceD1Ev]
AutoRepeatDelay::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties15AutoRepeatDelay3getEPKNS_16PropertyReceiverE]
AutoRepeatDelay::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties15AutoRepeatDelay3setEPNS_16PropertyReceiverERKNS_6StringE]
AutoRepeatDelay::~AutoRepeatDelay [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties15AutoRepeatDelayD0Ev]
AutoRepeatDelay::~AutoRepeatDelay [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties15AutoRepeatDelayD1Ev]
AutoRepeatRate::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties14AutoRepeatRate3getEPKNS_16PropertyReceiverE]
AutoRepeatRate::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties14AutoRepeatRate3setEPNS_16PropertyReceiverERKNS_6StringE]
AutoRepeatRate::~AutoRepeatRate [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties14AutoRepeatRateD0Ev]
AutoRepeatRate::~AutoRepeatRate [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties14AutoRepeatRateD1Ev]
ClippedByParent::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties15ClippedByParent3getEPKNS_16PropertyReceiverE]
ClippedByParent::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties15ClippedByParent3setEPNS_16PropertyReceiverERKNS_6StringE]
ClippedByParent::~ClippedByParent [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties15ClippedByParentD0Ev]
ClippedByParent::~ClippedByParent [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties15ClippedByParentD1Ev]
CustomTooltipType::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties17CustomTooltipType3getEPKNS_16PropertyReceiverE]
CustomTooltipType::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties17CustomTooltipType3setEPNS_16PropertyReceiverERKNS_6StringE]
CustomTooltipType::~CustomTooltipType [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties17CustomTooltipTypeD0Ev]
CustomTooltipType::~CustomTooltipType [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties17CustomTooltipTypeD1Ev]
DestroyedByParent::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties17DestroyedByParent3getEPKNS_16PropertyReceiverE]
DestroyedByParent::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties17DestroyedByParent3setEPNS_16PropertyReceiverERKNS_6StringE]
DestroyedByParent::~DestroyedByParent [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties17DestroyedByParentD0Ev]
DestroyedByParent::~DestroyedByParent [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties17DestroyedByParentD1Ev]
Disabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties8Disabled3getEPKNS_16PropertyReceiverE]
Disabled::isDefault ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties8Disabled9isDefaultEPKNS_16PropertyReceiverE]
Disabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties8Disabled3setEPNS_16PropertyReceiverERKNS_6StringE]
Disabled::~Disabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties8DisabledD0Ev]
Disabled::~Disabled [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties8DisabledD1Ev]
DistributeCapturedInputs::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties24DistributeCapturedInputs3getEPKNS_16PropertyReceiverE]
DistributeCapturedInputs::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties24DistributeCapturedInputs3setEPNS_16PropertyReceiverERKNS_6StringE]
DistributeCapturedInputs::~DistributeCapturedInputs [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties24DistributeCapturedInputsD0Ev]
DistributeCapturedInputs::~DistributeCapturedInputs [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties24DistributeCapturedInputsD1Ev]
DragDropTarget::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties14DragDropTarget3getEPKNS_16PropertyReceiverE]
DragDropTarget::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties14DragDropTarget3setEPNS_16PropertyReceiverERKNS_6StringE]
DragDropTarget::~DragDropTarget [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties14DragDropTargetD0Ev]
DragDropTarget::~DragDropTarget [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties14DragDropTargetD1Ev]
Font::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties4Font3getEPKNS_16PropertyReceiverE]
Font::isDefault ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties4Font9isDefaultEPKNS_16PropertyReceiverE]
Font::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties4Font3setEPNS_16PropertyReceiverERKNS_6StringE]
Font::~Font [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties4FontD0Ev]
Font::~Font [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties4FontD1Ev]
HorizontalAlignment::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties19HorizontalAlignment3getEPKNS_16PropertyReceiverE]
HorizontalAlignment::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties19HorizontalAlignment3setEPNS_16PropertyReceiverERKNS_6StringE]
HorizontalAlignment::~HorizontalAlignment [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties19HorizontalAlignmentD0Ev]
HorizontalAlignment::~HorizontalAlignment [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties19HorizontalAlignmentD1Ev]
ID::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties2ID3getEPKNS_16PropertyReceiverE]
ID::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties2ID3setEPNS_16PropertyReceiverERKNS_6StringE]
ID::~ID [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties2IDD0Ev]
ID::~ID [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties2IDD1Ev]
InheritsAlpha::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties13InheritsAlpha3getEPKNS_16PropertyReceiverE]
InheritsAlpha::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties13InheritsAlpha3setEPNS_16PropertyReceiverERKNS_6StringE]
InheritsAlpha::~InheritsAlpha [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties13InheritsAlphaD0Ev]
InheritsAlpha::~InheritsAlpha [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties13InheritsAlphaD1Ev]
InheritsTooltipText::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties19InheritsTooltipText3getEPKNS_16PropertyReceiverE]
InheritsTooltipText::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties19InheritsTooltipText3setEPNS_16PropertyReceiverERKNS_6StringE]
InheritsTooltipText::~InheritsTooltipText [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties19InheritsTooltipTextD0Ev]
InheritsTooltipText::~InheritsTooltipText [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties19InheritsTooltipTextD1Ev]
LookNFeel::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties9LookNFeel3getEPKNS_16PropertyReceiverE]
LookNFeel::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties9LookNFeel3setEPNS_16PropertyReceiverERKNS_6StringE]
LookNFeel::writeXMLToStream ( CEGUI::PropertyReceiver const* receiver, CEGUI::XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI16WindowProperties9LookNFeel16writeXMLToStreamEPKNS_16PropertyReceiverERNS_13XMLSerializerE]
LookNFeel::~LookNFeel [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties9LookNFeelD0Ev]
LookNFeel::~LookNFeel [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties9LookNFeelD1Ev]
Margin::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties6Margin3getEPKNS_16PropertyReceiverE]
Margin::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties6Margin3setEPNS_16PropertyReceiverERKNS_6StringE]
Margin::~Margin [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties6MarginD0Ev]
Margin::~Margin [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties6MarginD1Ev]
MouseButtonDownAutoRepeat::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties25MouseButtonDownAutoRepeat3getEPKNS_16PropertyReceiverE]
MouseButtonDownAutoRepeat::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties25MouseButtonDownAutoRepeat3setEPNS_16PropertyReceiverERKNS_6StringE]
MouseButtonDownAutoRepeat::~MouseButtonDownAutoRepeat [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties25MouseButtonDownAutoRepeatD0Ev]
MouseButtonDownAutoRepeat::~MouseButtonDownAutoRepeat [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties25MouseButtonDownAutoRepeatD1Ev]
MouseCursorImage::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties16MouseCursorImage3getEPKNS_16PropertyReceiverE]
MouseCursorImage::isDefault ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties16MouseCursorImage9isDefaultEPKNS_16PropertyReceiverE]
MouseCursorImage::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties16MouseCursorImage3setEPNS_16PropertyReceiverERKNS_6StringE]
MouseCursorImage::~MouseCursorImage [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties16MouseCursorImageD0Ev]
MouseCursorImage::~MouseCursorImage [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties16MouseCursorImageD1Ev]
MouseInputPropagationEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties28MouseInputPropagationEnabled3getEPKNS_16PropertyReceiverE]
MouseInputPropagationEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties28MouseInputPropagationEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
MouseInputPropagationEnabled::~MouseInputPropagationEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties28MouseInputPropagationEnabledD0Ev]
MouseInputPropagationEnabled::~MouseInputPropagationEnabled [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties28MouseInputPropagationEnabledD1Ev]
MousePassThroughEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties23MousePassThroughEnabled3getEPKNS_16PropertyReceiverE]
MousePassThroughEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties23MousePassThroughEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
MousePassThroughEnabled::~MousePassThroughEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties23MousePassThroughEnabledD0Ev]
MousePassThroughEnabled::~MousePassThroughEnabled [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties23MousePassThroughEnabledD1Ev]
NonClient::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties9NonClient3getEPKNS_16PropertyReceiverE]
NonClient::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties9NonClient3setEPNS_16PropertyReceiverERKNS_6StringE]
NonClient::~NonClient [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties9NonClientD0Ev]
NonClient::~NonClient [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties9NonClientD1Ev]
RestoreOldCapture::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties17RestoreOldCapture3getEPKNS_16PropertyReceiverE]
RestoreOldCapture::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties17RestoreOldCapture3setEPNS_16PropertyReceiverERKNS_6StringE]
RestoreOldCapture::~RestoreOldCapture [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties17RestoreOldCaptureD0Ev]
RestoreOldCapture::~RestoreOldCapture [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties17RestoreOldCaptureD1Ev]
RiseOnClick::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties11RiseOnClick3getEPKNS_16PropertyReceiverE]
RiseOnClick::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties11RiseOnClick3setEPNS_16PropertyReceiverERKNS_6StringE]
RiseOnClick::~RiseOnClick [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties11RiseOnClickD0Ev]
RiseOnClick::~RiseOnClick [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties11RiseOnClickD1Ev]
Rotation::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties8Rotation3getEPKNS_16PropertyReceiverE]
Rotation::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties8Rotation3setEPNS_16PropertyReceiverERKNS_6StringE]
Rotation::~Rotation [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties8RotationD0Ev]
Rotation::~Rotation [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties8RotationD1Ev]
Text::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties4Text3getEPKNS_16PropertyReceiverE]
Text::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties4Text3setEPNS_16PropertyReceiverERKNS_6StringE]
Text::~Text [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties4TextD0Ev]
Text::~Text [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties4TextD1Ev]
TextParsingEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties18TextParsingEnabled3getEPKNS_16PropertyReceiverE]
TextParsingEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties18TextParsingEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
TextParsingEnabled::~TextParsingEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties18TextParsingEnabledD0Ev]
TextParsingEnabled::~TextParsingEnabled [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties18TextParsingEnabledD1Ev]
Tooltip::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties7Tooltip3getEPKNS_16PropertyReceiverE]
Tooltip::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties7Tooltip3setEPNS_16PropertyReceiverERKNS_6StringE]
Tooltip::~Tooltip [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties7TooltipD0Ev]
Tooltip::~Tooltip [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties7TooltipD1Ev]
UnifiedAreaRect::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties15UnifiedAreaRect3getEPKNS_16PropertyReceiverE]
UnifiedAreaRect::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties15UnifiedAreaRect3setEPNS_16PropertyReceiverERKNS_6StringE]
UnifiedAreaRect::~UnifiedAreaRect [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties15UnifiedAreaRectD0Ev]
UnifiedAreaRect::~UnifiedAreaRect [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties15UnifiedAreaRectD1Ev]
UnifiedHeight::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties13UnifiedHeight3getEPKNS_16PropertyReceiverE]
UnifiedHeight::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties13UnifiedHeight3setEPNS_16PropertyReceiverERKNS_6StringE]
UnifiedHeight::~UnifiedHeight [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties13UnifiedHeightD0Ev]
UnifiedHeight::~UnifiedHeight [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties13UnifiedHeightD1Ev]
UnifiedMaxSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties14UnifiedMaxSize3getEPKNS_16PropertyReceiverE]
UnifiedMaxSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties14UnifiedMaxSize3setEPNS_16PropertyReceiverERKNS_6StringE]
UnifiedMaxSize::~UnifiedMaxSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties14UnifiedMaxSizeD0Ev]
UnifiedMaxSize::~UnifiedMaxSize [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties14UnifiedMaxSizeD1Ev]
UnifiedMinSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties14UnifiedMinSize3getEPKNS_16PropertyReceiverE]
UnifiedMinSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties14UnifiedMinSize3setEPNS_16PropertyReceiverERKNS_6StringE]
UnifiedMinSize::~UnifiedMinSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties14UnifiedMinSizeD0Ev]
UnifiedMinSize::~UnifiedMinSize [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties14UnifiedMinSizeD1Ev]
UnifiedPosition::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties15UnifiedPosition3getEPKNS_16PropertyReceiverE]
UnifiedPosition::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties15UnifiedPosition3setEPNS_16PropertyReceiverERKNS_6StringE]
UnifiedPosition::~UnifiedPosition [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties15UnifiedPositionD0Ev]
UnifiedPosition::~UnifiedPosition [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties15UnifiedPositionD1Ev]
UnifiedSize::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties11UnifiedSize3getEPKNS_16PropertyReceiverE]
UnifiedSize::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties11UnifiedSize3setEPNS_16PropertyReceiverERKNS_6StringE]
UnifiedSize::~UnifiedSize [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties11UnifiedSizeD0Ev]
UnifiedSize::~UnifiedSize [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties11UnifiedSizeD1Ev]
UnifiedWidth::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties12UnifiedWidth3getEPKNS_16PropertyReceiverE]
UnifiedWidth::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties12UnifiedWidth3setEPNS_16PropertyReceiverERKNS_6StringE]
UnifiedWidth::~UnifiedWidth [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties12UnifiedWidthD0Ev]
UnifiedWidth::~UnifiedWidth [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties12UnifiedWidthD1Ev]
UnifiedXPosition::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties16UnifiedXPosition3getEPKNS_16PropertyReceiverE]
UnifiedXPosition::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties16UnifiedXPosition3setEPNS_16PropertyReceiverERKNS_6StringE]
UnifiedXPosition::~UnifiedXPosition [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties16UnifiedXPositionD0Ev]
UnifiedXPosition::~UnifiedXPosition [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties16UnifiedXPositionD1Ev]
UnifiedYPosition::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties16UnifiedYPosition3getEPKNS_16PropertyReceiverE]
UnifiedYPosition::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties16UnifiedYPosition3setEPNS_16PropertyReceiverERKNS_6StringE]
UnifiedYPosition::~UnifiedYPosition [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties16UnifiedYPositionD0Ev]
UnifiedYPosition::~UnifiedYPosition [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties16UnifiedYPositionD1Ev]
UpdateMode::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties10UpdateMode3getEPKNS_16PropertyReceiverE]
UpdateMode::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties10UpdateMode3setEPNS_16PropertyReceiverERKNS_6StringE]
UpdateMode::~UpdateMode [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties10UpdateModeD0Ev]
UpdateMode::~UpdateMode [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties10UpdateModeD1Ev]
VerticalAlignment::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties17VerticalAlignment3getEPKNS_16PropertyReceiverE]
VerticalAlignment::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties17VerticalAlignment3setEPNS_16PropertyReceiverERKNS_6StringE]
VerticalAlignment::~VerticalAlignment [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties17VerticalAlignmentD0Ev]
VerticalAlignment::~VerticalAlignment [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties17VerticalAlignmentD1Ev]
Visible::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties7Visible3getEPKNS_16PropertyReceiverE]
Visible::isDefault ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties7Visible9isDefaultEPKNS_16PropertyReceiverE]
Visible::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties7Visible3setEPNS_16PropertyReceiverERKNS_6StringE]
Visible::~Visible [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties7VisibleD0Ev]
Visible::~Visible [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties7VisibleD1Ev]
WantsMultiClickEvents::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties21WantsMultiClickEvents3getEPKNS_16PropertyReceiverE]
WantsMultiClickEvents::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties21WantsMultiClickEvents3setEPNS_16PropertyReceiverERKNS_6StringE]
WantsMultiClickEvents::~WantsMultiClickEvents [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties21WantsMultiClickEventsD0Ev]
WantsMultiClickEvents::~WantsMultiClickEvents [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties21WantsMultiClickEventsD1Ev]
WindowRenderer::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties14WindowRenderer3getEPKNS_16PropertyReceiverE]
WindowRenderer::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties14WindowRenderer3setEPNS_16PropertyReceiverERKNS_6StringE]
WindowRenderer::writeXMLToStream ( CEGUI::PropertyReceiver const* receiver, CEGUI::XMLSerializer& xml_stream ) const
[symbol: _ZNK5CEGUI16WindowProperties14WindowRenderer16writeXMLToStreamEPKNS_16PropertyReceiverERNS_13XMLSerializerE]
WindowRenderer::~WindowRenderer [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties14WindowRendererD0Ev]
WindowRenderer::~WindowRenderer [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties14WindowRendererD1Ev]
XRotation::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties9XRotation3getEPKNS_16PropertyReceiverE]
XRotation::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties9XRotation3setEPNS_16PropertyReceiverERKNS_6StringE]
XRotation::~XRotation [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties9XRotationD0Ev]
XRotation::~XRotation [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties9XRotationD1Ev]
YRotation::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties9YRotation3getEPKNS_16PropertyReceiverE]
YRotation::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties9YRotation3setEPNS_16PropertyReceiverERKNS_6StringE]
YRotation::~YRotation [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties9YRotationD0Ev]
YRotation::~YRotation [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties9YRotationD1Ev]
ZOrderChangeEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties19ZOrderChangeEnabled3getEPKNS_16PropertyReceiverE]
ZOrderChangeEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties19ZOrderChangeEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
ZOrderChangeEnabled::~ZOrderChangeEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties19ZOrderChangeEnabledD0Ev]
ZOrderChangeEnabled::~ZOrderChangeEnabled [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties19ZOrderChangeEnabledD1Ev]
ZRotation::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI16WindowProperties9ZRotation3getEPKNS_16PropertyReceiverE]
ZRotation::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI16WindowProperties9ZRotation3setEPNS_16PropertyReceiverERKNS_6StringE]
ZRotation::~ZRotation [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16WindowProperties9ZRotationD0Ev]
ZRotation::~ZRotation [in-charge] ( )
[symbol: _ZN5CEGUI16WindowProperties9ZRotationD1Ev]
vtable for Alpha [data]
[symbol: _ZTVN5CEGUI16WindowProperties5AlphaE]
vtable for AlwaysOnTop [data]
[symbol: _ZTVN5CEGUI16WindowProperties11AlwaysOnTopE]
vtable for AutoRenderingSurface [data]
[symbol: _ZTVN5CEGUI16WindowProperties20AutoRenderingSurfaceE]
vtable for AutoRepeatDelay [data]
[symbol: _ZTVN5CEGUI16WindowProperties15AutoRepeatDelayE]
vtable for AutoRepeatRate [data]
[symbol: _ZTVN5CEGUI16WindowProperties14AutoRepeatRateE]
vtable for ClippedByParent [data]
[symbol: _ZTVN5CEGUI16WindowProperties15ClippedByParentE]
vtable for CustomTooltipType [data]
[symbol: _ZTVN5CEGUI16WindowProperties17CustomTooltipTypeE]
vtable for DestroyedByParent [data]
[symbol: _ZTVN5CEGUI16WindowProperties17DestroyedByParentE]
vtable for Disabled [data]
[symbol: _ZTVN5CEGUI16WindowProperties8DisabledE]
vtable for DistributeCapturedInputs [data]
[symbol: _ZTVN5CEGUI16WindowProperties24DistributeCapturedInputsE]
vtable for DragDropTarget [data]
[symbol: _ZTVN5CEGUI16WindowProperties14DragDropTargetE]
vtable for Font [data]
[symbol: _ZTVN5CEGUI16WindowProperties4FontE]
vtable for HorizontalAlignment [data]
[symbol: _ZTVN5CEGUI16WindowProperties19HorizontalAlignmentE]
vtable for ID [data]
[symbol: _ZTVN5CEGUI16WindowProperties2IDE]
vtable for InheritsAlpha [data]
[symbol: _ZTVN5CEGUI16WindowProperties13InheritsAlphaE]
vtable for InheritsTooltipText [data]
[symbol: _ZTVN5CEGUI16WindowProperties19InheritsTooltipTextE]
vtable for LookNFeel [data]
[symbol: _ZTVN5CEGUI16WindowProperties9LookNFeelE]
vtable for Margin [data]
[symbol: _ZTVN5CEGUI16WindowProperties6MarginE]
vtable for MouseButtonDownAutoRepeat [data]
[symbol: _ZTVN5CEGUI16WindowProperties25MouseButtonDownAutoRepeatE]
vtable for MouseCursorImage [data]
[symbol: _ZTVN5CEGUI16WindowProperties16MouseCursorImageE]
vtable for MouseInputPropagationEnabled [data]
[symbol: _ZTVN5CEGUI16WindowProperties28MouseInputPropagationEnabledE]
vtable for MousePassThroughEnabled [data]
[symbol: _ZTVN5CEGUI16WindowProperties23MousePassThroughEnabledE]
vtable for NonClient [data]
[symbol: _ZTVN5CEGUI16WindowProperties9NonClientE]
vtable for RestoreOldCapture [data]
[symbol: _ZTVN5CEGUI16WindowProperties17RestoreOldCaptureE]
vtable for RiseOnClick [data]
[symbol: _ZTVN5CEGUI16WindowProperties11RiseOnClickE]
vtable for Rotation [data]
[symbol: _ZTVN5CEGUI16WindowProperties8RotationE]
vtable for Text [data]
[symbol: _ZTVN5CEGUI16WindowProperties4TextE]
vtable for TextParsingEnabled [data]
[symbol: _ZTVN5CEGUI16WindowProperties18TextParsingEnabledE]
vtable for Tooltip [data]
[symbol: _ZTVN5CEGUI16WindowProperties7TooltipE]
vtable for UnifiedAreaRect [data]
[symbol: _ZTVN5CEGUI16WindowProperties15UnifiedAreaRectE]
vtable for UnifiedHeight [data]
[symbol: _ZTVN5CEGUI16WindowProperties13UnifiedHeightE]
vtable for UnifiedMaxSize [data]
[symbol: _ZTVN5CEGUI16WindowProperties14UnifiedMaxSizeE]
vtable for UnifiedMinSize [data]
[symbol: _ZTVN5CEGUI16WindowProperties14UnifiedMinSizeE]
vtable for UnifiedPosition [data]
[symbol: _ZTVN5CEGUI16WindowProperties15UnifiedPositionE]
vtable for UnifiedSize [data]
[symbol: _ZTVN5CEGUI16WindowProperties11UnifiedSizeE]
vtable for UnifiedWidth [data]
[symbol: _ZTVN5CEGUI16WindowProperties12UnifiedWidthE]
vtable for UnifiedXPosition [data]
[symbol: _ZTVN5CEGUI16WindowProperties16UnifiedXPositionE]
vtable for UnifiedYPosition [data]
[symbol: _ZTVN5CEGUI16WindowProperties16UnifiedYPositionE]
vtable for UpdateMode [data]
[symbol: _ZTVN5CEGUI16WindowProperties10UpdateModeE]
vtable for VerticalAlignment [data]
[symbol: _ZTVN5CEGUI16WindowProperties17VerticalAlignmentE]
vtable for Visible [data]
[symbol: _ZTVN5CEGUI16WindowProperties7VisibleE]
vtable for WantsMultiClickEvents [data]
[symbol: _ZTVN5CEGUI16WindowProperties21WantsMultiClickEventsE]
vtable for WindowRenderer [data]
[symbol: _ZTVN5CEGUI16WindowProperties14WindowRendererE]
vtable for XRotation [data]
[symbol: _ZTVN5CEGUI16WindowProperties9XRotationE]
vtable for YRotation [data]
[symbol: _ZTVN5CEGUI16WindowProperties9YRotationE]
vtable for ZOrderChangeEnabled [data]
[symbol: _ZTVN5CEGUI16WindowProperties19ZOrderChangeEnabledE]
vtable for ZRotation [data]
[symbol: _ZTVN5CEGUI16WindowProperties9ZRotationE]
CEGUIWindowRenderer.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
WindowRendererFactory::~WindowRendererFactory [in-charge-deleting] ( )
[symbol: _ZN5CEGUI21WindowRendererFactoryD0Ev]
WindowRendererFactory::~WindowRendererFactory [in-charge] ( )
[symbol: _ZN5CEGUI21WindowRendererFactoryD1Ev]
vtable for WindowRendererFactory [data]
[symbol: _ZTVN5CEGUI21WindowRendererFactoryE]
CEGUIWindowRendererModule.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
WindowRendererModule::registerAllFactories ( )
[symbol: _ZN5CEGUI20WindowRendererModule20registerAllFactoriesEv]
WindowRendererModule::registerFactory ( String const& type_name )
[symbol: _ZN5CEGUI20WindowRendererModule15registerFactoryERKNS_6StringE]
WindowRendererModule::unregisterAllFactories ( )
[symbol: _ZN5CEGUI20WindowRendererModule22unregisterAllFactoriesEv]
WindowRendererModule::unregisterFactory ( String const& type_name )
[symbol: _ZN5CEGUI20WindowRendererModule17unregisterFactoryERKNS_6StringE]
WindowRendererModule::~WindowRendererModule [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20WindowRendererModuleD0Ev]
WindowRendererModule::~WindowRendererModule [in-charge] ( )
[symbol: _ZN5CEGUI20WindowRendererModuleD1Ev]
WindowRendererModule::~WindowRendererModule [not-in-charge] ( )
[symbol: _ZN5CEGUI20WindowRendererModuleD2Ev]
vtable for WindowRendererModule [data]
[symbol: _ZTVN5CEGUI20WindowRendererModuleE]
CEGUIWRFactoryRegisterer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
WRFactoryRegisterer::registerFactory ( )
[symbol: _ZN5CEGUI19WRFactoryRegisterer15registerFactoryEv]
WRFactoryRegisterer::unregisterFactory ( )
[symbol: _ZN5CEGUI19WRFactoryRegisterer17unregisterFactoryEv]
WRFactoryRegisterer::WRFactoryRegisterer [in-charge] ( utf8 const* type )
[symbol: _ZN5CEGUI19WRFactoryRegistererC1EPKh]
WRFactoryRegisterer::WRFactoryRegisterer [not-in-charge] ( utf8 const* type )
[symbol: _ZN5CEGUI19WRFactoryRegistererC2EPKh]
WRFactoryRegisterer::~WRFactoryRegisterer [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19WRFactoryRegistererD0Ev]
WRFactoryRegisterer::~WRFactoryRegisterer [in-charge] ( )
[symbol: _ZN5CEGUI19WRFactoryRegistererD1Ev]
WRFactoryRegisterer::~WRFactoryRegisterer [not-in-charge] ( )
[symbol: _ZN5CEGUI19WRFactoryRegistererD2Ev]
vtable for WRFactoryRegisterer [data]
[symbol: _ZTVN5CEGUI19WRFactoryRegistererE]
CEGUIXercesParser.h,
libCEGUIXercesParser-0.7.9.so
namespace CEGUI
XercesHandler::characters ( XMLCh const*const chars, XMLSize_t const length )
[symbol: _ZN5CEGUI13XercesHandler10charactersEPKtj]
XercesHandler::endElement ( XMLCh const*const uri, XMLCh const*const localname, XMLCh const*const qname )
[symbol: _ZN5CEGUI13XercesHandler10endElementEPKtS2_S2_]
XercesHandler::error ( xercesc_3_1::SAXParseException const& exc )
[symbol: _ZN5CEGUI13XercesHandler5errorERKN11xercesc_3_117SAXParseExceptionE]
XercesHandler::fatalError ( xercesc_3_1::SAXParseException const& exc )
[symbol: _ZN5CEGUI13XercesHandler10fatalErrorERKN11xercesc_3_117SAXParseExceptionE]
XercesHandler::startElement ( XMLCh const*const uri, XMLCh const*const localname, XMLCh const*const qname, xercesc_3_1::Attributes const& attrs )
[symbol: _ZN5CEGUI13XercesHandler12startElementEPKtS2_S2_RKN11xercesc_3_110AttributesE]
XercesHandler::warning ( xercesc_3_1::SAXParseException const& exc )
[symbol: _ZN5CEGUI13XercesHandler7warningERKN11xercesc_3_117SAXParseExceptionE]
XercesHandler::XercesHandler [in-charge] ( XMLHandler& handler )
[symbol: _ZN5CEGUI13XercesHandlerC1ERNS_10XMLHandlerE]
XercesHandler::XercesHandler [not-in-charge] ( XMLHandler& handler )
[symbol: _ZN5CEGUI13XercesHandlerC2ERNS_10XMLHandlerE]
XercesHandler::~XercesHandler [in-charge-deleting] ( )
[symbol: _ZN5CEGUI13XercesHandlerD0Ev]
XercesHandler::~XercesHandler [in-charge] ( )
[symbol: _ZN5CEGUI13XercesHandlerD1Ev]
XercesHandler::~XercesHandler [not-in-charge] ( )
[symbol: _ZN5CEGUI13XercesHandlerD2Ev]
XercesParser::cleanupImpl ( )
[symbol: _ZN5CEGUI12XercesParser11cleanupImplEv]
XercesParser::createReader ( xercesc_3_1::DefaultHandler& handler ) [static]
[symbol: _ZN5CEGUI12XercesParser12createReaderERN11xercesc_3_114DefaultHandlerE]
XercesParser::d_defaultSchemaResourceGroup [data]
[symbol: _ZN5CEGUI12XercesParser28d_defaultSchemaResourceGroupE]
XercesParser::doParse ( xercesc_3_1::SAX2XMLReader* parser, String const& xmlFilename, String const& resourceGroup ) [static]
[symbol: _ZN5CEGUI12XercesParser7doParseEPN11xercesc_3_113SAX2XMLReaderERKNS_6StringES6_]
XercesParser::initialiseImpl ( )
[symbol: _ZN5CEGUI12XercesParser14initialiseImplEv]
XercesParser::initialiseSchema ( xercesc_3_1::SAX2XMLReader* reader, String const& schemaName, String const& xmlFilename, String const& resourceGroup ) [static]
[symbol: _ZN5CEGUI12XercesParser16initialiseSchemaEPN11xercesc_3_113SAX2XMLReaderERKNS_6StringES6_S6_]
XercesParser::parseXMLFile ( XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup )
[symbol: _ZN5CEGUI12XercesParser12parseXMLFileERNS_10XMLHandlerERKNS_6StringES5_S5_]
XercesParser::populateAttributesBlock ( xercesc_3_1::Attributes const& src, XMLAttributes& dest ) [static]
[symbol: _ZN5CEGUI12XercesParser23populateAttributesBlockERKN11xercesc_3_110AttributesERNS_13XMLAttributesE]
XercesParser::s_schemaDefaultResourceGroupProperty [data]
[symbol: _ZN5CEGUI12XercesParser36s_schemaDefaultResourceGroupPropertyE]
XercesParser::transcodeXmlCharToString ( XMLCh const*const xmlch_str, unsigned int length ) [static]
[symbol: _ZN5CEGUI12XercesParser24transcodeXmlCharToStringEPKtj]
XercesParser::XercesParser [in-charge] ( )
[symbol: _ZN5CEGUI12XercesParserC1Ev]
XercesParser::XercesParser [not-in-charge] ( )
[symbol: _ZN5CEGUI12XercesParserC2Ev]
XercesParser::~XercesParser [in-charge-deleting] ( )
[symbol: _ZN5CEGUI12XercesParserD0Ev]
XercesParser::~XercesParser [in-charge] ( )
[symbol: _ZN5CEGUI12XercesParserD1Ev]
XercesParser::~XercesParser [not-in-charge] ( )
[symbol: _ZN5CEGUI12XercesParserD2Ev]
vtable for XercesHandler [data]
[symbol: _ZTVN5CEGUI13XercesHandlerE]
vtable for XercesParser [data]
[symbol: _ZTVN5CEGUI12XercesParserE]
CEGUIXercesParserModule.h,
libCEGUIXercesParser-0.7.9.so
createParser ( )
destroyParser ( CEGUI::XMLParser* parser )
CEGUIXercesParserProperties.h,
libCEGUIXercesParser-0.7.9.so
namespace CEGUI::XercesParserProperties
SchemaDefaultResourceGroup::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI22XercesParserProperties26SchemaDefaultResourceGroup3getEPKNS_16PropertyReceiverE]
SchemaDefaultResourceGroup::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI22XercesParserProperties26SchemaDefaultResourceGroup3setEPNS_16PropertyReceiverERKNS_6StringE]
SchemaDefaultResourceGroup::~SchemaDefaultResourceGroup [in-charge-deleting] ( )
[symbol: _ZN5CEGUI22XercesParserProperties26SchemaDefaultResourceGroupD0Ev]
SchemaDefaultResourceGroup::~SchemaDefaultResourceGroup [in-charge] ( )
[symbol: _ZN5CEGUI22XercesParserProperties26SchemaDefaultResourceGroupD1Ev]
vtable for SchemaDefaultResourceGroup [data]
[symbol: _ZTVN5CEGUI22XercesParserProperties26SchemaDefaultResourceGroupE]
ContentHandler.hpp,
libCEGUIXercesParser-0.7.9.so
namespace xercesc_3_1
vtable for ContentHandler [data]
[symbol: _ZTVN11xercesc_3_114ContentHandlerE]
ContentHandler::~ContentHandler [in-charge-deleting] ( )
[symbol: _ZN11xercesc_3_114ContentHandlerD0Ev]
ContentHandler::~ContentHandler [in-charge] ( )
[symbol: _ZN11xercesc_3_114ContentHandlerD1Ev]
DeclHandler.hpp,
libCEGUIXercesParser-0.7.9.so
namespace xercesc_3_1
vtable for DeclHandler [data]
[symbol: _ZTVN11xercesc_3_111DeclHandlerE]
DeclHandler::~DeclHandler [in-charge-deleting] ( )
[symbol: _ZN11xercesc_3_111DeclHandlerD0Ev]
DeclHandler::~DeclHandler [in-charge] ( )
[symbol: _ZN11xercesc_3_111DeclHandlerD1Ev]
DefaultHandler.hpp,
libCEGUIXercesParser-0.7.9.so
namespace xercesc_3_1
vtable for DefaultHandler [data]
[symbol: _ZTVN11xercesc_3_114DefaultHandlerE]
DefaultHandler::attributeDecl ( XMLCh const*const p1, XMLCh const*const p2, XMLCh const*const p3, XMLCh const*const p4, XMLCh const*const p5 )
[symbol: _ZN11xercesc_3_114DefaultHandler13attributeDeclEPKtS2_S2_S2_S2_]
DefaultHandler::characters ( XMLCh const*const p1, XMLSize_t const p2 )
[symbol: _ZN11xercesc_3_114DefaultHandler10charactersEPKtj]
DefaultHandler::comment ( XMLCh const*const p1, XMLSize_t const p2 )
[symbol: _ZN11xercesc_3_114DefaultHandler7commentEPKtj]
DefaultHandler::elementDecl ( XMLCh const*const p1, XMLCh const*const p2 )
[symbol: _ZN11xercesc_3_114DefaultHandler11elementDeclEPKtS2_]
DefaultHandler::endCDATA ( )
[symbol: _ZN11xercesc_3_114DefaultHandler8endCDATAEv]
DefaultHandler::endDocument ( )
[symbol: _ZN11xercesc_3_114DefaultHandler11endDocumentEv]
DefaultHandler::endDTD ( )
[symbol: _ZN11xercesc_3_114DefaultHandler6endDTDEv]
DefaultHandler::endElement ( XMLCh const*const p1, XMLCh const*const p2, XMLCh const*const p3 )
[symbol: _ZN11xercesc_3_114DefaultHandler10endElementEPKtS2_S2_]
DefaultHandler::endEntity ( XMLCh const*const p1 )
[symbol: _ZN11xercesc_3_114DefaultHandler9endEntityEPKt]
DefaultHandler::endPrefixMapping ( XMLCh const*const p1 )
[symbol: _ZN11xercesc_3_114DefaultHandler16endPrefixMappingEPKt]
DefaultHandler::error ( SAXParseException const& p1 )
[symbol: _ZN11xercesc_3_114DefaultHandler5errorERKNS_17SAXParseExceptionE]
DefaultHandler::externalEntityDecl ( XMLCh const*const p1, XMLCh const*const p2, XMLCh const*const p3 )
[symbol: _ZN11xercesc_3_114DefaultHandler18externalEntityDeclEPKtS2_S2_]
DefaultHandler::fatalError ( SAXParseException const& exc )
[symbol: _ZN11xercesc_3_114DefaultHandler10fatalErrorERKNS_17SAXParseExceptionE]
DefaultHandler::ignorableWhitespace ( XMLCh const*const p1, XMLSize_t const p2 )
[symbol: _ZN11xercesc_3_114DefaultHandler19ignorableWhitespaceEPKtj]
DefaultHandler::internalEntityDecl ( XMLCh const*const p1, XMLCh const*const p2 )
[symbol: _ZN11xercesc_3_114DefaultHandler18internalEntityDeclEPKtS2_]
DefaultHandler::notationDecl ( XMLCh const*const p1, XMLCh const*const p2, XMLCh const*const p3 )
[symbol: _ZN11xercesc_3_114DefaultHandler12notationDeclEPKtS2_S2_]
DefaultHandler::processingInstruction ( XMLCh const*const p1, XMLCh const*const p2 )
[symbol: _ZN11xercesc_3_114DefaultHandler21processingInstructionEPKtS2_]
DefaultHandler::resetDocType ( )
[symbol: _ZN11xercesc_3_114DefaultHandler12resetDocTypeEv]
DefaultHandler::resetDocument ( )
[symbol: _ZN11xercesc_3_114DefaultHandler13resetDocumentEv]
DefaultHandler::resetErrors ( )
[symbol: _ZN11xercesc_3_114DefaultHandler11resetErrorsEv]
DefaultHandler::resolveEntity ( XMLCh const*const p1, XMLCh const*const p2 )
[symbol: _ZN11xercesc_3_114DefaultHandler13resolveEntityEPKtS2_]
DefaultHandler::setDocumentLocator ( struct Locator const*const p1 )
[symbol: _ZN11xercesc_3_114DefaultHandler18setDocumentLocatorEPKNS_7LocatorE]
DefaultHandler::skippedEntity ( XMLCh const*const p1 )
[symbol: _ZN11xercesc_3_114DefaultHandler13skippedEntityEPKt]
DefaultHandler::startCDATA ( )
[symbol: _ZN11xercesc_3_114DefaultHandler10startCDATAEv]
DefaultHandler::startDocument ( )
[symbol: _ZN11xercesc_3_114DefaultHandler13startDocumentEv]
DefaultHandler::startDTD ( XMLCh const*const p1, XMLCh const*const p2, XMLCh const*const p3 )
[symbol: _ZN11xercesc_3_114DefaultHandler8startDTDEPKtS2_S2_]
DefaultHandler::startElement ( XMLCh const*const p1, XMLCh const*const p2, XMLCh const*const p3, Attributes const& p4 )
[symbol: _ZN11xercesc_3_114DefaultHandler12startElementEPKtS2_S2_RKNS_10AttributesE]
DefaultHandler::startEntity ( XMLCh const*const p1 )
[symbol: _ZN11xercesc_3_114DefaultHandler11startEntityEPKt]
DefaultHandler::startPrefixMapping ( XMLCh const*const p1, XMLCh const*const p2 )
[symbol: _ZN11xercesc_3_114DefaultHandler18startPrefixMappingEPKtS2_]
DefaultHandler::unparsedEntityDecl ( XMLCh const*const p1, XMLCh const*const p2, XMLCh const*const p3, XMLCh const*const p4 )
[symbol: _ZN11xercesc_3_114DefaultHandler18unparsedEntityDeclEPKtS2_S2_S2_]
DefaultHandler::warning ( SAXParseException const& p1 )
[symbol: _ZN11xercesc_3_114DefaultHandler7warningERKNS_17SAXParseExceptionE]
DefaultHandler::~DefaultHandler [in-charge-deleting] ( )
[symbol: _ZN11xercesc_3_114DefaultHandlerD0Ev]
DefaultHandler::~DefaultHandler [in-charge] ( )
[symbol: _ZN11xercesc_3_114DefaultHandlerD1Ev]
DTDHandler.hpp,
libCEGUIXercesParser-0.7.9.so
namespace xercesc_3_1
vtable for DTDHandler [data]
[symbol: _ZTVN11xercesc_3_110DTDHandlerE]
DTDHandler::~DTDHandler [in-charge-deleting] ( )
[symbol: _ZN11xercesc_3_110DTDHandlerD0Ev]
DTDHandler::~DTDHandler [in-charge] ( )
[symbol: _ZN11xercesc_3_110DTDHandlerD1Ev]
EntityResolver.hpp,
libCEGUIXercesParser-0.7.9.so
namespace xercesc_3_1
vtable for EntityResolver [data]
[symbol: _ZTVN11xercesc_3_114EntityResolverE]
EntityResolver::~EntityResolver [in-charge-deleting] ( )
[symbol: _ZN11xercesc_3_114EntityResolverD0Ev]
EntityResolver::~EntityResolver [in-charge] ( )
[symbol: _ZN11xercesc_3_114EntityResolverD1Ev]
ErrorHandler.hpp,
libCEGUIXercesParser-0.7.9.so
namespace xercesc_3_1
vtable for ErrorHandler [data]
[symbol: _ZTVN11xercesc_3_112ErrorHandlerE]
ErrorHandler::~ErrorHandler [in-charge-deleting] ( )
[symbol: _ZN11xercesc_3_112ErrorHandlerD0Ev]
ErrorHandler::~ErrorHandler [in-charge] ( )
[symbol: _ZN11xercesc_3_112ErrorHandlerD1Ev]
FalButton.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardButton::actualStateName ( String const& name ) const
[symbol: _ZNK5CEGUI14FalagardButton15actualStateNameERKNS_6StringE]
FalagardButton::FalagardButton [in-charge] ( String const& type )
[symbol: _ZN5CEGUI14FalagardButtonC1ERKNS_6StringE]
FalagardButton::FalagardButton [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI14FalagardButtonC2ERKNS_6StringE]
FalagardButton::render ( )
[symbol: _ZN5CEGUI14FalagardButton6renderEv]
FalagardButton::TypeName [data]
[symbol: _ZN5CEGUI14FalagardButton8TypeNameE]
FalagardButton::~FalagardButton [in-charge-deleting] ( )
[symbol: _ZN5CEGUI14FalagardButtonD0Ev]
FalagardButton::~FalagardButton [in-charge] ( )
[symbol: _ZN5CEGUI14FalagardButtonD1Ev]
vtable for FalagardButton [data]
[symbol: _ZTVN5CEGUI14FalagardButtonE]
FalDefault.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardDefault::FalagardDefault [in-charge] ( String const& type )
[symbol: _ZN5CEGUI15FalagardDefaultC1ERKNS_6StringE]
FalagardDefault::FalagardDefault [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI15FalagardDefaultC2ERKNS_6StringE]
FalagardDefault::render ( )
[symbol: _ZN5CEGUI15FalagardDefault6renderEv]
FalagardDefault::TypeName [data]
[symbol: _ZN5CEGUI15FalagardDefault8TypeNameE]
FalagardDefault::~FalagardDefault [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15FalagardDefaultD0Ev]
FalagardDefault::~FalagardDefault [in-charge] ( )
[symbol: _ZN5CEGUI15FalagardDefaultD1Ev]
vtable for FalagardDefault [data]
[symbol: _ZTVN5CEGUI15FalagardDefaultE]
FalEditbox.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardEditbox::calculateTextOffset ( Rect const& text_area, float const text_extent, float const caret_width, float const extent_to_caret )
[symbol: _ZN5CEGUI15FalagardEditbox19calculateTextOffsetERKNS_4RectEfff]
FalagardEditbox::d_blinkCaretProperty [data]
[symbol: _ZN5CEGUI15FalagardEditbox20d_blinkCaretPropertyE]
FalagardEditbox::d_blinkCaretTimeoutProperty [data]
[symbol: _ZN5CEGUI15FalagardEditbox27d_blinkCaretTimeoutPropertyE]
FalagardEditbox::d_textFormattingProperty [data]
[symbol: _ZN5CEGUI15FalagardEditbox24d_textFormattingPropertyE]
FalagardEditbox::DefaultCaretBlinkTimeout [data]
[symbol: _ZN5CEGUI15FalagardEditbox24DefaultCaretBlinkTimeoutE]
FalagardEditbox::editboxIsFocussed ( ) const
[symbol: _ZNK5CEGUI15FalagardEditbox17editboxIsFocussedEv]
FalagardEditbox::FalagardEditbox [in-charge] ( String const& type )
[symbol: _ZN5CEGUI15FalagardEditboxC1ERKNS_6StringE]
FalagardEditbox::FalagardEditbox [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI15FalagardEditboxC2ERKNS_6StringE]
FalagardEditbox::getCaretBlinkTimeout ( ) const
[symbol: _ZNK5CEGUI15FalagardEditbox20getCaretBlinkTimeoutEv]
FalagardEditbox::getCaretIndex ( String const& visual_string ) const
[symbol: _ZNK5CEGUI15FalagardEditbox13getCaretIndexERKNS_6StringE]
FalagardEditbox::getOptionalPropertyColour ( String const& propertyName ) const
[symbol: _ZNK5CEGUI15FalagardEditbox25getOptionalPropertyColourERKNS_6StringE]
FalagardEditbox::getSelectedTextColour ( ) const
[symbol: _ZNK5CEGUI15FalagardEditbox21getSelectedTextColourEv]
FalagardEditbox::getTextFormatting ( ) const
[symbol: _ZNK5CEGUI15FalagardEditbox17getTextFormattingEv]
FalagardEditbox::getTextIndexFromPosition ( Point const& pt ) const
[symbol: _ZNK5CEGUI15FalagardEditbox24getTextIndexFromPositionERKNS_7Vector2E]
FalagardEditbox::getUnselectedTextColour ( ) const
[symbol: _ZNK5CEGUI15FalagardEditbox23getUnselectedTextColourEv]
FalagardEditbox::isCaretBlinkEnabled ( ) const
[symbol: _ZNK5CEGUI15FalagardEditbox19isCaretBlinkEnabledEv]
FalagardEditbox::isUnsupportedFormat ( enum HorizontalTextFormatting const format )
[symbol: _ZN5CEGUI15FalagardEditbox19isUnsupportedFormatENS_24HorizontalTextFormattingE]
FalagardEditbox::render ( )
[symbol: _ZN5CEGUI15FalagardEditbox6renderEv]
FalagardEditbox::renderBaseImagery ( WidgetLookFeel const& wlf ) const
[symbol: _ZNK5CEGUI15FalagardEditbox17renderBaseImageryERKNS_14WidgetLookFeelE]
FalagardEditbox::renderCaret ( ImagerySection const& imagery, Rect const& text_area, float const text_offset, float const extent_to_caret ) const
[symbol: _ZNK5CEGUI15FalagardEditbox11renderCaretERKNS_14ImagerySectionERKNS_4RectEff]
FalagardEditbox::renderTextBidi ( WidgetLookFeel const& wlf, String const& text, Rect const& text_area, float text_offset )
[symbol: _ZN5CEGUI15FalagardEditbox14renderTextBidiERKNS_14WidgetLookFeelERKNS_6StringERKNS_4RectEf]
FalagardEditbox::renderTextNoBidi ( WidgetLookFeel const& wlf, String const& text, Rect const& text_area, float text_offset )
[symbol: _ZN5CEGUI15FalagardEditbox16renderTextNoBidiERKNS_14WidgetLookFeelERKNS_6StringERKNS_4RectEf]
FalagardEditbox::SelectedTextColourPropertyName [data]
[symbol: _ZN5CEGUI15FalagardEditbox30SelectedTextColourPropertyNameE]
FalagardEditbox::setCaretBlinkEnabled ( bool enable )
[symbol: _ZN5CEGUI15FalagardEditbox20setCaretBlinkEnabledEb]
FalagardEditbox::setCaretBlinkTimeout ( float seconds )
[symbol: _ZN5CEGUI15FalagardEditbox20setCaretBlinkTimeoutEf]
FalagardEditbox::setTextFormatting ( enum HorizontalTextFormatting const format )
[symbol: _ZN5CEGUI15FalagardEditbox17setTextFormattingENS_24HorizontalTextFormattingE]
FalagardEditbox::setupVisualString ( String& visual ) const
[symbol: _ZNK5CEGUI15FalagardEditbox17setupVisualStringERNS_6StringE]
FalagardEditbox::TypeName [data]
[symbol: _ZN5CEGUI15FalagardEditbox8TypeNameE]
FalagardEditbox::UnselectedTextColourPropertyName [data]
[symbol: _ZN5CEGUI15FalagardEditbox32UnselectedTextColourPropertyNameE]
FalagardEditbox::update ( float elapsed )
[symbol: _ZN5CEGUI15FalagardEditbox6updateEf]
FalagardEditbox::~FalagardEditbox [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15FalagardEditboxD0Ev]
FalagardEditbox::~FalagardEditbox [in-charge] ( )
[symbol: _ZN5CEGUI15FalagardEditboxD1Ev]
vtable for FalagardEditbox [data]
[symbol: _ZTVN5CEGUI15FalagardEditboxE]
FalEditboxProperties.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI::FalagardEditboxProperties
BlinkCaret::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25FalagardEditboxProperties10BlinkCaret3getEPKNS_16PropertyReceiverE]
BlinkCaret::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25FalagardEditboxProperties10BlinkCaret3setEPNS_16PropertyReceiverERKNS_6StringE]
BlinkCaret::~BlinkCaret [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25FalagardEditboxProperties10BlinkCaretD0Ev]
BlinkCaret::~BlinkCaret [in-charge] ( )
[symbol: _ZN5CEGUI25FalagardEditboxProperties10BlinkCaretD1Ev]
BlinkCaretTimeout::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25FalagardEditboxProperties17BlinkCaretTimeout3getEPKNS_16PropertyReceiverE]
BlinkCaretTimeout::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25FalagardEditboxProperties17BlinkCaretTimeout3setEPNS_16PropertyReceiverERKNS_6StringE]
BlinkCaretTimeout::~BlinkCaretTimeout [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25FalagardEditboxProperties17BlinkCaretTimeoutD0Ev]
BlinkCaretTimeout::~BlinkCaretTimeout [in-charge] ( )
[symbol: _ZN5CEGUI25FalagardEditboxProperties17BlinkCaretTimeoutD1Ev]
TextFormatting::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI25FalagardEditboxProperties14TextFormatting3getEPKNS_16PropertyReceiverE]
TextFormatting::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI25FalagardEditboxProperties14TextFormatting3setEPNS_16PropertyReceiverERKNS_6StringE]
TextFormatting::~TextFormatting [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25FalagardEditboxProperties14TextFormattingD0Ev]
TextFormatting::~TextFormatting [in-charge] ( )
[symbol: _ZN5CEGUI25FalagardEditboxProperties14TextFormattingD1Ev]
vtable for BlinkCaret [data]
[symbol: _ZTVN5CEGUI25FalagardEditboxProperties10BlinkCaretE]
vtable for BlinkCaretTimeout [data]
[symbol: _ZTVN5CEGUI25FalagardEditboxProperties17BlinkCaretTimeoutE]
vtable for TextFormatting [data]
[symbol: _ZTVN5CEGUI25FalagardEditboxProperties14TextFormattingE]
FalFrameWindow.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardFrameWindow::FalagardFrameWindow [in-charge] ( String const& type )
[symbol: _ZN5CEGUI19FalagardFrameWindowC1ERKNS_6StringE]
FalagardFrameWindow::FalagardFrameWindow [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI19FalagardFrameWindowC2ERKNS_6StringE]
FalagardFrameWindow::getUnclippedInnerRect ( ) const
[symbol: _ZNK5CEGUI19FalagardFrameWindow21getUnclippedInnerRectEv]
FalagardFrameWindow::render ( )
[symbol: _ZN5CEGUI19FalagardFrameWindow6renderEv]
FalagardFrameWindow::TypeName [data]
[symbol: _ZN5CEGUI19FalagardFrameWindow8TypeNameE]
FalagardFrameWindow::~FalagardFrameWindow [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19FalagardFrameWindowD0Ev]
FalagardFrameWindow::~FalagardFrameWindow [in-charge] ( )
[symbol: _ZN5CEGUI19FalagardFrameWindowD1Ev]
vtable for FalagardFrameWindow [data]
[symbol: _ZTVN5CEGUI19FalagardFrameWindowE]
FalItemEntry.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardItemEntry::FalagardItemEntry [in-charge] ( String const& type )
[symbol: _ZN5CEGUI17FalagardItemEntryC1ERKNS_6StringE]
FalagardItemEntry::FalagardItemEntry [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI17FalagardItemEntryC2ERKNS_6StringE]
FalagardItemEntry::getItemPixelSize ( ) const
[symbol: _ZNK5CEGUI17FalagardItemEntry16getItemPixelSizeEv]
FalagardItemEntry::render ( )
[symbol: _ZN5CEGUI17FalagardItemEntry6renderEv]
FalagardItemEntry::TypeName [data]
[symbol: _ZN5CEGUI17FalagardItemEntry8TypeNameE]
FalagardItemEntry::~FalagardItemEntry [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17FalagardItemEntryD0Ev]
FalagardItemEntry::~FalagardItemEntry [in-charge] ( )
[symbol: _ZN5CEGUI17FalagardItemEntryD1Ev]
vtable for FalagardItemEntry [data]
[symbol: _ZTVN5CEGUI17FalagardItemEntryE]
FalItemListbox.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardItemListbox::FalagardItemListbox [in-charge] ( String const& type )
[symbol: _ZN5CEGUI19FalagardItemListboxC1ERKNS_6StringE]
FalagardItemListbox::FalagardItemListbox [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI19FalagardItemListboxC2ERKNS_6StringE]
FalagardItemListbox::getItemRenderArea ( ) const
[symbol: _ZNK5CEGUI19FalagardItemListbox17getItemRenderAreaEv]
FalagardItemListbox::getUnclippedInnerRect ( ) const
[symbol: _ZNK5CEGUI19FalagardItemListbox21getUnclippedInnerRectEv]
FalagardItemListbox::onLookNFeelAssigned ( )
[symbol: _ZN5CEGUI19FalagardItemListbox19onLookNFeelAssignedEv]
FalagardItemListbox::onLookNFeelUnassigned ( )
[symbol: _ZN5CEGUI19FalagardItemListbox21onLookNFeelUnassignedEv]
FalagardItemListbox::render ( )
[symbol: _ZN5CEGUI19FalagardItemListbox6renderEv]
FalagardItemListbox::TypeName [data]
[symbol: _ZN5CEGUI19FalagardItemListbox8TypeNameE]
FalagardItemListbox::~FalagardItemListbox [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19FalagardItemListboxD0Ev]
FalagardItemListbox::~FalagardItemListbox [in-charge] ( )
[symbol: _ZN5CEGUI19FalagardItemListboxD1Ev]
vtable for FalagardItemListbox [data]
[symbol: _ZTVN5CEGUI19FalagardItemListboxE]
FalListbox.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardListbox::cacheListboxBaseImagery ( )
[symbol: _ZN5CEGUI15FalagardListbox23cacheListboxBaseImageryEv]
FalagardListbox::FalagardListbox [in-charge] ( String const& type )
[symbol: _ZN5CEGUI15FalagardListboxC1ERKNS_6StringE]
FalagardListbox::FalagardListbox [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI15FalagardListboxC2ERKNS_6StringE]
FalagardListbox::getListRenderArea ( ) const
[symbol: _ZNK5CEGUI15FalagardListbox17getListRenderAreaEv]
FalagardListbox::render ( )
[symbol: _ZN5CEGUI15FalagardListbox6renderEv]
FalagardListbox::TypeName [data]
[symbol: _ZN5CEGUI15FalagardListbox8TypeNameE]
FalagardListbox::~FalagardListbox [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15FalagardListboxD0Ev]
FalagardListbox::~FalagardListbox [in-charge] ( )
[symbol: _ZN5CEGUI15FalagardListboxD1Ev]
vtable for FalagardListbox [data]
[symbol: _ZTVN5CEGUI15FalagardListboxE]
FalListHeader.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardListHeader::createNewSegment ( String const& name ) const
[symbol: _ZNK5CEGUI18FalagardListHeader16createNewSegmentERKNS_6StringE]
FalagardListHeader::d_segmentWidgetTypeProperty [data]
[symbol: _ZN5CEGUI18FalagardListHeader27d_segmentWidgetTypePropertyE]
FalagardListHeader::destroyListSegment ( ListHeaderSegment* segment ) const
[symbol: _ZNK5CEGUI18FalagardListHeader18destroyListSegmentEPNS_17ListHeaderSegmentE]
FalagardListHeader::FalagardListHeader [in-charge] ( String const& type )
[symbol: _ZN5CEGUI18FalagardListHeaderC1ERKNS_6StringE]
FalagardListHeader::FalagardListHeader [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI18FalagardListHeaderC2ERKNS_6StringE]
FalagardListHeader::getSegmentWidgetType ( ) const
[symbol: _ZNK5CEGUI18FalagardListHeader20getSegmentWidgetTypeEv]
FalagardListHeader::render ( )
[symbol: _ZN5CEGUI18FalagardListHeader6renderEv]
FalagardListHeader::setSegmentWidgetType ( String const& type )
[symbol: _ZN5CEGUI18FalagardListHeader20setSegmentWidgetTypeERKNS_6StringE]
FalagardListHeader::TypeName [data]
[symbol: _ZN5CEGUI18FalagardListHeader8TypeNameE]
FalagardListHeader::~FalagardListHeader [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18FalagardListHeaderD0Ev]
FalagardListHeader::~FalagardListHeader [in-charge] ( )
[symbol: _ZN5CEGUI18FalagardListHeaderD1Ev]
vtable for FalagardListHeader [data]
[symbol: _ZTVN5CEGUI18FalagardListHeaderE]
FalListHeaderProperties.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI::FalagardListHeaderProperties
SegmentWidgetType::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI28FalagardListHeaderProperties17SegmentWidgetType3getEPKNS_16PropertyReceiverE]
SegmentWidgetType::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI28FalagardListHeaderProperties17SegmentWidgetType3setEPNS_16PropertyReceiverERKNS_6StringE]
SegmentWidgetType::~SegmentWidgetType [in-charge-deleting] ( )
[symbol: _ZN5CEGUI28FalagardListHeaderProperties17SegmentWidgetTypeD0Ev]
SegmentWidgetType::~SegmentWidgetType [in-charge] ( )
[symbol: _ZN5CEGUI28FalagardListHeaderProperties17SegmentWidgetTypeD1Ev]
vtable for SegmentWidgetType [data]
[symbol: _ZTVN5CEGUI28FalagardListHeaderProperties17SegmentWidgetTypeE]
FalListHeaderSegment.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardListHeaderSegment::FalagardListHeaderSegment [in-charge] ( String const& type )
[symbol: _ZN5CEGUI25FalagardListHeaderSegmentC1ERKNS_6StringE]
FalagardListHeaderSegment::FalagardListHeaderSegment [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI25FalagardListHeaderSegmentC2ERKNS_6StringE]
FalagardListHeaderSegment::render ( )
[symbol: _ZN5CEGUI25FalagardListHeaderSegment6renderEv]
FalagardListHeaderSegment::TypeName [data]
[symbol: _ZN5CEGUI25FalagardListHeaderSegment8TypeNameE]
FalagardListHeaderSegment::~FalagardListHeaderSegment [in-charge-deleting] ( )
[symbol: _ZN5CEGUI25FalagardListHeaderSegmentD0Ev]
FalagardListHeaderSegment::~FalagardListHeaderSegment [in-charge] ( )
[symbol: _ZN5CEGUI25FalagardListHeaderSegmentD1Ev]
vtable for FalagardListHeaderSegment [data]
[symbol: _ZTVN5CEGUI25FalagardListHeaderSegmentE]
FalMenubar.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardMenubar::FalagardMenubar [in-charge] ( String const& type )
[symbol: _ZN5CEGUI15FalagardMenubarC1ERKNS_6StringE]
FalagardMenubar::FalagardMenubar [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI15FalagardMenubarC2ERKNS_6StringE]
FalagardMenubar::getItemRenderArea ( ) const
[symbol: _ZNK5CEGUI15FalagardMenubar17getItemRenderAreaEv]
FalagardMenubar::render ( )
[symbol: _ZN5CEGUI15FalagardMenubar6renderEv]
FalagardMenubar::TypeName [data]
[symbol: _ZN5CEGUI15FalagardMenubar8TypeNameE]
FalagardMenubar::~FalagardMenubar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15FalagardMenubarD0Ev]
FalagardMenubar::~FalagardMenubar [in-charge] ( )
[symbol: _ZN5CEGUI15FalagardMenubarD1Ev]
vtable for FalagardMenubar [data]
[symbol: _ZTVN5CEGUI15FalagardMenubarE]
FalMenuItem.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardMenuItem::FalagardMenuItem [in-charge] ( String const& type )
[symbol: _ZN5CEGUI16FalagardMenuItemC1ERKNS_6StringE]
FalagardMenuItem::FalagardMenuItem [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI16FalagardMenuItemC2ERKNS_6StringE]
FalagardMenuItem::getItemPixelSize ( ) const
[symbol: _ZNK5CEGUI16FalagardMenuItem16getItemPixelSizeEv]
FalagardMenuItem::render ( )
[symbol: _ZN5CEGUI16FalagardMenuItem6renderEv]
FalagardMenuItem::TypeName [data]
[symbol: _ZN5CEGUI16FalagardMenuItem8TypeNameE]
FalagardMenuItem::~FalagardMenuItem [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16FalagardMenuItemD0Ev]
FalagardMenuItem::~FalagardMenuItem [in-charge] ( )
[symbol: _ZN5CEGUI16FalagardMenuItemD1Ev]
vtable for FalagardMenuItem [data]
[symbol: _ZTVN5CEGUI16FalagardMenuItemE]
FalModule.h,
libCEGUIFalagardWRBase-0.7.9.so
getWindowRendererModule ( )
FalModule.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardWRModule::FalagardWRModule [in-charge] ( )
[symbol: _ZN5CEGUI16FalagardWRModuleC1Ev]
FalagardWRModule::FalagardWRModule [not-in-charge] ( )
[symbol: _ZN5CEGUI16FalagardWRModuleC2Ev]
FalagardWRModule::~FalagardWRModule [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16FalagardWRModuleD0Ev]
FalagardWRModule::~FalagardWRModule [in-charge] ( )
[symbol: _ZN5CEGUI16FalagardWRModuleD1Ev]
FalagardWRModule::~FalagardWRModule [not-in-charge] ( )
[symbol: _ZN5CEGUI16FalagardWRModuleD2Ev]
vtable for FalagardWRModule [data]
[symbol: _ZTVN5CEGUI16FalagardWRModuleE]
FalMultiColumnList.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardMultiColumnList::cacheListboxBaseImagery ( )
[symbol: _ZN5CEGUI23FalagardMultiColumnList23cacheListboxBaseImageryEv]
FalagardMultiColumnList::FalagardMultiColumnList [in-charge] ( String const& type )
[symbol: _ZN5CEGUI23FalagardMultiColumnListC1ERKNS_6StringE]
FalagardMultiColumnList::FalagardMultiColumnList [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI23FalagardMultiColumnListC2ERKNS_6StringE]
FalagardMultiColumnList::getListRenderArea ( ) const
[symbol: _ZNK5CEGUI23FalagardMultiColumnList17getListRenderAreaEv]
FalagardMultiColumnList::render ( )
[symbol: _ZN5CEGUI23FalagardMultiColumnList6renderEv]
FalagardMultiColumnList::TypeName [data]
[symbol: _ZN5CEGUI23FalagardMultiColumnList8TypeNameE]
FalagardMultiColumnList::~FalagardMultiColumnList [in-charge-deleting] ( )
[symbol: _ZN5CEGUI23FalagardMultiColumnListD0Ev]
FalagardMultiColumnList::~FalagardMultiColumnList [in-charge] ( )
[symbol: _ZN5CEGUI23FalagardMultiColumnListD1Ev]
vtable for FalagardMultiColumnList [data]
[symbol: _ZTVN5CEGUI23FalagardMultiColumnListE]
FalMultiLineEditbox.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardMultiLineEditbox::ActiveSelectionColourPropertyName [data]
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox33ActiveSelectionColourPropertyNameE]
FalagardMultiLineEditbox::cacheCaratImagery ( Rect const& textArea )
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox17cacheCaratImageryERKNS_4RectE]
FalagardMultiLineEditbox::cacheEditboxBaseImagery ( )
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox23cacheEditboxBaseImageryEv]
FalagardMultiLineEditbox::cacheTextLines ( Rect const& dest_area )
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox14cacheTextLinesERKNS_4RectE]
FalagardMultiLineEditbox::d_blinkCaretProperty [data]
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox20d_blinkCaretPropertyE]
FalagardMultiLineEditbox::d_blinkCaretTimeoutProperty [data]
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox27d_blinkCaretTimeoutPropertyE]
FalagardMultiLineEditbox::DefaultCaretBlinkTimeout [data]
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox24DefaultCaretBlinkTimeoutE]
FalagardMultiLineEditbox::FalagardMultiLineEditbox [in-charge] ( String const& type )
[symbol: _ZN5CEGUI24FalagardMultiLineEditboxC1ERKNS_6StringE]
FalagardMultiLineEditbox::FalagardMultiLineEditbox [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI24FalagardMultiLineEditboxC2ERKNS_6StringE]
FalagardMultiLineEditbox::getActiveSelectionColour ( ) const
[symbol: _ZNK5CEGUI24FalagardMultiLineEditbox24getActiveSelectionColourEv]
FalagardMultiLineEditbox::getCaretBlinkTimeout ( ) const
[symbol: _ZNK5CEGUI24FalagardMultiLineEditbox20getCaretBlinkTimeoutEv]
FalagardMultiLineEditbox::getInactiveSelectionColour ( ) const
[symbol: _ZNK5CEGUI24FalagardMultiLineEditbox26getInactiveSelectionColourEv]
FalagardMultiLineEditbox::getOptionalPropertyColour ( String const& propertyName ) const
[symbol: _ZNK5CEGUI24FalagardMultiLineEditbox25getOptionalPropertyColourERKNS_6StringE]
FalagardMultiLineEditbox::getSelectedTextColour ( ) const
[symbol: _ZNK5CEGUI24FalagardMultiLineEditbox21getSelectedTextColourEv]
FalagardMultiLineEditbox::getTextRenderArea ( ) const
[symbol: _ZNK5CEGUI24FalagardMultiLineEditbox17getTextRenderAreaEv]
FalagardMultiLineEditbox::getUnselectedTextColour ( ) const
[symbol: _ZNK5CEGUI24FalagardMultiLineEditbox23getUnselectedTextColourEv]
FalagardMultiLineEditbox::InactiveSelectionColourPropertyName [data]
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox35InactiveSelectionColourPropertyNameE]
FalagardMultiLineEditbox::isCaretBlinkEnabled ( ) const
[symbol: _ZNK5CEGUI24FalagardMultiLineEditbox19isCaretBlinkEnabledEv]
FalagardMultiLineEditbox::render ( )
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox6renderEv]
FalagardMultiLineEditbox::SelectedTextColourPropertyName [data]
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox30SelectedTextColourPropertyNameE]
FalagardMultiLineEditbox::setCaretBlinkEnabled ( bool enable )
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox20setCaretBlinkEnabledEb]
FalagardMultiLineEditbox::setCaretBlinkTimeout ( float seconds )
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox20setCaretBlinkTimeoutEf]
FalagardMultiLineEditbox::TypeName [data]
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox8TypeNameE]
FalagardMultiLineEditbox::UnselectedTextColourPropertyName [data]
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox32UnselectedTextColourPropertyNameE]
FalagardMultiLineEditbox::update ( float elapsed )
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox6updateEf]
FalagardMultiLineEditbox::~FalagardMultiLineEditbox [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24FalagardMultiLineEditboxD0Ev]
FalagardMultiLineEditbox::~FalagardMultiLineEditbox [in-charge] ( )
[symbol: _ZN5CEGUI24FalagardMultiLineEditboxD1Ev]
vtable for FalagardMultiLineEditbox [data]
[symbol: _ZTVN5CEGUI24FalagardMultiLineEditboxE]
FalMultiLineEditboxProperties.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI::FalagardMultiLineEditboxProperties
BlinkCaret::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI34FalagardMultiLineEditboxProperties10BlinkCaret3getEPKNS_16PropertyReceiverE]
BlinkCaret::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI34FalagardMultiLineEditboxProperties10BlinkCaret3setEPNS_16PropertyReceiverERKNS_6StringE]
BlinkCaret::~BlinkCaret [in-charge-deleting] ( )
[symbol: _ZN5CEGUI34FalagardMultiLineEditboxProperties10BlinkCaretD0Ev]
BlinkCaret::~BlinkCaret [in-charge] ( )
[symbol: _ZN5CEGUI34FalagardMultiLineEditboxProperties10BlinkCaretD1Ev]
BlinkCaretTimeout::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI34FalagardMultiLineEditboxProperties17BlinkCaretTimeout3getEPKNS_16PropertyReceiverE]
BlinkCaretTimeout::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI34FalagardMultiLineEditboxProperties17BlinkCaretTimeout3setEPNS_16PropertyReceiverERKNS_6StringE]
BlinkCaretTimeout::~BlinkCaretTimeout [in-charge-deleting] ( )
[symbol: _ZN5CEGUI34FalagardMultiLineEditboxProperties17BlinkCaretTimeoutD0Ev]
BlinkCaretTimeout::~BlinkCaretTimeout [in-charge] ( )
[symbol: _ZN5CEGUI34FalagardMultiLineEditboxProperties17BlinkCaretTimeoutD1Ev]
vtable for BlinkCaret [data]
[symbol: _ZTVN5CEGUI34FalagardMultiLineEditboxProperties10BlinkCaretE]
vtable for BlinkCaretTimeout [data]
[symbol: _ZTVN5CEGUI34FalagardMultiLineEditboxProperties17BlinkCaretTimeoutE]
FalPopupMenu.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardPopupMenu::FalagardPopupMenu [in-charge] ( String const& type )
[symbol: _ZN5CEGUI17FalagardPopupMenuC1ERKNS_6StringE]
FalagardPopupMenu::FalagardPopupMenu [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI17FalagardPopupMenuC2ERKNS_6StringE]
FalagardPopupMenu::getItemRenderArea ( ) const
[symbol: _ZNK5CEGUI17FalagardPopupMenu17getItemRenderAreaEv]
FalagardPopupMenu::render ( )
[symbol: _ZN5CEGUI17FalagardPopupMenu6renderEv]
FalagardPopupMenu::TypeName [data]
[symbol: _ZN5CEGUI17FalagardPopupMenu8TypeNameE]
FalagardPopupMenu::~FalagardPopupMenu [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17FalagardPopupMenuD0Ev]
FalagardPopupMenu::~FalagardPopupMenu [in-charge] ( )
[symbol: _ZN5CEGUI17FalagardPopupMenuD1Ev]
vtable for FalagardPopupMenu [data]
[symbol: _ZTVN5CEGUI17FalagardPopupMenuE]
FalProgressBar.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardProgressBar::d_reversedProperty [data]
[symbol: _ZN5CEGUI19FalagardProgressBar18d_reversedPropertyE]
FalagardProgressBar::d_verticalProperty [data]
[symbol: _ZN5CEGUI19FalagardProgressBar18d_verticalPropertyE]
FalagardProgressBar::FalagardProgressBar [in-charge] ( String const& type )
[symbol: _ZN5CEGUI19FalagardProgressBarC1ERKNS_6StringE]
FalagardProgressBar::FalagardProgressBar [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI19FalagardProgressBarC2ERKNS_6StringE]
FalagardProgressBar::isReversed ( ) const
[symbol: _ZNK5CEGUI19FalagardProgressBar10isReversedEv]
FalagardProgressBar::isVertical ( ) const
[symbol: _ZNK5CEGUI19FalagardProgressBar10isVerticalEv]
FalagardProgressBar::render ( )
[symbol: _ZN5CEGUI19FalagardProgressBar6renderEv]
FalagardProgressBar::setReversed ( bool setting )
[symbol: _ZN5CEGUI19FalagardProgressBar11setReversedEb]
FalagardProgressBar::setVertical ( bool setting )
[symbol: _ZN5CEGUI19FalagardProgressBar11setVerticalEb]
FalagardProgressBar::TypeName [data]
[symbol: _ZN5CEGUI19FalagardProgressBar8TypeNameE]
FalagardProgressBar::~FalagardProgressBar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19FalagardProgressBarD0Ev]
FalagardProgressBar::~FalagardProgressBar [in-charge] ( )
[symbol: _ZN5CEGUI19FalagardProgressBarD1Ev]
vtable for FalagardProgressBar [data]
[symbol: _ZTVN5CEGUI19FalagardProgressBarE]
FalProgressBarProperties.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI::FalagardProgressBarProperties
ReversedProgress::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI29FalagardProgressBarProperties16ReversedProgress3getEPKNS_16PropertyReceiverE]
ReversedProgress::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI29FalagardProgressBarProperties16ReversedProgress3setEPNS_16PropertyReceiverERKNS_6StringE]
ReversedProgress::~ReversedProgress [in-charge-deleting] ( )
[symbol: _ZN5CEGUI29FalagardProgressBarProperties16ReversedProgressD0Ev]
ReversedProgress::~ReversedProgress [in-charge] ( )
[symbol: _ZN5CEGUI29FalagardProgressBarProperties16ReversedProgressD1Ev]
VerticalProgress::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI29FalagardProgressBarProperties16VerticalProgress3getEPKNS_16PropertyReceiverE]
VerticalProgress::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI29FalagardProgressBarProperties16VerticalProgress3setEPNS_16PropertyReceiverERKNS_6StringE]
VerticalProgress::~VerticalProgress [in-charge-deleting] ( )
[symbol: _ZN5CEGUI29FalagardProgressBarProperties16VerticalProgressD0Ev]
VerticalProgress::~VerticalProgress [in-charge] ( )
[symbol: _ZN5CEGUI29FalagardProgressBarProperties16VerticalProgressD1Ev]
vtable for ReversedProgress [data]
[symbol: _ZTVN5CEGUI29FalagardProgressBarProperties16ReversedProgressE]
vtable for VerticalProgress [data]
[symbol: _ZTVN5CEGUI29FalagardProgressBarProperties16VerticalProgressE]
FalScrollablePane.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardScrollablePane::FalagardScrollablePane [in-charge] ( String const& type )
[symbol: _ZN5CEGUI22FalagardScrollablePaneC1ERKNS_6StringE]
FalagardScrollablePane::FalagardScrollablePane [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI22FalagardScrollablePaneC2ERKNS_6StringE]
FalagardScrollablePane::getUnclippedInnerRect ( ) const
[symbol: _ZNK5CEGUI22FalagardScrollablePane21getUnclippedInnerRectEv]
FalagardScrollablePane::getViewableArea ( ) const
[symbol: _ZNK5CEGUI22FalagardScrollablePane15getViewableAreaEv]
FalagardScrollablePane::onLookNFeelAssigned ( )
[symbol: _ZN5CEGUI22FalagardScrollablePane19onLookNFeelAssignedEv]
FalagardScrollablePane::onLookNFeelUnassigned ( )
[symbol: _ZN5CEGUI22FalagardScrollablePane21onLookNFeelUnassignedEv]
FalagardScrollablePane::render ( )
[symbol: _ZN5CEGUI22FalagardScrollablePane6renderEv]
FalagardScrollablePane::TypeName [data]
[symbol: _ZN5CEGUI22FalagardScrollablePane8TypeNameE]
FalagardScrollablePane::~FalagardScrollablePane [in-charge-deleting] ( )
[symbol: _ZN5CEGUI22FalagardScrollablePaneD0Ev]
FalagardScrollablePane::~FalagardScrollablePane [in-charge] ( )
[symbol: _ZN5CEGUI22FalagardScrollablePaneD1Ev]
vtable for FalagardScrollablePane [data]
[symbol: _ZTVN5CEGUI22FalagardScrollablePaneE]
FalScrollbar.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardScrollbar::d_verticalProperty [data]
[symbol: _ZN5CEGUI17FalagardScrollbar18d_verticalPropertyE]
FalagardScrollbar::FalagardScrollbar [in-charge] ( String const& type )
[symbol: _ZN5CEGUI17FalagardScrollbarC1ERKNS_6StringE]
FalagardScrollbar::FalagardScrollbar [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI17FalagardScrollbarC2ERKNS_6StringE]
FalagardScrollbar::getAdjustDirectionFromPoint ( Point const& pt ) const
[symbol: _ZNK5CEGUI17FalagardScrollbar27getAdjustDirectionFromPointERKNS_7Vector2E]
FalagardScrollbar::getValueFromThumb ( ) const
[symbol: _ZNK5CEGUI17FalagardScrollbar17getValueFromThumbEv]
FalagardScrollbar::isVertical ( ) const
[symbol: _ZNK5CEGUI17FalagardScrollbar10isVerticalEv]
FalagardScrollbar::performChildWindowLayout ( )
[symbol: _ZN5CEGUI17FalagardScrollbar24performChildWindowLayoutEv]
FalagardScrollbar::render ( )
[symbol: _ZN5CEGUI17FalagardScrollbar6renderEv]
FalagardScrollbar::setVertical ( bool setting )
[symbol: _ZN5CEGUI17FalagardScrollbar11setVerticalEb]
FalagardScrollbar::TypeName [data]
[symbol: _ZN5CEGUI17FalagardScrollbar8TypeNameE]
FalagardScrollbar::updateThumb ( )
[symbol: _ZN5CEGUI17FalagardScrollbar11updateThumbEv]
FalagardScrollbar::~FalagardScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17FalagardScrollbarD0Ev]
FalagardScrollbar::~FalagardScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI17FalagardScrollbarD1Ev]
vtable for FalagardScrollbar [data]
[symbol: _ZTVN5CEGUI17FalagardScrollbarE]
FalScrollbarProperties.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI::FalagardScrollbarProperties
VerticalScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI27FalagardScrollbarProperties17VerticalScrollbar3getEPKNS_16PropertyReceiverE]
VerticalScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI27FalagardScrollbarProperties17VerticalScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
VerticalScrollbar::~VerticalScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI27FalagardScrollbarProperties17VerticalScrollbarD0Ev]
VerticalScrollbar::~VerticalScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI27FalagardScrollbarProperties17VerticalScrollbarD1Ev]
vtable for VerticalScrollbar [data]
[symbol: _ZTVN5CEGUI27FalagardScrollbarProperties17VerticalScrollbarE]
FalSlider.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardSlider::d_reversedProperty [data]
[symbol: _ZN5CEGUI14FalagardSlider18d_reversedPropertyE]
FalagardSlider::d_verticalProperty [data]
[symbol: _ZN5CEGUI14FalagardSlider18d_verticalPropertyE]
FalagardSlider::FalagardSlider [in-charge] ( String const& type )
[symbol: _ZN5CEGUI14FalagardSliderC1ERKNS_6StringE]
FalagardSlider::FalagardSlider [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI14FalagardSliderC2ERKNS_6StringE]
FalagardSlider::getAdjustDirectionFromPoint ( Point const& pt ) const
[symbol: _ZNK5CEGUI14FalagardSlider27getAdjustDirectionFromPointERKNS_7Vector2E]
FalagardSlider::getValueFromThumb ( ) const
[symbol: _ZNK5CEGUI14FalagardSlider17getValueFromThumbEv]
FalagardSlider::isReversedDirection ( ) const
[symbol: _ZNK5CEGUI14FalagardSlider19isReversedDirectionEv]
FalagardSlider::isVertical ( ) const
[symbol: _ZNK5CEGUI14FalagardSlider10isVerticalEv]
FalagardSlider::performChildWindowLayout ( )
[symbol: _ZN5CEGUI14FalagardSlider24performChildWindowLayoutEv]
FalagardSlider::render ( )
[symbol: _ZN5CEGUI14FalagardSlider6renderEv]
FalagardSlider::setReversedDirection ( bool setting )
[symbol: _ZN5CEGUI14FalagardSlider20setReversedDirectionEb]
FalagardSlider::setVertical ( bool setting )
[symbol: _ZN5CEGUI14FalagardSlider11setVerticalEb]
FalagardSlider::TypeName [data]
[symbol: _ZN5CEGUI14FalagardSlider8TypeNameE]
FalagardSlider::updateThumb ( )
[symbol: _ZN5CEGUI14FalagardSlider11updateThumbEv]
FalagardSlider::~FalagardSlider [in-charge-deleting] ( )
[symbol: _ZN5CEGUI14FalagardSliderD0Ev]
FalagardSlider::~FalagardSlider [in-charge] ( )
[symbol: _ZN5CEGUI14FalagardSliderD1Ev]
vtable for FalagardSlider [data]
[symbol: _ZTVN5CEGUI14FalagardSliderE]
FalSliderProperties.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI::FalagardSliderProperties
ReversedDirection::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24FalagardSliderProperties17ReversedDirection3getEPKNS_16PropertyReceiverE]
ReversedDirection::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24FalagardSliderProperties17ReversedDirection3setEPNS_16PropertyReceiverERKNS_6StringE]
ReversedDirection::~ReversedDirection [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24FalagardSliderProperties17ReversedDirectionD0Ev]
ReversedDirection::~ReversedDirection [in-charge] ( )
[symbol: _ZN5CEGUI24FalagardSliderProperties17ReversedDirectionD1Ev]
VerticalSlider::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24FalagardSliderProperties14VerticalSlider3getEPKNS_16PropertyReceiverE]
VerticalSlider::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24FalagardSliderProperties14VerticalSlider3setEPNS_16PropertyReceiverERKNS_6StringE]
VerticalSlider::~VerticalSlider [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24FalagardSliderProperties14VerticalSliderD0Ev]
VerticalSlider::~VerticalSlider [in-charge] ( )
[symbol: _ZN5CEGUI24FalagardSliderProperties14VerticalSliderD1Ev]
vtable for ReversedDirection [data]
[symbol: _ZTVN5CEGUI24FalagardSliderProperties17ReversedDirectionE]
vtable for VerticalSlider [data]
[symbol: _ZTVN5CEGUI24FalagardSliderProperties14VerticalSliderE]
FalStatic.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardStatic::d_backgroundEnabledProperty [data]
[symbol: _ZN5CEGUI14FalagardStatic27d_backgroundEnabledPropertyE]
FalagardStatic::d_frameEnabledProperty [data]
[symbol: _ZN5CEGUI14FalagardStatic22d_frameEnabledPropertyE]
FalagardStatic::FalagardStatic [in-charge] ( String const& type )
[symbol: _ZN5CEGUI14FalagardStaticC1ERKNS_6StringE]
FalagardStatic::FalagardStatic [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI14FalagardStaticC2ERKNS_6StringE]
FalagardStatic::render ( )
[symbol: _ZN5CEGUI14FalagardStatic6renderEv]
FalagardStatic::setBackgroundEnabled ( bool setting )
[symbol: _ZN5CEGUI14FalagardStatic20setBackgroundEnabledEb]
FalagardStatic::setFrameEnabled ( bool setting )
[symbol: _ZN5CEGUI14FalagardStatic15setFrameEnabledEb]
FalagardStatic::TypeName [data]
[symbol: _ZN5CEGUI14FalagardStatic8TypeNameE]
FalagardStatic::~FalagardStatic [in-charge-deleting] ( )
[symbol: _ZN5CEGUI14FalagardStaticD0Ev]
FalagardStatic::~FalagardStatic [in-charge] ( )
[symbol: _ZN5CEGUI14FalagardStaticD1Ev]
vtable for FalagardStatic [data]
[symbol: _ZTVN5CEGUI14FalagardStaticE]
FalStaticImage.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardStaticImage::d_imageProperty [data]
[symbol: _ZN5CEGUI19FalagardStaticImage15d_imagePropertyE]
FalagardStaticImage::FalagardStaticImage [in-charge] ( String const& type )
[symbol: _ZN5CEGUI19FalagardStaticImageC1ERKNS_6StringE]
FalagardStaticImage::FalagardStaticImage [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI19FalagardStaticImageC2ERKNS_6StringE]
FalagardStaticImage::render ( )
[symbol: _ZN5CEGUI19FalagardStaticImage6renderEv]
FalagardStaticImage::setImage ( Image const* img )
[symbol: _ZN5CEGUI19FalagardStaticImage8setImageEPKNS_5ImageE]
FalagardStaticImage::TypeName [data]
[symbol: _ZN5CEGUI19FalagardStaticImage8TypeNameE]
FalagardStaticImage::~FalagardStaticImage [in-charge-deleting] ( )
[symbol: _ZN5CEGUI19FalagardStaticImageD0Ev]
FalagardStaticImage::~FalagardStaticImage [in-charge] ( )
[symbol: _ZN5CEGUI19FalagardStaticImageD1Ev]
vtable for FalagardStaticImage [data]
[symbol: _ZTVN5CEGUI19FalagardStaticImageE]
FalStaticImageProperties.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI::FalagardStaticImageProperties
Image::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI29FalagardStaticImageProperties5Image3getEPKNS_16PropertyReceiverE]
Image::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI29FalagardStaticImageProperties5Image3setEPNS_16PropertyReceiverERKNS_6StringE]
Image::~Image [in-charge-deleting] ( )
[symbol: _ZN5CEGUI29FalagardStaticImageProperties5ImageD0Ev]
Image::~Image [in-charge] ( )
[symbol: _ZN5CEGUI29FalagardStaticImageProperties5ImageD1Ev]
vtable for Image [data]
[symbol: _ZTVN5CEGUI29FalagardStaticImageProperties5ImageE]
FalStaticProperties.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI::FalagardStaticProperties
BackgroundEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24FalagardStaticProperties17BackgroundEnabled3getEPKNS_16PropertyReceiverE]
BackgroundEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24FalagardStaticProperties17BackgroundEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
BackgroundEnabled::~BackgroundEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24FalagardStaticProperties17BackgroundEnabledD0Ev]
BackgroundEnabled::~BackgroundEnabled [in-charge] ( )
[symbol: _ZN5CEGUI24FalagardStaticProperties17BackgroundEnabledD1Ev]
FrameEnabled::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI24FalagardStaticProperties12FrameEnabled3getEPKNS_16PropertyReceiverE]
FrameEnabled::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI24FalagardStaticProperties12FrameEnabled3setEPNS_16PropertyReceiverERKNS_6StringE]
FrameEnabled::~FrameEnabled [in-charge-deleting] ( )
[symbol: _ZN5CEGUI24FalagardStaticProperties12FrameEnabledD0Ev]
FrameEnabled::~FrameEnabled [in-charge] ( )
[symbol: _ZN5CEGUI24FalagardStaticProperties12FrameEnabledD1Ev]
vtable for BackgroundEnabled [data]
[symbol: _ZTVN5CEGUI24FalagardStaticProperties17BackgroundEnabledE]
vtable for FrameEnabled [data]
[symbol: _ZTVN5CEGUI24FalagardStaticProperties12FrameEnabledE]
FalStaticText.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardStaticText::configureScrollbars ( )
[symbol: _ZN5CEGUI18FalagardStaticText19configureScrollbarsEv]
FalagardStaticText::d_horzExtentProperty [data]
[symbol: _ZN5CEGUI18FalagardStaticText20d_horzExtentPropertyE]
FalagardStaticText::d_horzFormattingProperty [data]
[symbol: _ZN5CEGUI18FalagardStaticText24d_horzFormattingPropertyE]
FalagardStaticText::d_horzScrollbarProperty [data]
[symbol: _ZN5CEGUI18FalagardStaticText23d_horzScrollbarPropertyE]
FalagardStaticText::d_textColoursProperty [data]
[symbol: _ZN5CEGUI18FalagardStaticText21d_textColoursPropertyE]
FalagardStaticText::d_vertExtentProperty [data]
[symbol: _ZN5CEGUI18FalagardStaticText20d_vertExtentPropertyE]
FalagardStaticText::d_vertFormattingProperty [data]
[symbol: _ZN5CEGUI18FalagardStaticText24d_vertFormattingPropertyE]
FalagardStaticText::d_vertScrollbarProperty [data]
[symbol: _ZN5CEGUI18FalagardStaticText23d_vertScrollbarPropertyE]
FalagardStaticText::FalagardStaticText [in-charge] ( String const& type )
[symbol: _ZN5CEGUI18FalagardStaticTextC1ERKNS_6StringE]
FalagardStaticText::FalagardStaticText [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI18FalagardStaticTextC2ERKNS_6StringE]
FalagardStaticText::getDocumentSize ( Rect const& renderArea ) const
[symbol: _ZNK5CEGUI18FalagardStaticText15getDocumentSizeERKNS_4RectE]
FalagardStaticText::getHorizontalTextExtent ( ) const
[symbol: _ZNK5CEGUI18FalagardStaticText23getHorizontalTextExtentEv]
FalagardStaticText::getHorzScrollbar ( ) const
[symbol: _ZNK5CEGUI18FalagardStaticText16getHorzScrollbarEv]
FalagardStaticText::getTextRenderArea ( ) const
[symbol: _ZNK5CEGUI18FalagardStaticText17getTextRenderAreaEv]
FalagardStaticText::getVerticalTextExtent ( ) const
[symbol: _ZNK5CEGUI18FalagardStaticText21getVerticalTextExtentEv]
FalagardStaticText::getVertScrollbar ( ) const
[symbol: _ZNK5CEGUI18FalagardStaticText16getVertScrollbarEv]
FalagardStaticText::handleScrollbarChange ( EventArgs const& e )
[symbol: _ZN5CEGUI18FalagardStaticText21handleScrollbarChangeERKNS_9EventArgsE]
FalagardStaticText::HorzScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI18FalagardStaticText23HorzScrollbarNameSuffixE]
FalagardStaticText::onFontChanged ( EventArgs const& e )
[symbol: _ZN5CEGUI18FalagardStaticText13onFontChangedERKNS_9EventArgsE]
FalagardStaticText::onLookNFeelAssigned ( )
[symbol: _ZN5CEGUI18FalagardStaticText19onLookNFeelAssignedEv]
FalagardStaticText::onLookNFeelUnassigned ( )
[symbol: _ZN5CEGUI18FalagardStaticText21onLookNFeelUnassignedEv]
FalagardStaticText::onMouseWheel ( EventArgs const& e )
[symbol: _ZN5CEGUI18FalagardStaticText12onMouseWheelERKNS_9EventArgsE]
FalagardStaticText::onSized ( EventArgs const& e )
[symbol: _ZN5CEGUI18FalagardStaticText7onSizedERKNS_9EventArgsE]
FalagardStaticText::onTextChanged ( EventArgs const& e )
[symbol: _ZN5CEGUI18FalagardStaticText13onTextChangedERKNS_9EventArgsE]
FalagardStaticText::render ( )
[symbol: _ZN5CEGUI18FalagardStaticText6renderEv]
FalagardStaticText::renderScrolledText ( )
[symbol: _ZN5CEGUI18FalagardStaticText18renderScrolledTextEv]
FalagardStaticText::setHorizontalFormatting ( enum HorizontalTextFormatting h_fmt )
[symbol: _ZN5CEGUI18FalagardStaticText23setHorizontalFormattingENS_24HorizontalTextFormattingE]
FalagardStaticText::setHorizontalScrollbarEnabled ( bool setting )
[symbol: _ZN5CEGUI18FalagardStaticText29setHorizontalScrollbarEnabledEb]
FalagardStaticText::setTextColours ( ColourRect const& colours )
[symbol: _ZN5CEGUI18FalagardStaticText14setTextColoursERKNS_10ColourRectE]
FalagardStaticText::setupStringFormatter ( ) const
[symbol: _ZNK5CEGUI18FalagardStaticText20setupStringFormatterEv]
FalagardStaticText::setVerticalFormatting ( enum VerticalTextFormatting v_fmt )
[symbol: _ZN5CEGUI18FalagardStaticText21setVerticalFormattingENS_22VerticalTextFormattingE]
FalagardStaticText::setVerticalScrollbarEnabled ( bool setting )
[symbol: _ZN5CEGUI18FalagardStaticText27setVerticalScrollbarEnabledEb]
FalagardStaticText::TypeName [data]
[symbol: _ZN5CEGUI18FalagardStaticText8TypeNameE]
FalagardStaticText::updateFormatting ( ) const
[symbol: _ZNK5CEGUI18FalagardStaticText16updateFormattingEv]
FalagardStaticText::updateFormatting ( Size const& sz ) const
[symbol: _ZNK5CEGUI18FalagardStaticText16updateFormattingERKNS_4SizeE]
FalagardStaticText::VertScrollbarNameSuffix [data]
[symbol: _ZN5CEGUI18FalagardStaticText23VertScrollbarNameSuffixE]
FalagardStaticText::~FalagardStaticText [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18FalagardStaticTextD0Ev]
FalagardStaticText::~FalagardStaticText [in-charge] ( )
[symbol: _ZN5CEGUI18FalagardStaticTextD1Ev]
FalagardStaticText::~FalagardStaticText [not-in-charge] ( )
[symbol: _ZN5CEGUI18FalagardStaticTextD2Ev]
vtable for FalagardStaticText [data]
[symbol: _ZTVN5CEGUI18FalagardStaticTextE]
FalStaticTextProperties.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI::FalagardStaticTextProperties
HorzExtent::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI28FalagardStaticTextProperties10HorzExtent3getEPKNS_16PropertyReceiverE]
HorzExtent::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties10HorzExtent3setEPNS_16PropertyReceiverERKNS_6StringE]
HorzExtent::~HorzExtent [in-charge-deleting] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties10HorzExtentD0Ev]
HorzExtent::~HorzExtent [in-charge] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties10HorzExtentD1Ev]
HorzFormatting::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI28FalagardStaticTextProperties14HorzFormatting3getEPKNS_16PropertyReceiverE]
HorzFormatting::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties14HorzFormatting3setEPNS_16PropertyReceiverERKNS_6StringE]
HorzFormatting::~HorzFormatting [in-charge-deleting] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties14HorzFormattingD0Ev]
HorzFormatting::~HorzFormatting [in-charge] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties14HorzFormattingD1Ev]
HorzScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI28FalagardStaticTextProperties13HorzScrollbar3getEPKNS_16PropertyReceiverE]
HorzScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties13HorzScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
HorzScrollbar::~HorzScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties13HorzScrollbarD0Ev]
HorzScrollbar::~HorzScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties13HorzScrollbarD1Ev]
TextColours::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI28FalagardStaticTextProperties11TextColours3getEPKNS_16PropertyReceiverE]
TextColours::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties11TextColours3setEPNS_16PropertyReceiverERKNS_6StringE]
TextColours::~TextColours [in-charge-deleting] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties11TextColoursD0Ev]
TextColours::~TextColours [in-charge] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties11TextColoursD1Ev]
VertExtent::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI28FalagardStaticTextProperties10VertExtent3getEPKNS_16PropertyReceiverE]
VertExtent::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties10VertExtent3setEPNS_16PropertyReceiverERKNS_6StringE]
VertExtent::~VertExtent [in-charge-deleting] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties10VertExtentD0Ev]
VertExtent::~VertExtent [in-charge] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties10VertExtentD1Ev]
VertFormatting::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI28FalagardStaticTextProperties14VertFormatting3getEPKNS_16PropertyReceiverE]
VertFormatting::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties14VertFormatting3setEPNS_16PropertyReceiverERKNS_6StringE]
VertFormatting::~VertFormatting [in-charge-deleting] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties14VertFormattingD0Ev]
VertFormatting::~VertFormatting [in-charge] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties14VertFormattingD1Ev]
VertScrollbar::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI28FalagardStaticTextProperties13VertScrollbar3getEPKNS_16PropertyReceiverE]
VertScrollbar::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties13VertScrollbar3setEPNS_16PropertyReceiverERKNS_6StringE]
VertScrollbar::~VertScrollbar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties13VertScrollbarD0Ev]
VertScrollbar::~VertScrollbar [in-charge] ( )
[symbol: _ZN5CEGUI28FalagardStaticTextProperties13VertScrollbarD1Ev]
vtable for HorzExtent [data]
[symbol: _ZTVN5CEGUI28FalagardStaticTextProperties10HorzExtentE]
vtable for HorzFormatting [data]
[symbol: _ZTVN5CEGUI28FalagardStaticTextProperties14HorzFormattingE]
vtable for HorzScrollbar [data]
[symbol: _ZTVN5CEGUI28FalagardStaticTextProperties13HorzScrollbarE]
vtable for TextColours [data]
[symbol: _ZTVN5CEGUI28FalagardStaticTextProperties11TextColoursE]
vtable for VertExtent [data]
[symbol: _ZTVN5CEGUI28FalagardStaticTextProperties10VertExtentE]
vtable for VertFormatting [data]
[symbol: _ZTVN5CEGUI28FalagardStaticTextProperties14VertFormattingE]
vtable for VertScrollbar [data]
[symbol: _ZTVN5CEGUI28FalagardStaticTextProperties13VertScrollbarE]
FalSystemButton.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardSystemButton::FalagardSystemButton [in-charge] ( String const& type )
[symbol: _ZN5CEGUI20FalagardSystemButtonC1ERKNS_6StringE]
FalagardSystemButton::FalagardSystemButton [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI20FalagardSystemButtonC2ERKNS_6StringE]
FalagardSystemButton::TypeName [data]
[symbol: _ZN5CEGUI20FalagardSystemButton8TypeNameE]
FalagardSystemButton::~FalagardSystemButton [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20FalagardSystemButtonD0Ev]
FalagardSystemButton::~FalagardSystemButton [in-charge] ( )
[symbol: _ZN5CEGUI20FalagardSystemButtonD1Ev]
vtable for FalagardSystemButton [data]
[symbol: _ZTVN5CEGUI20FalagardSystemButtonE]
FalTabButton.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardTabButton::FalagardTabButton [in-charge] ( String const& type )
[symbol: _ZN5CEGUI17FalagardTabButtonC1ERKNS_6StringE]
FalagardTabButton::FalagardTabButton [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI17FalagardTabButtonC2ERKNS_6StringE]
FalagardTabButton::render ( )
[symbol: _ZN5CEGUI17FalagardTabButton6renderEv]
FalagardTabButton::TypeName [data]
[symbol: _ZN5CEGUI17FalagardTabButton8TypeNameE]
FalagardTabButton::~FalagardTabButton [in-charge-deleting] ( )
[symbol: _ZN5CEGUI17FalagardTabButtonD0Ev]
FalagardTabButton::~FalagardTabButton [in-charge] ( )
[symbol: _ZN5CEGUI17FalagardTabButtonD1Ev]
vtable for FalagardTabButton [data]
[symbol: _ZTVN5CEGUI17FalagardTabButtonE]
FalTabControl.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardTabControl::createTabButton ( String const& name ) const
[symbol: _ZNK5CEGUI18FalagardTabControl15createTabButtonERKNS_6StringE]
FalagardTabControl::d_tabButtonTypeProperty [data]
[symbol: _ZN5CEGUI18FalagardTabControl23d_tabButtonTypePropertyE]
FalagardTabControl::FalagardTabControl [in-charge] ( String const& type )
[symbol: _ZN5CEGUI18FalagardTabControlC1ERKNS_6StringE]
FalagardTabControl::FalagardTabControl [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI18FalagardTabControlC2ERKNS_6StringE]
FalagardTabControl::getTabButtonType ( ) const
[symbol: _ZNK5CEGUI18FalagardTabControl16getTabButtonTypeEv]
FalagardTabControl::render ( )
[symbol: _ZN5CEGUI18FalagardTabControl6renderEv]
FalagardTabControl::setTabButtonType ( String const& type )
[symbol: _ZN5CEGUI18FalagardTabControl16setTabButtonTypeERKNS_6StringE]
FalagardTabControl::TypeName [data]
[symbol: _ZN5CEGUI18FalagardTabControl8TypeNameE]
FalagardTabControl::~FalagardTabControl [in-charge-deleting] ( )
[symbol: _ZN5CEGUI18FalagardTabControlD0Ev]
FalagardTabControl::~FalagardTabControl [in-charge] ( )
[symbol: _ZN5CEGUI18FalagardTabControlD1Ev]
vtable for FalagardTabControl [data]
[symbol: _ZTVN5CEGUI18FalagardTabControlE]
FalTabControlProperties.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI::FalagardTabControlProperties
TabButtonType::get ( CEGUI::PropertyReceiver const* receiver ) const
[symbol: _ZNK5CEGUI28FalagardTabControlProperties13TabButtonType3getEPKNS_16PropertyReceiverE]
TabButtonType::set ( CEGUI::PropertyReceiver* receiver, CEGUI::String const& value )
[symbol: _ZN5CEGUI28FalagardTabControlProperties13TabButtonType3setEPNS_16PropertyReceiverERKNS_6StringE]
TabButtonType::~TabButtonType [in-charge-deleting] ( )
[symbol: _ZN5CEGUI28FalagardTabControlProperties13TabButtonTypeD0Ev]
TabButtonType::~TabButtonType [in-charge] ( )
[symbol: _ZN5CEGUI28FalagardTabControlProperties13TabButtonTypeD1Ev]
vtable for TabButtonType [data]
[symbol: _ZTVN5CEGUI28FalagardTabControlProperties13TabButtonTypeE]
FalTitlebar.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardTitlebar::FalagardTitlebar [in-charge] ( String const& type )
[symbol: _ZN5CEGUI16FalagardTitlebarC1ERKNS_6StringE]
FalagardTitlebar::FalagardTitlebar [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI16FalagardTitlebarC2ERKNS_6StringE]
FalagardTitlebar::render ( )
[symbol: _ZN5CEGUI16FalagardTitlebar6renderEv]
FalagardTitlebar::TypeName [data]
[symbol: _ZN5CEGUI16FalagardTitlebar8TypeNameE]
FalagardTitlebar::~FalagardTitlebar [in-charge-deleting] ( )
[symbol: _ZN5CEGUI16FalagardTitlebarD0Ev]
FalagardTitlebar::~FalagardTitlebar [in-charge] ( )
[symbol: _ZN5CEGUI16FalagardTitlebarD1Ev]
vtable for FalagardTitlebar [data]
[symbol: _ZTVN5CEGUI16FalagardTitlebarE]
FalToggleButton.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardToggleButton::actualStateName ( String const& s ) const
[symbol: _ZNK5CEGUI20FalagardToggleButton15actualStateNameERKNS_6StringE]
FalagardToggleButton::FalagardToggleButton [in-charge] ( String const& type )
[symbol: _ZN5CEGUI20FalagardToggleButtonC1ERKNS_6StringE]
FalagardToggleButton::FalagardToggleButton [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI20FalagardToggleButtonC2ERKNS_6StringE]
FalagardToggleButton::TypeName [data]
[symbol: _ZN5CEGUI20FalagardToggleButton8TypeNameE]
FalagardToggleButton::~FalagardToggleButton [in-charge-deleting] ( )
[symbol: _ZN5CEGUI20FalagardToggleButtonD0Ev]
FalagardToggleButton::~FalagardToggleButton [in-charge] ( )
[symbol: _ZN5CEGUI20FalagardToggleButtonD1Ev]
vtable for FalagardToggleButton [data]
[symbol: _ZTVN5CEGUI20FalagardToggleButtonE]
FalTooltip.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardTooltip::FalagardTooltip [in-charge] ( String const& type )
[symbol: _ZN5CEGUI15FalagardTooltipC1ERKNS_6StringE]
FalagardTooltip::FalagardTooltip [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI15FalagardTooltipC2ERKNS_6StringE]
FalagardTooltip::getTextSize ( ) const
[symbol: _ZNK5CEGUI15FalagardTooltip11getTextSizeEv]
FalagardTooltip::render ( )
[symbol: _ZN5CEGUI15FalagardTooltip6renderEv]
FalagardTooltip::TypeName [data]
[symbol: _ZN5CEGUI15FalagardTooltip8TypeNameE]
FalagardTooltip::~FalagardTooltip [in-charge-deleting] ( )
[symbol: _ZN5CEGUI15FalagardTooltipD0Ev]
FalagardTooltip::~FalagardTooltip [in-charge] ( )
[symbol: _ZN5CEGUI15FalagardTooltipD1Ev]
vtable for FalagardTooltip [data]
[symbol: _ZTVN5CEGUI15FalagardTooltipE]
FalTree.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
FalagardTree::FalagardTree [in-charge] ( String const& type )
[symbol: _ZN5CEGUI12FalagardTreeC1ERKNS_6StringE]
FalagardTree::FalagardTree [in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI12FalagardTreeC1ERKNS_6StringES3_]
FalagardTree::FalagardTree [not-in-charge] ( String const& type )
[symbol: _ZN5CEGUI12FalagardTreeC2ERKNS_6StringE]
FalagardTree::FalagardTree [not-in-charge] ( String const& type, String const& name )
[symbol: _ZN5CEGUI12FalagardTreeC2ERKNS_6StringES3_]
FalagardTree::getTreeRenderArea ( ) const
[symbol: _ZNK5CEGUI12FalagardTree17getTreeRenderAreaEv]
FalagardTree::render ( )
[symbol: _ZN5CEGUI12FalagardTree6renderEv]
FalagardTree::TypeName [data]
[symbol: _ZN5CEGUI12FalagardTree8TypeNameE]
FalagardTree::~FalagardTree [in-charge-deleting] ( )
[symbol: _ZN5CEGUI12FalagardTreeD0Ev]
FalagardTree::~FalagardTree [in-charge] ( )
[symbol: _ZN5CEGUI12FalagardTreeD1Ev]
FalagardTree::~FalagardTree [not-in-charge] ( )
[symbol: _ZN5CEGUI12FalagardTreeD2Ev]
vtable for FalagardTree [data]
[symbol: _ZTVN5CEGUI12FalagardTreeE]
LexicalHandler.hpp,
libCEGUIXercesParser-0.7.9.so
namespace xercesc_3_1
vtable for LexicalHandler [data]
[symbol: _ZTVN11xercesc_3_114LexicalHandlerE]
LexicalHandler::~LexicalHandler [in-charge-deleting] ( )
[symbol: _ZN11xercesc_3_114LexicalHandlerD0Ev]
LexicalHandler::~LexicalHandler [in-charge] ( )
[symbol: _ZN11xercesc_3_114LexicalHandlerD1Ev]
PlatformUtils.hpp,
libCEGUIXercesParser-0.7.9.so
namespace xercesc_3_1
vtable for XMLDeleter [data]
[symbol: _ZTVN11xercesc_3_110XMLDeleterE]
XMLDeleter::~XMLDeleter [in-charge-deleting] ( )
[symbol: _ZN11xercesc_3_110XMLDeleterD0Ev]
XMLDeleter::~XMLDeleter [in-charge] ( )
[symbol: _ZN11xercesc_3_110XMLDeleterD1Ev]
SAX2XMLReader.hpp,
libCEGUIXercesParser-0.7.9.so
namespace xercesc_3_1
vtable for SAX2XMLReader [data]
[symbol: _ZTVN11xercesc_3_113SAX2XMLReaderE]
SAX2XMLReader::setInputBufferSize ( XMLSize_t const p1 )
[symbol: _ZN11xercesc_3_113SAX2XMLReader18setInputBufferSizeEj]
SAX2XMLReader::~SAX2XMLReader [in-charge-deleting] ( )
[symbol: _ZN11xercesc_3_113SAX2XMLReaderD0Ev]
SAX2XMLReader::~SAX2XMLReader [in-charge] ( )
[symbol: _ZN11xercesc_3_113SAX2XMLReaderD1Ev]
XMLAttDefList.hpp,
libCEGUIXercesParser-0.7.9.so
namespace xercesc_3_1
vtable for XMLAttDefList [data]
[symbol: _ZTVN11xercesc_3_113XMLAttDefListE]
XMLAttDefList::~XMLAttDefList [in-charge-deleting] ( )
[symbol: _ZN11xercesc_3_113XMLAttDefListD0Ev]
XMLAttDefList::~XMLAttDefList [in-charge] ( )
[symbol: _ZN11xercesc_3_113XMLAttDefListD1Ev]
XSerializable.hpp,
libCEGUIXercesParser-0.7.9.so
namespace xercesc_3_1
vtable for XSerializable [data]
[symbol: _ZTVN11xercesc_3_113XSerializableE]
XSerializable::~XSerializable [in-charge-deleting] ( )
[symbol: _ZN11xercesc_3_113XSerializableD0Ev]
XSerializable::~XSerializable [in-charge] ( )
[symbol: _ZN11xercesc_3_113XSerializableD1Ev]
to the top
Problems with Data Types, High Severity (182)
CEGUIAnimationInstance.h
namespace CEGUI
[+] class AnimationInstance (1)
| Change |
Effect |
1 | Size of this class has been increased from 72 bytes to 76 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)
Affector::apply ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
Affector::savePropertyValues ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
Animation::apply ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
Animation::autoSubscribe ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
Animation::autoUnsubscribe ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
Animation::savePropertyValues ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
AnimationEventArgs::~AnimationEventArgs [in-charge] ( )Field 'this->instance' in the object of this method has base type 'AnimationInstance'.
AnimationInstance::addAutoConnection ( Event::Connection conn )This method is from 'AnimationInstance' class.
AnimationInstance::AnimationInstance [in-charge] ( Animation* definition )This constructor is from 'AnimationInstance' class.
AnimationInstance::EventAnimationEnded [data]This method is from 'AnimationInstance' class.
...
CEGUIButtonBase.h
namespace CEGUI
[+] class ButtonBase (1)
| Change |
Effect |
1 | Size of this class has been increased from 1416 bytes to 1492 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)
ButtonBase::ButtonBase [in-charge] ( String const& type, String const& name )This constructor is from 'ButtonBase' class.
ButtonBase::onCaptureLost ( WindowEventArgs& e )This method is from 'ButtonBase' class.
ButtonBase::onMouseButtonDown ( MouseEventArgs& e )This method is from 'ButtonBase' class.
ButtonBase::onMouseButtonUp ( MouseEventArgs& e )This method is from 'ButtonBase' class.
ButtonBase::onMouseLeaves ( MouseEventArgs& e )This method is from 'ButtonBase' class.
ButtonBase::onMouseMove ( MouseEventArgs& e )This method is from 'ButtonBase' class.
ButtonBase::setPushedState ( bool const pushed )This method is from 'ButtonBase' class.
ButtonBase::~ButtonBase [in-charge] ( )This method is from 'ButtonBase' class.
PushButton::EventClicked [data]This method is from derived class 'PushButton'.
PushButton::EventNamespace [data]This method is from derived class 'PushButton'.
...
CEGUIClippedContainer.h
namespace CEGUI
[+] class ClippedContainer (1)
| Change |
Effect |
1 | Size of this class has been increased from 1436 bytes to 1508 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 (8)
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )This constructor is from 'ClippedContainer' class.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )This method is from 'ClippedContainer' class.
ClippedContainer::EventNamespace [data]This method is from 'ClippedContainer' class.
ClippedContainer::getClipArea ( ) constThis method is from 'ClippedContainer' class.
ClippedContainer::getClipperWindow ( ) constThis method is from 'ClippedContainer' class.
ClippedContainer::setClipperWindow ( Window* w )This method is from 'ClippedContainer' class.
ClippedContainer::WidgetTypeName [data]This method is from 'ClippedContainer' class.
ClippedContainer::~ClippedContainer [in-charge] ( )This method is from 'ClippedContainer' class.
CEGUICombobox.h
namespace CEGUI
[+] class Combobox (2)
| Change |
Effect |
1 | Size of this class has been increased from 1416 bytes to 1492 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 | Virtual method Combobox::onCaratMoved ( WindowEventArgs& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or 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) - 114 entries | Virtual Table (New) - 129 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Combobox |
~Combobox |
12 |
~Combobox |
~Combobox |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Combobox::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Combobox::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
Window::addChild_impl |
56 |
Window::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Combobox::onSized |
72 |
Window::cloneChildWidgetsTo |
Window::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Combobox::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Combobox::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Combobox::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Combobox::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Window::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Combobox::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Combobox::onTextChanged |
192 |
Window::onMouseMove |
Combobox::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
Window::onMouseButtonDown |
Window::onIDChanged |
204 |
Window::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
Window::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Window::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Combobox::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
Combobox::testClassName_impl |
Window::onMouseMove |
292 |
Window::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
Window::onMouseButtonDown |
300 |
Window::addChild_impl |
Window::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Window::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
Combobox::onReadOnlyChanged |
Window::onMarginChanged |
356 |
Combobox::onValidationStringChanged |
Window::updateSelf |
360 |
Combobox::onMaximumTextLengthChanged |
Window::drawSelf |
364 |
Combobox::onTextInvalidatedEvent |
Window::populateGeometryBuffer |
368 |
Combobox::onInvalidEntryAttempted |
Window::validateWindowRenderer |
372 |
Combobox::onCaratMoved |
Window::cleanupChildren |
376 |
Combobox::onTextSelectionChanged |
Window::onZChange_impl |
380 |
Combobox::onEditboxFullEvent |
Window::moveToFront_impl |
384 |
Combobox::onTextAcceptedEvent |
Window::getOuterRectClipper_impl |
388 |
Combobox::onListContentsChanged |
Window::getInnerRectClipper_impl |
392 |
Combobox::onListSelectionChanged |
Window::getHitTestRect_impl |
396 |
Combobox::onSortModeChanged |
Window::writePropertiesXML |
400 |
Combobox::onVertScrollbarModeChanged |
Window::writeChildWindowsXML |
404 |
Combobox::onHorzScrollbarModeChanged |
Window::writeAutoChildWindowXML |
408 |
Combobox::onDropListDisplayed |
Window::banPropertiesForAutoWindow |
412 |
Combobox::onDroplistRemoved |
Window::handleFontRenderSizeChange |
416 |
Combobox::onListSelectionAccepted |
Combobox::onReadOnlyChanged |
420 |
(int (*)(...))-0x00000001c |
Combobox::onValidationStringChanged |
424 |
(int (*)(...))(& typeinfo) |
Combobox::onMaximumTextLengthChanged |
428 |
non-virtual thunk |
Combobox::onTextValidityChanged |
432 |
non-virtual thunk |
Combobox::onCaretMoved |
436 |
EventSet::subscribeEvent |
Combobox::onTextSelectionChanged |
440 |
EventSet::subscribeEvent |
Combobox::onEditboxFullEvent |
444 |
EventSet::subscribeScriptedEvent |
Combobox::onTextAcceptedEvent |
448 |
EventSet::subscribeScriptedEvent |
Combobox::onListContentsChanged |
452 |
EventSet::fireEvent |
Combobox::onListSelectionChanged |
456 |
|
Combobox::onSortModeChanged |
460 |
|
Combobox::onVertScrollbarModeChanged |
464 |
|
Combobox::onHorzScrollbarModeChanged |
468 |
|
Combobox::onDropListDisplayed |
472 |
|
Combobox::onDroplistRemoved |
476 |
|
Combobox::onListSelectionAccepted |
480 |
|
(int (*)(...))-0x00000001c |
484 |
|
(int (*)(...))(& typeinfo) |
488 |
|
non-virtual thunk |
492 |
|
non-virtual thunk |
496 |
|
EventSet::subscribeEvent |
500 |
|
EventSet::subscribeEvent |
504 |
|
EventSet::subscribeScriptedEvent |
508 |
|
EventSet::subscribeScriptedEvent |
512 |
|
EventSet::fireEvent |
[+] affected symbols (>10)
Combobox::activateEditbox ( )This method is from 'Combobox' class.
Combobox::addItem ( ListboxItem* item )This method is from 'Combobox' class.
Combobox::button_PressHandler ( EventArgs const& e )This method is from 'Combobox' class.
Combobox::clearAllSelections ( )This method is from 'Combobox' class.
Combobox::Combobox [in-charge] ( String const& type, String const& name )This constructor is from 'Combobox' class.
Combobox::droplist_HiddenHandler ( EventArgs const& e )This method is from 'Combobox' class.
Combobox::droplist_SelectionAcceptedHandler ( EventArgs const& e )This method is from 'Combobox' class.
Combobox::editbox_EditboxFullEventHandler ( EventArgs const& e )This method is from 'Combobox' class.
Combobox::editbox_MaximumTextLengthChangedHandler ( EventArgs const& e )This method is from 'Combobox' class.
Combobox::editbox_MouseDownHandler ( EventArgs const& e )This method is from 'Combobox' class.
...
CEGUIComboDropList.h
namespace CEGUI
[+] class ComboDropList (1)
| Change |
Effect |
1 | Size of this class has been increased from 1444 bytes to 1520 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)
Combobox::getDropList ( ) constReturn value (pointer) has base type 'ComboDropList'.
ComboDropList::ComboDropList [in-charge] ( String const& type, String const& name )This constructor is from 'ComboDropList' class.
ComboDropList::EventListSelectionAccepted [data]This method is from 'ComboDropList' class.
ComboDropList::EventNamespace [data]This method is from 'ComboDropList' class.
ComboDropList::initialiseComponents ( )This method is from 'ComboDropList' class.
ComboDropList::onActivated ( ActivationEventArgs& e )This method is from 'ComboDropList' class.
ComboDropList::onCaptureLost ( WindowEventArgs& e )This method is from 'ComboDropList' class.
ComboDropList::onListContentsChanged ( WindowEventArgs& e )This method is from 'ComboDropList' class.
ComboDropList::onListSelectionAccepted ( WindowEventArgs& e )This method is from 'ComboDropList' class.
ComboDropList::onMouseButtonDown ( MouseEventArgs& e )This method is from 'ComboDropList' class.
...
CEGUIDragContainer.h
namespace CEGUI
[+] class DragContainer (1)
| Change |
Effect |
1 | Size of this class has been increased from 1492 bytes to 1568 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)
DragContainer::DragContainer [in-charge] ( String const& type, String const& name )This constructor is from 'DragContainer' class.
DragContainer::EventDragAlphaChanged [data]This method is from 'DragContainer' class.
DragContainer::EventDragDropTargetChanged [data]This method is from 'DragContainer' class.
DragContainer::EventDragEnabledChanged [data]This method is from 'DragContainer' class.
DragContainer::EventDragEnded [data]This method is from 'DragContainer' class.
DragContainer::EventDragMouseCursorChanged [data]This method is from 'DragContainer' class.
DragContainer::EventDragPositionChanged [data]This method is from 'DragContainer' class.
DragContainer::EventDragStarted [data]This method is from 'DragContainer' class.
DragContainer::EventDragThresholdChanged [data]This method is from 'DragContainer' class.
DragContainer::EventNamespace [data]This method is from 'DragContainer' class.
...
CEGUIEditbox.h
namespace CEGUI
[+] class Editbox (2)
| Change |
Effect |
1 | Size of this class has been increased from 1600 bytes to 1684 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 | Virtual method Editbox::onCaratMoved ( WindowEventArgs& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or 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) - 108 entries | Virtual Table (New) - 123 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Editbox |
~Editbox |
12 |
~Editbox |
~Editbox |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Window::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
Window::addChild_impl |
56 |
Window::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
Window::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Editbox::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Window::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Editbox::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Editbox::performCopy |
152 |
Window::onDestructionStarted |
Editbox::performCut |
156 |
Window::onActivated |
Editbox::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Editbox::onTextChanged |
192 |
Editbox::onMouseMove |
Window::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
Editbox::onMouseButtonDown |
Window::onIDChanged |
204 |
Editbox::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Editbox::onMouseDoubleClicked |
Window::onEnabled |
216 |
Editbox::onMouseTripleClicked |
Window::onDisabled |
220 |
Editbox::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Editbox::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Editbox::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
Editbox::testClassName_impl |
Editbox::onMouseMove |
292 |
Editbox::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
Editbox::onMouseButtonDown |
300 |
Window::addChild_impl |
Editbox::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Editbox::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Editbox::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Editbox::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Editbox::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
Editbox::onReadOnlyChanged |
Window::onMarginChanged |
356 |
Editbox::onMaskedRenderingModeChanged |
Window::updateSelf |
360 |
Editbox::onMaskCodePointChanged |
Window::drawSelf |
364 |
Editbox::onValidationStringChanged |
Window::populateGeometryBuffer |
368 |
Editbox::onMaximumTextLengthChanged |
Editbox::validateWindowRenderer |
372 |
Editbox::onTextInvalidatedEvent |
Window::cleanupChildren |
376 |
Editbox::onInvalidEntryAttempted |
Window::onZChange_impl |
380 |
Editbox::onCaratMoved |
Window::moveToFront_impl |
384 |
Editbox::onTextSelectionChanged |
Window::getOuterRectClipper_impl |
388 |
Editbox::onEditboxFullEvent |
Window::getInnerRectClipper_impl |
392 |
Editbox::onTextAcceptedEvent |
Window::getHitTestRect_impl |
396 |
(int (*)(...))-0x00000001c |
Window::writePropertiesXML |
400 |
(int (*)(...))(& typeinfo) |
Window::writeChildWindowsXML |
404 |
non-virtual thunk |
Window::writeAutoChildWindowXML |
408 |
non-virtual thunk |
Window::banPropertiesForAutoWindow |
412 |
EventSet::subscribeEvent |
Window::handleFontRenderSizeChange |
416 |
EventSet::subscribeEvent |
Editbox::onReadOnlyChanged |
420 |
EventSet::subscribeScriptedEvent |
Editbox::onMaskedRenderingModeChanged |
424 |
EventSet::subscribeScriptedEvent |
Editbox::onMaskCodePointChanged |
428 |
EventSet::fireEvent |
Editbox::onValidationStringChanged |
432 |
|
Editbox::onMaximumTextLengthChanged |
436 |
|
Editbox::onTextValidityChanged |
440 |
|
Editbox::onCaretMoved |
444 |
|
Editbox::onTextSelectionChanged |
448 |
|
Editbox::onEditboxFullEvent |
452 |
|
Editbox::onTextAcceptedEvent |
456 |
|
(int (*)(...))-0x00000001c |
460 |
|
(int (*)(...))(& typeinfo) |
464 |
|
non-virtual thunk |
468 |
|
non-virtual thunk |
472 |
|
EventSet::subscribeEvent |
476 |
|
EventSet::subscribeEvent |
480 |
|
EventSet::subscribeScriptedEvent |
484 |
|
EventSet::subscribeScriptedEvent |
488 |
|
EventSet::fireEvent |
[+] affected symbols (>10)
Combobox::getEditbox ( ) constReturn value (pointer) has base type 'Editbox'.
Editbox::clearSelection ( )This method is from 'Editbox' class.
Editbox::Editbox [in-charge] ( String const& type, String const& name )This constructor is from 'Editbox' class.
Editbox::eraseSelectedText ( bool modify_text )This method is from 'Editbox' class.
Editbox::EventEditboxFull [data]This method is from 'Editbox' class.
Editbox::EventMaskCodePointChanged [data]This method is from 'Editbox' class.
Editbox::EventMaskedRenderingModeChanged [data]This method is from 'Editbox' class.
Editbox::EventMaximumTextLengthChanged [data]This method is from 'Editbox' class.
Editbox::EventNamespace [data]This method is from 'Editbox' class.
Editbox::EventReadOnlyModeChanged [data]This method is from 'Editbox' class.
...
CEGUIEvent.h
namespace CEGUI
[+] class Event (2)
| Change |
Effect |
1 | Size of this class has been increased from 176 bytes to 180 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 | First virtual method Event::~Event ( ) has been added to this class. | 1) The layout of type structure has been shifted by 4 bytes by the added v-table pointer. 2) Size of class has been increased by 4 bytes. |
[+] affected symbols (7)
BoundSlot::BoundSlot [in-charge] ( BoundSlot::Group group, SubscriberSlot const& subscriber, Event& event )3rd parameter 'event' (reference) has base type 'Event'.
Event::Event [in-charge] ( String const& name )This constructor is from 'Event' class.
Event::operator() ( EventArgs& args )This method is from 'Event' class.
Event::subscribe ( Event::Subscriber const& slot )This method is from 'Event' class.
Event::subscribe ( Event::Group group, Event::Subscriber const& slot )This method is from 'Event' class.
Event::~Event [in-charge] ( )This method is from 'Event' class.
EventSet::getEventObject ( String const& name, bool autoAdd )Return value (pointer) has base type 'Event'.
CEGUIExceptions.h
namespace CEGUI
[+] class Exception (1)
| Change |
Effect |
1 | Size of this class has been increased from 616 bytes to 768 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)
Exception::what ( ) constThis method is from 'Exception' class.
Exception::~Exception [in-charge] ( )This method is from 'Exception' class.
CEGUIFalComponentBase.h
namespace CEGUI
[+] class FalagardComponentBase (1)
| Change |
Effect |
1 | Pure virtual method FalagardComponentBase::render_impl ( Window&, Rectf&, ColourRect const*, Rectf const*, bool ) 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) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~FalagardComponentBase |
~FalagardComponentBase |
12 |
~FalagardComponentBase |
~FalagardComponentBase |
16 |
__cxa_pure_virtual |
FalagardComponentBase::handleFontRenderSizeChange |
20 |
|
__cxa_pure_virtual |
[+] affected symbols (9)
FalagardComponentBase::FalagardComponentBase [in-charge] ( )This constructor is from 'FalagardComponentBase' class.
FalagardComponentBase::getColours ( ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::getComponentArea ( ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::initColoursRect ( Window const& wnd, ColourRect const* modCols, ColourRect& cr ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::setColours ( ColourRect const& cols )This method is from 'FalagardComponentBase' class.
FalagardComponentBase::setColoursPropertySource ( String const& property )This method is from 'FalagardComponentBase' class.
FalagardComponentBase::setComponentArea ( ComponentArea const& area )This method is from 'FalagardComponentBase' class.
FalagardComponentBase::writeColoursXML ( XMLSerializer& xml_stream ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::~FalagardComponentBase [in-charge] ( )This method is from 'FalagardComponentBase' class.
CEGUIFalDimensions.h
namespace CEGUI
[+] class BaseDim (2)
| Change |
Effect |
1 | Virtual method BaseDim::handleFontRenderSizeChange ( Window&, Font const* ) const 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. |
2 | Virtual method BaseDim::writeXMLToStream ( XMLSerializer& ) const 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) - 9 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~BaseDim |
~BaseDim |
12 |
~BaseDim |
~BaseDim |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
BaseDim::writeXMLToStream |
32 |
__cxa_pure_virtual |
BaseDim::handleFontRenderSizeChange |
36 |
|
__cxa_pure_virtual |
40 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
AbsoluteDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from derived class 'AbsoluteDim'.
AbsoluteDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from derived class 'AbsoluteDim'.
BaseDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from 'BaseDim' class.
BaseDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from 'BaseDim' class.
FontDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from derived class 'FontDim'.
FontDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from derived class 'FontDim'.
ImageDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from derived class 'ImageDim'.
ImageDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from derived class 'ImageDim'.
PropertyDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from derived class 'PropertyDim'.
PropertyDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from derived class 'PropertyDim'.
...
[+] class ComponentArea (1)
| Change |
Effect |
1 | Size of this class has been changed from 184 bytes to 336 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 (>10)
ComponentArea::getAreaPropertySource ( ) constThis method is from 'ComponentArea' class.
ComponentArea::getPixelRect ( Window const& wnd ) constThis method is from 'ComponentArea' class.
ComponentArea::isAreaFetchedFromProperty ( ) constThis method is from 'ComponentArea' class.
ComponentArea::setAreaPropertySource ( String const& property )This method is from 'ComponentArea' class.
ComponentArea::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'ComponentArea' class.
FalagardComponentBase::FalagardComponentBase [in-charge] ( )Field 'this->d_area' in the object of this method has type 'ComponentArea'.
FalagardComponentBase::getColours ( ) constField 'this->d_area' in the object of this method has type 'ComponentArea'.
FalagardComponentBase::getComponentArea ( ) constReturn value (reference) has base type 'ComponentArea'.
FalagardComponentBase::initColoursRect ( Window const& wnd, ColourRect const* modCols, ColourRect& cr ) constField 'this->d_area' in the object of this method has type 'ComponentArea'.
FalagardComponentBase::setColours ( ColourRect const& cols )Field 'this->d_area' in the object of this method has type 'ComponentArea'.
...
[+] class ImageDim (2)
| Change |
Effect |
1 | Base class ImageDimBase has been added. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 320 bytes to 160 bytes. 3) The memory layout in this class has been shifted by 4 bytes. |
2 | Base class BaseDim has been removed. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 320 bytes to 160 bytes. 3) The memory layout in this class has been shifted by 4 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 9 entries | Virtual Table (New) - 12 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ImageDim |
~ImageDim |
12 |
~ImageDim |
~ImageDim |
16 |
ImageDim::getValue_impl |
ImageDimBase::getValue |
20 |
ImageDim::getValue_impl |
ImageDimBase::getValue |
24 |
ImageDim::clone_impl |
ImageDim::clone |
28 |
ImageDim::writeXMLElementName_impl |
BaseDim::writeXMLToStream |
32 |
ImageDim::writeXMLElementAttributes_impl |
BaseDim::handleFontRenderSizeChange |
36 |
|
ImageDim::writeXMLElementName_impl |
40 |
|
ImageDim::writeXMLElementAttributes_impl |
44 |
|
ImageDim::getSourceImage |
[+] affected symbols (9)
ImageDim::clone_impl ( ) constThis method is from 'ImageDim' class.
ImageDim::getValue_impl ( Window const& wnd ) constThis method is from 'ImageDim' class.
ImageDim::getValue_impl ( Window const& wnd, Rect const& container ) constThis method is from 'ImageDim' class.
ImageDim::ImageDim [in-charge] ( String const& imageset, String const& image, enum DimensionType dim )This constructor is from 'ImageDim' class.
ImageDim::setSourceDimension ( enum DimensionType dim )This method is from 'ImageDim' class.
ImageDim::setSourceImage ( String const& imageset, String const& image )This method is from 'ImageDim' class.
ImageDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from 'ImageDim' class.
ImageDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from 'ImageDim' class.
ImageDim::~ImageDim [in-charge] ( )This method is from 'ImageDim' class.
CEGUIFalFrameComponent.h
namespace CEGUI
[+] class FrameComponent (3)
| Change |
Effect |
1 | Field d_horzFormatting has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field d_vertFormatting has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Size of this class has been increased from 788 bytes to 2988 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 (7)
FrameComponent::FrameComponent [in-charge] ( )This constructor is from 'FrameComponent' class.
FrameComponent::setBackgroundHorizontalFormatting ( enum HorizontalFormatting fmt )This method is from 'FrameComponent' class.
FrameComponent::setBackgroundVerticalFormatting ( enum VerticalFormatting fmt )This method is from 'FrameComponent' class.
FrameComponent::setImage ( enum FrameImageComponent part, Image const* image )This method is from 'FrameComponent' class.
FrameComponent::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'FrameComponent' class.
FrameComponent::~FrameComponent [in-charge] ( )This method is from 'FrameComponent' class.
ImagerySection::addFrameComponent ( FrameComponent const& frame )1st parameter 'frame' (reference) has base type 'FrameComponent'.
CEGUIFalImageryComponent.h
namespace CEGUI
[+] class ImageryComponent (1)
| Change |
Effect |
1 | Size of this class has been increased from 908 bytes to 1064 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)
ImageryComponent::getImage ( ) constThis method is from 'ImageryComponent' class.
ImageryComponent::getImagePropertySource ( ) constThis method is from 'ImageryComponent' class.
ImageryComponent::ImageryComponent [in-charge] ( )This constructor is from 'ImageryComponent' class.
ImageryComponent::isImageFetchedFromProperty ( ) constThis method is from 'ImageryComponent' class.
ImageryComponent::setHorizontalFormatting ( enum HorizontalFormatting fmt )This method is from 'ImageryComponent' class.
ImageryComponent::setImage ( Image const* image )This method is from 'ImageryComponent' class.
ImageryComponent::setImagePropertySource ( String const& property )This method is from 'ImageryComponent' class.
ImageryComponent::setVerticalFormatting ( enum VerticalFormatting fmt )This method is from 'ImageryComponent' class.
ImageryComponent::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'ImageryComponent' class.
ImageryComponent::~ImageryComponent [in-charge] ( )This method is from 'ImageryComponent' class.
...
CEGUIFalNamedArea.h
namespace CEGUI
[+] class NamedArea (1)
| Change |
Effect |
1 | Size of this class has been increased from 336 bytes to 488 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 (7)
NamedArea::getArea ( ) constThis method is from 'NamedArea' class.
NamedArea::getName ( ) constThis method is from 'NamedArea' class.
NamedArea::NamedArea [in-charge] ( String const& name )This constructor is from 'NamedArea' class.
NamedArea::setArea ( ComponentArea const& area )This method is from 'NamedArea' class.
NamedArea::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'NamedArea' class.
WidgetLookFeel::addNamedArea ( NamedArea const& area )1st parameter 'area' (reference) has base type 'NamedArea'.
WidgetLookFeel::getNamedArea ( String const& name ) constReturn value (reference) has base type 'NamedArea'.
CEGUIFalPropertyDefinitionBase.h
namespace CEGUI
[+] class PropertyDefinitionBase (4)
| Change |
Effect |
1 | Size of this class has been increased from 464 bytes to 768 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 | Pure virtual method PropertyDefinitionBase::writeDefinitionXMLElementType ( XMLSerializer& ) 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. |
3 | Virtual method PropertyDefinitionBase::writeDefinitionXMLAttributes ( XMLSerializer& ) const 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. |
4 | Base class Property has been removed. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 464 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 13 entries | Virtual Table (New) - 7 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~PropertyDefinitionBase |
~PropertyDefinitionBase |
12 |
~PropertyDefinitionBase |
~PropertyDefinitionBase |
16 |
__cxa_pure_virtual |
PropertyDefinitionBase::writeDefinitionXMLToStream |
20 |
PropertyDefinitionBase::set |
__cxa_pure_virtual |
24 |
Property::isDefault |
PropertyDefinitionBase::writeDefinitionXMLAttributes |
28 |
Property::getDefault |
|
32 |
Property::writeXMLToStream |
|
36 |
Property::initialisePropertyReceiver |
|
40 |
PropertyDefinitionBase::writeXMLToStream |
|
44 |
__cxa_pure_virtual |
|
48 |
PropertyDefinitionBase::writeXMLAttributes |
|
[+] affected symbols (>10)
PropertyDefinition::get ( PropertyReceiver const* receiver ) constThis method is from derived class 'PropertyDefinition'.
PropertyDefinition::initialisePropertyReceiver ( PropertyReceiver* receiver ) constThis method is from derived class 'PropertyDefinition'.
PropertyDefinition::PropertyDefinition [in-charge] ( String const& name, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite )This constructor is from derived class 'PropertyDefinition'.
PropertyDefinition::PropertyDefinition [in-charge] ( String const& name, String const& initialValue, String const& help, bool redrawOnWrite, bool layoutOnWrite )This constructor is from derived class 'PropertyDefinition'.
PropertyDefinition::set ( PropertyReceiver* receiver, String const& value )This method is from derived class 'PropertyDefinition'.
PropertyDefinition::writeXMLElementType ( XMLSerializer& xml_stream ) constThis method is from derived class 'PropertyDefinition'.
PropertyDefinition::~PropertyDefinition [in-charge] ( )This method is from derived class 'PropertyDefinition'.
PropertyDefinitionBase::PropertyDefinitionBase [in-charge] ( String const& name, String const& help, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite )This constructor is from 'PropertyDefinitionBase' class.
PropertyDefinitionBase::set ( PropertyReceiver* receiver, String const& value )This method is from 'PropertyDefinitionBase' class.
PropertyDefinitionBase::writeXMLAttributes ( XMLSerializer& xml_stream ) constThis method is from 'PropertyDefinitionBase' class.
...
CEGUIFalTextComponent.h
namespace CEGUI
[+] class TextComponent (1)
| Change |
Effect |
1 | Size of this class has been increased from 1408 bytes to 1564 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)
ImagerySection::addTextComponent ( TextComponent const& text )1st parameter 'text' (reference) has base type 'TextComponent'.
TextComponent::getFont ( ) constThis method is from 'TextComponent' class.
TextComponent::getFontPropertySource ( ) constThis method is from 'TextComponent' class.
TextComponent::getText ( ) constThis method is from 'TextComponent' class.
TextComponent::getTextPropertySource ( ) constThis method is from 'TextComponent' class.
TextComponent::getTextVisual ( ) constThis method is from 'TextComponent' class.
TextComponent::isFontFetchedFromProperty ( ) constThis method is from 'TextComponent' class.
TextComponent::isTextFetchedFromProperty ( ) constThis method is from 'TextComponent' class.
TextComponent::operator = ( TextComponent const& other )1st parameter 'other' (reference) has base type 'TextComponent'.
TextComponent::setFont ( String const& font )This method is from 'TextComponent' class.
...
CEGUIFalWidgetComponent.h
namespace CEGUI
[+] class WidgetComponent (1)
| Change |
Effect |
1 | Size of this class has been increased from 812 bytes to 980 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)
WidgetComponent::addPropertyInitialiser ( PropertyInitialiser const& initialiser )This method is from 'WidgetComponent' class.
WidgetComponent::clearPropertyInitialisers ( )This method is from 'WidgetComponent' class.
WidgetComponent::create ( Window& parent ) constThis method is from 'WidgetComponent' class.
WidgetComponent::findPropertyInitialiser ( String const& propertyName ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getBaseWidgetType ( ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getComponentArea ( ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getHorizontalWidgetAlignment ( ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getVerticalWidgetAlignment ( ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getWidgetLookName ( ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getWindowRendererType ( ) constThis method is from 'WidgetComponent' class.
...
CEGUIFalWidgetLookFeel.h
namespace CEGUI
[+] class WidgetLookFeel (2)
| Change |
Effect |
1 | Size of this class has been increased from 308 bytes to 476 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 | First virtual method WidgetLookFeel::~WidgetLookFeel ( ) has been added to this class. | 1) The layout of type structure has been shifted by 4 bytes by the added v-table pointer. 2) Size of class has been increased by 4 bytes. |
[+] affected symbols (>10)
WidgetLookFeel::addAnimationName ( String const& anim_name )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addImagerySection ( ImagerySection const& section )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addNamedArea ( NamedArea const& area )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addPropertyInitialiser ( PropertyInitialiser const& initialiser )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addStateSpecification ( StateImagery const& state )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addWidgetComponent ( WidgetComponent const& widget )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::cleanUpWidget ( Window& widget ) constThis method is from 'WidgetLookFeel' class.
WidgetLookFeel::clearImagerySections ( )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::clearNamedAreas ( )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::clearPropertyDefinitions ( )This method is from 'WidgetLookFeel' class.
...
CEGUIFont.h
namespace CEGUI
[+] class Font (5)
| Change |
Effect |
1 | Size of this class has been increased from 700 bytes to 732 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 AllocatedObject<Font> has been added. | The memory layout in this class has been shifted by 32 bytes. |
3 | Base class EventSet has been added. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 32 bytes. |
4 | Virtual method Font::findFontGlyph ( utf32 const ) const 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. |
5 | Virtual method Font::onRenderSizeChanged ( FontEventArgs& ) 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) - 19 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Font |
~Font |
12 |
~Font |
~Font |
16 |
Font::notifyDisplaySizeChanged |
Font::notifyDisplaySizeChanged |
20 |
Font::rasterise |
Font::rasterise |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
|
Font::onRenderSizeChanged |
36 |
|
Font::findFontGlyph |
40 |
|
(int (*)(...))-0x00000001c |
44 |
|
(int (*)(...))(& typeinfo) |
48 |
|
non-virtual thunk |
52 |
|
non-virtual thunk |
56 |
|
EventSet::subscribeEvent |
60 |
|
EventSet::subscribeEvent |
64 |
|
EventSet::subscribeScriptedEvent |
68 |
|
EventSet::subscribeScriptedEvent |
72 |
|
EventSet::fireEvent |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow->d_font' in the object of this method has base type 'Font'.
AnimationInstance::setTargetWindow ( Window* target )Field 'target->d_font' in 1st parameter 'target' (pointer) has base type 'Font'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window->d_font' in 1st parameter 'e' (reference) has base type 'Font'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::getClipperWindow ( ) constField 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::setClipperWindow ( Window* w )Field 'w->d_font' in 1st parameter 'w' (pointer) has base type 'Font'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
...
CEGUIFrameWindow.h
namespace CEGUI
[+] class FrameWindow (1)
| Change |
Effect |
1 | Size of this class has been increased from 1452 bytes to 1528 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)
FrameWindow::closeClickHandler ( EventArgs const& e )This method is from 'FrameWindow' class.
FrameWindow::DefaultSizingBorderSize [data]This method is from 'FrameWindow' class.
FrameWindow::EventCloseClicked [data]This method is from 'FrameWindow' class.
FrameWindow::EventDragSizingEnded [data]This method is from 'FrameWindow' class.
FrameWindow::EventDragSizingStarted [data]This method is from 'FrameWindow' class.
FrameWindow::EventNamespace [data]This method is from 'FrameWindow' class.
FrameWindow::EventRollupToggled [data]This method is from 'FrameWindow' class.
FrameWindow::FrameWindow [in-charge] ( String const& type, String const& name )This constructor is from 'FrameWindow' class.
FrameWindow::getCloseButton ( ) constThis method is from 'FrameWindow' class.
FrameWindow::getEWSizingCursorImage ( ) constThis method is from 'FrameWindow' class.
...
CEGUIFreeTypeFont.h
namespace CEGUI
[+] class FreeTypeFont (1)
| Change |
Effect |
1 | Size of this class has been increased from 736 bytes to 780 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)
FreeTypeFont::addFreeTypeFontProperties ( )This method is from 'FreeTypeFont' class.
FreeTypeFont::drawGlyphToBuffer ( argb_t* buffer, uint buf_width ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::free ( )This method is from 'FreeTypeFont' class.
FreeTypeFont::getPointSize ( ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::getTextureSize ( std::map<unsigned int, FontGlyph>::const_iterator s, std::map<unsigned int, FontGlyph>::const_iterator e ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::isAntiAliased ( ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::rasterise ( utf32 start_codepoint, utf32 end_codepoint ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::setAntiAliased ( bool const anti_alaised )This method is from 'FreeTypeFont' class.
FreeTypeFont::setPointSize ( float const point_size )This method is from 'FreeTypeFont' class.
FreeTypeFont::updateFont ( )This method is from 'FreeTypeFont' class.
...
CEGUIGeometryBuffer.h
namespace CEGUI
[+] class GeometryBuffer (2)
| Change |
Effect |
1 | Pure virtual method GeometryBuffer::isClippingActive ( ) 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. |
2 | Pure virtual method GeometryBuffer::setClippingActive ( bool 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) - 20 entries | Virtual Table (New) - 22 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~GeometryBuffer |
~GeometryBuffer |
12 |
~GeometryBuffer |
~GeometryBuffer |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
48 |
__cxa_pure_virtual |
__cxa_pure_virtual |
52 |
__cxa_pure_virtual |
__cxa_pure_virtual |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
__cxa_pure_virtual |
__cxa_pure_virtual |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
GeometryBuffer::setBlendMode |
GeometryBuffer::setBlendMode |
76 |
GeometryBuffer::getBlendMode |
GeometryBuffer::getBlendMode |
80 |
|
__cxa_pure_virtual |
84 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
GeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )This method is from 'GeometryBuffer' class.
GeometryBuffer::appendVertex ( struct Vertex const& vertex )This method is from 'GeometryBuffer' class.
GeometryBuffer::draw ( ) constThis method is from 'GeometryBuffer' class.
GeometryBuffer::GeometryBuffer [in-charge] ( )This constructor is from 'GeometryBuffer' class.
GeometryBuffer::getActiveTexture ( ) constThis method is from 'GeometryBuffer' class.
GeometryBuffer::getBatchCount ( ) constThis method is from 'GeometryBuffer' class.
GeometryBuffer::getBlendMode ( ) constThis method is from 'GeometryBuffer' class.
GeometryBuffer::getRenderEffect ( )This method is from 'GeometryBuffer' class.
GeometryBuffer::getVertexCount ( ) constThis method is from 'GeometryBuffer' class.
GeometryBuffer::reset ( )This method is from 'GeometryBuffer' class.
...
CEGUIGridLayoutContainer.h
namespace CEGUI
[+] class GridLayoutContainer (1)
| Change |
Effect |
1 | Size of this class has been increased from 1468 bytes to 1576 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)
GridLayoutContainer::autoPositioningSkipCells ( size_t cells )This method is from 'GridLayoutContainer' class.
GridLayoutContainer::createDummy ( )This method is from 'GridLayoutContainer' class.
GridLayoutContainer::EventNamespace [data]This method is from 'GridLayoutContainer' class.
GridLayoutContainer::getAutoPositioning ( ) constThis method is from 'GridLayoutContainer' class.
GridLayoutContainer::getGridCellOffset ( std::vector<UDim>const& colSizes, std::vector<UDim>const& rowSizes, size_t gridX, size_t gridY ) constThis method is from 'GridLayoutContainer' class.
GridLayoutContainer::getGridHeight ( ) constThis method is from 'GridLayoutContainer' class.
GridLayoutContainer::getGridSize ( std::vector<UDim>const& colSizes, std::vector<UDim>const& rowSizes ) constThis method is from 'GridLayoutContainer' class.
GridLayoutContainer::getGridWidth ( ) constThis method is from 'GridLayoutContainer' class.
GridLayoutContainer::getNextAutoPositioningIdx ( ) constThis method is from 'GridLayoutContainer' class.
GridLayoutContainer::GridLayoutContainer [in-charge] ( String const& type, String const& name )This constructor is from 'GridLayoutContainer' class.
...
CEGUIGroupBox.h
namespace CEGUI
[+] class GroupBox (1)
| Change |
Effect |
1 | Size of this class has been increased from 1416 bytes to 1488 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 (7)
GroupBox::drawAroundWidget ( String const& name )This method is from 'GroupBox' class.
GroupBox::drawAroundWidget ( Window const* wnd )This method is from 'GroupBox' class.
GroupBox::EventNamespace [data]This method is from 'GroupBox' class.
GroupBox::getContentPane ( ) constThis method is from 'GroupBox' class.
GroupBox::GroupBox [in-charge] ( String const& type, String const& name )This constructor is from 'GroupBox' class.
GroupBox::WidgetTypeName [data]This method is from 'GroupBox' class.
GroupBox::~GroupBox [in-charge] ( )This method is from 'GroupBox' class.
CEGUIGUILayout_xmlHandler.h
namespace CEGUI
[+] class GUILayout_xmlHandler (1)
| Change |
Effect |
1 | Size of this class has been changed from 488 bytes to 332 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 (6)
GUILayout_xmlHandler::cleanupLoadedWindows ( )This method is from 'GUILayout_xmlHandler' class.
GUILayout_xmlHandler::elementEnd ( String const& element )This method is from 'GUILayout_xmlHandler' class.
GUILayout_xmlHandler::elementStart ( String const& element, XMLAttributes const& attributes )This method is from 'GUILayout_xmlHandler' class.
GUILayout_xmlHandler::getLayoutRootWindow ( ) constThis method is from 'GUILayout_xmlHandler' class.
GUILayout_xmlHandler::text ( String const& text )This method is from 'GUILayout_xmlHandler' class.
GUILayout_xmlHandler::~GUILayout_xmlHandler [in-charge] ( )This method is from 'GUILayout_xmlHandler' class.
CEGUIHorizontalLayoutContainer.h
namespace CEGUI
[+] class HorizontalLayoutContainer (1)
| Change |
Effect |
1 | Size of this class has been increased from 1440 bytes to 1548 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 (4)
HorizontalLayoutContainer::HorizontalLayoutContainer [in-charge] ( String const& type, String const& name )This constructor is from 'HorizontalLayoutContainer' class.
HorizontalLayoutContainer::layout ( )This method is from 'HorizontalLayoutContainer' class.
HorizontalLayoutContainer::WidgetTypeName [data]This method is from 'HorizontalLayoutContainer' class.
HorizontalLayoutContainer::~HorizontalLayoutContainer [in-charge] ( )This method is from 'HorizontalLayoutContainer' class.
CEGUIImage.h
namespace CEGUI
[+] class Image (6)
| Change |
Effect |
1 | Base class ChainedXMLHandler has been added. | 1) Size of the class has been changed from 196 bytes to 12 bytes. 2) The memory layout in this class has been shifted by 12 bytes. |
2 | Pure virtual method Image::getName ( ) 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. |
3 | Pure virtual method Image::getRenderedOffset ( ) 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 Image::getRenderedSize ( ) 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. |
5 | Pure virtual method Image::notifyDisplaySizeChanged ( Sizef 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. |
6 | Pure virtual method Image::render ( GeometryBuffer&, Rectf const&, Rectf const*, ColourRect const& ) 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. |
[+] affected symbols (8)
Image::draw ( GeometryBuffer& buffer, Rect const& dest_rect, Rect const* clip_rect, ColourRect const& colours, enum QuadSplitMode quad_split_mode ) constThis method is from 'Image' class.
Image::getImagesetName ( ) constThis method is from 'Image' class.
Image::getName ( ) constThis method is from 'Image' class.
Image::getSourceTextureArea ( ) constThis method is from 'Image' class.
Image::Image [in-charge] ( Image const& image )This constructor is from 'Image' class.
Image::Image [in-charge] ( Imageset const* owner, String const& name, Rect const& area, Point const& render_offset, float horzScaling, float vertScaling )This constructor is from 'Image' class.
Image::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'Image' class.
Image::~Image [in-charge] ( )This method is from 'Image' class.
CEGUIIrrlichtGeometryBuffer.h
namespace CEGUI
[+] class IrrlichtGeometryBuffer (1)
| Change |
Effect |
1 | Size of this class has been increased from 288 bytes to 376 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)
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )This method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )This method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::draw ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getActiveTexture ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getBatchCount ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getMaterial ( )This method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getMaterial ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getMatrix ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getRenderEffect ( )This method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getVertexCount ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
...
CEGUIIrrlichtRenderer.h
namespace CEGUI
[+] class IrrlichtRenderer (2)
| Change |
Effect |
1 | Field d_defaultRoot has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of this class has been increased from 84 bytes to 92 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)
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::draw ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getActiveTexture ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getBatchCount ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getMaterial ( )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getMaterial ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getMatrix ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getRenderEffect ( )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getVertexCount ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
...
CEGUIIrrlichtTexture.h
namespace CEGUI
[+] class IrrlichtTexture (1)
| Change |
Effect |
1 | Size of this class has been increased from 40 bytes to 192 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)
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::draw ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getActiveTexture ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getBatchCount ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getMaterial ( )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getMaterial ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getMatrix ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getRenderEffect ( )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getVertexCount ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
...
CEGUIIrrlichtTextureTarget.h
namespace CEGUI
[+] class IrrlichtTextureTarget (2)
| Change |
Effect |
1 | Size of this class has been increased from 116 bytes to 140 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 TextureTarget has been removed. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 24 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 52 entries | Virtual Table (New) - 21 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))0 |
(int (*)(...))(& typeinfo) |
8 |
(int (*)(...))0 |
~IrrlichtTextureTarget |
12 |
(int (*)(...))0 |
~IrrlichtTextureTarget |
16 |
(int (*)(...))0 |
EventSet::subscribeEvent |
20 |
(int (*)(...))0 |
EventSet::subscribeEvent |
24 |
(int (*)(...))0 |
EventSet::subscribeScriptedEvent |
28 |
(int (*)(...))0 |
EventSet::subscribeScriptedEvent |
32 |
(int (*)(...))0 |
EventSet::fireEvent |
36 |
(int (*)(...))0 |
IrrlichtRenderTarget<TextureTarget>::draw |
40 |
(int (*)(...))0 |
IrrlichtRenderTarget<TextureTarget>::draw |
44 |
(int (*)(...))(& typeinfo) |
IrrlichtRenderTarget<TextureTarget>::setArea |
48 |
~IrrlichtTextureTarget |
IrrlichtRenderTarget<TextureTarget>::getArea |
52 |
~IrrlichtTextureTarget |
IrrlichtTextureTarget::isImageryCache |
56 |
IrrlichtRenderTarget::draw |
IrrlichtTextureTarget::activate |
60 |
IrrlichtRenderTarget::draw |
IrrlichtTextureTarget::deactivate |
64 |
IrrlichtRenderTarget::setArea |
IrrlichtRenderTarget<TextureTarget>::unprojectPoint |
68 |
IrrlichtRenderTarget::getArea |
IrrlichtTextureTarget::clear |
72 |
IrrlichtTextureTarget::isImageryCache |
IrrlichtTextureTarget::getTexture |
76 |
IrrlichtTextureTarget::activate |
IrrlichtTextureTarget::declareRenderSize |
80 |
IrrlichtTextureTarget::deactivate |
IrrlichtTextureTarget::isRenderingInverted |
84 |
IrrlichtRenderTarget::unprojectPoint |
|
88 |
IrrlichtTextureTarget::clear |
|
92 |
IrrlichtTextureTarget::getTexture |
|
96 |
IrrlichtTextureTarget::declareRenderSize |
|
100 |
IrrlichtTextureTarget::isRenderingInverted |
|
104 |
-104u |
|
108 |
-104u |
|
112 |
-104u |
|
116 |
-104u |
|
120 |
-104u |
|
124 |
-104u |
|
128 |
-104u |
|
132 |
-104u |
|
136 |
-104u |
|
140 |
-104u |
|
144 |
(int (*)(...))-0x000000068 |
|
148 |
(int (*)(...))(& typeinfo) |
|
152 |
non-virtual thunk |
|
156 |
non-virtual thunk |
|
160 |
(int (*)(...))0 |
|
164 |
(int (*)(...))0 |
|
168 |
(int (*)(...))0 |
|
172 |
(int (*)(...))0 |
|
176 |
(int (*)(...))0 |
|
180 |
(int (*)(...))0 |
|
184 |
(int (*)(...))0 |
|
188 |
(int (*)(...))0 |
|
192 |
non-virtual thunk |
|
196 |
non-virtual thunk |
|
200 |
non-virtual thunk |
|
204 |
non-virtual thunk |
|
[+] affected symbols (>10)
IrrlichtTextureTarget::activate ( )This method is from 'IrrlichtTextureTarget' class.
IrrlichtTextureTarget::cleanupTargetTexture ( )This method is from 'IrrlichtTextureTarget' class.
IrrlichtTextureTarget::clear ( )This method is from 'IrrlichtTextureTarget' class.
IrrlichtTextureTarget::deactivate ( )This method is from 'IrrlichtTextureTarget' class.
IrrlichtTextureTarget::declareRenderSize ( Size const& sz )This method is from 'IrrlichtTextureTarget' class.
IrrlichtTextureTarget::DEFAULT_SIZE [data]This method is from 'IrrlichtTextureTarget' class.
IrrlichtTextureTarget::getTexture ( ) constThis method is from 'IrrlichtTextureTarget' class.
IrrlichtTextureTarget::IrrlichtTextureTarget [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver )This constructor is from 'IrrlichtTextureTarget' class.
IrrlichtTextureTarget::isImageryCache ( ) constThis method is from 'IrrlichtTextureTarget' class.
IrrlichtTextureTarget::isRenderingInverted ( ) constThis method is from 'IrrlichtTextureTarget' class.
...
CEGUIIrrlichtWindowTarget.h
namespace CEGUI
[+] class IrrlichtWindowTarget (3)
| Change |
Effect |
1 | Base class IrrlichtRenderTarget<RenderTarget> has been added. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 104 bytes to 132 bytes. 3) The memory layout in this class has been shifted by 28 bytes. |
2 | Base class IrrlichtRenderTarget has been removed. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 104 bytes to 132 bytes. 3) The memory layout in this class has been shifted by 28 bytes. |
3 | Size of this class has been increased from 104 bytes to 132 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. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 22 entries | Virtual Table (New) - 17 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))0 |
(int (*)(...))(& typeinfo) |
8 |
(int (*)(...))0 |
~IrrlichtWindowTarget |
12 |
(int (*)(...))0 |
~IrrlichtWindowTarget |
16 |
(int (*)(...))0 |
EventSet::subscribeEvent |
20 |
(int (*)(...))0 |
EventSet::subscribeEvent |
24 |
(int (*)(...))0 |
EventSet::subscribeScriptedEvent |
28 |
(int (*)(...))0 |
EventSet::subscribeScriptedEvent |
32 |
(int (*)(...))0 |
EventSet::fireEvent |
36 |
(int (*)(...))0 |
IrrlichtRenderTarget<RenderTarget>::draw |
40 |
(int (*)(...))0 |
IrrlichtRenderTarget<RenderTarget>::draw |
44 |
(int (*)(...))(& typeinfo) |
IrrlichtRenderTarget<RenderTarget>::setArea |
48 |
~IrrlichtWindowTarget |
IrrlichtRenderTarget<RenderTarget>::getArea |
52 |
~IrrlichtWindowTarget |
IrrlichtWindowTarget::isImageryCache |
56 |
IrrlichtRenderTarget::draw |
IrrlichtRenderTarget<RenderTarget>::activate |
60 |
IrrlichtRenderTarget::draw |
IrrlichtRenderTarget<RenderTarget>::deactivate |
64 |
IrrlichtRenderTarget::setArea |
IrrlichtRenderTarget<RenderTarget>::unprojectPoint |
68 |
IrrlichtRenderTarget::getArea |
|
72 |
IrrlichtWindowTarget::isImageryCache |
|
76 |
IrrlichtRenderTarget::activate |
|
80 |
IrrlichtRenderTarget::deactivate |
|
84 |
IrrlichtRenderTarget::unprojectPoint |
|
[+] affected symbols (3)
IrrlichtWindowTarget::IrrlichtWindowTarget [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver )This constructor is from 'IrrlichtWindowTarget' class.
IrrlichtWindowTarget::isImageryCache ( ) constThis method is from 'IrrlichtWindowTarget' class.
IrrlichtWindowTarget::~IrrlichtWindowTarget [in-charge] ( )This method is from 'IrrlichtWindowTarget' class.
CEGUIItemEntry.h
namespace CEGUI
[+] class ItemEntry (1)
| Change |
Effect |
1 | Size of this class has been increased from 1424 bytes to 1496 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)
ItemEntry::EventSelectionChanged [data]This method is from 'ItemEntry' class.
ItemEntry::getItemPixelSize ( ) constThis method is from 'ItemEntry' class.
ItemEntry::ItemEntry [in-charge] ( String const& type, String const& name )This constructor is from 'ItemEntry' class.
ItemEntry::onMouseClicked ( MouseEventArgs& e )This method is from 'ItemEntry' class.
ItemEntry::onSelectionChanged ( WindowEventArgs& e )This method is from 'ItemEntry' class.
ItemEntry::setSelectable ( bool setting )This method is from 'ItemEntry' class.
ItemEntry::setSelected_impl ( bool state, bool notify )This method is from 'ItemEntry' class.
ItemEntry::WidgetTypeName [data]This method is from 'ItemEntry' class.
ItemEntry::~ItemEntry [in-charge] ( )This method is from 'ItemEntry' class.
ItemListBase::addItem ( ItemEntry* item )1st parameter 'item' (pointer) has base type 'ItemEntry'.
...
CEGUIItemListBase.h
namespace CEGUI
[+] class ItemListBase (2)
| Change |
Effect |
1 | Size of this class has been increased from 1452 bytes to 1524 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 | Virtual method ItemListBase::handle_PaneChildRemoved ( EventArgs const& ) 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) - 106 entries | Virtual Table (New) - 123 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ItemListBase |
~ItemListBase |
12 |
~ItemListBase |
~ItemListBase |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
ItemListBase::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
ItemListBase::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
ItemListBase::addChild_impl |
56 |
ItemListBase::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
ItemListBase::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Window::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
ItemListBase::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Window::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
ItemListBase::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Window::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
ItemListBase::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
ItemListBase::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Window::onTextChanged |
192 |
Window::onMouseMove |
Window::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
Window::onMouseButtonDown |
Window::onIDChanged |
204 |
Window::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
Window::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Window::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
ItemListBase::testClassName_impl |
Window::onMouseMove |
292 |
ItemListBase::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
Window::onMouseButtonDown |
300 |
ItemListBase::addChild_impl |
Window::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Window::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
ItemListBase::sizeToContent |
Window::onMarginChanged |
356 |
ItemListBase::notifyItemClicked |
Window::updateSelf |
360 |
ItemListBase::notifyItemSelectState |
Window::drawSelf |
364 |
ItemListBase::sizeToContent_impl |
Window::populateGeometryBuffer |
368 |
__cxa_pure_virtual |
ItemListBase::validateWindowRenderer |
372 |
__cxa_pure_virtual |
Window::cleanupChildren |
376 |
ItemListBase::onListContentsChanged |
Window::onZChange_impl |
380 |
ItemListBase::onSortEnabledChanged |
Window::moveToFront_impl |
384 |
ItemListBase::onSortModeChanged |
Window::getOuterRectClipper_impl |
388 |
(int (*)(...))-0x00000001c |
Window::getInnerRectClipper_impl |
392 |
(int (*)(...))(& typeinfo) |
Window::getHitTestRect_impl |
396 |
non-virtual thunk |
Window::writePropertiesXML |
400 |
non-virtual thunk |
Window::writeChildWindowsXML |
404 |
EventSet::subscribeEvent |
Window::writeAutoChildWindowXML |
408 |
EventSet::subscribeEvent |
Window::banPropertiesForAutoWindow |
412 |
EventSet::subscribeScriptedEvent |
Window::handleFontRenderSizeChange |
416 |
EventSet::subscribeScriptedEvent |
ItemListBase::sizeToContent |
420 |
EventSet::fireEvent |
ItemListBase::notifyItemClicked |
424 |
|
ItemListBase::notifyItemSelectState |
428 |
|
ItemListBase::sizeToContent_impl |
432 |
|
__cxa_pure_virtual |
436 |
|
__cxa_pure_virtual |
440 |
|
ItemListBase::onListContentsChanged |
444 |
|
ItemListBase::onSortEnabledChanged |
448 |
|
ItemListBase::onSortModeChanged |
452 |
|
ItemListBase::handle_PaneChildRemoved |
456 |
|
(int (*)(...))-0x00000001c |
460 |
|
(int (*)(...))(& typeinfo) |
464 |
|
non-virtual thunk |
468 |
|
non-virtual thunk |
472 |
|
EventSet::subscribeEvent |
476 |
|
EventSet::subscribeEvent |
480 |
|
EventSet::subscribeScriptedEvent |
484 |
|
EventSet::subscribeScriptedEvent |
488 |
|
EventSet::fireEvent |
[+] affected symbols (>10)
ItemEntry::EventSelectionChanged [data]Field 'this->d_ownerList' in the object of this method has base type 'ItemListBase'.
ItemEntry::getItemPixelSize ( ) constField 'this->d_ownerList' in the object of this method has base type 'ItemListBase'.
ItemEntry::ItemEntry [in-charge] ( String const& type, String const& name )Field 'this->d_ownerList' in the object of this method has base type 'ItemListBase'.
ItemEntry::onMouseClicked ( MouseEventArgs& e )Field 'this->d_ownerList' in the object of this method has base type 'ItemListBase'.
ItemEntry::onSelectionChanged ( WindowEventArgs& e )Field 'this->d_ownerList' in the object of this method has base type 'ItemListBase'.
ItemEntry::setSelectable ( bool setting )Field 'this->d_ownerList' in the object of this method has base type 'ItemListBase'.
ItemEntry::setSelected_impl ( bool state, bool notify )Field 'this->d_ownerList' in the object of this method has base type 'ItemListBase'.
ItemEntry::WidgetTypeName [data]Field 'this->d_ownerList' in the object of this method has base type 'ItemListBase'.
ItemEntry::~ItemEntry [in-charge] ( )Field 'this->d_ownerList' in the object of this method has base type 'ItemListBase'.
ItemListBase::addItem ( ItemEntry* item )This method is from 'ItemListBase' class.
...
CEGUIItemListbox.h
namespace CEGUI
[+] class ItemListbox (1)
| Change |
Effect |
1 | Size of this class has been increased from 1460 bytes to 1532 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)
ItemListbox::clearAllSelections ( )This method is from 'ItemListbox' class.
ItemListbox::EventMultiSelectModeChanged [data]This method is from 'ItemListbox' class.
ItemListbox::EventNamespace [data]This method is from 'ItemListbox' class.
ItemListbox::EventSelectionChanged [data]This method is from 'ItemListbox' class.
ItemListbox::findSelectedItem ( size_t start_index ) constThis method is from 'ItemListbox' class.
ItemListbox::getContentSize ( ) constThis method is from 'ItemListbox' class.
ItemListbox::getFirstSelectedItem ( size_t start_index ) constThis method is from 'ItemListbox' class.
ItemListbox::getNextSelectedItem ( ) constThis method is from 'ItemListbox' class.
ItemListbox::getNextSelectedItemAfter ( ItemEntry const* start_item ) constThis method is from 'ItemListbox' class.
ItemListbox::getSelectedCount ( ) constThis method is from 'ItemListbox' class.
...
CEGUILayoutContainer.h
namespace CEGUI
[+] class LayoutContainer (1)
| Change |
Effect |
1 | Size of this class has been increased from 1440 bytes to 1548 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)
GridLayoutContainer::addChild_impl ( Window* wnd )This method is from derived class 'GridLayoutContainer'.
GridLayoutContainer::addChildWindowToPosition ( String const& name, size_t gridX, size_t gridY )This method is from derived class 'GridLayoutContainer'.
GridLayoutContainer::addChildWindowToPosition ( Window* window, size_t gridX, size_t gridY )This method is from derived class 'GridLayoutContainer'.
GridLayoutContainer::autoPositioningSkipCells ( size_t cells )This method is from derived class 'GridLayoutContainer'.
GridLayoutContainer::createDummy ( )This method is from derived class 'GridLayoutContainer'.
GridLayoutContainer::DummyNameSuffix [data]This method is from derived class 'GridLayoutContainer'.
GridLayoutContainer::EventChildWindowOrderChanged [data]This method is from derived class 'GridLayoutContainer'.
GridLayoutContainer::EventNamespace [data]This method is from derived class 'GridLayoutContainer'.
GridLayoutContainer::getAutoPositioning ( ) constThis method is from derived class 'GridLayoutContainer'.
GridLayoutContainer::getChildWindowAtPosition ( size_t gridX, size_t gridY )This method is from derived class 'GridLayoutContainer'.
...
CEGUIListbox.h
namespace CEGUI
[+] class Listbox (1)
| Change |
Effect |
1 | Size of this class has been increased from 1436 bytes to 1512 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)
ComboDropList::ComboDropList [in-charge] ( String const& type, String const& name )This constructor is from derived class 'ComboDropList'.
ComboDropList::EventListSelectionAccepted [data]This method is from derived class 'ComboDropList'.
ComboDropList::EventNamespace [data]This method is from derived class 'ComboDropList'.
ComboDropList::initialiseComponents ( )This method is from derived class 'ComboDropList'.
ComboDropList::onActivated ( ActivationEventArgs& e )This method is from derived class 'ComboDropList'.
ComboDropList::onCaptureLost ( WindowEventArgs& e )This method is from derived class 'ComboDropList'.
ComboDropList::onListContentsChanged ( WindowEventArgs& e )This method is from derived class 'ComboDropList'.
ComboDropList::onListSelectionAccepted ( WindowEventArgs& e )This method is from derived class 'ComboDropList'.
ComboDropList::onMouseButtonDown ( MouseEventArgs& e )This method is from derived class 'ComboDropList'.
ComboDropList::onMouseButtonUp ( MouseEventArgs& e )This method is from derived class 'ComboDropList'.
...
[+] class ListboxWindowRenderer (1)
| Change |
Effect |
1 | Pure virtual method ListboxWindowRenderer::resizeListToContent ( bool, bool ) 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) - 14 entries | Virtual Table (New) - 16 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ListboxWindowRenderer |
~ListboxWindowRenderer |
12 |
~ListboxWindowRenderer |
~ListboxWindowRenderer |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
WindowRenderer::getUnclippedInnerRect |
WindowRenderer::getUnclippedInnerRect |
24 |
WindowRenderer::performChildWindowLayout |
WindowRenderer::performChildWindowLayout |
28 |
WindowRenderer::getRenderingContext |
WindowRenderer::getRenderingContext |
32 |
WindowRenderer::update |
WindowRenderer::update |
36 |
WindowRenderer::onAttach |
WindowRenderer::handleFontRenderSizeChange |
40 |
WindowRenderer::onDetach |
WindowRenderer::onAttach |
44 |
WindowRenderer::onLookNFeelAssigned |
WindowRenderer::onDetach |
48 |
WindowRenderer::onLookNFeelUnassigned |
WindowRenderer::onLookNFeelAssigned |
52 |
__cxa_pure_virtual |
WindowRenderer::onLookNFeelUnassigned |
56 |
|
__cxa_pure_virtual |
60 |
|
__cxa_pure_virtual |
[+] affected symbols (7)
ListboxWindowRenderer::getListRenderArea ( ) constThis method is from 'ListboxWindowRenderer' class.
ListboxWindowRenderer::ListboxWindowRenderer [in-charge] ( String const& name )This constructor is from 'ListboxWindowRenderer' class.
ListboxWindowRenderer::~ListboxWindowRenderer [in-charge] ( )This method is from 'ListboxWindowRenderer' class.
WindowRenderer::onAttach ( )This method is from derived class 'WindowRenderer'.
WindowRenderer::onDetach ( )This method is from derived class 'WindowRenderer'.
WindowRenderer::onLookNFeelAssigned ( )This method is from derived class 'WindowRenderer'.
WindowRenderer::onLookNFeelUnassigned ( )This method is from derived class 'WindowRenderer'.
CEGUIListboxItem.h
namespace CEGUI
[+] class ListboxItem (3)
| Change |
Effect |
1 | Pure virtual method ListboxItem::draw ( GeometryBuffer&, Rectf const&, float, Rectf const* ) 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. |
2 | Virtual method ListboxItem::handleFontRenderSizeChange ( Font const*const ) 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. |
3 | Pure virtual method ListboxItem::draw ( GeometryBuffer&, Rect const&, float, Rect const* ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or 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) - 9 entries | Virtual Table (New) - 10 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ListboxItem |
~ListboxItem |
12 |
~ListboxItem |
~ListboxItem |
16 |
ListboxItem::setText |
ListboxItem::setText |
20 |
__cxa_pure_virtual |
ListboxItem::handleFontRenderSizeChange |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
ListboxItem::operator< |
__cxa_pure_virtual |
32 |
ListboxItem::operator> |
ListboxItem::operator< |
36 |
|
ListboxItem::operator> |
[+] affected symbols (9)
ListboxItem::getModulateAlphaColourRect ( ColourRect const& cols, float alpha ) constThis method is from 'ListboxItem' class.
ListboxItem::getPixelSize ( ) constThis method is from 'ListboxItem' class.
ListboxItem::getTextVisual ( ) constThis method is from 'ListboxItem' class.
ListboxItem::ListboxItem [in-charge] ( String const& text, uint item_id, void* item_data, bool disabled, bool auto_delete )This constructor is from 'ListboxItem' class.
ListboxItem::operator< ( ListboxItem const& rhs ) constThis method is from 'ListboxItem' class.
ListboxItem::operator> ( ListboxItem const& rhs ) constThis method is from 'ListboxItem' class.
ListboxItem::setText ( String const& text )This method is from 'ListboxItem' class.
ListboxItem::~ListboxItem [in-charge] ( )This method is from 'ListboxItem' class.
ListboxTextItem::getPixelSize ( ) constThis method is from derived class 'ListboxTextItem'.
CEGUIListHeader.h
namespace CEGUI
[+] class ListHeader (1)
| Change |
Effect |
1 | Size of this class has been increased from 1448 bytes to 1520 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)
ListHeader::addColumn ( String const& text, uint id, UDim const& width )This method is from 'ListHeader' class.
ListHeader::createInitialisedSegment ( String const& text, uint id, UDim const& width )This method is from 'ListHeader' class.
ListHeader::createNewSegment ( String const& name ) constThis method is from 'ListHeader' class.
ListHeader::destroyListSegment ( ListHeaderSegment* segment ) constThis method is from 'ListHeader' class.
ListHeader::EventDragMoveSettingChanged [data]This method is from 'ListHeader' class.
ListHeader::EventDragSizeSettingChanged [data]This method is from 'ListHeader' class.
ListHeader::EventNamespace [data]This method is from 'ListHeader' class.
ListHeader::EventSegmentAdded [data]This method is from 'ListHeader' class.
ListHeader::EventSegmentClicked [data]This method is from 'ListHeader' class.
ListHeader::EventSegmentRemoved [data]This method is from 'ListHeader' class.
...
CEGUIListHeaderSegment.h
namespace CEGUI
[+] class ListHeaderSegment (1)
| Change |
Effect |
1 | Size of this class has been increased from 1464 bytes to 1536 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)
ListHeader::addColumn ( String const& text, uint id, UDim const& width )Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::createInitialisedSegment ( String const& text, uint id, UDim const& width )Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::createNewSegment ( String const& name ) constField 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::destroyListSegment ( ListHeaderSegment* segment ) const1st parameter 'segment' (pointer) has base type 'ListHeaderSegment'.
ListHeader::EventDragMoveSettingChanged [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::EventDragSizeSettingChanged [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::EventNamespace [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::EventSegmentAdded [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::EventSegmentClicked [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::EventSegmentRemoved [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
...
CEGUIMenubar.h
namespace CEGUI
[+] class Menubar (1)
| Change |
Effect |
1 | Size of this class has been increased from 1464 bytes to 1536 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 (6)
Menubar::EventNamespace [data]This method is from 'Menubar' class.
Menubar::getContentSize ( ) constThis method is from 'Menubar' class.
Menubar::layoutItemWidgets ( )This method is from 'Menubar' class.
Menubar::Menubar [in-charge] ( String const& type, String const& name )This constructor is from 'Menubar' class.
Menubar::WidgetTypeName [data]This method is from 'Menubar' class.
Menubar::~Menubar [in-charge] ( )This method is from 'Menubar' class.
CEGUIMenuBase.h
namespace CEGUI
[+] class MenuBase (1)
| Change |
Effect |
1 | Size of this class has been increased from 1464 bytes to 1536 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)
Menubar::EventNamespace [data]This method is from derived class 'Menubar'.
Menubar::getContentSize ( ) constThis method is from derived class 'Menubar'.
Menubar::layoutItemWidgets ( )This method is from derived class 'Menubar'.
Menubar::Menubar [in-charge] ( String const& type, String const& name )This constructor is from derived class 'Menubar'.
Menubar::testClassName_impl ( String const& class_name ) constThis method is from derived class 'Menubar'.
Menubar::WidgetTypeName [data]This method is from derived class 'Menubar'.
Menubar::~Menubar [in-charge] ( )This method is from derived class 'Menubar'.
MenuBase::changePopupMenuItem ( MenuItem* item )This method is from 'MenuBase' class.
MenuBase::EventNamespace [data]This method is from 'MenuBase' class.
MenuBase::EventPopupClosed [data]This method is from 'MenuBase' class.
...
CEGUIMenuItem.h
namespace CEGUI
[+] class MenuItem (1)
| Change |
Effect |
1 | Size of this class has been increased from 1460 bytes to 1532 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)
MenuBase::changePopupMenuItem ( MenuItem* item )1st parameter 'item' (pointer) has base type 'MenuItem'.
MenuBase::EventNamespace [data]Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::EventPopupClosed [data]Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::EventPopupOpened [data]Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::MenuBase [in-charge] ( String const& type, String const& name )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::onHidden ( WindowEventArgs& e )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::onPopupClosed ( WindowEventArgs& e )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::onPopupOpened ( WindowEventArgs& e )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::setAllowMultiplePopups ( bool setting )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::setPopupMenuItemClosing ( )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
...
CEGUIMouseCursor.h
namespace CEGUI
[+] class MouseCursor (1)
| Change |
Effect |
1 | Size of this class has been increased from 104 bytes to 108 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)
MouseCursor::draw ( ) constThis method is from 'MouseCursor' class.
MouseCursor::EventImageChanged [data]This method is from 'MouseCursor' class.
MouseCursor::EventNamespace [data]This method is from 'MouseCursor' class.
MouseCursor::getConstraintArea ( ) constThis method is from 'MouseCursor' class.
MouseCursor::getDisplayIndependantPosition ( ) constThis method is from 'MouseCursor' class.
MouseCursor::getExplicitRenderSize ( ) constThis method is from 'MouseCursor' class.
MouseCursor::getUnifiedConstraintArea ( ) constThis method is from 'MouseCursor' class.
MouseCursor::invalidate ( )This method is from 'MouseCursor' class.
MouseCursor::MouseCursor [in-charge] ( )This constructor is from 'MouseCursor' class.
MouseCursor::onImageChanged ( MouseCursorEventArgs& e )Field 'e->mouseCursor' in 1st parameter 'e' (reference) has base type 'MouseCursor'.
...
CEGUIMultiColumnList.h
namespace CEGUI
[+] class MultiColumnList (1)
| Change |
Effect |
1 | Size of this class has been increased from 1460 bytes to 1536 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)
MultiColumnList::addColumn ( String const& text, uint col_id, UDim const& width )This method is from 'MultiColumnList' class.
MultiColumnList::addRow ( ListboxItem* item, uint col_id, uint row_id )This method is from 'MultiColumnList' class.
MultiColumnList::addRow ( uint row_id )This method is from 'MultiColumnList' class.
MultiColumnList::autoSizeColumnHeader ( uint col_idx )This method is from 'MultiColumnList' class.
MultiColumnList::clearAllSelections ( )This method is from 'MultiColumnList' class.
MultiColumnList::clearAllSelections_impl ( )This method is from 'MultiColumnList' class.
MultiColumnList::configureScrollbars ( )This method is from 'MultiColumnList' class.
MultiColumnList::ensureColumnIsVisible ( uint column_idx )This method is from 'MultiColumnList' class.
MultiColumnList::ensureItemColumnIsVisible ( ListboxItem const* item )This method is from 'MultiColumnList' class.
MultiColumnList::ensureItemIsVisible ( ListboxItem const* item )This method is from 'MultiColumnList' class.
...
CEGUIMultiLineEditbox.h
namespace CEGUI
[+] class MultiLineEditbox (1)
| Change |
Effect |
1 | Size of this class has been increased from 1468 bytes to 1544 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)
MultiLineEditbox::clearSelection ( )This method is from 'MultiLineEditbox' class.
MultiLineEditbox::configureScrollbars ( )This method is from 'MultiLineEditbox' class.
MultiLineEditbox::d_lineBreakChars [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::eraseSelectedText ( bool modify_text )This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventEditboxFull [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventHorzScrollbarModeChanged [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventMaximumTextLengthChanged [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventNamespace [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventReadOnlyModeChanged [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventTextSelectionChanged [data]This method is from 'MultiLineEditbox' class.
...
CEGUIPixmapFont.h
namespace CEGUI
[+] class PixmapFont (2)
| Change |
Effect |
1 | Field d_glyphImages has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of this class has been increased from 712 bytes to 892 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 (6)
PixmapFont::addPixmapFontProperties ( )This method is from 'PixmapFont' class.
PixmapFont::defineMapping ( utf32 const codepoint, String const& image_name, float const horz_advance )This method is from 'PixmapFont' class.
PixmapFont::reinit ( )This method is from 'PixmapFont' class.
PixmapFont::updateFont ( )This method is from 'PixmapFont' class.
PixmapFont::writeXMLToStream_impl ( XMLSerializer& xml_stream ) constThis method is from 'PixmapFont' class.
PixmapFont::~PixmapFont [in-charge] ( )This method is from 'PixmapFont' class.
CEGUIPopupMenu.h
namespace CEGUI
[+] class PopupMenu (1)
| Change |
Effect |
1 | Size of this class has been increased from 1484 bytes to 1556 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)
MenuBase::changePopupMenuItem ( MenuItem* item )Field 'item->d_popup' in 1st parameter 'item' (pointer) has base type 'PopupMenu'.
MenuBase::EventNamespace [data]Field 'this->d_popupItem->d_popup' in the object of this method has base type 'PopupMenu'.
MenuBase::EventPopupClosed [data]Field 'this->d_popupItem->d_popup' in the object of this method has base type 'PopupMenu'.
MenuBase::EventPopupOpened [data]Field 'this->d_popupItem->d_popup' in the object of this method has base type 'PopupMenu'.
MenuBase::MenuBase [in-charge] ( String const& type, String const& name )Field 'this->d_popupItem->d_popup' in the object of this method has base type 'PopupMenu'.
MenuBase::onHidden ( WindowEventArgs& e )Field 'this->d_popupItem->d_popup' in the object of this method has base type 'PopupMenu'.
MenuBase::onPopupClosed ( WindowEventArgs& e )Field 'this->d_popupItem->d_popup' in the object of this method has base type 'PopupMenu'.
MenuBase::onPopupOpened ( WindowEventArgs& e )Field 'this->d_popupItem->d_popup' in the object of this method has base type 'PopupMenu'.
MenuBase::setAllowMultiplePopups ( bool setting )Field 'this->d_popupItem->d_popup' in the object of this method has base type 'PopupMenu'.
MenuBase::setPopupMenuItemClosing ( )Field 'this->d_popupItem->d_popup' in the object of this method has base type 'PopupMenu'.
...
CEGUIProgressBar.h
namespace CEGUI
[+] class ProgressBar (1)
| Change |
Effect |
1 | Size of this class has been increased from 1424 bytes to 1496 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 (9)
ProgressBar::EventNamespace [data]This method is from 'ProgressBar' class.
ProgressBar::EventProgressChanged [data]This method is from 'ProgressBar' class.
ProgressBar::EventProgressDone [data]This method is from 'ProgressBar' class.
ProgressBar::onProgressChanged ( WindowEventArgs& e )This method is from 'ProgressBar' class.
ProgressBar::onProgressDone ( WindowEventArgs& e )This method is from 'ProgressBar' class.
ProgressBar::ProgressBar [in-charge] ( String const& type, String const& name )This constructor is from 'ProgressBar' class.
ProgressBar::setProgress ( float progress )This method is from 'ProgressBar' class.
ProgressBar::WidgetTypeName [data]This method is from 'ProgressBar' class.
ProgressBar::~ProgressBar [in-charge] ( )This method is from 'ProgressBar' class.
CEGUIProperty.h
namespace CEGUI
[+] class Property (5)
| Change |
Effect |
1 | Size of this class has been changed from 464 bytes to 768 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. |
2 | Pure virtual method Property::clone ( ) 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. |
3 | Virtual method Property::doesWriteXML ( ) const 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. |
4 | Virtual method Property::isReadable ( ) const 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. |
5 | Virtual method Property::isWritable ( ) const 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) - 10 entries | Virtual Table (New) - 14 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Property |
~Property |
12 |
~Property |
~Property |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
Property::isDefault |
Property::isDefault |
28 |
Property::getDefault |
Property::getDefault |
32 |
Property::writeXMLToStream |
Property::writeXMLToStream |
36 |
Property::initialisePropertyReceiver |
Property::isReadable |
40 |
|
Property::isWritable |
44 |
|
Property::doesWriteXML |
48 |
|
Property::initialisePropertyReceiver |
52 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
Property::get ( PropertyReceiver const* receiver ) constThis method is from 'Property' class.
Property::getDefault ( PropertyReceiver const* receiver ) constThis method is from 'Property' class.
Property::initialisePropertyReceiver ( PropertyReceiver* receiver ) constThis method is from 'Property' class.
Property::isDefault ( PropertyReceiver const* receiver ) constThis method is from 'Property' class.
Property::set ( PropertyReceiver* receiver, String const& value )This method is from 'Property' class.
Property::writeXMLToStream ( PropertyReceiver const* receiver, XMLSerializer& xml_stream ) constThis method is from 'Property' class.
Property::~Property [in-charge] ( )This method is from 'Property' class.
PropertyDefinition::initialisePropertyReceiver ( PropertyReceiver* receiver ) constThis method is from derived class 'PropertyDefinition'.
PropertyLinkDefinition::initialisePropertyReceiver ( PropertyReceiver* receiver ) constThis method is from derived class 'PropertyLinkDefinition'.
PropertySet::addProperty ( Property* property )1st parameter 'property' (pointer) has base type 'Property'.
...
CEGUIPushButton.h
namespace CEGUI
[+] class PushButton (1)
| Change |
Effect |
1 | Size of this class has been increased from 1416 bytes to 1492 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)
Combobox::getPushButton ( ) constReturn value (pointer) has base type 'PushButton'.
FrameWindow::getCloseButton ( ) constReturn value (pointer) has base type 'PushButton'.
PushButton::EventClicked [data]This method is from 'PushButton' class.
PushButton::EventNamespace [data]This method is from 'PushButton' class.
PushButton::onClicked ( WindowEventArgs& e )This method is from 'PushButton' class.
PushButton::onMouseButtonUp ( MouseEventArgs& e )This method is from 'PushButton' class.
PushButton::PushButton [in-charge] ( String const& type, String const& name )This constructor is from 'PushButton' class.
PushButton::WidgetTypeName [data]This method is from 'PushButton' class.
PushButton::~PushButton [in-charge] ( )This method is from 'PushButton' class.
Scrollbar::getDecreaseButton ( ) constReturn value (pointer) has base type 'PushButton'.
...
CEGUIRadioButton.h
namespace CEGUI
[+] class RadioButton (2)
| Change |
Effect |
1 | Field d_selected has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of this class has been increased from 1420 bytes to 1496 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 (5)
RadioButton::getSelectedButtonInGroup ( ) constReturn value (pointer) has base type 'RadioButton'.
RadioButton::RadioButton [in-charge] ( String const& type, String const& name )This constructor is from 'RadioButton' class.
RadioButton::setGroupID ( ulong group )This method is from 'RadioButton' class.
RadioButton::WidgetTypeName [data]This method is from 'RadioButton' class.
RadioButton::~RadioButton [in-charge] ( )This method is from 'RadioButton' class.
CEGUIRenderedStringComponent.h
namespace CEGUI
[+] class RenderedStringComponent (2)
| Change |
Effect |
1 | Size of this class has been increased from 28 bytes to 32 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 | Pure virtual method RenderedStringComponent::setSelection ( Window const*, float const, float 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) - 10 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RenderedStringComponent |
~RenderedStringComponent |
12 |
~RenderedStringComponent |
~RenderedStringComponent |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
RenderedString::appendComponent ( RenderedStringComponent const& component )1st parameter 'component' (reference) has base type 'RenderedStringComponent'.
RenderedStringComponent::canSplit ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::clone ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getAspectLock ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getBottomPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getLeftPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getRightPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getSpaceCount ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getTopPadding ( ) constThis method is from 'RenderedStringComponent' class.
...
CEGUIRenderedStringImageComponent.h
namespace CEGUI
[+] class RenderedStringImageComponent (1)
| Change |
Effect |
1 | Size of this class has been increased from 136 bytes to 144 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)
RenderedStringImageComponent::canSplit ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::clone ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::getColours ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::getImage ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::getSize ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::getSpaceCount ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::RenderedStringImageComponent [in-charge] ( )This constructor is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::RenderedStringImageComponent [in-charge] ( Image const* image )This constructor is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::setColours ( ColourRect const& cr )This method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::setImage ( Image const* image )This method is from 'RenderedStringImageComponent' class.
...
CEGUIRenderedStringTextComponent.h
namespace CEGUI
[+] class RenderedStringTextComponent (1)
| Change |
Effect |
1 | Size of this class has been increased from 280 bytes to 292 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)
RenderedStringTextComponent::canSplit ( ) constThis method is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::clone ( ) constThis method is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::getColours ( ) constThis method is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::getFont ( ) constThis method is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::getSpaceCount ( ) constThis method is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::getText ( ) constThis method is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::RenderedStringTextComponent [in-charge] ( )This constructor is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::RenderedStringTextComponent [in-charge] ( String const& text )This constructor is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::RenderedStringTextComponent [in-charge] ( String const& text, String const& font_name )This constructor is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::setColours ( ColourRect const& cr )This method is from 'RenderedStringTextComponent' class.
...
CEGUIRenderedStringWidgetComponent.h
namespace CEGUI
[+] class RenderedStringWidgetComponent (1)
| Change |
Effect |
1 | Size of this class has been increased from 32 bytes to 196 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)
RenderedStringWidgetComponent::canSplit ( ) constThis method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::clone ( ) constThis method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::getSpaceCount ( ) constThis method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::getWindow ( ) constThis method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::RenderedStringWidgetComponent [in-charge] ( )This constructor is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::RenderedStringWidgetComponent [in-charge] ( String const& widget_name )This constructor is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::RenderedStringWidgetComponent [in-charge] ( Window* widget )This constructor is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::setWindow ( String const& widget_name )This method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::setWindow ( Window* widget )This method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::~RenderedStringWidgetComponent [in-charge] ( )This method is from 'RenderedStringWidgetComponent' class.
CEGUIRenderEffect.h
namespace CEGUI
[+] class RenderEffect (1)
| Change |
Effect |
1 | Virtual method RenderEffect::~RenderEffect ( ) 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) - 7 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
~RenderEffect |
12 |
__cxa_pure_virtual |
~RenderEffect |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
|
__cxa_pure_virtual |
32 |
|
__cxa_pure_virtual |
[+] affected symbols (5)
RenderEffect::getPassCount ( ) constThis method is from 'RenderEffect' class.
RenderEffect::performPostRenderFunctions ( )This method is from 'RenderEffect' class.
RenderEffect::performPreRenderFunctions ( int const pass )This method is from 'RenderEffect' class.
RenderEffect::realiseGeometry ( RenderingWindow& window, GeometryBuffer& geometry )This method is from 'RenderEffect' class.
RenderEffect::update ( float const elapsed, RenderingWindow& window )This method is from 'RenderEffect' class.
CEGUIRenderer.h
namespace CEGUI
[+] class Renderer (3)
| Change |
Effect |
1 | Pure virtual method Renderer::destroyTexture ( String 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. |
2 | Pure virtual method Renderer::getTexture ( String const& ) 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. |
3 | Pure virtual method Renderer::setDisplaySize ( Sizef 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) - 23 entries | Virtual Table (New) - 26 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
__cxa_pure_virtual |
12 |
__cxa_pure_virtual |
__cxa_pure_virtual |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
48 |
__cxa_pure_virtual |
__cxa_pure_virtual |
52 |
__cxa_pure_virtual |
__cxa_pure_virtual |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
__cxa_pure_virtual |
__cxa_pure_virtual |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
__cxa_pure_virtual |
__cxa_pure_virtual |
80 |
__cxa_pure_virtual |
__cxa_pure_virtual |
84 |
~Renderer |
__cxa_pure_virtual |
88 |
~Renderer |
__cxa_pure_virtual |
92 |
|
__cxa_pure_virtual |
96 |
|
~Renderer |
100 |
|
~Renderer |
[+] affected symbols (>10)
Renderer::beginRendering ( )This method is from 'Renderer' class.
Renderer::createGeometryBuffer ( )This method is from 'Renderer' class.
Renderer::createTextureTarget ( )This method is from 'Renderer' class.
Renderer::destroyAllGeometryBuffers ( )This method is from 'Renderer' class.
Renderer::destroyAllTextures ( )This method is from 'Renderer' class.
Renderer::destroyAllTextureTargets ( )This method is from 'Renderer' class.
Renderer::destroyGeometryBuffer ( GeometryBuffer const& buffer )This method is from 'Renderer' class.
Renderer::destroyTexture ( Texture& texture )This method is from 'Renderer' class.
Renderer::destroyTextureTarget ( TextureTarget* target )This method is from 'Renderer' class.
Renderer::endRendering ( )This method is from 'Renderer' class.
...
CEGUIRenderingSurface.h
namespace CEGUI
[+] class RenderingSurface (1)
| Change |
Effect |
1 | Virtual method RenderingSurface::drawContent ( ) 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) - 15 entries | Virtual Table (New) - 16 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RenderingSurface |
~RenderingSurface |
12 |
~RenderingSurface |
~RenderingSurface |
16 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
20 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
24 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
28 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
32 |
EventSet::fireEvent |
EventSet::fireEvent |
36 |
RenderingSurface::draw |
RenderingSurface::draw |
40 |
RenderingSurface::invalidate |
RenderingSurface::invalidate |
44 |
RenderingSurface::isRenderingWindow |
RenderingSurface::isRenderingWindow |
48 |
RenderingSurface::createRenderingWindow |
RenderingSurface::createRenderingWindow |
52 |
RenderingSurface::destroyRenderingWindow |
RenderingSurface::destroyRenderingWindow |
56 |
RenderingSurface::transferRenderingWindow |
RenderingSurface::transferRenderingWindow |
60 |
|
RenderingSurface::drawContent |
[+] affected symbols (>10)
RenderingSurface::addGeometryBuffer ( enum RenderQueueID const queue, GeometryBuffer const& buffer )This method is from 'RenderingSurface' class.
RenderingSurface::attachWindow ( RenderingWindow& w )This method is from 'RenderingSurface' class.
RenderingSurface::clearGeometry ( )This method is from 'RenderingSurface' class.
RenderingSurface::clearGeometry ( enum RenderQueueID const queue )This method is from 'RenderingSurface' class.
RenderingSurface::createRenderingWindow ( TextureTarget& target )This method is from 'RenderingSurface' class.
RenderingSurface::destroyRenderingWindow ( RenderingWindow& window )This method is from 'RenderingSurface' class.
RenderingSurface::detatchWindow ( RenderingWindow& w )This method is from 'RenderingSurface' class.
RenderingSurface::draw ( )This method is from 'RenderingSurface' class.
RenderingSurface::draw ( RenderQueue const& queue, RenderQueueEventArgs& args )This method is from 'RenderingSurface' class.
RenderingSurface::getRenderTarget ( )This method is from 'RenderingSurface' class.
...
CEGUIRenderingWindow.h
namespace CEGUI
[+] class RenderingWindow (1)
| Change |
Effect |
1 | Size of this class has been increased from 136 bytes to 140 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)
RenderingSurface::attachWindow ( RenderingWindow& w )1st parameter 'w' (reference) has base type 'RenderingWindow'.
RenderingSurface::createRenderingWindow ( TextureTarget& target )Return value (reference) has base type 'RenderingWindow'.
RenderingSurface::destroyRenderingWindow ( RenderingWindow& window )1st parameter 'window' (reference) has base type 'RenderingWindow'.
RenderingSurface::detatchWindow ( RenderingWindow& w )1st parameter 'w' (reference) has base type 'RenderingWindow'.
RenderingSurface::transferRenderingWindow ( RenderingWindow& window )1st parameter 'window' (reference) has base type 'RenderingWindow'.
RenderingWindow::draw ( )This method is from 'RenderingWindow' class.
RenderingWindow::getOwner ( )This method is from 'RenderingWindow' class.
RenderingWindow::getOwner ( ) constThis method is from 'RenderingWindow' class.
RenderingWindow::getPivot ( ) constThis method is from 'RenderingWindow' class.
RenderingWindow::getPosition ( ) constThis method is from 'RenderingWindow' class.
...
CEGUIRenderTarget.h
namespace CEGUI
[+] class RenderTarget (7)
| Change |
Effect |
1 | Size of this class has been changed from 4 bytes to 32 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. |
2 | Base class AllocatedObject<RenderTarget> has been added. | The memory layout in this class has been shifted by 32 bytes. |
3 | Base class EventSet has been added. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 32 bytes. |
4 | Pure virtual method RenderTarget::setArea ( Rectf 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. |
5 | Pure virtual method RenderTarget::unprojectPoint ( GeometryBuffer const&, Vector2f const&, Vector2f& ) 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. |
6 | Pure virtual method RenderTarget::setArea ( Rect const& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Pure virtual method RenderTarget::unprojectPoint ( GeometryBuffer const&, Vector2 const&, Vector2& ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or 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) - 12 entries | Virtual Table (New) - 17 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RenderTarget |
~RenderTarget |
12 |
~RenderTarget |
~RenderTarget |
16 |
__cxa_pure_virtual |
EventSet::subscribeEvent |
20 |
__cxa_pure_virtual |
EventSet::subscribeEvent |
24 |
__cxa_pure_virtual |
EventSet::subscribeScriptedEvent |
28 |
__cxa_pure_virtual |
EventSet::subscribeScriptedEvent |
32 |
__cxa_pure_virtual |
EventSet::fireEvent |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
48 |
|
__cxa_pure_virtual |
52 |
|
__cxa_pure_virtual |
56 |
|
__cxa_pure_virtual |
60 |
|
__cxa_pure_virtual |
64 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )Field 'this->d_activeTexture->d_owner->d_defaultTarget' in the object of this method has base type 'RenderTarget'.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )Field 'this->d_activeTexture->d_owner->d_defaultTarget' in the object of this method has base type 'RenderTarget'.
IrrlichtGeometryBuffer::draw ( ) constField 'this->d_activeTexture->d_owner->d_defaultTarget' in the object of this method has base type 'RenderTarget'.
IrrlichtGeometryBuffer::getActiveTexture ( ) constField 'this->d_activeTexture->d_owner->d_defaultTarget' in the object of this method has base type 'RenderTarget'.
IrrlichtGeometryBuffer::getBatchCount ( ) constField 'this->d_activeTexture->d_owner->d_defaultTarget' in the object of this method has base type 'RenderTarget'.
IrrlichtGeometryBuffer::getMaterial ( )Field 'this->d_activeTexture->d_owner->d_defaultTarget' in the object of this method has base type 'RenderTarget'.
IrrlichtGeometryBuffer::getMaterial ( ) constField 'this->d_activeTexture->d_owner->d_defaultTarget' in the object of this method has base type 'RenderTarget'.
IrrlichtGeometryBuffer::getMatrix ( ) constField 'this->d_activeTexture->d_owner->d_defaultTarget' in the object of this method has base type 'RenderTarget'.
IrrlichtGeometryBuffer::getRenderEffect ( )Field 'this->d_activeTexture->d_owner->d_defaultTarget' in the object of this method has base type 'RenderTarget'.
IrrlichtGeometryBuffer::getVertexCount ( ) constField 'this->d_activeTexture->d_owner->d_defaultTarget' in the object of this method has base type 'RenderTarget'.
...
CEGUISchemeManager.h
namespace CEGUI
[+] class SchemeManager (1)
| Change |
Effect |
1 | Size of this class has been increased from 208 bytes to 212 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 (4)
SchemeManager::doPostObjectAdditionAction ( Scheme& object )This method is from 'SchemeManager' class.
SchemeManager::getIterator ( ) constThis method is from 'SchemeManager' class.
SchemeManager::SchemeManager [in-charge] ( )This constructor is from 'SchemeManager' class.
SchemeManager::~SchemeManager [in-charge] ( )This method is from 'SchemeManager' class.
CEGUIScrollablePane.h
namespace CEGUI
[+] class ScrollablePane (1)
| Change |
Effect |
1 | Size of this class has been increased from 1464 bytes to 1540 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)
ScrollablePane::configureScrollbars ( )This method is from 'ScrollablePane' class.
ScrollablePane::destroy ( )This method is from 'ScrollablePane' class.
ScrollablePane::EventAutoSizeSettingChanged [data]This method is from 'ScrollablePane' class.
ScrollablePane::EventContentPaneChanged [data]This method is from 'ScrollablePane' class.
ScrollablePane::EventContentPaneScrolled [data]This method is from 'ScrollablePane' class.
ScrollablePane::EventHorzScrollbarModeChanged [data]This method is from 'ScrollablePane' class.
ScrollablePane::EventNamespace [data]This method is from 'ScrollablePane' class.
ScrollablePane::EventVertScrollbarModeChanged [data]This method is from 'ScrollablePane' class.
ScrollablePane::getContentPane ( ) constThis method is from 'ScrollablePane' class.
ScrollablePane::getContentPaneArea ( ) constThis method is from 'ScrollablePane' class.
...
CEGUIScrollbar.h
namespace CEGUI
[+] class Scrollbar (1)
| Change |
Effect |
1 | Size of this class has been increased from 1440 bytes to 1512 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)
Listbox::getHorzScrollbar ( ) constReturn value (pointer) has base type 'Scrollbar'.
Listbox::getVertScrollbar ( ) constReturn value (pointer) has base type 'Scrollbar'.
MultiColumnList::getHorzScrollbar ( ) constReturn value (pointer) has base type 'Scrollbar'.
MultiColumnList::getVertScrollbar ( ) constReturn value (pointer) has base type 'Scrollbar'.
MultiLineEditbox::getHorzScrollbar ( ) constReturn value (pointer) has base type 'Scrollbar'.
MultiLineEditbox::getVertScrollbar ( ) constReturn value (pointer) has base type 'Scrollbar'.
ScrollablePane::getHorzScrollbar ( ) constReturn value (pointer) has base type 'Scrollbar'.
ScrollablePane::getVertScrollbar ( ) constReturn value (pointer) has base type 'Scrollbar'.
Scrollbar::EventNamespace [data]This method is from 'Scrollbar' class.
Scrollbar::EventScrollConfigChanged [data]This method is from 'Scrollbar' class.
...
CEGUIScrolledContainer.h
namespace CEGUI
[+] class ScrolledContainer (1)
| Change |
Effect |
1 | Size of this class has been increased from 1460 bytes to 1564 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)
ScrollablePane::getContentPane ( ) constReturn value (pointer) has base type 'ScrolledContainer'.
ScrollablePane::getScrolledContainer ( ) constReturn value (pointer) has base type 'ScrolledContainer'.
ScrolledContainer::drawSelf ( struct RenderingContext const& p1 )This method is from 'ScrolledContainer' class.
ScrolledContainer::EventAutoSizeSettingChanged [data]This method is from 'ScrolledContainer' class.
ScrolledContainer::EventContentChanged [data]This method is from 'ScrolledContainer' class.
ScrolledContainer::EventNamespace [data]This method is from 'ScrolledContainer' class.
ScrolledContainer::getChildExtentsArea ( ) constThis method is from 'ScrolledContainer' class.
ScrolledContainer::getContentArea ( ) constThis method is from 'ScrolledContainer' class.
ScrolledContainer::getHitTestRect_impl ( ) constThis method is from 'ScrolledContainer' class.
ScrolledContainer::getInnerRectClipper_impl ( ) constThis method is from 'ScrolledContainer' class.
...
CEGUIScrolledItemListBase.h
namespace CEGUI
[+] class ScrolledItemListBase (1)
| Change |
Effect |
1 | Size of this class has been increased from 1452 bytes to 1524 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)
ItemListbox::clearAllSelections ( )This method is from derived class 'ItemListbox'.
ItemListbox::d_multiSelectProperty [data]This method is from derived class 'ItemListbox'.
ItemListbox::EventMultiSelectModeChanged [data]This method is from derived class 'ItemListbox'.
ItemListbox::EventNamespace [data]This method is from derived class 'ItemListbox'.
ItemListbox::EventSelectionChanged [data]This method is from derived class 'ItemListbox'.
ItemListbox::findSelectedItem ( size_t start_index ) constThis method is from derived class 'ItemListbox'.
ItemListbox::getContentSize ( ) constThis method is from derived class 'ItemListbox'.
ItemListbox::getFirstSelectedItem ( size_t start_index ) constThis method is from derived class 'ItemListbox'.
ItemListbox::getNextSelectedItem ( ) constThis method is from derived class 'ItemListbox'.
ItemListbox::getNextSelectedItemAfter ( ItemEntry const* start_item ) constThis method is from derived class 'ItemListbox'.
...
CEGUISequentialLayoutContainer.h
namespace CEGUI
[+] class SequentialLayoutContainer (1)
| Change |
Effect |
1 | Size of this class has been increased from 1440 bytes to 1548 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)
HorizontalLayoutContainer::HorizontalLayoutContainer [in-charge] ( String const& type, String const& name )This constructor is from derived class 'HorizontalLayoutContainer'.
HorizontalLayoutContainer::layout ( )This method is from derived class 'HorizontalLayoutContainer'.
HorizontalLayoutContainer::testClassName_impl ( String const& class_name ) constThis method is from derived class 'HorizontalLayoutContainer'.
HorizontalLayoutContainer::WidgetTypeName [data]This method is from derived class 'HorizontalLayoutContainer'.
HorizontalLayoutContainer::~HorizontalLayoutContainer [in-charge] ( )This method is from derived class 'HorizontalLayoutContainer'.
SequentialLayoutContainer::EventNamespace [data]This method is from 'SequentialLayoutContainer' class.
SequentialLayoutContainer::SequentialLayoutContainer [in-charge] ( String const& type, String const& name )This constructor is from 'SequentialLayoutContainer' class.
SequentialLayoutContainer::~SequentialLayoutContainer [in-charge] ( )This method is from 'SequentialLayoutContainer' class.
VerticalLayoutContainer::layout ( )This method is from derived class 'VerticalLayoutContainer'.
VerticalLayoutContainer::testClassName_impl ( String const& class_name ) constThis method is from derived class 'VerticalLayoutContainer'.
...
CEGUISlider.h
namespace CEGUI
[+] class Slider (1)
| Change |
Effect |
1 | Size of this class has been increased from 1428 bytes to 1500 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)
Slider::EventNamespace [data]This method is from 'Slider' class.
Slider::EventThumbTrackEnded [data]This method is from 'Slider' class.
Slider::EventThumbTrackStarted [data]This method is from 'Slider' class.
Slider::EventValueChanged [data]This method is from 'Slider' class.
Slider::getThumb ( ) constThis method is from 'Slider' class.
Slider::getValueFromThumb ( ) constThis method is from 'Slider' class.
Slider::handleThumbMoved ( EventArgs const& e )This method is from 'Slider' class.
Slider::handleThumbTrackEnded ( EventArgs const& e )This method is from 'Slider' class.
Slider::handleThumbTrackStarted ( EventArgs const& e )This method is from 'Slider' class.
Slider::initialiseComponents ( )This method is from 'Slider' class.
...
CEGUISpinner.h
namespace CEGUI
[+] class Spinner (1)
| Change |
Effect |
1 | Size of this class has been increased from 1452 bytes to 1524 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)
Spinner::EventMaximumValueChanged [data]This method is from 'Spinner' class.
Spinner::EventMinimumValueChanged [data]This method is from 'Spinner' class.
Spinner::EventNamespace [data]This method is from 'Spinner' class.
Spinner::EventStepChanged [data]This method is from 'Spinner' class.
Spinner::EventTextInputModeChanged [data]This method is from 'Spinner' class.
Spinner::EventValueChanged [data]This method is from 'Spinner' class.
Spinner::FloatValidator [data]This method is from 'Spinner' class.
Spinner::getCurrentValue ( ) constThis method is from 'Spinner' class.
Spinner::getDecreaseButton ( ) constThis method is from 'Spinner' class.
Spinner::getEditbox ( ) constThis method is from 'Spinner' class.
...
CEGUITabButton.h
namespace CEGUI
[+] class TabButton (1)
| Change |
Effect |
1 | Size of this class has been increased from 1424 bytes to 1496 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)
TabButton::EventClicked [data]This method is from 'TabButton' class.
TabButton::EventDragged [data]This method is from 'TabButton' class.
TabButton::EventNamespace [data]This method is from 'TabButton' class.
TabButton::EventScrolled [data]This method is from 'TabButton' class.
TabButton::onClicked ( WindowEventArgs& e )This method is from 'TabButton' class.
TabButton::onMouseButtonDown ( MouseEventArgs& e )This method is from 'TabButton' class.
TabButton::onMouseButtonUp ( MouseEventArgs& e )This method is from 'TabButton' class.
TabButton::onMouseMove ( MouseEventArgs& e )This method is from 'TabButton' class.
TabButton::onMouseWheel ( MouseEventArgs& e )This method is from 'TabButton' class.
TabButton::setSelected ( bool selected )This method is from 'TabButton' class.
...
CEGUITabControl.h
namespace CEGUI
[+] class TabControl (1)
| Change |
Effect |
1 | Size of this class has been increased from 1480 bytes to 1552 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)
TabControl::addButtonForTabContent ( Window* wnd )This method is from 'TabControl' class.
TabControl::addTab ( Window* wnd )This method is from 'TabControl' class.
TabControl::addTabControlProperties ( )This method is from 'TabControl' class.
TabControl::calculateTabButtonSizePosition ( size_t index )This method is from 'TabControl' class.
TabControl::createTabButton ( String const& name ) constThis method is from 'TabControl' class.
TabControl::drawSelf ( struct RenderingContext const& p1 )This method is from 'TabControl' class.
TabControl::EventNamespace [data]This method is from 'TabControl' class.
TabControl::EventSelectionChanged [data]This method is from 'TabControl' class.
TabControl::getButtonForTabContents ( Window* wnd ) constThis method is from 'TabControl' class.
TabControl::getSelectedTabIndex ( ) constThis method is from 'TabControl' class.
...
CEGUITexture.h
namespace CEGUI
[+] class Texture (12)
| Change |
Effect |
1 | Pure virtual method Texture::blitFromMemory ( void const*, Rectf 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. |
2 | Pure virtual method Texture::blitToMemory ( void* ) 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 | Pure virtual method Texture::getName ( ) 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 Texture::isPixelFormatSupported ( enum Texture::PixelFormat const ) 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. |
5 | Pure virtual method Texture::loadFromMemory ( void const*, Sizef const&, enum Texture::PixelFormat ) 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. |
6 | The relative position of pure virtual method Texture::getOriginalDataSize ( ) const has been changed from 1 to 3. | The layout of v-table has been changed. Call of this pure virtual method implementation may result in crash or incorrect behavior of applications. |
7 | The relative position of pure virtual method Texture::getSize ( ) const has been changed from 0 to 2. | The layout of v-table has been changed. Call of this pure virtual method implementation may result in crash or incorrect behavior of applications. |
8 | The relative position of pure virtual method Texture::getTexelScaling ( ) const has been changed from 2 to 4. | The layout of v-table has been changed. Call of this pure virtual method implementation may result in crash or incorrect behavior of applications. |
9 | The relative position of pure virtual method Texture::loadFromFile ( String const&, String const& ) has been changed from 3 to 5. | The layout of v-table has been changed. Call of this pure virtual method implementation may result in crash or incorrect behavior of applications. |
10 | Pure virtual method Texture::loadFromMemory ( void const*, Size const&, enum Texture::PixelFormat ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
11 | Pure virtual method Texture::saveToMemory ( void* ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
12 | The relative position of virtual method Texture::~Texture ( ) has been changed from 5 to 1. | The layout of v-table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 10 entries | Virtual Table (New) - 13 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
~Texture |
12 |
__cxa_pure_virtual |
~Texture |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
~Texture |
__cxa_pure_virtual |
36 |
~Texture |
__cxa_pure_virtual |
40 |
|
__cxa_pure_virtual |
44 |
|
__cxa_pure_virtual |
48 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
IrrlichtTexture::getOriginalDataSize ( ) constThis method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::getSize ( ) constThis method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::getTexelScaling ( ) constThis method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::loadFromFile ( String const& filename, String const& resourceGroup )This method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::~IrrlichtTexture [in-charge] ( )This method is from derived class 'IrrlichtTexture'.
OpenGLTexture::getOriginalDataSize ( ) constThis method is from derived class 'OpenGLTexture'.
OpenGLTexture::getSize ( ) constThis method is from derived class 'OpenGLTexture'.
OpenGLTexture::getTexelScaling ( ) constThis method is from derived class 'OpenGLTexture'.
OpenGLTexture::loadFromFile ( String const& filename, String const& resourceGroup )This method is from derived class 'OpenGLTexture'.
OpenGLTexture::~OpenGLTexture [in-charge] ( )This method is from derived class 'OpenGLTexture'.
...
CEGUITextureTarget.h
namespace CEGUI
[+] class TextureTarget (1)
| Change |
Effect |
1 | Size of this class has been changed from 4 bytes to 32 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 (>10)
IrrlichtRenderer::createTextureTarget ( )Return value (pointer) has base type 'TextureTarget'.
IrrlichtRenderer::destroyTextureTarget ( TextureTarget* target )1st parameter 'target' (pointer) has base type 'TextureTarget'.
RenderingSurface::attachWindow ( RenderingWindow& w )Field 'w->d_textarget' in 1st parameter 'w' (reference) has base type 'TextureTarget'.
RenderingSurface::createRenderingWindow ( TextureTarget& target )1st parameter 'target' (reference) has base type 'TextureTarget'.
RenderingSurface::destroyRenderingWindow ( RenderingWindow& window )Field 'window->d_textarget' in 1st parameter 'window' (reference) has base type 'TextureTarget'.
RenderingSurface::detatchWindow ( RenderingWindow& w )Field 'w->d_textarget' in 1st parameter 'w' (reference) has base type 'TextureTarget'.
RenderingSurface::transferRenderingWindow ( RenderingWindow& window )Field 'window->d_textarget' in 1st parameter 'window' (reference) has base type 'TextureTarget'.
RenderingWindow::draw ( )Field 'this->d_textarget' in the object of this method has base type 'TextureTarget'.
RenderingWindow::getOwner ( )Field 'this->d_textarget' in the object of this method has base type 'TextureTarget'.
RenderingWindow::getOwner ( ) constField 'this->d_textarget' in the object of this method has base type 'TextureTarget'.
...
CEGUIThumb.h
namespace CEGUI
[+] class Thumb (1)
| Change |
Effect |
1 | Size of this class has been increased from 1448 bytes to 1524 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)
Scrollbar::getThumb ( ) constReturn value (pointer) has base type 'Thumb'.
Slider::getThumb ( ) constReturn value (pointer) has base type 'Thumb'.
Thumb::EventNamespace [data]This method is from 'Thumb' class.
Thumb::EventThumbPositionChanged [data]This method is from 'Thumb' class.
Thumb::EventThumbTrackEnded [data]This method is from 'Thumb' class.
Thumb::EventThumbTrackStarted [data]This method is from 'Thumb' class.
Thumb::getHorzRange ( ) constThis method is from 'Thumb' class.
Thumb::getVertRange ( ) constThis method is from 'Thumb' class.
Thumb::onCaptureLost ( WindowEventArgs& e )This method is from 'Thumb' class.
Thumb::onMouseButtonDown ( MouseEventArgs& e )This method is from 'Thumb' class.
...
CEGUITitlebar.h
namespace CEGUI
[+] class Titlebar (1)
| Change |
Effect |
1 | Size of this class has been increased from 1444 bytes to 1520 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)
FrameWindow::getTitlebar ( ) constReturn value (pointer) has base type 'Titlebar'.
Titlebar::EventNamespace [data]This method is from 'Titlebar' class.
Titlebar::isDraggingEnabled ( ) constThis method is from 'Titlebar' class.
Titlebar::onCaptureLost ( WindowEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onDraggingModeChanged ( WindowEventArgs& p1 )This method is from 'Titlebar' class.
Titlebar::onFontChanged ( WindowEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseButtonDown ( MouseEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseButtonUp ( MouseEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseDoubleClicked ( MouseEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseMove ( MouseEventArgs& e )This method is from 'Titlebar' class.
...
CEGUITooltip.h
namespace CEGUI
[+] class Tooltip (3)
| Change |
Effect |
1 | Size of this class has been increased from 1444 bytes to 1516 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 | Virtual method Tooltip::onTooltipTransition ( WindowEventArgs& ) 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. |
3 | Virtual method Tooltip::onFadeTimeChanged ( WindowEventArgs& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or 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) - 103 entries | Virtual Table (New) - 119 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Tooltip |
~Tooltip |
12 |
~Tooltip |
~Tooltip |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Window::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
Window::addChild_impl |
56 |
Window::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
Window::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Tooltip::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Window::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Window::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Window::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Tooltip::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Tooltip::onTextChanged |
192 |
Window::onMouseMove |
Window::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
Window::onMouseButtonDown |
Window::onIDChanged |
204 |
Window::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Tooltip::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
Window::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Window::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Tooltip::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Tooltip::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
Tooltip::testClassName_impl |
Window::onMouseMove |
292 |
Tooltip::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
Window::onMouseButtonDown |
300 |
Window::addChild_impl |
Window::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Window::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
Tooltip::getTextSize_impl |
Window::onMarginChanged |
356 |
Tooltip::onHoverTimeChanged |
Tooltip::updateSelf |
360 |
Tooltip::onDisplayTimeChanged |
Window::drawSelf |
364 |
Tooltip::onFadeTimeChanged |
Window::populateGeometryBuffer |
368 |
Tooltip::onTooltipActive |
Tooltip::validateWindowRenderer |
372 |
Tooltip::onTooltipInactive |
Window::cleanupChildren |
376 |
(int (*)(...))-0x00000001c |
Window::onZChange_impl |
380 |
(int (*)(...))(& typeinfo) |
Window::moveToFront_impl |
384 |
non-virtual thunk |
Window::getOuterRectClipper_impl |
388 |
non-virtual thunk |
Window::getInnerRectClipper_impl |
392 |
EventSet::subscribeEvent |
Window::getHitTestRect_impl |
396 |
EventSet::subscribeEvent |
Window::writePropertiesXML |
400 |
EventSet::subscribeScriptedEvent |
Window::writeChildWindowsXML |
404 |
EventSet::subscribeScriptedEvent |
Window::writeAutoChildWindowXML |
408 |
EventSet::fireEvent |
Window::banPropertiesForAutoWindow |
412 |
|
Window::handleFontRenderSizeChange |
416 |
|
Tooltip::getTextSize_impl |
420 |
|
Tooltip::onHoverTimeChanged |
424 |
|
Tooltip::onDisplayTimeChanged |
428 |
|
Tooltip::onTooltipActive |
432 |
|
Tooltip::onTooltipInactive |
436 |
|
Tooltip::onTooltipTransition |
440 |
|
(int (*)(...))-0x00000001c |
444 |
|
(int (*)(...))(& typeinfo) |
448 |
|
non-virtual thunk |
452 |
|
non-virtual thunk |
456 |
|
EventSet::subscribeEvent |
460 |
|
EventSet::subscribeEvent |
464 |
|
EventSet::subscribeScriptedEvent |
468 |
|
EventSet::subscribeScriptedEvent |
472 |
|
EventSet::fireEvent |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow->d_customTip' in the object of this method has base type 'Tooltip'.
AnimationInstance::setTargetWindow ( Window* target )Field 'target->d_customTip' in 1st parameter 'target' (pointer) has base type 'Tooltip'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window->d_customTip' in 1st parameter 'e' (reference) has base type 'Tooltip'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::getClipperWindow ( ) constField 'retval->d_customTip' in return value (pointer) has base type 'Tooltip'.
ClippedContainer::setClipperWindow ( Window* w )Field 'w->d_customTip' in 1st parameter 'w' (pointer) has base type 'Tooltip'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
...
CEGUITree.h
namespace CEGUI
[+] class Tree (1)
| Change |
Effect |
1 | Size of this class has been increased from 1468 bytes to 1544 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)
Tree::addItem ( TreeItem* item )This method is from 'Tree' class.
Tree::addTreeEvents ( )This method is from 'Tree' class.
Tree::cacheTreeBaseImagery ( )This method is from 'Tree' class.
Tree::clearAllSelections ( )This method is from 'Tree' class.
Tree::clearAllSelections_impl ( )This method is from 'Tree' class.
Tree::clearAllSelectionsFromList ( Tree::LBItemList const& itemList )This method is from 'Tree' class.
Tree::configureScrollbars ( )This method is from 'Tree' class.
Tree::containsOpenItemRecursive ( Tree::LBItemList const& itemList, TreeItem* item )This method is from 'Tree' class.
Tree::createHorzScrollbar ( String const& name ) constThis method is from 'Tree' class.
Tree::createVertScrollbar ( String const& name ) constThis method is from 'Tree' class.
...
CEGUITreeItem.h
namespace CEGUI
[+] class TreeItem (1)
| Change |
Effect |
1 | Virtual method TreeItem::handleFontRenderSizeChange ( Font const*const ) 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) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~TreeItem |
~TreeItem |
12 |
~TreeItem |
~TreeItem |
16 |
TreeItem::getPixelSize |
TreeItem::getPixelSize |
20 |
TreeItem::draw |
TreeItem::draw |
24 |
TreeItem::operator< |
TreeItem::handleFontRenderSizeChange |
28 |
TreeItem::operator> |
TreeItem::operator< |
32 |
|
TreeItem::operator> |
[+] affected symbols (2)
TreeItem::operator< ( TreeItem const& rhs ) constThis method is from 'TreeItem' class.
TreeItem::operator> ( TreeItem const& rhs ) constThis method is from 'TreeItem' class.
CEGUIVerticalLayoutContainer.h
namespace CEGUI
[+] class VerticalLayoutContainer (1)
| Change |
Effect |
1 | Size of this class has been increased from 1440 bytes to 1548 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 (4)
VerticalLayoutContainer::layout ( )This method is from 'VerticalLayoutContainer' class.
VerticalLayoutContainer::VerticalLayoutContainer [in-charge] ( String const& type, String const& name )This constructor is from 'VerticalLayoutContainer' class.
VerticalLayoutContainer::WidgetTypeName [data]This method is from 'VerticalLayoutContainer' class.
VerticalLayoutContainer::~VerticalLayoutContainer [in-charge] ( )This method is from 'VerticalLayoutContainer' class.
CEGUIWindow.h
namespace CEGUI
[+] class Window (38)
| Change |
Effect |
1 | Field d_area has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field d_children has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field d_innerUnclippedRect has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field d_innerUnclippedRectValid has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Field d_maxSize has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 | Field d_minSize has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
7 | Field d_name has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
8 | Field d_outerUnclippedRect has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
9 | Field d_outerUnclippedRectValid has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
10 | Field d_parent has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
11 | Field d_pixelSize has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
12 | Field d_rotation has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
13 | Field d_vertAlign has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
14 | Size of this class has been increased from 1416 bytes to 1488 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. |
15 | Base class NamedElement has been added. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 344 bytes. |
16 | Virtual method Window::handleFontRenderSizeChange ( EventArgs const& ) 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. |
17 | Virtual method Window::onInvalidated ( WindowEventArgs& ) 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. |
18 | Virtual method Window::performChildWindowLayout ( bool, bool ) 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. |
19 | Virtual method Window::performCopy ( Clipboard& ) 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. |
20 | Virtual method Window::performCut ( Clipboard& ) 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. |
21 | Virtual method Window::performPaste ( Clipboard& ) 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. |
22 | Base class EventSet has been removed. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 344 bytes. |
23 | Virtual method Window::addChild_impl ( Window* ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
24 | Virtual method Window::getClientChildWindowContentArea_impl ( ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
25 | Virtual method Window::getNonClientChildWindowContentArea_impl ( ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
26 | Virtual method Window::getUnclippedOuterRect_impl ( ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
27 | Virtual method Window::isHit ( Vector2 const&, bool const ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
28 | Virtual method Window::onChildAdded ( WindowEventArgs& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
29 | Virtual method Window::onChildRemoved ( WindowEventArgs& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
30 | Virtual method Window::onHorizontalAlignmentChanged ( WindowEventArgs& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
31 | Virtual method Window::onMoved ( WindowEventArgs& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
32 | Virtual method Window::onParentSized ( WindowEventArgs& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
33 | Virtual method Window::onRotated ( WindowEventArgs& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
34 | Virtual method Window::onSized ( WindowEventArgs& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
35 | Virtual method Window::onVerticalAlignmentChanged ( WindowEventArgs& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
36 | Virtual method Window::performChildWindowLayout ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
37 | Virtual method Window::testClassName_impl ( String const& ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
38 | Virtual method Window::validateWindowRenderer ( String const& ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or 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) - 97 entries | Virtual Table (New) - 113 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Window |
~Window |
12 |
~Window |
~Window |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Window::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
Window::addChild_impl |
56 |
Window::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
Window::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Window::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Window::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Window::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Window::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Window::onTextChanged |
192 |
Window::onMouseMove |
Window::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
Window::onMouseButtonDown |
Window::onIDChanged |
204 |
Window::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
Window::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Window::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
Window::testClassName_impl |
Window::onMouseMove |
292 |
Window::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
Window::onMouseButtonDown |
300 |
Window::addChild_impl |
Window::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Window::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
(int (*)(...))-0x00000001c |
Window::onMarginChanged |
356 |
(int (*)(...))(& typeinfo) |
Window::updateSelf |
360 |
non-virtual thunk |
Window::drawSelf |
364 |
non-virtual thunk |
Window::populateGeometryBuffer |
368 |
EventSet::subscribeEvent |
Window::validateWindowRenderer |
372 |
EventSet::subscribeEvent |
Window::cleanupChildren |
376 |
EventSet::subscribeScriptedEvent |
Window::onZChange_impl |
380 |
EventSet::subscribeScriptedEvent |
Window::moveToFront_impl |
384 |
EventSet::fireEvent |
Window::getOuterRectClipper_impl |
388 |
|
Window::getInnerRectClipper_impl |
392 |
|
Window::getHitTestRect_impl |
396 |
|
Window::writePropertiesXML |
400 |
|
Window::writeChildWindowsXML |
404 |
|
Window::writeAutoChildWindowXML |
408 |
|
Window::banPropertiesForAutoWindow |
412 |
|
Window::handleFontRenderSizeChange |
416 |
|
(int (*)(...))-0x00000001c |
420 |
|
(int (*)(...))(& typeinfo) |
424 |
|
non-virtual thunk |
428 |
|
non-virtual thunk |
432 |
|
EventSet::subscribeEvent |
436 |
|
EventSet::subscribeEvent |
440 |
|
EventSet::subscribeScriptedEvent |
444 |
|
EventSet::subscribeScriptedEvent |
448 |
|
EventSet::fireEvent |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow' in the object of this method has base type 'Window'.
AnimationInstance::setTargetWindow ( Window* target )1st parameter 'target' (pointer) has base type 'Window'.
ButtonBase::ButtonBase [in-charge] ( String const& type, String const& name )This constructor is from derived class 'ButtonBase'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )This method is from derived class 'ButtonBase'.
ButtonBase::onMouseButtonDown ( MouseEventArgs& e )This method is from derived class 'ButtonBase'.
ButtonBase::onMouseButtonUp ( MouseEventArgs& e )This method is from derived class 'ButtonBase'.
ButtonBase::onMouseLeaves ( MouseEventArgs& e )This method is from derived class 'ButtonBase'.
ButtonBase::onMouseMove ( MouseEventArgs& e )This method is from derived class 'ButtonBase'.
ButtonBase::setPushedState ( bool const pushed )This method is from derived class 'ButtonBase'.
ButtonBase::testClassName_impl ( String const& class_name ) constThis method is from derived class 'ButtonBase'.
...
CEGUIWindowRenderer.h
namespace CEGUI
[+] class WindowRenderer (1)
| Change |
Effect |
1 | Virtual method WindowRenderer::handleFontRenderSizeChange ( Font const*const ) 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) - 13 entries | Virtual Table (New) - 14 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~WindowRenderer |
~WindowRenderer |
12 |
~WindowRenderer |
~WindowRenderer |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
WindowRenderer::getUnclippedInnerRect |
WindowRenderer::getUnclippedInnerRect |
24 |
WindowRenderer::performChildWindowLayout |
WindowRenderer::performChildWindowLayout |
28 |
WindowRenderer::getRenderingContext |
WindowRenderer::getRenderingContext |
32 |
WindowRenderer::update |
WindowRenderer::update |
36 |
WindowRenderer::onAttach |
WindowRenderer::handleFontRenderSizeChange |
40 |
WindowRenderer::onDetach |
WindowRenderer::onAttach |
44 |
WindowRenderer::onLookNFeelAssigned |
WindowRenderer::onDetach |
48 |
WindowRenderer::onLookNFeelUnassigned |
WindowRenderer::onLookNFeelAssigned |
52 |
|
WindowRenderer::onLookNFeelUnassigned |
[+] affected symbols (>10)
FalagardButton::actualStateName ( String const& name ) constThis method is from derived class 'FalagardButton'.
FalagardItemListbox::onLookNFeelAssigned ( )This method is from derived class 'FalagardItemListbox'.
FalagardItemListbox::onLookNFeelUnassigned ( )This method is from derived class 'FalagardItemListbox'.
FalagardScrollablePane::onLookNFeelAssigned ( )This method is from derived class 'FalagardScrollablePane'.
FalagardScrollablePane::onLookNFeelUnassigned ( )This method is from derived class 'FalagardScrollablePane'.
FalagardStaticText::onLookNFeelAssigned ( )This method is from derived class 'FalagardStaticText'.
FalagardStaticText::onLookNFeelUnassigned ( )This method is from derived class 'FalagardStaticText'.
ItemEntryWindowRenderer::getItemPixelSize ( ) constThis method is from derived class 'ItemEntryWindowRenderer'.
ItemListBaseWindowRenderer::getItemRenderArea ( ) constThis method is from derived class 'ItemListBaseWindowRenderer'.
ListboxWindowRenderer::getListRenderArea ( ) constThis method is from derived class 'ListboxWindowRenderer'.
...
CEGUIXercesParserProperties.h
namespace XercesParserProperties
[+] class SchemaDefaultResourceGroup (1)
| Change |
Effect |
1 | Size of this class has been changed from 464 bytes to 768 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)
XercesParser::s_schemaDefaultResourceGroupProperty [data]Return value has type 'SchemaDefaultResourceGroup'.
CEGUIXMLHandler.h
namespace CEGUI
[+] class XMLHandler (2)
| Change |
Effect |
1 | Pure virtual method XMLHandler::getDefaultResourceGroup ( ) 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. |
2 | Virtual method XMLHandler::getSchemaName ( ) const 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) - 7 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~XMLHandler |
~XMLHandler |
12 |
~XMLHandler |
~XMLHandler |
16 |
XMLHandler::elementStart |
XMLHandler::getSchemaName |
20 |
XMLHandler::elementEnd |
__cxa_pure_virtual |
24 |
XMLHandler::text |
XMLHandler::elementStart |
28 |
|
XMLHandler::elementEnd |
32 |
|
XMLHandler::text |
[+] affected symbols (>10)
ChainedXMLHandler::elementEnd ( String const& element )This method is from derived class 'ChainedXMLHandler'.
ChainedXMLHandler::elementEndLocal ( String const& element )This method is from derived class 'ChainedXMLHandler'.
ChainedXMLHandler::elementStart ( String const& element, XMLAttributes const& attributes )This method is from derived class 'ChainedXMLHandler'.
ChainedXMLHandler::elementStartLocal ( String const& element, XMLAttributes const& attributes )This method is from derived class 'ChainedXMLHandler'.
Config_xmlHandler::elementEnd ( String const& element )This method is from derived class 'Config_xmlHandler'.
Config_xmlHandler::elementStart ( String const& element, XMLAttributes const& attributes )This method is from derived class 'Config_xmlHandler'.
Font_xmlHandler::elementEnd ( String const& element )This method is from derived class 'Font_xmlHandler'.
Font_xmlHandler::elementStart ( String const& element, XMLAttributes const& attributes )This method is from derived class 'Font_xmlHandler'.
GUILayout_xmlHandler::elementEnd ( String const& element )This method is from derived class 'GUILayout_xmlHandler'.
GUILayout_xmlHandler::elementStart ( String const& element, XMLAttributes const& attributes )This method is from derived class 'GUILayout_xmlHandler'.
...
CEGUIXMLParser.h
namespace CEGUI
[+] class XMLParser (2)
| Change |
Effect |
1 | Pure virtual method XMLParser::parseXML ( XMLHandler&, RawDataContainer const&, String 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. |
2 | Virtual method XMLParser::parseXMLString ( XMLHandler&, String const&, String const& ) 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) - 7 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~XMLParser |
~XMLParser |
12 |
~XMLParser |
~XMLParser |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
XMLParser::parseXMLFile |
24 |
__cxa_pure_virtual |
XMLParser::parseXMLString |
28 |
|
__cxa_pure_virtual |
32 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
ExpatParser::cleanupImpl ( )This method is from derived class 'ExpatParser'.
LibxmlParser::cleanupImpl ( )This method is from derived class 'LibxmlParser'.
TinyXMLParser::cleanupImpl ( )This method is from derived class 'TinyXMLParser'.
XercesParser::cleanupImpl ( )This method is from derived class 'XercesParser'.
XMLParser::cleanup ( )This method is from 'XMLParser' class.
XMLParser::cleanupImpl ( )This method is from 'XMLParser' class.
XMLParser::getIdentifierString ( ) constThis method is from 'XMLParser' class.
XMLParser::initialise ( )This method is from 'XMLParser' class.
XMLParser::initialiseImpl ( )This method is from 'XMLParser' class.
XMLParser::parseXMLFile ( XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup )This method is from 'XMLParser' class.
...
to the top
Problems with Symbols, High Severity (268)
CEGUIBasicRenderedStringParser.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] BasicRenderedStringParser::parse ( String const& input_string, Font* initial_font, ColourRect const* initial_colours ) (1)
changed to:BasicRenderedStringParser::parse ( String const& input_string, Font const* initial_font, ColourRect const* initial_colours )
[symbol: _ZN5CEGUI25BasicRenderedStringParser5parseERKNS_6StringEPNS_4FontEPKNS_10ColourRectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI25BasicRenderedStringParser5parseERKNS_6StringEPNS_4FontEPKNS_10ColourRectE to _ZN5CEGUI25BasicRenderedStringParser5parseERKNS_6StringEPKNS_4FontEPKNS_10ColourRectE. This may cause "undefined reference" linker error in old client applications. |
CEGUIButtonBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ButtonBase::updateInternalState ( Point const& mouse_pos ) (1)
changed to:ButtonBase::updateInternalState ( Vector2f const& mouse_pos )
[symbol: _ZN5CEGUI10ButtonBase19updateInternalStateERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI10ButtonBase19updateInternalStateERKNS_7Vector2E to _ZN5CEGUI10ButtonBase19updateInternalStateERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUICentredRenderedString.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] CentredRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) const (1)
changed to:CentredRenderedString::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect ) const
[symbol: _ZNK5CEGUI21CentredRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI21CentredRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE to _ZNK5CEGUI21CentredRenderedString4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] CentredRenderedString::format ( Size const& area_size ) (1)
changed to:CentredRenderedString::format ( Window const* ref_wnd, Sizef const& area_size )
[symbol: _ZN5CEGUI21CentredRenderedString6formatERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI21CentredRenderedString6formatERKNS_4SizeE to _ZN5CEGUI21CentredRenderedString6formatEPKNS_6WindowERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] CentredRenderedString::getHorizontalExtent ( ) const (1)
changed to:CentredRenderedString::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI21CentredRenderedString19getHorizontalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI21CentredRenderedString19getHorizontalExtentEv to _ZNK5CEGUI21CentredRenderedString19getHorizontalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] CentredRenderedString::getVerticalExtent ( ) const (1)
changed to:CentredRenderedString::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI21CentredRenderedString17getVerticalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI21CentredRenderedString17getVerticalExtentEv to _ZNK5CEGUI21CentredRenderedString17getVerticalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
CEGUIClippedContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ClippedContainer::getUnclippedInnerRect_impl ( ) const (1)
changed to:ClippedContainer::getUnclippedInnerRect_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI16ClippedContainer26getUnclippedInnerRect_implEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI16ClippedContainer26getUnclippedInnerRect_implEv to _ZNK5CEGUI16ClippedContainer26getUnclippedInnerRect_implEb. This may cause "undefined reference" linker error in old client applications. |
[+] ClippedContainer::setClipArea ( Rect const& r ) (1)
changed to:ClippedContainer::setClipArea ( Rectf const& r )
[symbol: _ZN5CEGUI16ClippedContainer11setClipAreaERKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI16ClippedContainer11setClipAreaERKNS_4RectE to _ZN5CEGUI16ClippedContainer11setClipAreaERKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIColourRect.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ColourRect::ColourRect [in-charge] ( colour const& col ) (1)
changed to:ColourRect::ColourRect [in-charge] ( Colour const& col )
[symbol: _ZN5CEGUI10ColourRectC1ERKNS_6colourE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI10ColourRectC1ERKNS_6colourE to _ZN5CEGUI10ColourRectC1ERKNS_6ColourE. This may cause "undefined reference" linker error in old client applications. |
[+] ColourRect::ColourRect [not-in-charge] ( colour const& col ) (1)
changed to:ColourRect::ColourRect [not-in-charge] ( Colour const& col )
[symbol: _ZN5CEGUI10ColourRectC2ERKNS_6colourE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI10ColourRectC2ERKNS_6colourE to _ZN5CEGUI10ColourRectC2ERKNS_6ColourE. This may cause "undefined reference" linker error in old client applications. |
[+] ColourRect::ColourRect [in-charge] ( colour const& top_left, colour const& top_right, colour const& bottom_left, colour const& bottom_right ) (1)
changed to:ColourRect::ColourRect [in-charge] ( Colour const& col )
[symbol: _ZN5CEGUI10ColourRectC1ERKNS_6colourES3_S3_S3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI10ColourRectC1ERKNS_6colourES3_S3_S3_ to _ZN5CEGUI10ColourRectC1ERKNS_6ColourE. This may cause "undefined reference" linker error in old client applications. |
[+] ColourRect::ColourRect [not-in-charge] ( colour const& top_left, colour const& top_right, colour const& bottom_left, colour const& bottom_right ) (1)
changed to:ColourRect::ColourRect [not-in-charge] ( Colour const& col )
[symbol: _ZN5CEGUI10ColourRectC2ERKNS_6colourES3_S3_S3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI10ColourRectC2ERKNS_6colourES3_S3_S3_ to _ZN5CEGUI10ColourRectC2ERKNS_6ColourE. This may cause "undefined reference" linker error in old client applications. |
[+] ColourRect::setColours ( colour const& col ) (1)
changed to:ColourRect::setColours ( Colour const& col )
[symbol: _ZN5CEGUI10ColourRect10setColoursERKNS_6colourE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI10ColourRect10setColoursERKNS_6colourE to _ZN5CEGUI10ColourRect10setColoursERKNS_6ColourE. This may cause "undefined reference" linker error in old client applications. |
CEGUICombobox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Combobox::isHit ( Vector2 const& position, bool const allow_disabled ) const (1)
changed to:Combobox::isHit ( Vector2f const& position, bool const allow_disabled ) const
[symbol: _ZNK5CEGUI8Combobox5isHitERKNS_7Vector2Eb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI8Combobox5isHitERKNS_7Vector2Eb to _ZNK5CEGUI8Combobox5isHitERKNS_7Vector2IfEEb. This may cause "undefined reference" linker error in old client applications. |
CEGUICoordConverter.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] CoordConverter::screenToWindow ( Window const& window, Rect const& rect ) [static] (1)
changed to:CoordConverter::screenToWindow ( Window const& window, URect const& rect ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_4RectE to _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_4RectINS_4UDimEEE. This may cause "undefined reference" linker error in old client applications. |
[+] CoordConverter::screenToWindow ( Window const& window, URect const& rect ) [static] (1)
changed to:CoordConverter::screenToWindow ( Window const& window, URect const& rect ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_5URectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_5URectE to _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_4RectINS_4UDimEEE. This may cause "undefined reference" linker error in old client applications. |
[+] CoordConverter::screenToWindow ( Window const& window, UVector2 const& vec ) [static] (1)
changed to:CoordConverter::screenToWindow ( Window const& window, URect const& rect ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_8UVector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_8UVector2E to _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_4RectINS_4UDimEEE. This may cause "undefined reference" linker error in old client applications. |
[+] CoordConverter::screenToWindow ( Window const& window, Vector2 const& vec ) [static] (1)
changed to:CoordConverter::screenToWindow ( Window const& window, URect const& rect ) [static]
[symbol: _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_7Vector2E to _ZN5CEGUI14CoordConverter14screenToWindowERKNS_6WindowERKNS_4RectINS_4UDimEEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIDefaultRenderedStringParser.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] DefaultRenderedStringParser::parse ( String const& input_string, Font* initial_font, ColourRect const* initial_colours ) (1)
changed to:DefaultRenderedStringParser::parse ( String const& input_string, Font const* initial_font, ColourRect const* initial_colours )
[symbol: _ZN5CEGUI27DefaultRenderedStringParser5parseERKNS_6StringEPNS_4FontEPKNS_10ColourRectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI27DefaultRenderedStringParser5parseERKNS_6StringEPNS_4FontEPKNS_10ColourRectE to _ZN5CEGUI27DefaultRenderedStringParser5parseERKNS_6StringEPKNS_4FontEPKNS_10ColourRectE. This may cause "undefined reference" linker error in old client applications. |
CEGUIDragContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] DragContainer::doDragging ( Point const& local_mouse ) (1)
changed to:DragContainer::doDragging ( Vector2f const& local_mouse )
[symbol: _ZN5CEGUI13DragContainer10doDraggingERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI13DragContainer10doDraggingERKNS_7Vector2E to _ZN5CEGUI13DragContainer10doDraggingERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] DragContainer::isDraggingThresholdExceeded ( Point const& local_mouse ) (1)
changed to:DragContainer::isDraggingThresholdExceeded ( Vector2f const& local_mouse )
[symbol: _ZN5CEGUI13DragContainer27isDraggingThresholdExceededERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI13DragContainer27isDraggingThresholdExceededERKNS_7Vector2E to _ZN5CEGUI13DragContainer27isDraggingThresholdExceededERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] DragContainer::onMoved ( WindowEventArgs& e ) (1)
changed to:DragContainer::onMoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI13DragContainer7onMovedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI13DragContainer7onMovedERNS_15WindowEventArgsE to _ZN5CEGUI13DragContainer7onMovedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] DragContainer::setDragCursorImage ( enum MouseCursorImage image ) (1)
changed to:DragContainer::setDragCursorImage ( String const& name )
[symbol: _ZN5CEGUI13DragContainer18setDragCursorImageENS_16MouseCursorImageE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI13DragContainer18setDragCursorImageENS_16MouseCursorImageE to _ZN5CEGUI13DragContainer18setDragCursorImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] DragContainer::setDragCursorImage ( String const& imageset, String const& image ) (1)
changed to:DragContainer::setDragCursorImage ( String const& name )
[symbol: _ZN5CEGUI13DragContainer18setDragCursorImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI13DragContainer18setDragCursorImageERKNS_6StringES3_ to _ZN5CEGUI13DragContainer18setDragCursorImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] DragContainer::setFixedDragOffset ( UVector2 const& offset ) (1)
changed to:DragContainer::setFixedDragOffset ( UVector2 const& offset )
[symbol: _ZN5CEGUI13DragContainer18setFixedDragOffsetERKNS_8UVector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI13DragContainer18setFixedDragOffsetERKNS_8UVector2E to _ZN5CEGUI13DragContainer18setFixedDragOffsetERKNS_7Vector2INS_4UDimEEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIEditbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Editbox::getTextIndexFromPosition ( Point const& pt ) const (1)
changed to:Editbox::getTextIndexFromPosition ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI7Editbox24getTextIndexFromPositionERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI7Editbox24getTextIndexFromPositionERKNS_7Vector2E to _ZNK5CEGUI7Editbox24getTextIndexFromPositionERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Editbox::validateWindowRenderer ( String const& name ) const (1)
changed to:Editbox::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI7Editbox22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI7Editbox22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI7Editbox22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUIExceptions.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Exception::Exception [not-in-charge] ( String const& message, String const& name, String const& filename, int line ) (1)
changed to:Exception::Exception [not-in-charge] ( String const& message, String const& name, String const& filename, int line, String const& function )
[symbol: _ZN5CEGUI9ExceptionC2ERKNS_6StringES3_S3_i]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI9ExceptionC2ERKNS_6StringES3_S3_i to _ZN5CEGUI9ExceptionC2ERKNS_6StringES3_S3_iS3_. This may cause "undefined reference" linker error in old client applications. |
[+] Exception::Exception [in-charge] ( String const& message, String const& name, String const& filename, int line ) (1)
changed to:Exception::Exception [in-charge] ( String const& message, String const& name, String const& filename, int line, String const& function )
[symbol: _ZN5CEGUI9ExceptionC1ERKNS_6StringES3_S3_i]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI9ExceptionC1ERKNS_6StringES3_S3_i to _ZN5CEGUI9ExceptionC1ERKNS_6StringES3_S3_iS3_. This may cause "undefined reference" linker error in old client applications. |
CEGUIFactoryModule.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] FactoryModule::registerAllFactories ( ) const (1)
changed to:FactoryModule::registerAllFactories ( )
[symbol: _ZNK5CEGUI13FactoryModule20registerAllFactoriesEv]
| Change | Effect |
---|
1 | Method became non-const. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI13FactoryModule20registerAllFactoriesEv to _ZN5CEGUI13FactoryModule20registerAllFactoriesEv. This may cause "undefined reference" linker error in old client applications. |
[+] FactoryModule::registerFactory ( String const& type ) const (1)
changed to:FactoryModule::registerFactory ( String const& type_name )
[symbol: _ZNK5CEGUI13FactoryModule15registerFactoryERKNS_6StringE]
| Change | Effect |
---|
1 | Method became non-const. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI13FactoryModule15registerFactoryERKNS_6StringE to _ZN5CEGUI13FactoryModule15registerFactoryERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalComponentBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] FalagardComponentBase::render ( Window& srcWindow, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const (1)
changed to:FalagardComponentBase::render ( Window& srcWindow, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI21FalagardComponentBase6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI21FalagardComponentBase6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb to _ZNK5CEGUI21FalagardComponentBase6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb. This may cause "undefined reference" linker error in old client applications. |
[+] FalagardComponentBase::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const (1)
changed to:FalagardComponentBase::render ( Window& srcWindow, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI21FalagardComponentBase6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI21FalagardComponentBase6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b to _ZNK5CEGUI21FalagardComponentBase6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalDimensions.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ComponentArea::getPixelRect ( Window const& wnd, Rect const& container ) const (1)
changed to:ComponentArea::getPixelRect ( Window const& wnd, Rectf const& container ) const
[symbol: _ZNK5CEGUI13ComponentArea12getPixelRectERKNS_6WindowERKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI13ComponentArea12getPixelRectERKNS_6WindowERKNS_4RectE to _ZNK5CEGUI13ComponentArea12getPixelRectERKNS_6WindowERKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] ImageDim::ImageDim [not-in-charge] ( String const& imageset, String const& image, enum DimensionType dim ) (1)
changed to:ImageDim::ImageDim [not-in-charge] ( String const& image_name, enum DimensionType dim )
[symbol: _ZN5CEGUI8ImageDimC2ERKNS_6StringES3_NS_13DimensionTypeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI8ImageDimC2ERKNS_6StringES3_NS_13DimensionTypeE to _ZN5CEGUI8ImageDimC2ERKNS_6StringENS_13DimensionTypeE. This may cause "undefined reference" linker error in old client applications. |
[+] ImageDim::ImageDim [in-charge] ( String const& imageset, String const& image, enum DimensionType dim ) (1)
changed to:ImageDim::ImageDim [in-charge] ( String const& image_name, enum DimensionType dim )
[symbol: _ZN5CEGUI8ImageDimC1ERKNS_6StringES3_NS_13DimensionTypeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI8ImageDimC1ERKNS_6StringES3_NS_13DimensionTypeE to _ZN5CEGUI8ImageDimC1ERKNS_6StringENS_13DimensionTypeE. This may cause "undefined reference" linker error in old client applications. |
[+] ImageDim::setSourceImage ( String const& imageset, String const& image ) (1)
changed to:ImageDim::setSourceImage ( String const& image_name )
[symbol: _ZN5CEGUI8ImageDim14setSourceImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI8ImageDim14setSourceImageERKNS_6StringES3_ to _ZN5CEGUI8ImageDim14setSourceImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalFrameComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] FrameComponent::getBackgroundHorizontalFormatting ( ) const (1)
changed to:FrameComponent::getBackgroundHorizontalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI14FrameComponent33getBackgroundHorizontalFormattingEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14FrameComponent33getBackgroundHorizontalFormattingEv to _ZNK5CEGUI14FrameComponent33getBackgroundHorizontalFormattingERKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameComponent::getBackgroundVerticalFormatting ( ) const (1)
changed to:FrameComponent::getBackgroundVerticalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI14FrameComponent31getBackgroundVerticalFormattingEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14FrameComponent31getBackgroundVerticalFormattingEv to _ZNK5CEGUI14FrameComponent31getBackgroundVerticalFormattingERKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameComponent::getImage ( enum FrameImageComponent part ) const (1)
changed to:FrameComponent::getImage ( enum FrameImageComponent part, Window const& wnd ) const
[symbol: _ZNK5CEGUI14FrameComponent8getImageENS_19FrameImageComponentE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14FrameComponent8getImageENS_19FrameImageComponentE to _ZNK5CEGUI14FrameComponent8getImageENS_19FrameImageComponentERKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameComponent::render_impl ( Window& srcWindow, Rect& destRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const (1)
changed to:FrameComponent::render_impl ( Window& srcWindow, Rectf& destRect, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI14FrameComponent11render_implERNS_6WindowERNS_4RectEPKNS_10ColourRectEPKS3_b]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14FrameComponent11render_implERNS_6WindowERNS_4RectEPKNS_10ColourRectEPKS3_b to _ZNK5CEGUI14FrameComponent11render_implERNS_6WindowERNS_4RectIfEEPKNS_10ColourRectEPKS4_b. This may cause "undefined reference" linker error in old client applications. |
[+] FrameComponent::setImage ( enum FrameImageComponent part, String const& imageset, String const& image ) (1)
changed to:FrameComponent::setImage ( enum FrameImageComponent part, String const& name )
[symbol: _ZN5CEGUI14FrameComponent8setImageENS_19FrameImageComponentERKNS_6StringES4_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14FrameComponent8setImageENS_19FrameImageComponentERKNS_6StringES4_ to _ZN5CEGUI14FrameComponent8setImageENS_19FrameImageComponentERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalImageryComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ImageryComponent::getHorizontalFormatting ( ) const (1)
changed to:ImageryComponent::getHorizontalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI16ImageryComponent23getHorizontalFormattingEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI16ImageryComponent23getHorizontalFormattingEv to _ZNK5CEGUI16ImageryComponent23getHorizontalFormattingERKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] ImageryComponent::getVerticalFormatting ( ) const (1)
changed to:ImageryComponent::getVerticalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI16ImageryComponent21getVerticalFormattingEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI16ImageryComponent21getVerticalFormattingEv to _ZNK5CEGUI16ImageryComponent21getVerticalFormattingERKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] ImageryComponent::render_impl ( Window& srcWindow, Rect& destRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const (1)
changed to:ImageryComponent::render_impl ( Window& srcWindow, Rectf& destRect, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI16ImageryComponent11render_implERNS_6WindowERNS_4RectEPKNS_10ColourRectEPKS3_b]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI16ImageryComponent11render_implERNS_6WindowERNS_4RectEPKNS_10ColourRectEPKS3_b to _ZNK5CEGUI16ImageryComponent11render_implERNS_6WindowERNS_4RectIfEEPKNS_10ColourRectEPKS4_b. This may cause "undefined reference" linker error in old client applications. |
[+] ImageryComponent::setImage ( String const& imageset, String const& image ) (1)
changed to:ImageryComponent::setImage ( String const& name )
[symbol: _ZN5CEGUI16ImageryComponent8setImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI16ImageryComponent8setImageERKNS_6StringES3_ to _ZN5CEGUI16ImageryComponent8setImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalImagerySection.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ImagerySection::getBoundingRect ( Window const& wnd, Rect const& rect ) const (1)
changed to:ImagerySection::getBoundingRect ( Window const& wnd, Rectf const& rect ) const
[symbol: _ZNK5CEGUI14ImagerySection15getBoundingRectERKNS_6WindowERKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14ImagerySection15getBoundingRectERKNS_6WindowERKNS_4RectE to _ZNK5CEGUI14ImagerySection15getBoundingRectERKNS_6WindowERKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] ImagerySection::render ( Window& srcWindow, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const (1)
changed to:ImagerySection::render ( Window& srcWindow, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI14ImagerySection6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14ImagerySection6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb to _ZNK5CEGUI14ImagerySection6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb. This may cause "undefined reference" linker error in old client applications. |
[+] ImagerySection::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const (1)
changed to:ImagerySection::render ( Window& srcWindow, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI14ImagerySection6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14ImagerySection6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b to _ZNK5CEGUI14ImagerySection6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalLayerSpecification.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] LayerSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) const (1)
changed to:LayerSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI18LayerSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI18LayerSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb to _ZNK5CEGUI18LayerSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb. This may cause "undefined reference" linker error in old client applications. |
[+] LayerSpecification::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) const (1)
changed to:LayerSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI18LayerSpecification6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI18LayerSpecification6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b to _ZNK5CEGUI18LayerSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalPropertyDefinitionBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] PropertyDefinitionBase::PropertyDefinitionBase [not-in-charge] ( String const& name, String const& help, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite ) (1)
changed to:PropertyDefinitionBase::PropertyDefinitionBase [not-in-charge] ( String const& name, String const& help, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite, String const& fireEvent, String const& eventNamespace )
[symbol: _ZN5CEGUI22PropertyDefinitionBaseC2ERKNS_6StringES3_S3_bb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI22PropertyDefinitionBaseC2ERKNS_6StringES3_S3_bb to _ZN5CEGUI22PropertyDefinitionBaseC2ERKNS_6StringES3_S3_bbS3_S3_. This may cause "undefined reference" linker error in old client applications. |
[+] PropertyDefinitionBase::PropertyDefinitionBase [in-charge] ( String const& name, String const& help, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite ) (1)
changed to:PropertyDefinitionBase::PropertyDefinitionBase [in-charge] ( String const& name, String const& help, String const& initialValue, bool redrawOnWrite, bool layoutOnWrite, String const& fireEvent, String const& eventNamespace )
[symbol: _ZN5CEGUI22PropertyDefinitionBaseC1ERKNS_6StringES3_S3_bb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI22PropertyDefinitionBaseC1ERKNS_6StringES3_S3_bb to _ZN5CEGUI22PropertyDefinitionBaseC1ERKNS_6StringES3_S3_bbS3_S3_. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalSectionSpecification.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] SectionSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) const (1)
changed to:SectionSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI20SectionSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI20SectionSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectEb to _ZNK5CEGUI20SectionSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb. This may cause "undefined reference" linker error in old client applications. |
[+] SectionSpecification::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) const (1)
changed to:SectionSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI20SectionSpecification6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI20SectionSpecification6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_b to _ZNK5CEGUI20SectionSpecification6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEEb. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalStateImagery.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] StateImagery::render ( Window& srcWindow, ColourRect const* modcols, Rect const* clipper ) const (1)
changed to:StateImagery::render ( Window& srcWindow, ColourRect const* modcols, Rectf const* clipper ) const
[symbol: _ZNK5CEGUI12StateImagery6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI12StateImagery6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectE to _ZNK5CEGUI12StateImagery6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] StateImagery::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modcols, Rect const* clipper ) const (1)
changed to:StateImagery::render ( Window& srcWindow, ColourRect const* modcols, Rectf const* clipper ) const
[symbol: _ZNK5CEGUI12StateImagery6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI12StateImagery6renderERNS_6WindowERKNS_4RectEPKNS_10ColourRectEPS4_ to _ZNK5CEGUI12StateImagery6renderERNS_6WindowEPKNS_10ColourRectEPKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalTextComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] TextComponent::getHorizontalFormatting ( ) const (1)
changed to:TextComponent::getHorizontalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI13TextComponent23getHorizontalFormattingEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI13TextComponent23getHorizontalFormattingEv to _ZNK5CEGUI13TextComponent23getHorizontalFormattingERKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] TextComponent::getHorizontalTextExtent ( ) const (1)
changed to:TextComponent::getHorizontalTextExtent ( Window const& window ) const
[symbol: _ZNK5CEGUI13TextComponent23getHorizontalTextExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI13TextComponent23getHorizontalTextExtentEv to _ZNK5CEGUI13TextComponent23getHorizontalTextExtentERKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] TextComponent::getVerticalFormatting ( ) const (1)
changed to:TextComponent::getVerticalFormatting ( Window const& wnd ) const
[symbol: _ZNK5CEGUI13TextComponent21getVerticalFormattingEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI13TextComponent21getVerticalFormattingEv to _ZNK5CEGUI13TextComponent21getVerticalFormattingERKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] TextComponent::getVerticalTextExtent ( ) const (1)
changed to:TextComponent::getVerticalTextExtent ( Window const& window ) const
[symbol: _ZNK5CEGUI13TextComponent21getVerticalTextExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI13TextComponent21getVerticalTextExtentEv to _ZNK5CEGUI13TextComponent21getVerticalTextExtentERKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] TextComponent::render_impl ( Window& srcWindow, Rect& destRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) const (1)
changed to:TextComponent::render_impl ( Window& srcWindow, Rectf& destRect, ColourRect const* modColours, Rectf const* clipper, bool clipToDisplay ) const
[symbol: _ZNK5CEGUI13TextComponent11render_implERNS_6WindowERNS_4RectEPKNS_10ColourRectEPKS3_b]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI13TextComponent11render_implERNS_6WindowERNS_4RectEPKNS_10ColourRectEPKS3_b to _ZNK5CEGUI13TextComponent11render_implERNS_6WindowERNS_4RectIfEEPKNS_10ColourRectEPKS4_b. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalWidgetComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] WidgetComponent::WidgetComponent [in-charge] ( String const& type, String const& look, String const& suffix, String const& renderer ) (1)
changed to:WidgetComponent::WidgetComponent [in-charge] ( String const& type, String const& look, String const& suffix, String const& renderer, bool autoWindow )
[symbol: _ZN5CEGUI15WidgetComponentC1ERKNS_6StringES3_S3_S3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15WidgetComponentC1ERKNS_6StringES3_S3_S3_ to _ZN5CEGUI15WidgetComponentC1ERKNS_6StringES3_S3_S3_b. This may cause "undefined reference" linker error in old client applications. |
[+] WidgetComponent::WidgetComponent [not-in-charge] ( String const& type, String const& look, String const& suffix, String const& renderer ) (1)
changed to:WidgetComponent::WidgetComponent [not-in-charge] ( String const& type, String const& look, String const& suffix, String const& renderer, bool autoWindow )
[symbol: _ZN5CEGUI15WidgetComponentC2ERKNS_6StringES3_S3_S3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15WidgetComponentC2ERKNS_6StringES3_S3_S3_ to _ZN5CEGUI15WidgetComponentC2ERKNS_6StringES3_S3_S3_b. This may cause "undefined reference" linker error in old client applications. |
CEGUIFalWidgetLookFeel.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] WidgetLookFeel::addPropertyDefinition ( PropertyDefinition const& propdef ) (1)
changed to:WidgetLookFeel::addPropertyDefinition ( PropertyDefinitionBase* propdef )
[symbol: _ZN5CEGUI14WidgetLookFeel21addPropertyDefinitionERKNS_18PropertyDefinitionE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14WidgetLookFeel21addPropertyDefinitionERKNS_18PropertyDefinitionE to _ZN5CEGUI14WidgetLookFeel21addPropertyDefinitionEPNS_22PropertyDefinitionBaseE. This may cause "undefined reference" linker error in old client applications. |
[+] WidgetLookFeel::addPropertyLinkDefinition ( PropertyLinkDefinition const& propdef ) (1)
changed to:WidgetLookFeel::addPropertyLinkDefinition ( PropertyDefinitionBase* propdef )
[symbol: _ZN5CEGUI14WidgetLookFeel25addPropertyLinkDefinitionERKNS_22PropertyLinkDefinitionE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14WidgetLookFeel25addPropertyLinkDefinitionERKNS_22PropertyLinkDefinitionE to _ZN5CEGUI14WidgetLookFeel25addPropertyLinkDefinitionEPNS_22PropertyDefinitionBaseE. This may cause "undefined reference" linker error in old client applications. |
[+] WidgetLookFeel::WidgetLookFeel [in-charge] ( String const& name ) (1)
changed to:WidgetLookFeel::~WidgetLookFeel [in-charge-deleting] ( )
[symbol: _ZN5CEGUI14WidgetLookFeelC1ERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14WidgetLookFeelC1ERKNS_6StringE to _ZN5CEGUI14WidgetLookFeelD0Ev. This may cause "undefined reference" linker error in old client applications. |
[+] WidgetLookFeel::WidgetLookFeel [not-in-charge] ( String const& name ) (1)
changed to:WidgetLookFeel::~WidgetLookFeel [in-charge-deleting] ( )
[symbol: _ZN5CEGUI14WidgetLookFeelC2ERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14WidgetLookFeelC2ERKNS_6StringE to _ZN5CEGUI14WidgetLookFeelD0Ev. This may cause "undefined reference" linker error in old client applications. |
CEGUIFont.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Font::drawText ( GeometryBuffer& buffer, String const& text, Vector2 const& position, Rect const* clip_rect, ColourRect const& colours, float const space_extra, float const x_scale, float const y_scale ) (2)
changed to:Font::drawText ( GeometryBuffer& buffer, String const& text, Vector2f const& position, Rectf const* clip_rect, ColourRect const& colours, float const space_extra, float const x_scale, float const y_scale ) const
[symbol: _ZN5CEGUI4Font8drawTextERNS_14GeometryBufferERKNS_6StringERKNS_7Vector2EPKNS_4RectERKNS_10ColourRectEfff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI4Font8drawTextERNS_14GeometryBufferERKNS_6StringERKNS_7Vector2EPKNS_4RectERKNS_10ColourRectEfff to _ZNK5CEGUI4Font8drawTextERNS_14GeometryBufferERKNS_6StringERKNS_7Vector2IfEEPKNS_4RectIfEERKNS_10ColourRectEfff. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI4Font8drawTextERNS_14GeometryBufferERKNS_6StringERKNS_7Vector2EPKNS_4RectERKNS_10ColourRectEfff to _ZNK5CEGUI4Font8drawTextERNS_14GeometryBufferERKNS_6StringERKNS_7Vector2IfEEPKNS_4RectIfEERKNS_10ColourRectEfff. This may cause "undefined reference" linker error in old client applications. |
[+] Font::Font [in-charge] ( String const& name, String const& type_name, String const& filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res ) (1)
changed to:Font::Font [in-charge] ( String const& name, String const& type_name, String const& filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res )
[symbol: _ZN5CEGUI4FontC1ERKNS_6StringES3_S3_S3_bff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI4FontC1ERKNS_6StringES3_S3_S3_bff to _ZN5CEGUI4FontC1ERKNS_6StringES3_S3_S3_NS_14AutoScaledModeERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Font::Font [not-in-charge] ( String const& name, String const& type_name, String const& filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res ) (1)
changed to:Font::Font [not-in-charge] ( String const& name, String const& type_name, String const& filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res )
[symbol: _ZN5CEGUI4FontC2ERKNS_6StringES3_S3_S3_bff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI4FontC2ERKNS_6StringES3_S3_S3_bff to _ZN5CEGUI4FontC2ERKNS_6StringES3_S3_S3_NS_14AutoScaledModeERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Font::notifyDisplaySizeChanged ( Size const& size ) (1)
changed to:Font::notifyDisplaySizeChanged ( Sizef const& size )
[symbol: _ZN5CEGUI4Font24notifyDisplaySizeChangedERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI4Font24notifyDisplaySizeChangedERKNS_4SizeE to _ZN5CEGUI4Font24notifyDisplaySizeChangedERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Font::setAutoScaled ( bool const auto_scaled ) (1)
changed to:Font::setAutoScaled ( enum AutoScaledMode const auto_scaled )
[symbol: _ZN5CEGUI4Font13setAutoScaledEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI4Font13setAutoScaledEb to _ZN5CEGUI4Font13setAutoScaledENS_14AutoScaledModeE. This may cause "undefined reference" linker error in old client applications. |
[+] Font::setNativeResolution ( Size const& size ) (1)
changed to:Font::setNativeResolution ( Sizef const& size )
[symbol: _ZN5CEGUI4Font19setNativeResolutionERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI4Font19setNativeResolutionERKNS_4SizeE to _ZN5CEGUI4Font19setNativeResolutionERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIFont_xmlHandler.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Font_xmlHandler::Font_xmlHandler [not-in-charge] ( String const& filename, String const& resource_group ) (1)
changed to:Font_xmlHandler::Font_xmlHandler [not-in-charge] ( )
[symbol: _ZN5CEGUI15Font_xmlHandlerC2ERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15Font_xmlHandlerC2ERKNS_6StringES3_ to _ZN5CEGUI15Font_xmlHandlerC2Ev. This may cause "undefined reference" linker error in old client applications. |
[+] Font_xmlHandler::Font_xmlHandler [in-charge] ( String const& filename, String const& resource_group ) (1)
changed to:Font_xmlHandler::Font_xmlHandler [in-charge] ( )
[symbol: _ZN5CEGUI15Font_xmlHandlerC1ERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15Font_xmlHandlerC1ERKNS_6StringES3_ to _ZN5CEGUI15Font_xmlHandlerC1Ev. This may cause "undefined reference" linker error in old client applications. |
CEGUIFontManager.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] FontManager::createFreeTypeFont ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res, enum XMLResourceExistsAction action ) (1)
changed to:FontManager::createFreeTypeFont ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res, enum XMLResourceExistsAction action )
[symbol: _ZN5CEGUI11FontManager18createFreeTypeFontERKNS_6StringEfbS3_S3_bffNS_23XMLResourceExistsActionE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FontManager18createFreeTypeFontERKNS_6StringEfbS3_S3_bffNS_23XMLResourceExistsActionE to _ZN5CEGUI11FontManager18createFreeTypeFontERKNS_6StringEfbS3_S3_NS_14AutoScaledModeERKNS_4SizeIfEENS_23XMLResourceExistsActionE. This may cause "undefined reference" linker error in old client applications. |
[+] FontManager::createPixmapFont ( String const& font_name, String const& imageset_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res, enum XMLResourceExistsAction action ) (1)
changed to:FontManager::createPixmapFont ( String const& font_name, String const& imageset_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res, enum XMLResourceExistsAction action )
[symbol: _ZN5CEGUI11FontManager16createPixmapFontERKNS_6StringES3_S3_bffNS_23XMLResourceExistsActionE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FontManager16createPixmapFontERKNS_6StringES3_S3_bffNS_23XMLResourceExistsActionE to _ZN5CEGUI11FontManager16createPixmapFontERKNS_6StringES3_S3_NS_14AutoScaledModeERKNS_4SizeIfEENS_23XMLResourceExistsActionE. This may cause "undefined reference" linker error in old client applications. |
[+] FontManager::notifyDisplaySizeChanged ( Size const& size ) (1)
changed to:FontManager::notifyDisplaySizeChanged ( Sizef const& size )
[symbol: _ZN5CEGUI11FontManager24notifyDisplaySizeChangedERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FontManager24notifyDisplaySizeChangedERKNS_4SizeE to _ZN5CEGUI11FontManager24notifyDisplaySizeChangedERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIFrameWindow.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] FrameWindow::getSizingBorderAtPoint ( Point const& pt ) const (1)
changed to:FrameWindow::getSizingBorderAtPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI11FrameWindow22getSizingBorderAtPointERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI11FrameWindow22getSizingBorderAtPointERKNS_7Vector2E to _ZNK5CEGUI11FrameWindow22getSizingBorderAtPointERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameWindow::isHit ( Point const& position, bool const p2 ) const (1)
changed to:FrameWindow::isHit ( Vector2f const& position, bool const p2 ) const
[symbol: _ZNK5CEGUI11FrameWindow5isHitERKNS_7Vector2Eb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI11FrameWindow5isHitERKNS_7Vector2Eb to _ZNK5CEGUI11FrameWindow5isHitERKNS_7Vector2IfEEb. This may cause "undefined reference" linker error in old client applications. |
[+] FrameWindow::moveBottomEdge ( float delta, URect& out_area ) (1)
changed to:FrameWindow::moveBottomEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow14moveBottomEdgeEfRNS_5URectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FrameWindow14moveBottomEdgeEfRNS_5URectE to _ZN5CEGUI11FrameWindow14moveBottomEdgeEfRNS_4RectINS_4UDimEEE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameWindow::moveLeftEdge ( float delta, URect& out_area ) (1)
changed to:FrameWindow::moveLeftEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow12moveLeftEdgeEfRNS_5URectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FrameWindow12moveLeftEdgeEfRNS_5URectE to _ZN5CEGUI11FrameWindow12moveLeftEdgeEfRNS_4RectINS_4UDimEEE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameWindow::moveRightEdge ( float delta, URect& out_area ) (1)
changed to:FrameWindow::moveRightEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow13moveRightEdgeEfRNS_5URectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FrameWindow13moveRightEdgeEfRNS_5URectE to _ZN5CEGUI11FrameWindow13moveRightEdgeEfRNS_4RectINS_4UDimEEE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameWindow::moveTopEdge ( float delta, URect& out_area ) (1)
changed to:FrameWindow::moveTopEdge ( float delta, URect& out_area )
[symbol: _ZN5CEGUI11FrameWindow11moveTopEdgeEfRNS_5URectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FrameWindow11moveTopEdgeEfRNS_5URectE to _ZN5CEGUI11FrameWindow11moveTopEdgeEfRNS_4RectINS_4UDimEEE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameWindow::offsetPixelPosition ( Vector2 const& offset ) (1)
changed to:FrameWindow::offsetPixelPosition ( Vector2f const& offset )
[symbol: _ZN5CEGUI11FrameWindow19offsetPixelPositionERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FrameWindow19offsetPixelPositionERKNS_7Vector2E to _ZN5CEGUI11FrameWindow19offsetPixelPositionERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameWindow::setCursorForPoint ( Point const& pt ) const (1)
changed to:FrameWindow::setCursorForPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI11FrameWindow17setCursorForPointERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI11FrameWindow17setCursorForPointERKNS_7Vector2E to _ZNK5CEGUI11FrameWindow17setCursorForPointERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameWindow::setEWSizingCursorImage ( String const& imageset, String const& image ) (1)
changed to:FrameWindow::setEWSizingCursorImage ( String const& name )
[symbol: _ZN5CEGUI11FrameWindow22setEWSizingCursorImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FrameWindow22setEWSizingCursorImageERKNS_6StringES3_ to _ZN5CEGUI11FrameWindow22setEWSizingCursorImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameWindow::setNESWSizingCursorImage ( String const& imageset, String const& image ) (1)
changed to:FrameWindow::setNESWSizingCursorImage ( String const& name )
[symbol: _ZN5CEGUI11FrameWindow24setNESWSizingCursorImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FrameWindow24setNESWSizingCursorImageERKNS_6StringES3_ to _ZN5CEGUI11FrameWindow24setNESWSizingCursorImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameWindow::setNSSizingCursorImage ( String const& imageset, String const& image ) (1)
changed to:FrameWindow::setNSSizingCursorImage ( String const& name )
[symbol: _ZN5CEGUI11FrameWindow22setNSSizingCursorImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FrameWindow22setNSSizingCursorImageERKNS_6StringES3_ to _ZN5CEGUI11FrameWindow22setNSSizingCursorImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] FrameWindow::setNWSESizingCursorImage ( String const& imageset, String const& image ) (1)
changed to:FrameWindow::setNWSESizingCursorImage ( String const& name )
[symbol: _ZN5CEGUI11FrameWindow24setNWSESizingCursorImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11FrameWindow24setNWSESizingCursorImageERKNS_6StringES3_ to _ZN5CEGUI11FrameWindow24setNWSESizingCursorImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
CEGUIFreeTypeFont.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] FreeTypeFont::FreeTypeFont [not-in-charge] ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res, float const specific_line_spacing ) (1)
changed to:FreeTypeFont::FreeTypeFont [not-in-charge] ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res, float const specific_line_spacing )
[symbol: _ZN5CEGUI12FreeTypeFontC2ERKNS_6StringEfbS3_S3_bfff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI12FreeTypeFontC2ERKNS_6StringEfbS3_S3_bfff to _ZN5CEGUI12FreeTypeFontC2ERKNS_6StringEfbS3_S3_NS_14AutoScaledModeERKNS_4SizeIfEEf. This may cause "undefined reference" linker error in old client applications. |
[+] FreeTypeFont::FreeTypeFont [in-charge] ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res, float const specific_line_spacing ) (1)
changed to:FreeTypeFont::FreeTypeFont [in-charge] ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res, float const specific_line_spacing )
[symbol: _ZN5CEGUI12FreeTypeFontC1ERKNS_6StringEfbS3_S3_bfff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI12FreeTypeFontC1ERKNS_6StringEfbS3_S3_bfff to _ZN5CEGUI12FreeTypeFontC1ERKNS_6StringEfbS3_S3_NS_14AutoScaledModeERKNS_4SizeIfEEf. This may cause "undefined reference" linker error in old client applications. |
CEGUIGridLayoutContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] GridLayoutContainer::addChild_impl ( Window* wnd ) (1)
changed to:GridLayoutContainer::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI19GridLayoutContainer13addChild_implEPNS_6WindowE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI19GridLayoutContainer13addChild_implEPNS_6WindowE to _ZN5CEGUI19GridLayoutContainer13addChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
[+] GridLayoutContainer::removeChild_impl ( Window* wnd ) (1)
changed to:GridLayoutContainer::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI19GridLayoutContainer16removeChild_implEPNS_6WindowE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI19GridLayoutContainer16removeChild_implEPNS_6WindowE to _ZN5CEGUI19GridLayoutContainer16removeChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
CEGUIGroupBox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] GroupBox::addChild_impl ( Window* wnd ) (1)
changed to:GroupBox::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI8GroupBox13addChild_implEPNS_6WindowE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI8GroupBox13addChild_implEPNS_6WindowE to _ZN5CEGUI8GroupBox13addChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
[+] GroupBox::removeChild_impl ( Window* wnd ) (1)
changed to:GroupBox::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI8GroupBox16removeChild_implEPNS_6WindowE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI8GroupBox16removeChild_implEPNS_6WindowE to _ZN5CEGUI8GroupBox16removeChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
CEGUIImage.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Image::Image [in-charge] ( Image const& image ) (1)
changed to:Image::~Image [in-charge-deleting] ( )
[symbol: _ZN5CEGUI5ImageC1ERKS0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI5ImageC1ERKS0_ to _ZN5CEGUI5ImageD0Ev. This may cause "undefined reference" linker error in old client applications. |
[+] Image::Image [not-in-charge] ( Image const& image ) (1)
changed to:Image::~Image [in-charge-deleting] ( )
[symbol: _ZN5CEGUI5ImageC2ERKS0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI5ImageC2ERKS0_ to _ZN5CEGUI5ImageD0Ev. This may cause "undefined reference" linker error in old client applications. |
[+] Image::Image [in-charge] ( Imageset const* owner, String const& name, Rect const& area, Point const& render_offset, float horzScaling, float vertScaling ) (1)
changed to:Image::~Image [in-charge-deleting] ( )
[symbol: _ZN5CEGUI5ImageC1EPKNS_8ImagesetERKNS_6StringERKNS_4RectERKNS_7Vector2Eff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI5ImageC1EPKNS_8ImagesetERKNS_6StringERKNS_4RectERKNS_7Vector2Eff to _ZN5CEGUI5ImageD0Ev. This may cause "undefined reference" linker error in old client applications. |
[+] Image::Image [not-in-charge] ( Imageset const* owner, String const& name, Rect const& area, Point const& render_offset, float horzScaling, float vertScaling ) (1)
changed to:Image::~Image [in-charge-deleting] ( )
[symbol: _ZN5CEGUI5ImageC2EPKNS_8ImagesetERKNS_6StringERKNS_4RectERKNS_7Vector2Eff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI5ImageC2EPKNS_8ImagesetERKNS_6StringERKNS_4RectERKNS_7Vector2Eff to _ZN5CEGUI5ImageD0Ev. This may cause "undefined reference" linker error in old client applications. |
CEGUIIrrlichtGeometryBuffer.h,
libCEGUIIrrlichtRenderer-0.7.9.so
namespace CEGUI
[+] IrrlichtGeometryBuffer::setClippingRegion ( Rect const& region ) (1)
changed to:IrrlichtGeometryBuffer::setClippingRegion ( Rectf const& region )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer17setClippingRegionERKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI22IrrlichtGeometryBuffer17setClippingRegionERKNS_4RectE to _ZN5CEGUI22IrrlichtGeometryBuffer17setClippingRegionERKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtGeometryBuffer::setPivot ( Vector3 const& p ) (1)
changed to:IrrlichtGeometryBuffer::setPivot ( Vector3f const& p )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer8setPivotERKNS_7Vector3E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI22IrrlichtGeometryBuffer8setPivotERKNS_7Vector3E to _ZN5CEGUI22IrrlichtGeometryBuffer8setPivotERKNS_7Vector3IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtGeometryBuffer::setRotation ( Vector3 const& r ) (1)
changed to:IrrlichtGeometryBuffer::setRotation ( Quaternion const& r )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer11setRotationERKNS_7Vector3E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI22IrrlichtGeometryBuffer11setRotationERKNS_7Vector3E to _ZN5CEGUI22IrrlichtGeometryBuffer11setRotationERKNS_10QuaternionE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtGeometryBuffer::setTranslation ( Vector3 const& v ) (1)
changed to:IrrlichtGeometryBuffer::setTranslation ( Vector3f const& v )
[symbol: _ZN5CEGUI22IrrlichtGeometryBuffer14setTranslationERKNS_7Vector3E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI22IrrlichtGeometryBuffer14setTranslationERKNS_7Vector3E to _ZN5CEGUI22IrrlichtGeometryBuffer14setTranslationERKNS_7Vector3IfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIIrrlichtRenderer.h,
libCEGUIIrrlichtRenderer-0.7.9.so
namespace CEGUI
[+] IrrlichtRenderer::bootstrapSystem ( irr::IrrlichtDevice& device ) [static] (1)
changed to:IrrlichtRenderer::bootstrapSystem ( irr::IrrlichtDevice& device, int const abi ) [static]
[symbol: _ZN5CEGUI16IrrlichtRenderer15bootstrapSystemERN3irr14IrrlichtDeviceE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI16IrrlichtRenderer15bootstrapSystemERN3irr14IrrlichtDeviceE to _ZN5CEGUI16IrrlichtRenderer15bootstrapSystemERN3irr14IrrlichtDeviceEi. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtRenderer::create ( irr::IrrlichtDevice& device ) [static] (1)
changed to:IrrlichtRenderer::create ( irr::IrrlichtDevice& device, int const abi ) [static]
[symbol: _ZN5CEGUI16IrrlichtRenderer6createERN3irr14IrrlichtDeviceE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI16IrrlichtRenderer6createERN3irr14IrrlichtDeviceE to _ZN5CEGUI16IrrlichtRenderer6createERN3irr14IrrlichtDeviceEi. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtRenderer::createTexture ( ) (1)
changed to:IrrlichtRenderer::createTexture ( String const& name )
[symbol: _ZN5CEGUI16IrrlichtRenderer13createTextureEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI16IrrlichtRenderer13createTextureEv to _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtRenderer::createTexture ( Size const& size ) (1)
changed to:IrrlichtRenderer::createTexture ( String const& name )
[symbol: _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_4SizeE to _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtRenderer::createTexture ( String const& filename, String const& resourceGroup ) (1)
changed to:IrrlichtRenderer::createTexture ( String const& name )
[symbol: _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_6StringES3_ to _ZN5CEGUI16IrrlichtRenderer13createTextureERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtRenderer::getAdjustedTextureSize ( Size const& sz ) const (1)
changed to:IrrlichtRenderer::getAdjustedTextureSize ( Sizef const& sz ) const
[symbol: _ZNK5CEGUI16IrrlichtRenderer22getAdjustedTextureSizeERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI16IrrlichtRenderer22getAdjustedTextureSizeERKNS_4SizeE to _ZNK5CEGUI16IrrlichtRenderer22getAdjustedTextureSizeERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtRenderer::setDisplaySize ( Size const& sz ) (1)
changed to:IrrlichtRenderer::setDisplaySize ( Sizef const& sz )
[symbol: _ZN5CEGUI16IrrlichtRenderer14setDisplaySizeERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI16IrrlichtRenderer14setDisplaySizeERKNS_4SizeE to _ZN5CEGUI16IrrlichtRenderer14setDisplaySizeERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIIrrlichtTexture.h,
libCEGUIIrrlichtRenderer-0.7.9.so
namespace CEGUI
[+] IrrlichtTexture::createIrrlichtTexture ( Size const& sz ) (1)
changed to:IrrlichtTexture::createIrrlichtTexture ( Sizef const& sz )
[symbol: _ZN5CEGUI15IrrlichtTexture21createIrrlichtTextureERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15IrrlichtTexture21createIrrlichtTextureERKNS_4SizeE to _ZN5CEGUI15IrrlichtTexture21createIrrlichtTextureERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver ) (1)
changed to:IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name )
[symbol: _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverE to _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver ) (1)
changed to:IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name )
[symbol: _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverE to _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, Size const& size ) (1)
changed to:IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name )
[symbol: _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_4SizeE to _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, Size const& size ) (1)
changed to:IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name )
[symbol: _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_4SizeE to _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& filename, String const& resourceGroup ) (1)
changed to:IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name )
[symbol: _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringES9_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringES9_ to _ZN5CEGUI15IrrlichtTextureC1ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& filename, String const& resourceGroup ) (1)
changed to:IrrlichtTexture::IrrlichtTexture [not-in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, String const& name )
[symbol: _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringES9_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringES9_ to _ZN5CEGUI15IrrlichtTextureC2ERNS_16IrrlichtRendererERN3irr5video12IVideoDriverERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtTexture::loadFromMemory ( void const* buffer, Size const& buffer_size, enum Texture::PixelFormat pixel_format ) (1)
changed to:IrrlichtTexture::loadFromMemory ( void const* buffer, Sizef const& buffer_size, enum Texture::PixelFormat pixel_format )
[symbol: _ZN5CEGUI15IrrlichtTexture14loadFromMemoryEPKvRKNS_4SizeENS_7Texture11PixelFormatE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15IrrlichtTexture14loadFromMemoryEPKvRKNS_4SizeENS_7Texture11PixelFormatE to _ZN5CEGUI15IrrlichtTexture14loadFromMemoryEPKvRKNS_4SizeIfEENS_7Texture11PixelFormatE. This may cause "undefined reference" linker error in old client applications. |
[+] IrrlichtTexture::setOriginalDataSize ( Size const& sz ) (1)
changed to:IrrlichtTexture::setOriginalDataSize ( Sizef const& sz )
[symbol: _ZN5CEGUI15IrrlichtTexture19setOriginalDataSizeERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15IrrlichtTexture19setOriginalDataSizeERKNS_4SizeE to _ZN5CEGUI15IrrlichtTexture19setOriginalDataSizeERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIIrrlichtTextureTarget.h,
libCEGUIIrrlichtRenderer-0.7.9.so
namespace CEGUI
[+] IrrlichtTextureTarget::declareRenderSize ( Size const& sz ) (1)
changed to:IrrlichtTextureTarget::declareRenderSize ( Sizef const& sz )
[symbol: _ZN5CEGUI21IrrlichtTextureTarget17declareRenderSizeERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI21IrrlichtTextureTarget17declareRenderSizeERKNS_4SizeE to _ZN5CEGUI21IrrlichtTextureTarget17declareRenderSizeERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIItemEntry.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ItemEntry::validateWindowRenderer ( String const& name ) const (1)
changed to:ItemEntry::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI9ItemEntry22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI9ItemEntry22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI9ItemEntry22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUIItemListBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ItemListBase::onParentSized ( WindowEventArgs& e ) (1)
changed to:ItemListBase::onParentSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI12ItemListBase13onParentSizedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI12ItemListBase13onParentSizedERNS_15WindowEventArgsE to _ZN5CEGUI12ItemListBase13onParentSizedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] ItemListBase::performChildWindowLayout ( ) (1)
changed to:ItemListBase::performChildWindowLayout ( bool nonclient_sized_hint, bool client_sized_hint )
[symbol: _ZN5CEGUI12ItemListBase24performChildWindowLayoutEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI12ItemListBase24performChildWindowLayoutEv to _ZN5CEGUI12ItemListBase24performChildWindowLayoutEbb. This may cause "undefined reference" linker error in old client applications. |
[+] ItemListBase::validateWindowRenderer ( String const& name ) const (1)
changed to:ItemListBase::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI12ItemListBase22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI12ItemListBase22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI12ItemListBase22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUIJustifiedRenderedString.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] JustifiedRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) const (1)
changed to:JustifiedRenderedString::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect ) const
[symbol: _ZNK5CEGUI23JustifiedRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI23JustifiedRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE to _ZNK5CEGUI23JustifiedRenderedString4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] JustifiedRenderedString::format ( Size const& area_size ) (1)
changed to:JustifiedRenderedString::format ( Window const* ref_wnd, Sizef const& area_size )
[symbol: _ZN5CEGUI23JustifiedRenderedString6formatERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI23JustifiedRenderedString6formatERKNS_4SizeE to _ZN5CEGUI23JustifiedRenderedString6formatEPKNS_6WindowERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] JustifiedRenderedString::getHorizontalExtent ( ) const (1)
changed to:JustifiedRenderedString::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI23JustifiedRenderedString19getHorizontalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI23JustifiedRenderedString19getHorizontalExtentEv to _ZNK5CEGUI23JustifiedRenderedString19getHorizontalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] JustifiedRenderedString::getVerticalExtent ( ) const (1)
changed to:JustifiedRenderedString::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI23JustifiedRenderedString17getVerticalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI23JustifiedRenderedString17getVerticalExtentEv to _ZNK5CEGUI23JustifiedRenderedString17getVerticalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
CEGUILayoutContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] LayoutContainer::addChild_impl ( Window* wnd ) (1)
changed to:LayoutContainer::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI15LayoutContainer13addChild_implEPNS_6WindowE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15LayoutContainer13addChild_implEPNS_6WindowE to _ZN5CEGUI15LayoutContainer13addChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
[+] LayoutContainer::getUnclippedInnerRect_impl ( ) const (1)
changed to:LayoutContainer::getUnclippedInnerRect_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI15LayoutContainer26getUnclippedInnerRect_implEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI15LayoutContainer26getUnclippedInnerRect_implEv to _ZNK5CEGUI15LayoutContainer26getUnclippedInnerRect_implEb. This may cause "undefined reference" linker error in old client applications. |
[+] LayoutContainer::removeChild_impl ( Window* wnd ) (1)
changed to:LayoutContainer::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI15LayoutContainer16removeChild_implEPNS_6WindowE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15LayoutContainer16removeChild_implEPNS_6WindowE to _ZN5CEGUI15LayoutContainer16removeChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
CEGUILeftAlignedRenderedString.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] LeftAlignedRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) const (1)
changed to:LeftAlignedRenderedString::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect ) const
[symbol: _ZNK5CEGUI25LeftAlignedRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI25LeftAlignedRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE to _ZNK5CEGUI25LeftAlignedRenderedString4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] LeftAlignedRenderedString::format ( Size const& area_size ) (1)
changed to:LeftAlignedRenderedString::format ( Window const* ref_wnd, Sizef const& area_size )
[symbol: _ZN5CEGUI25LeftAlignedRenderedString6formatERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI25LeftAlignedRenderedString6formatERKNS_4SizeE to _ZN5CEGUI25LeftAlignedRenderedString6formatEPKNS_6WindowERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] LeftAlignedRenderedString::getHorizontalExtent ( ) const (1)
changed to:LeftAlignedRenderedString::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI25LeftAlignedRenderedString19getHorizontalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI25LeftAlignedRenderedString19getHorizontalExtentEv to _ZNK5CEGUI25LeftAlignedRenderedString19getHorizontalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] LeftAlignedRenderedString::getVerticalExtent ( ) const (1)
changed to:LeftAlignedRenderedString::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI25LeftAlignedRenderedString17getVerticalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI25LeftAlignedRenderedString17getVerticalExtentEv to _ZNK5CEGUI25LeftAlignedRenderedString17getVerticalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
CEGUIListbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Listbox::getItemAtPoint ( Point const& pt ) const (1)
changed to:Listbox::getItemAtPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI7Listbox14getItemAtPointERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI7Listbox14getItemAtPointERKNS_7Vector2E to _ZNK5CEGUI7Listbox14getItemAtPointERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Listbox::onSized ( WindowEventArgs& e ) (1)
changed to:Listbox::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI7Listbox7onSizedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI7Listbox7onSizedERNS_15WindowEventArgsE to _ZN5CEGUI7Listbox7onSizedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] Listbox::validateWindowRenderer ( String const& name ) const (1)
changed to:Listbox::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI7Listbox22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI7Listbox22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI7Listbox22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUIListboxItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ListboxItem::calculateModulatedAlphaColour ( colour col, float alpha ) const (1)
changed to:ListboxItem::calculateModulatedAlphaColour ( Colour col, float alpha ) const
[symbol: _ZNK5CEGUI11ListboxItem29calculateModulatedAlphaColourENS_6colourEf]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI11ListboxItem29calculateModulatedAlphaColourENS_6colourEf to _ZNK5CEGUI11ListboxItem29calculateModulatedAlphaColourENS_6ColourEf. This may cause "undefined reference" linker error in old client applications. |
[+] ListboxItem::setSelectionBrushImage ( String const& imageset, String const& image ) (1)
changed to:ListboxItem::setSelectionBrushImage ( String const& name )
[symbol: _ZN5CEGUI11ListboxItem22setSelectionBrushImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11ListboxItem22setSelectionBrushImageERKNS_6StringES3_ to _ZN5CEGUI11ListboxItem22setSelectionBrushImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] ListboxItem::setSelectionColours ( colour top_left_colour, colour top_right_colour, colour bottom_left_colour, colour bottom_right_colour ) (1)
changed to:ListboxItem::setSelectionColours ( Colour top_left_colour, Colour top_right_colour, Colour bottom_left_colour, Colour bottom_right_colour )
[symbol: _ZN5CEGUI11ListboxItem19setSelectionColoursENS_6colourES1_S1_S1_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11ListboxItem19setSelectionColoursENS_6colourES1_S1_S1_ to _ZN5CEGUI11ListboxItem19setSelectionColoursENS_6ColourES1_S1_S1_. This may cause "undefined reference" linker error in old client applications. |
CEGUIListboxTextItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ListboxTextItem::draw ( GeometryBuffer& buffer, Rect const& targetRect, float alpha, Rect const* clipper ) const (1)
changed to:ListboxTextItem::draw ( GeometryBuffer& buffer, Rectf const& targetRect, float alpha, Rectf const* clipper ) const
[symbol: _ZNK5CEGUI15ListboxTextItem4drawERNS_14GeometryBufferERKNS_4RectEfPS4_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI15ListboxTextItem4drawERNS_14GeometryBufferERKNS_4RectEfPS4_ to _ZNK5CEGUI15ListboxTextItem4drawERNS_14GeometryBufferERKNS_4RectIfEEfPS5_. This may cause "undefined reference" linker error in old client applications. |
[+] ListboxTextItem::setTextColours ( colour top_left_colour, colour top_right_colour, colour bottom_left_colour, colour bottom_right_colour ) (1)
changed to:ListboxTextItem::setTextColours ( Colour top_left_colour, Colour top_right_colour, Colour bottom_left_colour, Colour bottom_right_colour )
[symbol: _ZN5CEGUI15ListboxTextItem14setTextColoursENS_6colourES1_S1_S1_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15ListboxTextItem14setTextColoursENS_6colourES1_S1_S1_ to _ZN5CEGUI15ListboxTextItem14setTextColoursENS_6ColourES1_S1_S1_. This may cause "undefined reference" linker error in old client applications. |
CEGUIListHeader.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ListHeader::validateWindowRenderer ( String const& name ) const (1)
changed to:ListHeader::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI10ListHeader22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI10ListHeader22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI10ListHeader22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUIListHeaderSegment.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ListHeaderSegment::doDragMoving ( Point const& local_mouse ) (1)
changed to:ListHeaderSegment::doDragMoving ( Vector2f const& local_mouse )
[symbol: _ZN5CEGUI17ListHeaderSegment12doDragMovingERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI17ListHeaderSegment12doDragMovingERKNS_7Vector2E to _ZN5CEGUI17ListHeaderSegment12doDragMovingERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] ListHeaderSegment::doDragSizing ( Point const& local_mouse ) (1)
changed to:ListHeaderSegment::doDragSizing ( Vector2f const& local_mouse )
[symbol: _ZN5CEGUI17ListHeaderSegment12doDragSizingERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI17ListHeaderSegment12doDragSizingERKNS_7Vector2E to _ZN5CEGUI17ListHeaderSegment12doDragSizingERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] ListHeaderSegment::isDragMoveThresholdExceeded ( Point const& local_mouse ) (1)
changed to:ListHeaderSegment::isDragMoveThresholdExceeded ( Vector2f const& local_mouse )
[symbol: _ZN5CEGUI17ListHeaderSegment27isDragMoveThresholdExceededERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI17ListHeaderSegment27isDragMoveThresholdExceededERKNS_7Vector2E to _ZN5CEGUI17ListHeaderSegment27isDragMoveThresholdExceededERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] ListHeaderSegment::setMovingCursorImage ( String const& imageset, String const& image ) (1)
changed to:ListHeaderSegment::setMovingCursorImage ( String const& name )
[symbol: _ZN5CEGUI17ListHeaderSegment20setMovingCursorImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI17ListHeaderSegment20setMovingCursorImageERKNS_6StringES3_ to _ZN5CEGUI17ListHeaderSegment20setMovingCursorImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] ListHeaderSegment::setSizingCursorImage ( String const& imageset, String const& image ) (1)
changed to:ListHeaderSegment::setSizingCursorImage ( String const& name )
[symbol: _ZN5CEGUI17ListHeaderSegment20setSizingCursorImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI17ListHeaderSegment20setSizingCursorImageERKNS_6StringES3_ to _ZN5CEGUI17ListHeaderSegment20setSizingCursorImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
CEGUIMenuBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] MenuBase::onChildRemoved ( WindowEventArgs& e ) (1)
changed to:MenuBase::onChildRemoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI8MenuBase14onChildRemovedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI8MenuBase14onChildRemovedERNS_15WindowEventArgsE to _ZN5CEGUI8MenuBase14onChildRemovedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
CEGUIMenuItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] MenuItem::updateInternalState ( Point const& mouse_pos ) (1)
changed to:MenuItem::updateInternalState ( Vector2f const& mouse_pos )
[symbol: _ZN5CEGUI8MenuItem19updateInternalStateERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI8MenuItem19updateInternalStateERKNS_7Vector2E to _ZN5CEGUI8MenuItem19updateInternalStateERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIMouseCursor.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] MouseCursor::notifyDisplaySizeChanged ( Size const& new_size ) (1)
changed to:MouseCursor::notifyDisplaySizeChanged ( Sizef const& new_size )
[symbol: _ZN5CEGUI11MouseCursor24notifyDisplaySizeChangedERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11MouseCursor24notifyDisplaySizeChangedERKNS_4SizeE to _ZN5CEGUI11MouseCursor24notifyDisplaySizeChangedERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] MouseCursor::offsetPosition ( Point const& offset ) (1)
changed to:MouseCursor::offsetPosition ( Vector2f const& offset )
[symbol: _ZN5CEGUI11MouseCursor14offsetPositionERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11MouseCursor14offsetPositionERKNS_7Vector2E to _ZN5CEGUI11MouseCursor14offsetPositionERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] MouseCursor::setConstraintArea ( Rect const* area ) (1)
changed to:MouseCursor::setConstraintArea ( Rectf const* area )
[symbol: _ZN5CEGUI11MouseCursor17setConstraintAreaEPKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11MouseCursor17setConstraintAreaEPKNS_4RectE to _ZN5CEGUI11MouseCursor17setConstraintAreaEPKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] MouseCursor::setExplicitRenderSize ( Size const& size ) (1)
changed to:MouseCursor::setExplicitRenderSize ( Sizef const& size )
[symbol: _ZN5CEGUI11MouseCursor21setExplicitRenderSizeERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11MouseCursor21setExplicitRenderSizeERKNS_4SizeE to _ZN5CEGUI11MouseCursor21setExplicitRenderSizeERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] MouseCursor::setImage ( String const& imageset, String const& image_name ) (1)
changed to:MouseCursor::setImage ( String const& name )
[symbol: _ZN5CEGUI11MouseCursor8setImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11MouseCursor8setImageERKNS_6StringES3_ to _ZN5CEGUI11MouseCursor8setImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] MouseCursor::setInitialMousePosition ( Point const& position ) [static] (1)
changed to:MouseCursor::setInitialMousePosition ( Vector2f const& position ) [static]
[symbol: _ZN5CEGUI11MouseCursor23setInitialMousePositionERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11MouseCursor23setInitialMousePositionERKNS_7Vector2E to _ZN5CEGUI11MouseCursor23setInitialMousePositionERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] MouseCursor::setPosition ( Point const& position ) (1)
changed to:MouseCursor::setPosition ( Vector2f const& position )
[symbol: _ZN5CEGUI11MouseCursor11setPositionERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11MouseCursor11setPositionERKNS_7Vector2E to _ZN5CEGUI11MouseCursor11setPositionERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] MouseCursor::setUnifiedConstraintArea ( URect const* area ) (1)
changed to:MouseCursor::setUnifiedConstraintArea ( URect const* area )
[symbol: _ZN5CEGUI11MouseCursor24setUnifiedConstraintAreaEPKNS_5URectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI11MouseCursor24setUnifiedConstraintAreaEPKNS_5URectE to _ZN5CEGUI11MouseCursor24setUnifiedConstraintAreaEPKNS_4RectINS_4UDimEEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIMultiColumnList.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] MultiColumnList::getItemAtPoint ( Point const& pt ) const (1)
changed to:MultiColumnList::getItemAtPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI15MultiColumnList14getItemAtPointERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI15MultiColumnList14getItemAtPointERKNS_7Vector2E to _ZNK5CEGUI15MultiColumnList14getItemAtPointERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] MultiColumnList::onSized ( WindowEventArgs& e ) (1)
changed to:MultiColumnList::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI15MultiColumnList7onSizedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15MultiColumnList7onSizedERNS_15WindowEventArgsE to _ZN5CEGUI15MultiColumnList7onSizedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] MultiColumnList::validateWindowRenderer ( String const& name ) const (1)
changed to:MultiColumnList::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI15MultiColumnList22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI15MultiColumnList22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI15MultiColumnList22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUIMultiLineEditbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] MultiLineEditbox::getTextIndexFromPosition ( Point const& pt ) const (1)
changed to:MultiLineEditbox::getTextIndexFromPosition ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI16MultiLineEditbox24getTextIndexFromPositionERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI16MultiLineEditbox24getTextIndexFromPositionERKNS_7Vector2E to _ZNK5CEGUI16MultiLineEditbox24getTextIndexFromPositionERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] MultiLineEditbox::onSized ( WindowEventArgs& e ) (1)
changed to:MultiLineEditbox::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI16MultiLineEditbox7onSizedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI16MultiLineEditbox7onSizedERNS_15WindowEventArgsE to _ZN5CEGUI16MultiLineEditbox7onSizedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] MultiLineEditbox::validateWindowRenderer ( String const& name ) const (1)
changed to:MultiLineEditbox::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI16MultiLineEditbox22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI16MultiLineEditbox22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI16MultiLineEditbox22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUIPixmapFont.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] PixmapFont::PixmapFont [not-in-charge] ( String const& font_name, String const& imageset_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res ) (1)
changed to:PixmapFont::PixmapFont [not-in-charge] ( String const& font_name, String const& imageset_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res )
[symbol: _ZN5CEGUI10PixmapFontC2ERKNS_6StringES3_S3_bff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI10PixmapFontC2ERKNS_6StringES3_S3_bff to _ZN5CEGUI10PixmapFontC2ERKNS_6StringES3_S3_NS_14AutoScaledModeERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] PixmapFont::PixmapFont [in-charge] ( String const& font_name, String const& imageset_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res ) (1)
changed to:PixmapFont::PixmapFont [in-charge] ( String const& font_name, String const& imageset_filename, String const& resource_group, enum AutoScaledMode const auto_scaled, Sizef const& native_res )
[symbol: _ZN5CEGUI10PixmapFontC1ERKNS_6StringES3_S3_bff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI10PixmapFontC1ERKNS_6StringES3_S3_bff to _ZN5CEGUI10PixmapFontC1ERKNS_6StringES3_S3_NS_14AutoScaledModeERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIRenderedString.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderedString::draw ( size_t const line, GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect, float const space_extra ) const (1)
changed to:RenderedString::draw ( Window const* ref_wnd, size_t const line, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect, float const space_extra ) const
[symbol: _ZNK5CEGUI14RenderedString4drawEjRNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEf]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14RenderedString4drawEjRNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEf to _ZNK5CEGUI14RenderedString4drawEPKNS_6WindowEjRNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEEf. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedString::getHorizontalExtent ( ) const (1)
changed to:RenderedString::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI14RenderedString19getHorizontalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14RenderedString19getHorizontalExtentEv to _ZNK5CEGUI14RenderedString19getHorizontalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedString::getPixelSize ( size_t const line ) const (1)
changed to:RenderedString::getPixelSize ( Window const* ref_wnd, size_t const line ) const
[symbol: _ZNK5CEGUI14RenderedString12getPixelSizeEj]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14RenderedString12getPixelSizeEj to _ZNK5CEGUI14RenderedString12getPixelSizeEPKNS_6WindowEj. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedString::getVerticalExtent ( ) const (1)
changed to:RenderedString::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI14RenderedString17getVerticalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14RenderedString17getVerticalExtentEv to _ZNK5CEGUI14RenderedString17getVerticalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedString::split ( size_t const line, float split_point, RenderedString& left ) (1)
changed to:RenderedString::split ( Window const* ref_wnd, size_t const line, float split_point, RenderedString& left )
[symbol: _ZN5CEGUI14RenderedString5splitEjfRS0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14RenderedString5splitEjfRS0_ to _ZN5CEGUI14RenderedString5splitEPKNS_6WindowEjfRS0_. This may cause "undefined reference" linker error in old client applications. |
CEGUIRenderedStringComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderedStringComponent::setPadding ( Rect const& padding ) (1)
changed to:RenderedStringComponent::setPadding ( Rectf const& padding )
[symbol: _ZN5CEGUI23RenderedStringComponent10setPaddingERKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI23RenderedStringComponent10setPaddingERKNS_4RectE to _ZN5CEGUI23RenderedStringComponent10setPaddingERKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIRenderedStringImageComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderedStringImageComponent::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect, float const vertical_space, float const space_extra ) const (1)
changed to:RenderedStringImageComponent::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect, float const vertical_space, float const space_extra ) const
[symbol: _ZNK5CEGUI28RenderedStringImageComponent4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI28RenderedStringImageComponent4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEff to _ZNK5CEGUI28RenderedStringImageComponent4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEEff. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringImageComponent::getPixelSize ( ) const (1)
changed to:RenderedStringImageComponent::getPixelSize ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI28RenderedStringImageComponent12getPixelSizeEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI28RenderedStringImageComponent12getPixelSizeEv to _ZNK5CEGUI28RenderedStringImageComponent12getPixelSizeEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringImageComponent::RenderedStringImageComponent [in-charge] ( String const& imageset, String const& image ) (1)
changed to:RenderedStringImageComponent::RenderedStringImageComponent [in-charge] ( String const& name )
[symbol: _ZN5CEGUI28RenderedStringImageComponentC1ERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI28RenderedStringImageComponentC1ERKNS_6StringES3_ to _ZN5CEGUI28RenderedStringImageComponentC1ERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringImageComponent::RenderedStringImageComponent [not-in-charge] ( String const& imageset, String const& image ) (1)
changed to:RenderedStringImageComponent::RenderedStringImageComponent [not-in-charge] ( String const& name )
[symbol: _ZN5CEGUI28RenderedStringImageComponentC2ERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI28RenderedStringImageComponentC2ERKNS_6StringES3_ to _ZN5CEGUI28RenderedStringImageComponentC2ERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringImageComponent::setColours ( colour const& c ) (1)
changed to:RenderedStringImageComponent::setColours ( Colour const& c )
[symbol: _ZN5CEGUI28RenderedStringImageComponent10setColoursERKNS_6colourE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI28RenderedStringImageComponent10setColoursERKNS_6colourE to _ZN5CEGUI28RenderedStringImageComponent10setColoursERKNS_6ColourE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringImageComponent::setImage ( String const& imageset, String const& image ) (1)
changed to:RenderedStringImageComponent::setImage ( String const& name )
[symbol: _ZN5CEGUI28RenderedStringImageComponent8setImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI28RenderedStringImageComponent8setImageERKNS_6StringES3_ to _ZN5CEGUI28RenderedStringImageComponent8setImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringImageComponent::setSize ( Size const& sz ) (1)
changed to:RenderedStringImageComponent::setSize ( Sizef const& sz )
[symbol: _ZN5CEGUI28RenderedStringImageComponent7setSizeERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI28RenderedStringImageComponent7setSizeERKNS_4SizeE to _ZN5CEGUI28RenderedStringImageComponent7setSizeERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringImageComponent::split ( float split_point, bool first_component ) (1)
changed to:RenderedStringImageComponent::split ( Window const* ref_wnd, float split_point, bool first_component )
[symbol: _ZN5CEGUI28RenderedStringImageComponent5splitEfb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI28RenderedStringImageComponent5splitEfb to _ZN5CEGUI28RenderedStringImageComponent5splitEPKNS_6WindowEfb. This may cause "undefined reference" linker error in old client applications. |
CEGUIRenderedStringTextComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderedStringTextComponent::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect, float const vertical_space, float const space_extra ) const (1)
changed to:RenderedStringTextComponent::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect, float const vertical_space, float const space_extra ) const
[symbol: _ZNK5CEGUI27RenderedStringTextComponent4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI27RenderedStringTextComponent4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEff to _ZNK5CEGUI27RenderedStringTextComponent4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEEff. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringTextComponent::getPixelSize ( ) const (1)
changed to:RenderedStringTextComponent::getPixelSize ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI27RenderedStringTextComponent12getPixelSizeEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI27RenderedStringTextComponent12getPixelSizeEv to _ZNK5CEGUI27RenderedStringTextComponent12getPixelSizeEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringTextComponent::RenderedStringTextComponent [not-in-charge] ( String const& text, Font* font ) (1)
changed to:RenderedStringTextComponent::RenderedStringTextComponent [not-in-charge] ( String const& text, Font const* font )
[symbol: _ZN5CEGUI27RenderedStringTextComponentC2ERKNS_6StringEPNS_4FontE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI27RenderedStringTextComponentC2ERKNS_6StringEPNS_4FontE to _ZN5CEGUI27RenderedStringTextComponentC2ERKNS_6StringEPKNS_4FontE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringTextComponent::RenderedStringTextComponent [in-charge] ( String const& text, Font* font ) (1)
changed to:RenderedStringTextComponent::RenderedStringTextComponent [in-charge] ( String const& text, Font const* font )
[symbol: _ZN5CEGUI27RenderedStringTextComponentC1ERKNS_6StringEPNS_4FontE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI27RenderedStringTextComponentC1ERKNS_6StringEPNS_4FontE to _ZN5CEGUI27RenderedStringTextComponentC1ERKNS_6StringEPKNS_4FontE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringTextComponent::setColours ( colour const& c ) (1)
changed to:RenderedStringTextComponent::setColours ( Colour const& c )
[symbol: _ZN5CEGUI27RenderedStringTextComponent10setColoursERKNS_6colourE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI27RenderedStringTextComponent10setColoursERKNS_6colourE to _ZN5CEGUI27RenderedStringTextComponent10setColoursERKNS_6ColourE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringTextComponent::setFont ( Font* font ) (1)
changed to:RenderedStringTextComponent::setFont ( Font const* font )
[symbol: _ZN5CEGUI27RenderedStringTextComponent7setFontEPNS_4FontE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI27RenderedStringTextComponent7setFontEPNS_4FontE to _ZN5CEGUI27RenderedStringTextComponent7setFontEPKNS_4FontE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringTextComponent::split ( float split_point, bool first_component ) (1)
changed to:RenderedStringTextComponent::split ( Window const* ref_wnd, float split_point, bool first_component )
[symbol: _ZN5CEGUI27RenderedStringTextComponent5splitEfb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI27RenderedStringTextComponent5splitEfb to _ZN5CEGUI27RenderedStringTextComponent5splitEPKNS_6WindowEfb. This may cause "undefined reference" linker error in old client applications. |
CEGUIRenderedStringWidgetComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderedStringWidgetComponent::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect, float const vertical_space, float const space_extra ) const (1)
changed to:RenderedStringWidgetComponent::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect, float const vertical_space, float const space_extra ) const
[symbol: _ZNK5CEGUI29RenderedStringWidgetComponent4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI29RenderedStringWidgetComponent4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectEff to _ZNK5CEGUI29RenderedStringWidgetComponent4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEEff. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringWidgetComponent::getPixelSize ( ) const (1)
changed to:RenderedStringWidgetComponent::getPixelSize ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI29RenderedStringWidgetComponent12getPixelSizeEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI29RenderedStringWidgetComponent12getPixelSizeEv to _ZNK5CEGUI29RenderedStringWidgetComponent12getPixelSizeEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringWidgetComponent::split ( float split_point, bool first_component ) (1)
changed to:RenderedStringWidgetComponent::split ( Window const* ref_wnd, float split_point, bool first_component )
[symbol: _ZN5CEGUI29RenderedStringWidgetComponent5splitEfb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI29RenderedStringWidgetComponent5splitEfb to _ZN5CEGUI29RenderedStringWidgetComponent5splitEPKNS_6WindowEfb. This may cause "undefined reference" linker error in old client applications. |
CEGUIRenderedStringWordWrapper.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderedStringWordWrapper<JustifiedRenderedString>::format ( Size const& area_size ) (1)
changed to:RenderedStringWordWrapper<JustifiedRenderedString>::format ( Window const* ref_wnd, Sizef const& area_size )
[symbol: _ZN5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE6formatERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE6formatERKNS_4SizeE to _ZN5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE6formatEPKNS_6WindowERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIRenderedStringWordWrapper.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] RenderedStringWordWrapper<JustifiedRenderedString>::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) const (1)
changed to:RenderedStringWordWrapper<JustifiedRenderedString>::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect ) const
[symbol: _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE to _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringWordWrapper<JustifiedRenderedString>::getHorizontalExtent ( ) const (1)
changed to:RenderedStringWordWrapper<JustifiedRenderedString>::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE19getHorizontalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE19getHorizontalExtentEv to _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE19getHorizontalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderedStringWordWrapper<JustifiedRenderedString>::getVerticalExtent ( ) const (1)
changed to:RenderedStringWordWrapper<JustifiedRenderedString>::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE17getVerticalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE17getVerticalExtentEv to _ZNK5CEGUI25RenderedStringWordWrapperINS_23JustifiedRenderedStringEE17getVerticalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
CEGUIRenderEffectManager.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderEffectManager::create ( String const& name ) (1)
changed to:RenderEffectManager::create ( String const& name, Window* window )
[symbol: _ZN5CEGUI19RenderEffectManager6createERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI19RenderEffectManager6createERKNS_6StringE to _ZN5CEGUI19RenderEffectManager6createERKNS_6StringEPNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
CEGUIRenderingWindow.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderingWindow::setClippingRegion ( Rect const& region ) (1)
changed to:RenderingWindow::setClippingRegion ( Rectf const& region )
[symbol: _ZN5CEGUI15RenderingWindow17setClippingRegionERKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15RenderingWindow17setClippingRegionERKNS_4RectE to _ZN5CEGUI15RenderingWindow17setClippingRegionERKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderingWindow::setPivot ( Vector3 const& pivot ) (1)
changed to:RenderingWindow::setPivot ( Vector3f const& pivot )
[symbol: _ZN5CEGUI15RenderingWindow8setPivotERKNS_7Vector3E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15RenderingWindow8setPivotERKNS_7Vector3E to _ZN5CEGUI15RenderingWindow8setPivotERKNS_7Vector3IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderingWindow::setPosition ( Vector2 const& position ) (1)
changed to:RenderingWindow::setPosition ( Vector2f const& position )
[symbol: _ZN5CEGUI15RenderingWindow11setPositionERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15RenderingWindow11setPositionERKNS_7Vector2E to _ZN5CEGUI15RenderingWindow11setPositionERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderingWindow::setRotation ( Vector3 const& rotation ) (1)
changed to:RenderingWindow::setRotation ( Quaternion const& rotation )
[symbol: _ZN5CEGUI15RenderingWindow11setRotationERKNS_7Vector3E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15RenderingWindow11setRotationERKNS_7Vector3E to _ZN5CEGUI15RenderingWindow11setRotationERKNS_10QuaternionE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderingWindow::setSize ( Size const& size ) (1)
changed to:RenderingWindow::setSize ( Sizef const& size )
[symbol: _ZN5CEGUI15RenderingWindow7setSizeERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15RenderingWindow7setSizeERKNS_4SizeE to _ZN5CEGUI15RenderingWindow7setSizeERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderingWindow::unprojectPoint ( Vector2 const& p_in, Vector2& p_out ) (1)
changed to:RenderingWindow::unprojectPoint ( Vector2f const& p_in, Vector2f& p_out )
[symbol: _ZN5CEGUI15RenderingWindow14unprojectPointERKNS_7Vector2ERS1_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI15RenderingWindow14unprojectPointERKNS_7Vector2ERS1_ to _ZN5CEGUI15RenderingWindow14unprojectPointERKNS_7Vector2IfEERS2_. This may cause "undefined reference" linker error in old client applications. |
CEGUIRightAlignedRenderedString.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RightAlignedRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) const (1)
changed to:RightAlignedRenderedString::draw ( Window const* ref_wnd, GeometryBuffer& buffer, Vector2f const& position, ColourRect const* mod_colours, Rectf const* clip_rect ) const
[symbol: _ZNK5CEGUI26RightAlignedRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI26RightAlignedRenderedString4drawERNS_14GeometryBufferERKNS_7Vector2EPKNS_10ColourRectEPKNS_4RectE to _ZNK5CEGUI26RightAlignedRenderedString4drawEPKNS_6WindowERNS_14GeometryBufferERKNS_7Vector2IfEEPKNS_10ColourRectEPKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] RightAlignedRenderedString::format ( Size const& area_size ) (1)
changed to:RightAlignedRenderedString::format ( Window const* ref_wnd, Sizef const& area_size )
[symbol: _ZN5CEGUI26RightAlignedRenderedString6formatERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI26RightAlignedRenderedString6formatERKNS_4SizeE to _ZN5CEGUI26RightAlignedRenderedString6formatEPKNS_6WindowERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] RightAlignedRenderedString::getHorizontalExtent ( ) const (1)
changed to:RightAlignedRenderedString::getHorizontalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI26RightAlignedRenderedString19getHorizontalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI26RightAlignedRenderedString19getHorizontalExtentEv to _ZNK5CEGUI26RightAlignedRenderedString19getHorizontalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
[+] RightAlignedRenderedString::getVerticalExtent ( ) const (1)
changed to:RightAlignedRenderedString::getVerticalExtent ( Window const* ref_wnd ) const
[symbol: _ZNK5CEGUI26RightAlignedRenderedString17getVerticalExtentEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI26RightAlignedRenderedString17getVerticalExtentEv to _ZNK5CEGUI26RightAlignedRenderedString17getVerticalExtentEPKNS_6WindowE. This may cause "undefined reference" linker error in old client applications. |
CEGUIScheme_xmlHandler.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Scheme_xmlHandler::Scheme_xmlHandler [in-charge] ( String const& filename, String const& resource_group ) (1)
changed to:Scheme_xmlHandler::Scheme_xmlHandler [in-charge] ( )
[symbol: _ZN5CEGUI17Scheme_xmlHandlerC1ERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI17Scheme_xmlHandlerC1ERKNS_6StringES3_ to _ZN5CEGUI17Scheme_xmlHandlerC1Ev. This may cause "undefined reference" linker error in old client applications. |
[+] Scheme_xmlHandler::Scheme_xmlHandler [not-in-charge] ( String const& filename, String const& resource_group ) (1)
changed to:Scheme_xmlHandler::Scheme_xmlHandler [not-in-charge] ( )
[symbol: _ZN5CEGUI17Scheme_xmlHandlerC2ERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI17Scheme_xmlHandlerC2ERKNS_6StringES3_ to _ZN5CEGUI17Scheme_xmlHandlerC2Ev. This may cause "undefined reference" linker error in old client applications. |
CEGUIScrollablePane.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ScrollablePane::addChild_impl ( Window* wnd ) (1)
changed to:ScrollablePane::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI14ScrollablePane13addChild_implEPNS_6WindowE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14ScrollablePane13addChild_implEPNS_6WindowE to _ZN5CEGUI14ScrollablePane13addChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
[+] ScrollablePane::onSized ( WindowEventArgs& e ) (1)
changed to:ScrollablePane::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI14ScrollablePane7onSizedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14ScrollablePane7onSizedERNS_15WindowEventArgsE to _ZN5CEGUI14ScrollablePane7onSizedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] ScrollablePane::removeChild_impl ( Window* wnd ) (1)
changed to:ScrollablePane::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI14ScrollablePane16removeChild_implEPNS_6WindowE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14ScrollablePane16removeChild_implEPNS_6WindowE to _ZN5CEGUI14ScrollablePane16removeChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
[+] ScrollablePane::setContentPaneArea ( Rect const& area ) (1)
changed to:ScrollablePane::setContentPaneArea ( Rectf const& area )
[symbol: _ZN5CEGUI14ScrollablePane18setContentPaneAreaERKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI14ScrollablePane18setContentPaneAreaERKNS_4RectE to _ZN5CEGUI14ScrollablePane18setContentPaneAreaERKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] ScrollablePane::validateWindowRenderer ( String const& name ) const (1)
changed to:ScrollablePane::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI14ScrollablePane22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI14ScrollablePane22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI14ScrollablePane22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUIScrollbar.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Scrollbar::getAdjustDirectionFromPoint ( Point const& pt ) const (1)
changed to:Scrollbar::getAdjustDirectionFromPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI9Scrollbar27getAdjustDirectionFromPointERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI9Scrollbar27getAdjustDirectionFromPointERKNS_7Vector2E to _ZNK5CEGUI9Scrollbar27getAdjustDirectionFromPointERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Scrollbar::validateWindowRenderer ( String const& name ) const (1)
changed to:Scrollbar::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI9Scrollbar22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI9Scrollbar22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI9Scrollbar22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUIScrolledContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ScrolledContainer::getUnclippedInnerRect_impl ( ) const (1)
changed to:ScrolledContainer::getUnclippedInnerRect_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI17ScrolledContainer26getUnclippedInnerRect_implEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI17ScrolledContainer26getUnclippedInnerRect_implEv to _ZNK5CEGUI17ScrolledContainer26getUnclippedInnerRect_implEb. This may cause "undefined reference" linker error in old client applications. |
[+] ScrolledContainer::onChildAdded ( WindowEventArgs& e ) (1)
changed to:ScrolledContainer::onChildAdded ( ElementEventArgs& e )
[symbol: _ZN5CEGUI17ScrolledContainer12onChildAddedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI17ScrolledContainer12onChildAddedERNS_15WindowEventArgsE to _ZN5CEGUI17ScrolledContainer12onChildAddedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] ScrolledContainer::onChildRemoved ( WindowEventArgs& e ) (1)
changed to:ScrolledContainer::onChildRemoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI17ScrolledContainer14onChildRemovedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI17ScrolledContainer14onChildRemovedERNS_15WindowEventArgsE to _ZN5CEGUI17ScrolledContainer14onChildRemovedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] ScrolledContainer::onParentSized ( WindowEventArgs& e ) (1)
changed to:ScrolledContainer::onParentSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI17ScrolledContainer13onParentSizedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI17ScrolledContainer13onParentSizedERNS_15WindowEventArgsE to _ZN5CEGUI17ScrolledContainer13onParentSizedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] ScrolledContainer::setContentArea ( Rect const& area ) (1)
changed to:ScrolledContainer::setContentArea ( Rectf const& area )
[symbol: _ZN5CEGUI17ScrolledContainer14setContentAreaERKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI17ScrolledContainer14setContentAreaERKNS_4RectE to _ZN5CEGUI17ScrolledContainer14setContentAreaERKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUIScrolledItemListBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ScrolledItemListBase::configureScrollbars ( Size const& doc_size ) (1)
changed to:ScrolledItemListBase::configureScrollbars ( Sizef const& doc_size )
[symbol: _ZN5CEGUI20ScrolledItemListBase19configureScrollbarsERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI20ScrolledItemListBase19configureScrollbarsERKNS_4SizeE to _ZN5CEGUI20ScrolledItemListBase19configureScrollbarsERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUISlider.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Slider::getAdjustDirectionFromPoint ( Point const& pt ) const (1)
changed to:Slider::getAdjustDirectionFromPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI6Slider27getAdjustDirectionFromPointERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Slider27getAdjustDirectionFromPointERKNS_7Vector2E to _ZNK5CEGUI6Slider27getAdjustDirectionFromPointERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Slider::validateWindowRenderer ( String const& name ) const (1)
changed to:Slider::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI6Slider22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Slider22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI6Slider22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUISystem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] System::create ( Renderer& renderer, ResourceProvider* resourceProvider, XMLParser* xmlParser, ImageCodec* imageCodec, ScriptModule* scriptModule, String const& configFile, String const& logFile ) [static] (1)
changed to:System::create ( Renderer& renderer, ResourceProvider* resourceProvider, XMLParser* xmlParser, ImageCodec* imageCodec, ScriptModule* scriptModule, String const& configFile, String const& logFile, int const abi ) [static]
[symbol: _ZN5CEGUI6System6createERNS_8RendererEPNS_16ResourceProviderEPNS_9XMLParserEPNS_10ImageCodecEPNS_12ScriptModuleERKNS_6StringESD_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6System6createERNS_8RendererEPNS_16ResourceProviderEPNS_9XMLParserEPNS_10ImageCodecEPNS_12ScriptModuleERKNS_6StringESD_ to _ZN5CEGUI6System6createERNS_8RendererEPNS_16ResourceProviderEPNS_9XMLParserEPNS_10ImageCodecEPNS_12ScriptModuleERKNS_6StringESD_i. This may cause "undefined reference" linker error in old client applications. |
[+] System::notifyDisplaySizeChanged ( Size const& new_size ) (1)
changed to:System::notifyDisplaySizeChanged ( Sizef const& new_size )
[symbol: _ZN5CEGUI6System24notifyDisplaySizeChangedERKNS_4SizeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6System24notifyDisplaySizeChangedERKNS_4SizeE to _ZN5CEGUI6System24notifyDisplaySizeChangedERKNS_4SizeIfEE. This may cause "undefined reference" linker error in old client applications. |
CEGUITabControl.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] TabControl::addChild_impl ( Window* wnd ) (1)
changed to:TabControl::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI10TabControl13addChild_implEPNS_6WindowE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI10TabControl13addChild_implEPNS_6WindowE to _ZN5CEGUI10TabControl13addChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
[+] TabControl::performChildWindowLayout ( ) (1)
changed to:TabControl::performChildWindowLayout ( bool nonclient_sized_hint, bool client_sized_hint )
[symbol: _ZN5CEGUI10TabControl24performChildWindowLayoutEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI10TabControl24performChildWindowLayoutEv to _ZN5CEGUI10TabControl24performChildWindowLayoutEbb. This may cause "undefined reference" linker error in old client applications. |
[+] TabControl::removeChild_impl ( Window* wnd ) (1)
changed to:TabControl::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI10TabControl16removeChild_implEPNS_6WindowE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI10TabControl16removeChild_implEPNS_6WindowE to _ZN5CEGUI10TabControl16removeChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
[+] TabControl::validateWindowRenderer ( String const& name ) const (1)
changed to:TabControl::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI10TabControl22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI10TabControl22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI10TabControl22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUITooltip.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Tooltip::validateWindowRenderer ( String const& name ) const (1)
changed to:Tooltip::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI7Tooltip22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI7Tooltip22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI7Tooltip22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUITree.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Tree::drawItemList ( Tree::LBItemList& itemList, Rect& itemsArea, float widest, Vector2& itemPos, GeometryBuffer& geometry, float alpha ) (1)
changed to:Tree::drawItemList ( Tree::LBItemList& itemList, Rectf& itemsArea, float widest, Vector2f& itemPos, GeometryBuffer& geometry, float alpha )
[symbol: _ZN5CEGUI4Tree12drawItemListERSt6vectorIPNS_8TreeItemESaIS3_EERNS_4RectEfRNS_7Vector2ERNS_14GeometryBufferEf]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI4Tree12drawItemListERSt6vectorIPNS_8TreeItemESaIS3_EERNS_4RectEfRNS_7Vector2ERNS_14GeometryBufferEf to _ZN5CEGUI4Tree12drawItemListERSt6vectorIPNS_8TreeItemESaIS3_EERNS_4RectIfEEfRNS_7Vector2IfEERNS_14GeometryBufferEf. This may cause "undefined reference" linker error in old client applications. |
[+] Tree::getItemAtPoint ( Point const& pt ) const (1)
changed to:Tree::getItemAtPoint ( Vector2f const& pt ) const
[symbol: _ZNK5CEGUI4Tree14getItemAtPointERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI4Tree14getItemAtPointERKNS_7Vector2E to _ZNK5CEGUI4Tree14getItemAtPointERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Tree::getItemFromListAtPoint ( Tree::LBItemList const& itemList, float* bottomY, Point const& pt ) const (1)
changed to:Tree::getItemFromListAtPoint ( Tree::LBItemList const& itemList, float* bottomY, Vector2f const& pt ) const
[symbol: _ZNK5CEGUI4Tree22getItemFromListAtPointERKSt6vectorIPNS_8TreeItemESaIS3_EEPfRKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI4Tree22getItemFromListAtPointERKSt6vectorIPNS_8TreeItemESaIS3_EEPfRKNS_7Vector2E to _ZNK5CEGUI4Tree22getItemFromListAtPointERKSt6vectorIPNS_8TreeItemESaIS3_EEPfRKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Tree::onSized ( WindowEventArgs& e ) (1)
changed to:Tree::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI4Tree7onSizedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI4Tree7onSizedERNS_15WindowEventArgsE to _ZN5CEGUI4Tree7onSizedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
CEGUITreeItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] TreeItem::calculateModulatedAlphaColour ( colour col, float alpha ) const (1)
changed to:TreeItem::calculateModulatedAlphaColour ( Colour col, float alpha ) const
[symbol: _ZNK5CEGUI8TreeItem29calculateModulatedAlphaColourENS_6colourEf]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI8TreeItem29calculateModulatedAlphaColourENS_6colourEf to _ZNK5CEGUI8TreeItem29calculateModulatedAlphaColourENS_6ColourEf. This may cause "undefined reference" linker error in old client applications. |
[+] TreeItem::draw ( GeometryBuffer& buffer, Rect const& targetRect, float alpha, Rect const* clipper ) const (1)
changed to:TreeItem::draw ( GeometryBuffer& buffer, Rectf const& targetRect, float alpha, Rectf const* clipper ) const
[symbol: _ZNK5CEGUI8TreeItem4drawERNS_14GeometryBufferERKNS_4RectEfPS4_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI8TreeItem4drawERNS_14GeometryBufferERKNS_4RectEfPS4_ to _ZNK5CEGUI8TreeItem4drawERNS_14GeometryBufferERKNS_4RectIfEEfPS5_. This may cause "undefined reference" linker error in old client applications. |
[+] TreeItem::setFont ( Font* font ) (1)
changed to:TreeItem::setFont ( Font const* font )
[symbol: _ZN5CEGUI8TreeItem7setFontEPNS_4FontE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI8TreeItem7setFontEPNS_4FontE to _ZN5CEGUI8TreeItem7setFontEPKNS_4FontE. This may cause "undefined reference" linker error in old client applications. |
[+] TreeItem::setSelectionBrushImage ( String const& imageset, String const& image ) (1)
changed to:TreeItem::setSelectionBrushImage ( String const& name )
[symbol: _ZN5CEGUI8TreeItem22setSelectionBrushImageERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI8TreeItem22setSelectionBrushImageERKNS_6StringES3_ to _ZN5CEGUI8TreeItem22setSelectionBrushImageERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] TreeItem::setSelectionColours ( colour top_left_colour, colour top_right_colour, colour bottom_left_colour, colour bottom_right_colour ) (1)
changed to:TreeItem::setSelectionColours ( Colour top_left_colour, Colour top_right_colour, Colour bottom_left_colour, Colour bottom_right_colour )
[symbol: _ZN5CEGUI8TreeItem19setSelectionColoursENS_6colourES1_S1_S1_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI8TreeItem19setSelectionColoursENS_6colourES1_S1_S1_ to _ZN5CEGUI8TreeItem19setSelectionColoursENS_6ColourES1_S1_S1_. This may cause "undefined reference" linker error in old client applications. |
[+] TreeItem::setTextColours ( colour top_left_colour, colour top_right_colour, colour bottom_left_colour, colour bottom_right_colour ) (1)
changed to:TreeItem::setTextColours ( Colour top_left_colour, Colour top_right_colour, Colour bottom_left_colour, Colour bottom_right_colour )
[symbol: _ZN5CEGUI8TreeItem14setTextColoursENS_6colourES1_S1_S1_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI8TreeItem14setTextColoursENS_6colourES1_S1_S1_ to _ZN5CEGUI8TreeItem14setTextColoursENS_6ColourES1_S1_S1_. This may cause "undefined reference" linker error in old client applications. |
CEGUIWindow.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Window::addChild_impl ( Window* wnd ) (1)
changed to:Window::addChild_impl ( Element* element )
[symbol: _ZN5CEGUI6Window13addChild_implEPS0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window13addChild_implEPS0_ to _ZN5CEGUI6Window13addChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::clone ( String const& newName, bool const deepCopy ) const (1)
changed to:Window::clone ( bool const deepCopy ) const
[symbol: _ZNK5CEGUI6Window5cloneERKNS_6StringEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Window5cloneERKNS_6StringEb to _ZNK5CEGUI6Window5cloneEb. This may cause "undefined reference" linker error in old client applications. |
[+] Window::getChildAtPosition ( Vector2 const& position ) const (1)
changed to:Window::getChildAtPosition ( Vector2f const& position ) const
[symbol: _ZNK5CEGUI6Window18getChildAtPositionERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Window18getChildAtPositionERKNS_7Vector2E to _ZNK5CEGUI6Window18getChildAtPositionERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::getParentElementClipIntersection ( Rect const& unclipped_area ) const (1)
changed to:Window::getParentElementClipIntersection ( Rectf const& unclipped_area ) const
[symbol: _ZNK5CEGUI6Window32getParentElementClipIntersectionERKNS_4RectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Window32getParentElementClipIntersectionERKNS_4RectE to _ZNK5CEGUI6Window32getParentElementClipIntersectionERKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::getTargetChildAtPosition ( Vector2 const& position, bool const allow_disabled ) const (1)
changed to:Window::getTargetChildAtPosition ( Vector2f const& position, bool const allow_disabled ) const
[symbol: _ZNK5CEGUI6Window24getTargetChildAtPositionERKNS_7Vector2Eb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Window24getTargetChildAtPositionERKNS_7Vector2Eb to _ZNK5CEGUI6Window24getTargetChildAtPositionERKNS_7Vector2IfEEb. This may cause "undefined reference" linker error in old client applications. |
[+] Window::getUnclippedInnerRect_impl ( ) const (1)
changed to:Window::getUnclippedInnerRect_impl ( bool skipAllPixelAlignment ) const
[symbol: _ZNK5CEGUI6Window26getUnclippedInnerRect_implEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Window26getUnclippedInnerRect_implEv to _ZNK5CEGUI6Window26getUnclippedInnerRect_implEb. This may cause "undefined reference" linker error in old client applications. |
[+] Window::getUnprojectedPosition ( Vector2 const& pos ) const (1)
changed to:Window::getUnprojectedPosition ( Vector2f const& pos ) const
[symbol: _ZNK5CEGUI6Window22getUnprojectedPositionERKNS_7Vector2E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Window22getUnprojectedPositionERKNS_7Vector2E to _ZNK5CEGUI6Window22getUnprojectedPositionERKNS_7Vector2IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::isDisabled ( bool localOnly ) const (1)
changed to:Window::isDisabled ( ) const
[symbol: _ZNK5CEGUI6Window10isDisabledEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Window10isDisabledEb to _ZNK5CEGUI6Window10isDisabledEv. This may cause "undefined reference" linker error in old client applications. |
[+] Window::isHit ( Vector2 const& position, bool const allow_disabled ) const (1)
changed to:Window::isHit ( Vector2f const& position, bool const allow_disabled ) const
[symbol: _ZNK5CEGUI6Window5isHitERKNS_7Vector2Eb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Window5isHitERKNS_7Vector2Eb to _ZNK5CEGUI6Window5isHitERKNS_7Vector2IfEEb. This may cause "undefined reference" linker error in old client applications. |
[+] Window::isVisible ( bool localOnly ) const (1)
changed to:Window::isVisible ( ) const
[symbol: _ZNK5CEGUI6Window9isVisibleEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Window9isVisibleEb to _ZNK5CEGUI6Window9isVisibleEv. This may cause "undefined reference" linker error in old client applications. |
[+] Window::onChildAdded ( WindowEventArgs& e ) (1)
changed to:Window::onChildAdded ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window12onChildAddedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window12onChildAddedERNS_15WindowEventArgsE to _ZN5CEGUI6Window12onChildAddedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::onChildRemoved ( WindowEventArgs& e ) (1)
changed to:Window::onChildRemoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window14onChildRemovedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window14onChildRemovedERNS_15WindowEventArgsE to _ZN5CEGUI6Window14onChildRemovedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::onMoved ( WindowEventArgs& e ) (1)
changed to:Window::onMoved ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window7onMovedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window7onMovedERNS_15WindowEventArgsE to _ZN5CEGUI6Window7onMovedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::onParentSized ( WindowEventArgs& e ) (1)
changed to:Window::onParentSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window13onParentSizedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window13onParentSizedERNS_15WindowEventArgsE to _ZN5CEGUI6Window13onParentSizedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::onRotated ( WindowEventArgs& e ) (1)
changed to:Window::onRotated ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window9onRotatedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window9onRotatedERNS_15WindowEventArgsE to _ZN5CEGUI6Window9onRotatedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::onSized ( WindowEventArgs& e ) (1)
changed to:Window::onSized ( ElementEventArgs& e )
[symbol: _ZN5CEGUI6Window7onSizedERNS_15WindowEventArgsE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window7onSizedERNS_15WindowEventArgsE to _ZN5CEGUI6Window7onSizedERNS_16ElementEventArgsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::performChildWindowLayout ( ) (1)
changed to:Window::performChildWindowLayout ( bool nonclient_sized_hint, bool client_sized_hint )
[symbol: _ZN5CEGUI6Window24performChildWindowLayoutEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window24performChildWindowLayoutEv to _ZN5CEGUI6Window24performChildWindowLayoutEbb. This may cause "undefined reference" linker error in old client applications. |
[+] Window::removeChild_impl ( Window* wnd ) (1)
changed to:Window::removeChild_impl ( Element* element )
[symbol: _ZN5CEGUI6Window16removeChild_implEPS0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window16removeChild_implEPS0_ to _ZN5CEGUI6Window16removeChild_implEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::setArea_impl ( UVector2 const& pos, UVector2 const& size, bool topLeftSizing, bool fireEvents ) (1)
changed to:Window::setArea_impl ( UVector2 const& pos, USize const& size, bool topLeftSizing, bool fireEvents )
[symbol: _ZN5CEGUI6Window12setArea_implERKNS_8UVector2ES3_bb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window12setArea_implERKNS_8UVector2ES3_bb to _ZN5CEGUI6Window12setArea_implERKNS_7Vector2INS_4UDimEEERKNS_4SizeIS2_EEbb. This may cause "undefined reference" linker error in old client applications. |
[+] Window::setFont ( Font* font ) (1)
changed to:Window::setFont ( Font const* font )
[symbol: _ZN5CEGUI6Window7setFontEPNS_4FontE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window7setFontEPNS_4FontE to _ZN5CEGUI6Window7setFontEPKNS_4FontE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::setMouseCursor ( enum MouseCursorImage image ) (1)
changed to:Window::setMouseCursor ( String const& name )
[symbol: _ZN5CEGUI6Window14setMouseCursorENS_16MouseCursorImageE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window14setMouseCursorENS_16MouseCursorImageE to _ZN5CEGUI6Window14setMouseCursorERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::setMouseCursor ( String const& imageset, String const& image_name ) (1)
changed to:Window::setMouseCursor ( String const& name )
[symbol: _ZN5CEGUI6Window14setMouseCursorERKNS_6StringES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window14setMouseCursorERKNS_6StringES3_ to _ZN5CEGUI6Window14setMouseCursorERKNS_6StringE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::setParent ( Window* parent ) (1)
changed to:Window::setParent ( Element* parent )
[symbol: _ZN5CEGUI6Window9setParentEPS0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI6Window9setParentEPS0_ to _ZN5CEGUI6Window9setParentEPNS_7ElementE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::validateWindowRenderer ( String const& name ) const (1)
changed to:Window::validateWindowRenderer ( WindowRenderer const* renderer ) const
[symbol: _ZNK5CEGUI6Window22validateWindowRendererERKNS_6StringE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK5CEGUI6Window22validateWindowRendererERKNS_6StringE to _ZNK5CEGUI6Window22validateWindowRendererEPKNS_14WindowRendererE. This may cause "undefined reference" linker error in old client applications. |
CEGUIWindowManager.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] WindowManager::DEBUG_dumpWindowNames ( String zone ) (1)
changed to:WindowManager::DEBUG_dumpWindowNames ( String zone ) const
[symbol: _ZN5CEGUI13WindowManager21DEBUG_dumpWindowNamesENS_6StringE]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5CEGUI13WindowManager21DEBUG_dumpWindowNamesENS_6StringE to _ZNK5CEGUI13WindowManager21DEBUG_dumpWindowNamesENS_6StringE. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Medium Severity (102)
CEGUIBasicRenderedStringParser.h
namespace CEGUI
[+] class BasicRenderedStringParser (1)
| Change |
Effect |
1 | Type of field d_padding has been changed from Rect to Rectf of different format. | This field may be incorrectly initialized or accessed by applications. |
[+] affected symbols (>10)
BasicRenderedStringParser::appendRenderedText ( RenderedString& rs, String const& text ) constThis method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::AspectLockTagName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::BasicRenderedStringParser [in-charge] ( )This constructor is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::BasicRenderedStringParser [in-charge] ( String const& initial_font, ColourRect const& initial_colours )This constructor is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::BottomAlignedValueName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::BottomPaddingTagName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::CentreAlignedValueName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::ColourTagName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::FontTagName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::getInitialColours ( ) constThis method is from 'BasicRenderedStringParser' class.
...
CEGUIClippedContainer.h
namespace CEGUI
[+] class ClippedContainer (1)
| Change |
Effect |
1 | Type of field d_clipArea has been changed from Rect to Rectf of different format. | This field may be incorrectly initialized or accessed by applications. |
[+] affected symbols (8)
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )This constructor is from 'ClippedContainer' class.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )This method is from 'ClippedContainer' class.
ClippedContainer::EventNamespace [data]This method is from 'ClippedContainer' class.
ClippedContainer::getClipArea ( ) constThis method is from 'ClippedContainer' class.
ClippedContainer::getClipperWindow ( ) constThis method is from 'ClippedContainer' class.
ClippedContainer::setClipperWindow ( Window* w )This method is from 'ClippedContainer' class.
ClippedContainer::WidgetTypeName [data]This method is from 'ClippedContainer' class.
ClippedContainer::~ClippedContainer [in-charge] ( )This method is from 'ClippedContainer' class.
CEGUICombobox.h
namespace CEGUI
[+] class Combobox (2)
| Change |
Effect |
1 | Virtual method Combobox::onCaretMoved ( WindowEventArgs& ) has been added to this class instead of Combobox::onInvalidEntryAttempted ( WindowEventArgs& ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Virtual method Combobox::onTextValidityChanged ( RegexMatchStateEventArgs& ) has been added to this class instead of Combobox::onTextInvalidatedEvent ( WindowEventArgs& ). | 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) - 114 entries | Virtual Table (New) - 129 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Combobox |
~Combobox |
12 |
~Combobox |
~Combobox |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Combobox::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Combobox::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
Window::addChild_impl |
56 |
Window::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Combobox::onSized |
72 |
Window::cloneChildWidgetsTo |
Window::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Combobox::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Combobox::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Combobox::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Combobox::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Window::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Combobox::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Combobox::onTextChanged |
192 |
Window::onMouseMove |
Combobox::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
Window::onMouseButtonDown |
Window::onIDChanged |
204 |
Window::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
Window::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Window::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Combobox::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
Combobox::testClassName_impl |
Window::onMouseMove |
292 |
Window::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
Window::onMouseButtonDown |
300 |
Window::addChild_impl |
Window::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Window::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
Combobox::onReadOnlyChanged |
Window::onMarginChanged |
356 |
Combobox::onValidationStringChanged |
Window::updateSelf |
360 |
Combobox::onMaximumTextLengthChanged |
Window::drawSelf |
364 |
Combobox::onTextInvalidatedEvent |
Window::populateGeometryBuffer |
368 |
Combobox::onInvalidEntryAttempted |
Window::validateWindowRenderer |
372 |
Combobox::onCaratMoved |
Window::cleanupChildren |
376 |
Combobox::onTextSelectionChanged |
Window::onZChange_impl |
380 |
Combobox::onEditboxFullEvent |
Window::moveToFront_impl |
384 |
Combobox::onTextAcceptedEvent |
Window::getOuterRectClipper_impl |
388 |
Combobox::onListContentsChanged |
Window::getInnerRectClipper_impl |
392 |
Combobox::onListSelectionChanged |
Window::getHitTestRect_impl |
396 |
Combobox::onSortModeChanged |
Window::writePropertiesXML |
400 |
Combobox::onVertScrollbarModeChanged |
Window::writeChildWindowsXML |
404 |
Combobox::onHorzScrollbarModeChanged |
Window::writeAutoChildWindowXML |
408 |
Combobox::onDropListDisplayed |
Window::banPropertiesForAutoWindow |
412 |
Combobox::onDroplistRemoved |
Window::handleFontRenderSizeChange |
416 |
Combobox::onListSelectionAccepted |
Combobox::onReadOnlyChanged |
420 |
(int (*)(...))-0x00000001c |
Combobox::onValidationStringChanged |
424 |
(int (*)(...))(& typeinfo) |
Combobox::onMaximumTextLengthChanged |
428 |
non-virtual thunk |
Combobox::onTextValidityChanged |
432 |
non-virtual thunk |
Combobox::onCaretMoved |
436 |
EventSet::subscribeEvent |
Combobox::onTextSelectionChanged |
440 |
EventSet::subscribeEvent |
Combobox::onEditboxFullEvent |
444 |
EventSet::subscribeScriptedEvent |
Combobox::onTextAcceptedEvent |
448 |
EventSet::subscribeScriptedEvent |
Combobox::onListContentsChanged |
452 |
EventSet::fireEvent |
Combobox::onListSelectionChanged |
456 |
|
Combobox::onSortModeChanged |
460 |
|
Combobox::onVertScrollbarModeChanged |
464 |
|
Combobox::onHorzScrollbarModeChanged |
468 |
|
Combobox::onDropListDisplayed |
472 |
|
Combobox::onDroplistRemoved |
476 |
|
Combobox::onListSelectionAccepted |
480 |
|
(int (*)(...))-0x00000001c |
484 |
|
(int (*)(...))(& typeinfo) |
488 |
|
non-virtual thunk |
492 |
|
non-virtual thunk |
496 |
|
EventSet::subscribeEvent |
500 |
|
EventSet::subscribeEvent |
504 |
|
EventSet::subscribeScriptedEvent |
508 |
|
EventSet::subscribeScriptedEvent |
512 |
|
EventSet::fireEvent |
[+] affected symbols (2)
Combobox::onInvalidEntryAttempted ( WindowEventArgs& e )This method is from 'Combobox' class.
Combobox::onTextInvalidatedEvent ( WindowEventArgs& e )This method is from 'Combobox' class.
CEGUIDefaultLogger.h
namespace CEGUI
[+] class DefaultLogger (2)
| Change |
Effect |
1 | The relative position of field d_cache has been changed from 1 to 2. | Applications will access incorrect memory when attempting to access this field. |
2 | The relative position of field d_workstream has been changed from 2 to 1. | Applications will access incorrect memory when attempting to access this field. |
[+] affected symbols (4)
DefaultLogger::DefaultLogger [in-charge] ( )This constructor is from 'DefaultLogger' class.
DefaultLogger::logEvent ( String const& message, enum LoggingLevel level )This method is from 'DefaultLogger' class.
DefaultLogger::setLogFilename ( String const& filename, bool append )This method is from 'DefaultLogger' class.
DefaultLogger::~DefaultLogger [in-charge] ( )This method is from 'DefaultLogger' class.
CEGUIEditbox.h
namespace CEGUI
[+] class Editbox (2)
| Change |
Effect |
1 | Virtual method Editbox::onCaretMoved ( WindowEventArgs& ) has been added to this class instead of Editbox::onInvalidEntryAttempted ( WindowEventArgs& ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Virtual method Editbox::onTextValidityChanged ( RegexMatchStateEventArgs& ) has been added to this class instead of Editbox::onTextInvalidatedEvent ( WindowEventArgs& ). | 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) - 108 entries | Virtual Table (New) - 123 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Editbox |
~Editbox |
12 |
~Editbox |
~Editbox |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Window::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
Window::addChild_impl |
56 |
Window::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
Window::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Editbox::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Window::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Editbox::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Editbox::performCopy |
152 |
Window::onDestructionStarted |
Editbox::performCut |
156 |
Window::onActivated |
Editbox::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Editbox::onTextChanged |
192 |
Editbox::onMouseMove |
Window::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
Editbox::onMouseButtonDown |
Window::onIDChanged |
204 |
Editbox::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Editbox::onMouseDoubleClicked |
Window::onEnabled |
216 |
Editbox::onMouseTripleClicked |
Window::onDisabled |
220 |
Editbox::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Editbox::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Editbox::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
Editbox::testClassName_impl |
Editbox::onMouseMove |
292 |
Editbox::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
Editbox::onMouseButtonDown |
300 |
Window::addChild_impl |
Editbox::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Editbox::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Editbox::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Editbox::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Editbox::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
Editbox::onReadOnlyChanged |
Window::onMarginChanged |
356 |
Editbox::onMaskedRenderingModeChanged |
Window::updateSelf |
360 |
Editbox::onMaskCodePointChanged |
Window::drawSelf |
364 |
Editbox::onValidationStringChanged |
Window::populateGeometryBuffer |
368 |
Editbox::onMaximumTextLengthChanged |
Editbox::validateWindowRenderer |
372 |
Editbox::onTextInvalidatedEvent |
Window::cleanupChildren |
376 |
Editbox::onInvalidEntryAttempted |
Window::onZChange_impl |
380 |
Editbox::onCaratMoved |
Window::moveToFront_impl |
384 |
Editbox::onTextSelectionChanged |
Window::getOuterRectClipper_impl |
388 |
Editbox::onEditboxFullEvent |
Window::getInnerRectClipper_impl |
392 |
Editbox::onTextAcceptedEvent |
Window::getHitTestRect_impl |
396 |
(int (*)(...))-0x00000001c |
Window::writePropertiesXML |
400 |
(int (*)(...))(& typeinfo) |
Window::writeChildWindowsXML |
404 |
non-virtual thunk |
Window::writeAutoChildWindowXML |
408 |
non-virtual thunk |
Window::banPropertiesForAutoWindow |
412 |
EventSet::subscribeEvent |
Window::handleFontRenderSizeChange |
416 |
EventSet::subscribeEvent |
Editbox::onReadOnlyChanged |
420 |
EventSet::subscribeScriptedEvent |
Editbox::onMaskedRenderingModeChanged |
424 |
EventSet::subscribeScriptedEvent |
Editbox::onMaskCodePointChanged |
428 |
EventSet::fireEvent |
Editbox::onValidationStringChanged |
432 |
|
Editbox::onMaximumTextLengthChanged |
436 |
|
Editbox::onTextValidityChanged |
440 |
|
Editbox::onCaretMoved |
444 |
|
Editbox::onTextSelectionChanged |
448 |
|
Editbox::onEditboxFullEvent |
452 |
|
Editbox::onTextAcceptedEvent |
456 |
|
(int (*)(...))-0x00000001c |
460 |
|
(int (*)(...))(& typeinfo) |
464 |
|
non-virtual thunk |
468 |
|
non-virtual thunk |
472 |
|
EventSet::subscribeEvent |
476 |
|
EventSet::subscribeEvent |
480 |
|
EventSet::subscribeScriptedEvent |
484 |
|
EventSet::subscribeScriptedEvent |
488 |
|
EventSet::fireEvent |
[+] affected symbols (2)
Editbox::onInvalidEntryAttempted ( WindowEventArgs& e )This method is from 'Editbox' class.
Editbox::onTextInvalidatedEvent ( WindowEventArgs& e )This method is from 'Editbox' class.
[+] class EditboxWindowRenderer (1)
| Change |
Effect |
1 | Pure virtual method EditboxWindowRenderer::getTextIndexFromPosition ( Vector2f const& ) const has been added to this class instead of EditboxWindowRenderer::getTextIndexFromPosition ( Point const& ) 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) - 14 entries | Virtual Table (New) - 15 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~EditboxWindowRenderer |
~EditboxWindowRenderer |
12 |
~EditboxWindowRenderer |
~EditboxWindowRenderer |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
WindowRenderer::getUnclippedInnerRect |
WindowRenderer::getUnclippedInnerRect |
24 |
WindowRenderer::performChildWindowLayout |
WindowRenderer::performChildWindowLayout |
28 |
WindowRenderer::getRenderingContext |
WindowRenderer::getRenderingContext |
32 |
WindowRenderer::update |
WindowRenderer::update |
36 |
WindowRenderer::onAttach |
WindowRenderer::handleFontRenderSizeChange |
40 |
WindowRenderer::onDetach |
WindowRenderer::onAttach |
44 |
WindowRenderer::onLookNFeelAssigned |
WindowRenderer::onDetach |
48 |
WindowRenderer::onLookNFeelUnassigned |
WindowRenderer::onLookNFeelAssigned |
52 |
__cxa_pure_virtual |
WindowRenderer::onLookNFeelUnassigned |
56 |
|
__cxa_pure_virtual |
[+] affected symbols (3)
EditboxWindowRenderer::EditboxWindowRenderer [in-charge] ( String const& name )This constructor is from 'EditboxWindowRenderer' class.
EditboxWindowRenderer::~EditboxWindowRenderer [in-charge] ( )This method is from 'EditboxWindowRenderer' class.
FalagardEditbox::getTextIndexFromPosition ( Point const& pt ) constThis method is from derived class 'FalagardEditbox'.
CEGUIExceptions.h
namespace CEGUI
[+] class Exception (3)
| Change |
Effect |
1 | Field d_function has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | The relative position of field d_filename has been changed from 1 to 2. | Applications will access incorrect memory when attempting to access this field. |
3 | The relative position of field d_name has been changed from 2 to 1. | Applications will access incorrect memory when attempting to access this field. |
[+] affected symbols (2)
Exception::what ( ) constThis method is from 'Exception' class.
Exception::~Exception [in-charge] ( )This method is from 'Exception' class.
CEGUIFalComponentBase.h
namespace CEGUI
[+] class FalagardComponentBase (6)
| Change |
Effect |
1 | Size of field d_area has been changed from 184 bytes to 336 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Field d_colourProperyIsRect has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
3 | Field d_horzFormatPropertyName has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
4 | Field d_vertFormatPropertyName has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
5 | Size of this class has been decreased from 744 bytes to 588 bytes. | Previous accesses of applications to public fields of this class or its subclasses may be incorrect. |
6 | Pure virtual method FalagardComponentBase::handleFontRenderSizeChange ( Window&, Font const* ) const has been added to this class instead of FalagardComponentBase::render_impl ( Window&, Rect&, ColourRect const*, Rect const*, bool ) 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) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~FalagardComponentBase |
~FalagardComponentBase |
12 |
~FalagardComponentBase |
~FalagardComponentBase |
16 |
__cxa_pure_virtual |
FalagardComponentBase::handleFontRenderSizeChange |
20 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
FalagardComponentBase::FalagardComponentBase [in-charge] ( )This constructor is from 'FalagardComponentBase' class.
FalagardComponentBase::getColours ( ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::getComponentArea ( ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::initColoursRect ( Window const& wnd, ColourRect const* modCols, ColourRect& cr ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::render ( Window& srcWindow, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::setColours ( ColourRect const& cols )This method is from 'FalagardComponentBase' class.
FalagardComponentBase::setColoursPropertyIsColourRect ( bool setting )This method is from 'FalagardComponentBase' class.
FalagardComponentBase::setColoursPropertySource ( String const& property )This method is from 'FalagardComponentBase' class.
FalagardComponentBase::setComponentArea ( ComponentArea const& area )This method is from 'FalagardComponentBase' class.
...
CEGUIFalDimensions.h
namespace CEGUI
[+] class BaseDim (3)
| Change |
Effect |
1 | Pure virtual method BaseDim::clone ( ) const has been added to this class instead of BaseDim::clone_impl ( ) 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 | Pure virtual method BaseDim::getValue ( Window const& ) const has been added to this class instead of BaseDim::getValue_impl ( Window const& ) 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. |
3 | Pure virtual method BaseDim::getValue ( Window const&, Rectf const& ) const has been added to this class instead of BaseDim::getValue_impl ( Window const&, Rect const& ) 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) - 9 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~BaseDim |
~BaseDim |
12 |
~BaseDim |
~BaseDim |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
BaseDim::writeXMLToStream |
32 |
__cxa_pure_virtual |
BaseDim::handleFontRenderSizeChange |
36 |
|
__cxa_pure_virtual |
40 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
AbsoluteDim::clone_impl ( ) constThis method is from derived class 'AbsoluteDim'.
AbsoluteDim::getValue_impl ( Window const& wnd ) constThis method is from derived class 'AbsoluteDim'.
AbsoluteDim::getValue_impl ( Window const& wnd, Rect const& container ) constThis method is from derived class 'AbsoluteDim'.
BaseDim::BaseDim [in-charge] ( )This constructor is from 'BaseDim' class.
BaseDim::clone ( ) constThis method is from 'BaseDim' class.
BaseDim::getDimensionOperator ( ) constThis method is from 'BaseDim' class.
BaseDim::getOperand ( ) constThis method is from 'BaseDim' class.
BaseDim::getValue ( Window const& wnd ) constThis method is from 'BaseDim' class.
BaseDim::getValue ( Window const& wnd, Rect const& container ) constThis method is from 'BaseDim' class.
BaseDim::setDimensionOperator ( enum DimensionOperator op )This method is from 'BaseDim' class.
...
CEGUIFalFrameComponent.h
namespace CEGUI
[+] class FrameComponent (8)
| Change |
Effect |
1 | Field d_backgroundHorzFormatting has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field d_backgroundVertFormatting has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field d_bottomEdgeFormatting has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field d_leftEdgeFormatting has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Field d_rightEdgeFormatting has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 | Field d_topEdgeFormatting has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
7 | Type of field d_frameImages has been changed from Image const*[9] (36 bytes) to FrameComponent::FrameImageSource[9] (1440 bytes). | 1) This field may be incorrectly initialized or accessed by applications. 2) Size of the inclusive type has been changed. |
8 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~FrameComponent |
~FrameComponent |
12 |
~FrameComponent |
~FrameComponent |
16 |
FrameComponent::render_impl |
FalagardComponentBase::handleFontRenderSizeChange |
20 |
|
FrameComponent::render_impl |
[+] affected symbols (>10)
FrameComponent::doBackgroundRender ( Window& srcWindow, Rect& destRect, ColourRect const& colours, Rect const* clipper, bool clipToDisplay ) constThis method is from 'FrameComponent' class.
FrameComponent::FrameComponent [in-charge] ( )This constructor is from 'FrameComponent' class.
FrameComponent::getBackgroundHorizontalFormatting ( ) constThis method is from 'FrameComponent' class.
FrameComponent::getBackgroundVerticalFormatting ( ) constThis method is from 'FrameComponent' class.
FrameComponent::getImage ( enum FrameImageComponent part ) constThis method is from 'FrameComponent' class.
FrameComponent::render_impl ( Window& srcWindow, Rect& destRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) constThis method is from 'FrameComponent' class.
FrameComponent::setBackgroundHorizontalFormatting ( enum HorizontalFormatting fmt )This method is from 'FrameComponent' class.
FrameComponent::setBackgroundVerticalFormatting ( enum VerticalFormatting fmt )This method is from 'FrameComponent' class.
FrameComponent::setImage ( enum FrameImageComponent part, Image const* image )This method is from 'FrameComponent' class.
FrameComponent::setImage ( enum FrameImageComponent part, String const& imageset, String const& image )This method is from 'FrameComponent' class.
...
CEGUIFalImageryComponent.h
namespace CEGUI
[+] class ImageryComponent (3)
| Change |
Effect |
1 | Type of field d_horzFormatting has been changed from enum HorizontalFormatting (4 bytes) to FormattingSetting<enum HorizontalFormatting> (160 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Type of field d_vertFormatting has been changed from enum VerticalFormatting (4 bytes) to FormattingSetting<enum VerticalFormatting> (160 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ImageryComponent |
~ImageryComponent |
12 |
~ImageryComponent |
~ImageryComponent |
16 |
ImageryComponent::render_impl |
FalagardComponentBase::handleFontRenderSizeChange |
20 |
|
ImageryComponent::render_impl |
[+] affected symbols (>10)
ImageryComponent::getHorizontalFormatting ( ) constThis method is from 'ImageryComponent' class.
ImageryComponent::getImage ( ) constThis method is from 'ImageryComponent' class.
ImageryComponent::getImagePropertySource ( ) constThis method is from 'ImageryComponent' class.
ImageryComponent::getVerticalFormatting ( ) constThis method is from 'ImageryComponent' class.
ImageryComponent::ImageryComponent [in-charge] ( )This constructor is from 'ImageryComponent' class.
ImageryComponent::isImageFetchedFromProperty ( ) constThis method is from 'ImageryComponent' class.
ImageryComponent::render_impl ( Window& srcWindow, Rect& destRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) constThis method is from 'ImageryComponent' class.
ImageryComponent::setHorizontalFormatting ( enum HorizontalFormatting fmt )This method is from 'ImageryComponent' class.
ImageryComponent::setImage ( Image const* image )This method is from 'ImageryComponent' class.
ImageryComponent::setImage ( String const& imageset, String const& image )This method is from 'ImageryComponent' class.
...
CEGUIFalPropertyDefinitionBase.h
namespace CEGUI
[+] class PropertyDefinitionBase (4)
| Change |
Effect |
1 | Field d_helpString has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field d_initialValue has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field d_propertyName has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Virtual method PropertyDefinitionBase::writeDefinitionXMLToStream ( XMLSerializer& ) const has been added to this class instead of PropertyDefinitionBase::writeXMLAttributes ( XMLSerializer& ) 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) - 13 entries | Virtual Table (New) - 7 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~PropertyDefinitionBase |
~PropertyDefinitionBase |
12 |
~PropertyDefinitionBase |
~PropertyDefinitionBase |
16 |
__cxa_pure_virtual |
PropertyDefinitionBase::writeDefinitionXMLToStream |
20 |
PropertyDefinitionBase::set |
__cxa_pure_virtual |
24 |
Property::isDefault |
PropertyDefinitionBase::writeDefinitionXMLAttributes |
28 |
Property::getDefault |
|
32 |
Property::writeXMLToStream |
|
36 |
Property::initialisePropertyReceiver |
|
40 |
PropertyDefinitionBase::writeXMLToStream |
|
44 |
__cxa_pure_virtual |
|
48 |
PropertyDefinitionBase::writeXMLAttributes |
|
[+] affected symbols (2)
PropertyDefinitionBase::writeXMLAttributes ( XMLSerializer& xml_stream ) constThis method is from 'PropertyDefinitionBase' class.
PropertyDefinitionBase::~PropertyDefinitionBase [in-charge] ( )This method is from 'PropertyDefinitionBase' class.
CEGUIFalTextComponent.h
namespace CEGUI
[+] class TextComponent (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~TextComponent |
~TextComponent |
12 |
~TextComponent |
~TextComponent |
16 |
TextComponent::render_impl |
TextComponent::handleFontRenderSizeChange |
20 |
|
TextComponent::render_impl |
[+] affected symbols (>10)
TextComponent::getFont ( ) constThis method is from 'TextComponent' class.
TextComponent::getFontPropertySource ( ) constThis method is from 'TextComponent' class.
TextComponent::getHorizontalFormatting ( ) constThis method is from 'TextComponent' class.
TextComponent::getHorizontalTextExtent ( ) constThis method is from 'TextComponent' class.
TextComponent::getText ( ) constThis method is from 'TextComponent' class.
TextComponent::getTextPropertySource ( ) constThis method is from 'TextComponent' class.
TextComponent::getTextVisual ( ) constThis method is from 'TextComponent' class.
TextComponent::getVerticalFormatting ( ) constThis method is from 'TextComponent' class.
TextComponent::getVerticalTextExtent ( ) constThis method is from 'TextComponent' class.
TextComponent::isFontFetchedFromProperty ( ) constThis method is from 'TextComponent' class.
...
CEGUIFont.h
namespace CEGUI
[+] class Font (4)
| Change |
Effect |
1 | Field d_autoScale has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
2 | Field d_nativeHorzRes has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
3 | Field d_nativeVertRes has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
4 | Virtual method Font::notifyDisplaySizeChanged ( Sizef const& ) has been added to this class instead of Font::notifyDisplaySizeChanged ( Size 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) - 19 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Font |
~Font |
12 |
~Font |
~Font |
16 |
Font::notifyDisplaySizeChanged |
Font::notifyDisplaySizeChanged |
20 |
Font::rasterise |
Font::rasterise |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
|
Font::onRenderSizeChanged |
36 |
|
Font::findFontGlyph |
40 |
|
(int (*)(...))-0x00000001c |
44 |
|
(int (*)(...))(& typeinfo) |
48 |
|
non-virtual thunk |
52 |
|
non-virtual thunk |
56 |
|
EventSet::subscribeEvent |
60 |
|
EventSet::subscribeEvent |
64 |
|
EventSet::subscribeScriptedEvent |
68 |
|
EventSet::subscribeScriptedEvent |
72 |
|
EventSet::fireEvent |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow->d_font' in the object of this method has base type 'Font'.
AnimationInstance::setTargetWindow ( Window* target )Field 'target->d_font' in 1st parameter 'target' (pointer) has base type 'Font'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window->d_font' in 1st parameter 'e' (reference) has base type 'Font'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::getClipperWindow ( ) constField 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::setClipperWindow ( Window* w )Field 'w->d_font' in 1st parameter 'w' (pointer) has base type 'Font'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
...
CEGUIFormattedRenderedString.h
namespace CEGUI
[+] class FormattedRenderedString (4)
| Change |
Effect |
1 | Pure virtual method FormattedRenderedString::draw ( Window const*, GeometryBuffer&, Vector2f const&, ColourRect const*, Rectf const* ) const has been added to this class instead of FormattedRenderedString::draw ( GeometryBuffer&, Vector2 const&, ColourRect const*, Rect const* ) 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 | Pure virtual method FormattedRenderedString::format ( Window const*, Sizef const& ) has been added to this class instead of FormattedRenderedString::format ( Size 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. |
3 | Pure virtual method FormattedRenderedString::getHorizontalExtent ( Window const* ) const has been added to this class instead of FormattedRenderedString::getHorizontalExtent ( ) 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. |
4 | Pure virtual method FormattedRenderedString::getVerticalExtent ( Window const* ) const has been added to this class instead of FormattedRenderedString::getVerticalExtent ( ) 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) - 9 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~FormattedRenderedString |
~FormattedRenderedString |
12 |
~FormattedRenderedString |
~FormattedRenderedString |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (>10)
CentredRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) constThis method is from derived class 'CentredRenderedString'.
CentredRenderedString::format ( Size const& area_size )This method is from derived class 'CentredRenderedString'.
CentredRenderedString::getHorizontalExtent ( ) constThis method is from derived class 'CentredRenderedString'.
CentredRenderedString::getVerticalExtent ( ) constThis method is from derived class 'CentredRenderedString'.
FormattedRenderedString::FormattedRenderedString [in-charge] ( RenderedString const& string )This constructor is from 'FormattedRenderedString' class.
FormattedRenderedString::getRenderedString ( ) constThis method is from 'FormattedRenderedString' class.
FormattedRenderedString::setRenderedString ( RenderedString const& string )This method is from 'FormattedRenderedString' class.
FormattedRenderedString::~FormattedRenderedString [in-charge] ( )This method is from 'FormattedRenderedString' class.
JustifiedRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) constThis method is from derived class 'JustifiedRenderedString'.
JustifiedRenderedString::format ( Size const& area_size )This method is from derived class 'JustifiedRenderedString'.
...
CEGUIFreeTypeFont.h
namespace CEGUI
[+] class FreeTypeFont (1)
| Change |
Effect |
1 | Field d_glyphTextures has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (>10)
FreeTypeFont::addFreeTypeFontProperties ( )This method is from 'FreeTypeFont' class.
FreeTypeFont::drawGlyphToBuffer ( argb_t* buffer, uint buf_width ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::free ( )This method is from 'FreeTypeFont' class.
FreeTypeFont::getPointSize ( ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::getTextureSize ( std::map<unsigned int, FontGlyph>::const_iterator s, std::map<unsigned int, FontGlyph>::const_iterator e ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::isAntiAliased ( ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::rasterise ( utf32 start_codepoint, utf32 end_codepoint ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::setAntiAliased ( bool const anti_alaised )This method is from 'FreeTypeFont' class.
FreeTypeFont::setPointSize ( float const point_size )This method is from 'FreeTypeFont' class.
FreeTypeFont::updateFont ( )This method is from 'FreeTypeFont' class.
...
CEGUIGeometryBuffer.h
namespace CEGUI
[+] class GeometryBuffer (4)
| Change |
Effect |
1 | Pure virtual method GeometryBuffer::setClippingRegion ( Rectf const& ) has been added to this class instead of GeometryBuffer::setClippingRegion ( Rect 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 | Pure virtual method GeometryBuffer::setPivot ( Vector3f const& ) has been added to this class instead of GeometryBuffer::setPivot ( Vector3 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. |
3 | Pure virtual method GeometryBuffer::setRotation ( Quaternion const& ) has been added to this class instead of GeometryBuffer::setRotation ( Vector3 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. |
4 | Pure virtual method GeometryBuffer::setTranslation ( Vector3f const& ) has been added to this class instead of GeometryBuffer::setTranslation ( Vector3 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) - 20 entries | Virtual Table (New) - 22 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~GeometryBuffer |
~GeometryBuffer |
12 |
~GeometryBuffer |
~GeometryBuffer |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
48 |
__cxa_pure_virtual |
__cxa_pure_virtual |
52 |
__cxa_pure_virtual |
__cxa_pure_virtual |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
__cxa_pure_virtual |
__cxa_pure_virtual |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
GeometryBuffer::setBlendMode |
GeometryBuffer::setBlendMode |
76 |
GeometryBuffer::getBlendMode |
GeometryBuffer::getBlendMode |
80 |
|
__cxa_pure_virtual |
84 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
GeometryBuffer::GeometryBuffer [in-charge] ( )This constructor is from 'GeometryBuffer' class.
GeometryBuffer::getBlendMode ( ) constThis method is from 'GeometryBuffer' class.
GeometryBuffer::setBlendMode ( enum BlendMode const mode )This method is from 'GeometryBuffer' class.
GeometryBuffer::~GeometryBuffer [in-charge] ( )This method is from 'GeometryBuffer' class.
IrrlichtGeometryBuffer::setClippingRegion ( Rect const& region )This method is from derived class 'IrrlichtGeometryBuffer'.
IrrlichtGeometryBuffer::setPivot ( Vector3 const& p )This method is from derived class 'IrrlichtGeometryBuffer'.
IrrlichtGeometryBuffer::setRotation ( Vector3 const& r )This method is from derived class 'IrrlichtGeometryBuffer'.
IrrlichtGeometryBuffer::setTranslation ( Vector3 const& v )This method is from derived class 'IrrlichtGeometryBuffer'.
OpenGLGeometryBuffer::setClippingRegion ( Rect const& region )This method is from derived class 'OpenGLGeometryBuffer'.
OpenGLGeometryBuffer::setPivot ( Vector3 const& p )This method is from derived class 'OpenGLGeometryBuffer'.
...
CEGUIGridLayoutContainer.h
namespace CEGUI
[+] class GridLayoutContainer (2)
| Change |
Effect |
1 | Virtual method GridLayoutContainer::onChildOrderChanged ( WindowEventArgs& ) has been added to this class instead of GridLayoutContainer::onChildWindowOrderChanged ( WindowEventArgs& ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Virtual method GridLayoutContainer::swapChildPositions ( size_t, size_t ) has been added to this class instead of GridLayoutContainer::swapChildWindowPositions ( size_t, 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) - 107 entries | Virtual Table (New) - 123 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~GridLayoutContainer |
~GridLayoutContainer |
12 |
~GridLayoutContainer |
~GridLayoutContainer |
16 |
LayoutContainer::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Window::initialiseComponents |
LayoutContainer::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
LayoutContainer::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
LayoutContainer::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
GridLayoutContainer::addChild_impl |
56 |
Window::endInitialisation |
GridLayoutContainer::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
LayoutContainer::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
LayoutContainer::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Window::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Window::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Window::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
LayoutContainer::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Window::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Window::onTextChanged |
192 |
Window::onMouseMove |
Window::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
Window::onMouseButtonDown |
Window::onIDChanged |
204 |
Window::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
Window::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Window::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
GridLayoutContainer::testClassName_impl |
Window::onMouseMove |
292 |
Window::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
Window::onMouseButtonDown |
300 |
GridLayoutContainer::addChild_impl |
Window::onMouseButtonUp |
304 |
GridLayoutContainer::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Window::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
LayoutContainer::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
GridLayoutContainer::layout |
Window::onMarginChanged |
356 |
LayoutContainer::layoutIfNecessary |
Window::updateSelf |
360 |
LayoutContainer::handleChildSized |
Window::drawSelf |
364 |
LayoutContainer::handleChildMarginChanged |
Window::populateGeometryBuffer |
368 |
LayoutContainer::handleChildAdded |
Window::validateWindowRenderer |
372 |
LayoutContainer::handleChildRemoved |
Window::cleanupChildren |
376 |
LayoutContainer::getOffsetForWindow |
Window::onZChange_impl |
380 |
LayoutContainer::getBoundingSizeForWindow |
Window::moveToFront_impl |
384 |
GridLayoutContainer::swapChildWindowPositions |
Window::getOuterRectClipper_impl |
388 |
GridLayoutContainer::onChildWindowOrderChanged |
Window::getInnerRectClipper_impl |
392 |
(int (*)(...))-0x00000001c |
Window::getHitTestRect_impl |
396 |
(int (*)(...))(& typeinfo) |
Window::writePropertiesXML |
400 |
non-virtual thunk |
Window::writeChildWindowsXML |
404 |
non-virtual thunk |
Window::writeAutoChildWindowXML |
408 |
EventSet::subscribeEvent |
Window::banPropertiesForAutoWindow |
412 |
EventSet::subscribeEvent |
Window::handleFontRenderSizeChange |
416 |
EventSet::subscribeScriptedEvent |
GridLayoutContainer::layout |
420 |
EventSet::subscribeScriptedEvent |
LayoutContainer::layoutIfNecessary |
424 |
EventSet::fireEvent |
LayoutContainer::handleChildSized |
428 |
|
LayoutContainer::handleChildMarginChanged |
432 |
|
LayoutContainer::handleChildAdded |
436 |
|
LayoutContainer::handleChildRemoved |
440 |
|
LayoutContainer::getOffsetForWindow |
444 |
|
LayoutContainer::getBoundingSizeForWindow |
448 |
|
GridLayoutContainer::swapChildPositions |
452 |
|
GridLayoutContainer::onChildOrderChanged |
456 |
|
(int (*)(...))-0x00000001c |
460 |
|
(int (*)(...))(& typeinfo) |
464 |
|
non-virtual thunk |
468 |
|
non-virtual thunk |
472 |
|
EventSet::subscribeEvent |
476 |
|
EventSet::subscribeEvent |
480 |
|
EventSet::subscribeScriptedEvent |
484 |
|
EventSet::subscribeScriptedEvent |
488 |
|
EventSet::fireEvent |
[+] affected symbols (2)
GridLayoutContainer::onChildWindowOrderChanged ( WindowEventArgs& e )This method is from 'GridLayoutContainer' class.
GridLayoutContainer::swapChildWindowPositions ( size_t wnd1, size_t wnd2 )This method is from 'GridLayoutContainer' class.
CEGUIIrrlichtEventPusher.h
namespace CEGUI
[+] class IrrlichtEventPusher (1)
| Change |
Effect |
1 | Type of field irr2ceCODE has been changed from unsigned char[255] (255 bytes) to enum Key::Scan[255] (1020 bytes). | 1) This field may be incorrectly initialized or accessed by applications. 2) Size of the inclusive type has been changed. |
[+] affected symbols (>10)
IrrlichtEventPusher::~IrrlichtEventPusher [in-charge] ( )This method is from 'IrrlichtEventPusher' class.
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )Field 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )Field 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::draw ( ) constField 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getActiveTexture ( ) constField 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getBatchCount ( ) constField 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getMaterial ( )Field 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getMaterial ( ) constField 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getMatrix ( ) constField 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getRenderEffect ( )Field 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
...
CEGUIIrrlichtGeometryBuffer.h
namespace CEGUI
[+] class IrrlichtGeometryBuffer (3)
| Change |
Effect |
1 | Field d_clippingActive has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Type of field d_rotation has been changed from irr::core::vector3d<float> (12 bytes) to irr::core::quaternion (16 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Type of field d_clipRect has been changed from Rect to Rectf of different format. | This field may be incorrectly initialized or accessed by applications. |
[+] affected symbols (>10)
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )This method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )This method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::draw ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getActiveTexture ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getBatchCount ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getMaterial ( )This method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getMaterial ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getMatrix ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getRenderEffect ( )This method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getVertexCount ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
...
CEGUIIrrlichtRenderer.h
namespace CEGUI
[+] class IrrlichtRenderer (1)
| Change |
Effect |
1 | Type of field d_textures has been changed from IrrlichtRenderer::TextureList (12 bytes) to IrrlichtRenderer::TextureMap (24 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (>10)
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::draw ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getActiveTexture ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getBatchCount ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getMaterial ( )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getMaterial ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getMatrix ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getRenderEffect ( )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getVertexCount ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
...
CEGUIIrrlichtTexture.h
namespace CEGUI
[+] class IrrlichtTexture (1)
| Change |
Effect |
1 | Size of field d_owner has been changed from 84 bytes to 92 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (>10)
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::draw ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getActiveTexture ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getBatchCount ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getMaterial ( )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getMaterial ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getMatrix ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getRenderEffect ( )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getVertexCount ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
...
CEGUIPixmapFont.h
namespace CEGUI
[+] class PixmapFont (1)
| Change |
Effect |
1 | Field d_imageNamePrefix has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (6)
PixmapFont::addPixmapFontProperties ( )This method is from 'PixmapFont' class.
PixmapFont::defineMapping ( utf32 const codepoint, String const& image_name, float const horz_advance )This method is from 'PixmapFont' class.
PixmapFont::reinit ( )This method is from 'PixmapFont' class.
PixmapFont::updateFont ( )This method is from 'PixmapFont' class.
PixmapFont::writeXMLToStream_impl ( XMLSerializer& xml_stream ) constThis method is from 'PixmapFont' class.
PixmapFont::~PixmapFont [in-charge] ( )This method is from 'PixmapFont' class.
CEGUIRenderedStringComponent.h
namespace CEGUI
[+] class RenderedStringComponent (4)
| Change |
Effect |
1 | Type of field d_padding has been changed from Rect to Rectf of different format. | This field may be incorrectly initialized or accessed by applications. |
2 | Pure virtual method RenderedStringComponent::draw ( Window const*, GeometryBuffer&, Vector2f const&, ColourRect const*, Rectf const*, float const, float const ) const has been added to this class instead of RenderedStringComponent::draw ( GeometryBuffer&, Vector2 const&, ColourRect const*, Rect const*, float const, float const ) 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. |
3 | Pure virtual method RenderedStringComponent::getPixelSize ( Window const* ) const has been added to this class instead of RenderedStringComponent::getPixelSize ( ) 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. |
4 | Pure virtual method RenderedStringComponent::split ( Window const*, float, bool ) has been added to this class instead of RenderedStringComponent::split ( float, bool ). | 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) - 10 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RenderedStringComponent |
~RenderedStringComponent |
12 |
~RenderedStringComponent |
~RenderedStringComponent |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
RenderedString::appendComponent ( RenderedStringComponent const& component )1st parameter 'component' (reference) has base type 'RenderedStringComponent'.
RenderedStringComponent::getAspectLock ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getBottomPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getLeftPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getRightPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getTopPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getVerticalFormatting ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::RenderedStringComponent [in-charge] ( )This constructor is from 'RenderedStringComponent' class.
RenderedStringComponent::setAspectLock ( bool const setting )This method is from 'RenderedStringComponent' class.
...
CEGUIRenderedStringParser.h
namespace CEGUI
[+] class RenderedStringParser (1)
| Change |
Effect |
1 | Pure virtual method RenderedStringParser::parse ( String const&, Font const*, ColourRect const* ) has been added to this class instead of RenderedStringParser::parse ( String const&, Font*, ColourRect 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) - 3 entries | Virtual Table (New) - 3 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (2)
BasicRenderedStringParser::parse ( String const& input_string, Font* initial_font, ColourRect const* initial_colours )This method is from derived class 'BasicRenderedStringParser'.
DefaultRenderedStringParser::parse ( String const& input_string, Font* initial_font, ColourRect const* initial_colours )This method is from derived class 'DefaultRenderedStringParser'.
CEGUIRenderedStringWidgetComponent.h
namespace CEGUI
[+] class RenderedStringWidgetComponent (2)
| Change |
Effect |
1 | Field d_windowName has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field d_windowPtrSynched has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (10)
RenderedStringWidgetComponent::canSplit ( ) constThis method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::clone ( ) constReturn value (pointer) has base type 'RenderedStringWidgetComponent'.
RenderedStringWidgetComponent::getSpaceCount ( ) constThis method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::getWindow ( ) constThis method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::RenderedStringWidgetComponent [in-charge] ( )This constructor is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::RenderedStringWidgetComponent [in-charge] ( String const& widget_name )This constructor is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::RenderedStringWidgetComponent [in-charge] ( Window* widget )This constructor is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::setWindow ( String const& widget_name )This method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::setWindow ( Window* widget )This method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::~RenderedStringWidgetComponent [in-charge] ( )This method is from 'RenderedStringWidgetComponent' class.
CEGUIRenderer.h
namespace CEGUI
[+] class Renderer (5)
| Change |
Effect |
1 | Pure virtual method Renderer::createTexture ( String const& ) has been added to this class instead of Renderer::createTexture ( ). | 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 | Pure virtual method Renderer::createTexture ( String const&, Sizef const& ) has been added to this class instead of Renderer::createTexture ( Size 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. |
3 | Pure virtual method Renderer::createTexture ( String const&, String const&, String const& ) has been added to this class instead of Renderer::createTexture ( String const&, String 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. |
4 | Pure virtual method Renderer::getDefaultRenderTarget ( ) has been added to this class instead of Renderer::getDefaultRenderingRoot ( ). | 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. |
5 | Pure virtual method Renderer::isTextureDefined ( String const& ) const has been added to this class instead of Renderer::setDisplaySize ( Size 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) - 23 entries | Virtual Table (New) - 26 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
__cxa_pure_virtual |
12 |
__cxa_pure_virtual |
__cxa_pure_virtual |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
48 |
__cxa_pure_virtual |
__cxa_pure_virtual |
52 |
__cxa_pure_virtual |
__cxa_pure_virtual |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
__cxa_pure_virtual |
__cxa_pure_virtual |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
__cxa_pure_virtual |
__cxa_pure_virtual |
80 |
__cxa_pure_virtual |
__cxa_pure_virtual |
84 |
~Renderer |
__cxa_pure_virtual |
88 |
~Renderer |
__cxa_pure_virtual |
92 |
|
__cxa_pure_virtual |
96 |
|
~Renderer |
100 |
|
~Renderer |
[+] affected symbols (>10)
IrrlichtRenderer::createTexture ( )This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::createTexture ( Size const& size )This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::createTexture ( String const& filename, String const& resourceGroup )This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::getDefaultRenderingRoot ( )This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::setDisplaySize ( Size const& sz )This method is from derived class 'IrrlichtRenderer'.
OpenGLRenderer::createTexture ( )This method is from derived class 'OpenGLRenderer'.
OpenGLRenderer::createTexture ( Size const& size )This method is from derived class 'OpenGLRenderer'.
OpenGLRenderer::createTexture ( String const& filename, String const& resourceGroup )This method is from derived class 'OpenGLRenderer'.
OpenGLRenderer::getDefaultRenderingRoot ( )This method is from derived class 'OpenGLRenderer'.
OpenGLRenderer::setDisplaySize ( Size const& sz )This method is from derived class 'OpenGLRenderer'.
...
CEGUIRenderingWindow.h
namespace CEGUI
[+] class RenderingWindow (2)
| Change |
Effect |
1 | Size of field d_textarget has been changed from 4 bytes to 32 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Type of field d_rotation has been changed from Vector3 (12 bytes) to Quaternion (16 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (>10)
RenderingSurface::attachWindow ( RenderingWindow& w )1st parameter 'w' (reference) has base type 'RenderingWindow'.
RenderingSurface::createRenderingWindow ( TextureTarget& target )Return value (reference) has base type 'RenderingWindow'.
RenderingSurface::destroyRenderingWindow ( RenderingWindow& window )1st parameter 'window' (reference) has base type 'RenderingWindow'.
RenderingSurface::detatchWindow ( RenderingWindow& w )1st parameter 'w' (reference) has base type 'RenderingWindow'.
RenderingSurface::transferRenderingWindow ( RenderingWindow& window )1st parameter 'window' (reference) has base type 'RenderingWindow'.
RenderingWindow::draw ( )This method is from 'RenderingWindow' class.
RenderingWindow::getOwner ( )This method is from 'RenderingWindow' class.
RenderingWindow::getOwner ( ) constThis method is from 'RenderingWindow' class.
RenderingWindow::getPivot ( ) constThis method is from 'RenderingWindow' class.
RenderingWindow::getPosition ( ) constThis method is from 'RenderingWindow' class.
...
CEGUIScrollablePane.h
namespace CEGUI
[+] class ScrollablePane (1)
| Change |
Effect |
1 | Type of field d_contentRect has been changed from Rect to Rectf of different format. | This field may be incorrectly initialized or accessed by applications. |
[+] affected symbols (>10)
ScrollablePane::configureScrollbars ( )This method is from 'ScrollablePane' class.
ScrollablePane::destroy ( )This method is from 'ScrollablePane' class.
ScrollablePane::EventAutoSizeSettingChanged [data]This method is from 'ScrollablePane' class.
ScrollablePane::EventContentPaneChanged [data]This method is from 'ScrollablePane' class.
ScrollablePane::EventContentPaneScrolled [data]This method is from 'ScrollablePane' class.
ScrollablePane::EventHorzScrollbarModeChanged [data]This method is from 'ScrollablePane' class.
ScrollablePane::EventNamespace [data]This method is from 'ScrollablePane' class.
ScrollablePane::EventVertScrollbarModeChanged [data]This method is from 'ScrollablePane' class.
ScrollablePane::getContentPane ( ) constThis method is from 'ScrollablePane' class.
ScrollablePane::getContentPaneArea ( ) constThis method is from 'ScrollablePane' class.
...
CEGUIScrollbar.h
namespace CEGUI
[+] class ScrollbarWindowRenderer (1)
| Change |
Effect |
1 | Pure virtual method ScrollbarWindowRenderer::getAdjustDirectionFromPoint ( Vector2f const& ) const has been added to this class instead of ScrollbarWindowRenderer::getAdjustDirectionFromPoint ( Point const& ) 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) - 16 entries | Virtual Table (New) - 17 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ScrollbarWindowRenderer |
~ScrollbarWindowRenderer |
12 |
~ScrollbarWindowRenderer |
~ScrollbarWindowRenderer |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
WindowRenderer::getUnclippedInnerRect |
WindowRenderer::getUnclippedInnerRect |
24 |
WindowRenderer::performChildWindowLayout |
WindowRenderer::performChildWindowLayout |
28 |
WindowRenderer::getRenderingContext |
WindowRenderer::getRenderingContext |
32 |
WindowRenderer::update |
WindowRenderer::update |
36 |
WindowRenderer::onAttach |
WindowRenderer::handleFontRenderSizeChange |
40 |
WindowRenderer::onDetach |
WindowRenderer::onAttach |
44 |
WindowRenderer::onLookNFeelAssigned |
WindowRenderer::onDetach |
48 |
WindowRenderer::onLookNFeelUnassigned |
WindowRenderer::onLookNFeelAssigned |
52 |
__cxa_pure_virtual |
WindowRenderer::onLookNFeelUnassigned |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
|
__cxa_pure_virtual |
[+] affected symbols (3)
FalagardScrollbar::getAdjustDirectionFromPoint ( Point const& pt ) constThis method is from derived class 'FalagardScrollbar'.
ScrollbarWindowRenderer::ScrollbarWindowRenderer [in-charge] ( String const& name )This constructor is from 'ScrollbarWindowRenderer' class.
ScrollbarWindowRenderer::~ScrollbarWindowRenderer [in-charge] ( )This method is from 'ScrollbarWindowRenderer' class.
CEGUIScrolledContainer.h
namespace CEGUI
[+] class ScrolledContainer (1)
| Change |
Effect |
1 | Type of field d_contentArea has been changed from Rect to Rectf of different format. | This field may be incorrectly initialized or accessed by applications. |
[+] affected symbols (>10)
ScrollablePane::getContentPane ( ) constReturn value (pointer) has base type 'ScrolledContainer'.
ScrollablePane::getScrolledContainer ( ) constReturn value (pointer) has base type 'ScrolledContainer'.
ScrolledContainer::drawSelf ( struct RenderingContext const& p1 )This method is from 'ScrolledContainer' class.
ScrolledContainer::EventAutoSizeSettingChanged [data]This method is from 'ScrolledContainer' class.
ScrolledContainer::EventContentChanged [data]This method is from 'ScrolledContainer' class.
ScrolledContainer::EventNamespace [data]This method is from 'ScrolledContainer' class.
ScrolledContainer::getChildExtentsArea ( ) constThis method is from 'ScrolledContainer' class.
ScrolledContainer::getContentArea ( ) constThis method is from 'ScrolledContainer' class.
ScrolledContainer::getHitTestRect_impl ( ) constThis method is from 'ScrolledContainer' class.
ScrolledContainer::getInnerRectClipper_impl ( ) constThis method is from 'ScrolledContainer' class.
...
CEGUISequentialLayoutContainer.h
namespace CEGUI
[+] class SequentialLayoutContainer (3)
| Change |
Effect |
1 | Virtual method SequentialLayoutContainer::moveChildToPosition ( Window*, size_t ) has been added to this class instead of SequentialLayoutContainer::moveChildWindowToPosition ( Window*, 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. |
2 | Virtual method SequentialLayoutContainer::onChildOrderChanged ( WindowEventArgs& ) has been added to this class instead of SequentialLayoutContainer::onChildWindowOrderChanged ( WindowEventArgs& ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
3 | Virtual method SequentialLayoutContainer::swapChildPositions ( size_t, size_t ) has been added to this class instead of SequentialLayoutContainer::swapChildWindowPositions ( size_t, 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) - 108 entries | Virtual Table (New) - 124 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~SequentialLayoutContainer |
~SequentialLayoutContainer |
12 |
~SequentialLayoutContainer |
~SequentialLayoutContainer |
16 |
LayoutContainer::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Window::initialiseComponents |
LayoutContainer::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
LayoutContainer::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
LayoutContainer::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
LayoutContainer::addChild_impl |
56 |
Window::endInitialisation |
LayoutContainer::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
LayoutContainer::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
LayoutContainer::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Window::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Window::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Window::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
LayoutContainer::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Window::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Window::onTextChanged |
192 |
Window::onMouseMove |
Window::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
Window::onMouseButtonDown |
Window::onIDChanged |
204 |
Window::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
Window::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Window::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
SequentialLayoutContainer::testClassName_impl |
Window::onMouseMove |
292 |
Window::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
Window::onMouseButtonDown |
300 |
LayoutContainer::addChild_impl |
Window::onMouseButtonUp |
304 |
LayoutContainer::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Window::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
LayoutContainer::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
__cxa_pure_virtual |
Window::onMarginChanged |
356 |
LayoutContainer::layoutIfNecessary |
Window::updateSelf |
360 |
LayoutContainer::handleChildSized |
Window::drawSelf |
364 |
LayoutContainer::handleChildMarginChanged |
Window::populateGeometryBuffer |
368 |
LayoutContainer::handleChildAdded |
Window::validateWindowRenderer |
372 |
LayoutContainer::handleChildRemoved |
Window::cleanupChildren |
376 |
LayoutContainer::getOffsetForWindow |
Window::onZChange_impl |
380 |
LayoutContainer::getBoundingSizeForWindow |
Window::moveToFront_impl |
384 |
SequentialLayoutContainer::swapChildWindowPositions |
Window::getOuterRectClipper_impl |
388 |
SequentialLayoutContainer::moveChildWindowToPosition |
Window::getInnerRectClipper_impl |
392 |
SequentialLayoutContainer::onChildWindowOrderChanged |
Window::getHitTestRect_impl |
396 |
(int (*)(...))-0x00000001c |
Window::writePropertiesXML |
400 |
(int (*)(...))(& typeinfo) |
Window::writeChildWindowsXML |
404 |
non-virtual thunk |
Window::writeAutoChildWindowXML |
408 |
non-virtual thunk |
Window::banPropertiesForAutoWindow |
412 |
EventSet::subscribeEvent |
Window::handleFontRenderSizeChange |
416 |
EventSet::subscribeEvent |
__cxa_pure_virtual |
420 |
EventSet::subscribeScriptedEvent |
LayoutContainer::layoutIfNecessary |
424 |
EventSet::subscribeScriptedEvent |
LayoutContainer::handleChildSized |
428 |
EventSet::fireEvent |
LayoutContainer::handleChildMarginChanged |
432 |
|
LayoutContainer::handleChildAdded |
436 |
|
LayoutContainer::handleChildRemoved |
440 |
|
LayoutContainer::getOffsetForWindow |
444 |
|
LayoutContainer::getBoundingSizeForWindow |
448 |
|
SequentialLayoutContainer::swapChildPositions |
452 |
|
SequentialLayoutContainer::moveChildToPosition |
456 |
|
SequentialLayoutContainer::onChildOrderChanged |
460 |
|
(int (*)(...))-0x00000001c |
464 |
|
(int (*)(...))(& typeinfo) |
468 |
|
non-virtual thunk |
472 |
|
non-virtual thunk |
476 |
|
EventSet::subscribeEvent |
480 |
|
EventSet::subscribeEvent |
484 |
|
EventSet::subscribeScriptedEvent |
488 |
|
EventSet::subscribeScriptedEvent |
492 |
|
EventSet::fireEvent |
[+] affected symbols (3)
SequentialLayoutContainer::moveChildWindowToPosition ( Window* wnd, size_t position )This method is from 'SequentialLayoutContainer' class.
SequentialLayoutContainer::onChildWindowOrderChanged ( WindowEventArgs& e )This method is from 'SequentialLayoutContainer' class.
SequentialLayoutContainer::swapChildWindowPositions ( size_t wnd1, size_t wnd2 )This method is from 'SequentialLayoutContainer' class.
CEGUISlider.h
namespace CEGUI
[+] class Slider (1)
| Change |
Effect |
1 | Virtual method Slider::getAdjustDirectionFromPoint ( Vector2f const& ) const has been added to this class instead of Slider::getAdjustDirectionFromPoint ( Point const& ) 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) - 103 entries | Virtual Table (New) - 119 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Slider |
~Slider |
12 |
~Slider |
~Slider |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Slider::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
Window::addChild_impl |
56 |
Window::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
Window::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Window::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Slider::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Window::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Window::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Window::onTextChanged |
192 |
Window::onMouseMove |
Window::onFontChanged |
196 |
Slider::onMouseWheel |
Window::onAlphaChanged |
200 |
Slider::onMouseButtonDown |
Window::onIDChanged |
204 |
Window::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
Window::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Window::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
Slider::testClassName_impl |
Window::onMouseMove |
292 |
Slider::validateWindowRenderer |
Slider::onMouseWheel |
296 |
Window::cleanupChildren |
Slider::onMouseButtonDown |
300 |
Window::addChild_impl |
Window::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Window::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
Slider::updateThumb |
Window::onMarginChanged |
356 |
Slider::getValueFromThumb |
Window::updateSelf |
360 |
Slider::getAdjustDirectionFromPoint |
Window::drawSelf |
364 |
Slider::onValueChanged |
Window::populateGeometryBuffer |
368 |
Slider::onThumbTrackStarted |
Slider::validateWindowRenderer |
372 |
Slider::onThumbTrackEnded |
Window::cleanupChildren |
376 |
(int (*)(...))-0x00000001c |
Window::onZChange_impl |
380 |
(int (*)(...))(& typeinfo) |
Window::moveToFront_impl |
384 |
non-virtual thunk |
Window::getOuterRectClipper_impl |
388 |
non-virtual thunk |
Window::getInnerRectClipper_impl |
392 |
EventSet::subscribeEvent |
Window::getHitTestRect_impl |
396 |
EventSet::subscribeEvent |
Window::writePropertiesXML |
400 |
EventSet::subscribeScriptedEvent |
Window::writeChildWindowsXML |
404 |
EventSet::subscribeScriptedEvent |
Window::writeAutoChildWindowXML |
408 |
EventSet::fireEvent |
Window::banPropertiesForAutoWindow |
412 |
|
Window::handleFontRenderSizeChange |
416 |
|
Slider::updateThumb |
420 |
|
Slider::getValueFromThumb |
424 |
|
Slider::getAdjustDirectionFromPoint |
428 |
|
Slider::onValueChanged |
432 |
|
Slider::onThumbTrackStarted |
436 |
|
Slider::onThumbTrackEnded |
440 |
|
(int (*)(...))-0x00000001c |
444 |
|
(int (*)(...))(& typeinfo) |
448 |
|
non-virtual thunk |
452 |
|
non-virtual thunk |
456 |
|
EventSet::subscribeEvent |
460 |
|
EventSet::subscribeEvent |
464 |
|
EventSet::subscribeScriptedEvent |
468 |
|
EventSet::subscribeScriptedEvent |
472 |
|
EventSet::fireEvent |
[+] affected symbols (1)
Slider::getAdjustDirectionFromPoint ( Point const& pt ) constThis method is from 'Slider' class.
[+] class SliderWindowRenderer (1)
| Change |
Effect |
1 | Pure virtual method SliderWindowRenderer::getAdjustDirectionFromPoint ( Vector2f const& ) const has been added to this class instead of SliderWindowRenderer::getAdjustDirectionFromPoint ( Point const& ) 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) - 16 entries | Virtual Table (New) - 17 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~SliderWindowRenderer |
~SliderWindowRenderer |
12 |
~SliderWindowRenderer |
~SliderWindowRenderer |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
WindowRenderer::getUnclippedInnerRect |
WindowRenderer::getUnclippedInnerRect |
24 |
WindowRenderer::performChildWindowLayout |
WindowRenderer::performChildWindowLayout |
28 |
WindowRenderer::getRenderingContext |
WindowRenderer::getRenderingContext |
32 |
WindowRenderer::update |
WindowRenderer::update |
36 |
WindowRenderer::onAttach |
WindowRenderer::handleFontRenderSizeChange |
40 |
WindowRenderer::onDetach |
WindowRenderer::onAttach |
44 |
WindowRenderer::onLookNFeelAssigned |
WindowRenderer::onDetach |
48 |
WindowRenderer::onLookNFeelUnassigned |
WindowRenderer::onLookNFeelAssigned |
52 |
__cxa_pure_virtual |
WindowRenderer::onLookNFeelUnassigned |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
|
__cxa_pure_virtual |
[+] affected symbols (3)
FalagardSlider::getAdjustDirectionFromPoint ( Point const& pt ) constThis method is from derived class 'FalagardSlider'.
SliderWindowRenderer::SliderWindowRenderer [in-charge] ( String const& name )This constructor is from 'SliderWindowRenderer' class.
SliderWindowRenderer::~SliderWindowRenderer [in-charge] ( )This method is from 'SliderWindowRenderer' class.
CEGUITextureTarget.h
namespace CEGUI
[+] class TextureTarget (2)
| Change |
Effect |
1 | Base class RenderTarget became non-virtually inherited. | Size, memory layout and v-table layout of this class and subclasses may change. |
2 | Pure virtual method TextureTarget::declareRenderSize ( Sizef const& ) has been added to this class instead of TextureTarget::declareRenderSize ( Size 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) - 26 entries | Virtual Table (New) - 21 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))0 |
(int (*)(...))(& typeinfo) |
8 |
(int (*)(...))0 |
~TextureTarget |
12 |
(int (*)(...))0 |
~TextureTarget |
16 |
(int (*)(...))0 |
EventSet::subscribeEvent |
20 |
(int (*)(...))0 |
EventSet::subscribeEvent |
24 |
(int (*)(...))0 |
EventSet::subscribeScriptedEvent |
28 |
(int (*)(...))0 |
EventSet::subscribeScriptedEvent |
32 |
(int (*)(...))0 |
EventSet::fireEvent |
36 |
(int (*)(...))0 |
__cxa_pure_virtual |
40 |
(int (*)(...))0 |
__cxa_pure_virtual |
44 |
(int (*)(...))(& typeinfo) |
__cxa_pure_virtual |
48 |
~TextureTarget |
__cxa_pure_virtual |
52 |
~TextureTarget |
__cxa_pure_virtual |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
__cxa_pure_virtual |
__cxa_pure_virtual |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
__cxa_pure_virtual |
__cxa_pure_virtual |
80 |
__cxa_pure_virtual |
__cxa_pure_virtual |
84 |
__cxa_pure_virtual |
|
88 |
__cxa_pure_virtual |
|
92 |
__cxa_pure_virtual |
|
96 |
__cxa_pure_virtual |
|
100 |
__cxa_pure_virtual |
|
[+] affected symbols (8)
IrrlichtTextureTarget::declareRenderSize ( Size const& sz )This method is from derived class 'IrrlichtTextureTarget'.
OpenGLFBOTextureTarget::declareRenderSize ( Size const& sz )This method is from derived class 'OpenGLFBOTextureTarget'.
OpenGLGLXPBTextureTarget::declareRenderSize ( Size const& sz )This method is from derived class 'OpenGLGLXPBTextureTarget'.
TextureTarget::clear ( )This method is from 'TextureTarget' class.
TextureTarget::declareRenderSize ( Size const& sz )This method is from 'TextureTarget' class.
TextureTarget::getTexture ( ) constThis method is from 'TextureTarget' class.
TextureTarget::isRenderingInverted ( ) constThis method is from 'TextureTarget' class.
TextureTarget::~TextureTarget [in-charge] ( )This method is from 'TextureTarget' class.
CEGUITitlebar.h
namespace CEGUI
[+] class Titlebar (1)
| Change |
Effect |
1 | Type of field d_oldCursorArea has been changed from Rect to Rectf of different format. | This field may be incorrectly initialized or accessed by applications. |
[+] affected symbols (>10)
FrameWindow::getTitlebar ( ) constReturn value (pointer) has base type 'Titlebar'.
Titlebar::EventNamespace [data]This method is from 'Titlebar' class.
Titlebar::isDraggingEnabled ( ) constThis method is from 'Titlebar' class.
Titlebar::onCaptureLost ( WindowEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onDraggingModeChanged ( WindowEventArgs& p1 )This method is from 'Titlebar' class.
Titlebar::onFontChanged ( WindowEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseButtonDown ( MouseEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseButtonUp ( MouseEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseDoubleClicked ( MouseEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseMove ( MouseEventArgs& e )This method is from 'Titlebar' class.
...
CEGUITooltip.h
namespace CEGUI
[+] class Tooltip (1)
| Change |
Effect |
1 | Field d_state has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow->d_customTip' in the object of this method has base type 'Tooltip'.
AnimationInstance::setTargetWindow ( Window* target )Field 'target->d_customTip' in 1st parameter 'target' (pointer) has base type 'Tooltip'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window->d_customTip' in 1st parameter 'e' (reference) has base type 'Tooltip'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::getClipperWindow ( ) constField 'retval->d_customTip' in return value (pointer) has base type 'Tooltip'.
ClippedContainer::setClipperWindow ( Window* w )Field 'w->d_customTip' in 1st parameter 'w' (pointer) has base type 'Tooltip'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
...
CEGUITreeItem.h
namespace CEGUI
[+] class TreeItem (2)
| Change |
Effect |
1 | Type of field d_buttonLocation has been changed from Rect to Rectf of different format. | This field may be incorrectly initialized or accessed by applications. |
2 | Virtual method TreeItem::draw ( GeometryBuffer&, Rectf const&, float, Rectf const* ) const has been added to this class instead of TreeItem::draw ( GeometryBuffer&, Rect const&, float, Rect const* ) 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) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~TreeItem |
~TreeItem |
12 |
~TreeItem |
~TreeItem |
16 |
TreeItem::getPixelSize |
TreeItem::getPixelSize |
20 |
TreeItem::draw |
TreeItem::draw |
24 |
TreeItem::operator< |
TreeItem::handleFontRenderSizeChange |
28 |
TreeItem::operator> |
TreeItem::operator< |
32 |
|
TreeItem::operator> |
[+] affected symbols (>10)
lbi_greater ( TreeItem const* a, TreeItem const* b )2nd parameter 'b' (pointer) has base type 'TreeItem'.
lbi_less ( TreeItem const* a, TreeItem const* b )2nd parameter 'b' (pointer) has base type 'TreeItem'.
Tree::addItem ( TreeItem* item )1st parameter 'item' (pointer) has base type 'TreeItem'.
Tree::addTreeEvents ( )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::cacheTreeBaseImagery ( )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::clearAllSelections ( )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::clearAllSelections_impl ( )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::clearAllSelectionsFromList ( Tree::LBItemList const& itemList )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::configureScrollbars ( )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::containsOpenItemRecursive ( Tree::LBItemList const& itemList, TreeItem* item )2nd parameter 'item' (pointer) has base type 'TreeItem'.
...
CEGUIWindow.h
namespace CEGUI
[+] class Window (15)
| Change |
Effect |
1 | The relative position of field d_outerRectClipper has been changed from 54 to 53. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
2 | The relative position of field d_outerRectClipperValid has been changed from 57 to 56. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
3 | The relative position of field d_propagateMouseInputs has been changed from 61 to 60. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
4 | The relative position of field d_updateMode has been changed from 60 to 59. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
5 | Type of field d_hitTestRect has been changed from Rect to Rectf of different format. | This field may be incorrectly initialized or accessed by applications. |
6 | Type of field d_innerRectClipper has been changed from Rect to Rectf of different format. | This field may be incorrectly initialized or accessed by applications. |
7 | Type of field d_outerRectClipper has been changed from Rect to Rectf of different format. | This field may be incorrectly initialized or accessed by applications. |
8 | The relative position of field d_hitTestRect has been changed from 56 to 55. | Applications will access incorrect memory when attempting to access this field. |
9 | The relative position of field d_hitTestRectValid has been changed from 59 to 58. | Applications will access incorrect memory when attempting to access this field. |
10 | The relative position of field d_innerRectClipper has been changed from 55 to 54. | Applications will access incorrect memory when attempting to access this field. |
11 | The relative position of field d_innerRectClipperValid has been changed from 58 to 57. | Applications will access incorrect memory when attempting to access this field. |
12 | Field d_nonClientContent has been removed from this type. | Applications will access incorrect memory when attempting to access this field. |
13 | Virtual method Window::banPropertiesForAutoWindow ( ) has been added to this class instead of Window::removeChild_impl ( Window* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
14 | Virtual method Window::isHit ( Vector2f const&, bool const ) const has been added to this class instead of Window::getUnclippedInnerRect_impl ( ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
15 | Virtual method Window::validateWindowRenderer ( WindowRenderer const* ) const has been added to this class instead of Window::onNonClientChanged ( WindowEventArgs& ). | 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) - 97 entries | Virtual Table (New) - 113 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Window |
~Window |
12 |
~Window |
~Window |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Window::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
Window::addChild_impl |
56 |
Window::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
Window::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Window::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Window::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Window::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Window::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Window::onTextChanged |
192 |
Window::onMouseMove |
Window::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
Window::onMouseButtonDown |
Window::onIDChanged |
204 |
Window::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
Window::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Window::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
Window::testClassName_impl |
Window::onMouseMove |
292 |
Window::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
Window::onMouseButtonDown |
300 |
Window::addChild_impl |
Window::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Window::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
(int (*)(...))-0x00000001c |
Window::onMarginChanged |
356 |
(int (*)(...))(& typeinfo) |
Window::updateSelf |
360 |
non-virtual thunk |
Window::drawSelf |
364 |
non-virtual thunk |
Window::populateGeometryBuffer |
368 |
EventSet::subscribeEvent |
Window::validateWindowRenderer |
372 |
EventSet::subscribeEvent |
Window::cleanupChildren |
376 |
EventSet::subscribeScriptedEvent |
Window::onZChange_impl |
380 |
EventSet::subscribeScriptedEvent |
Window::moveToFront_impl |
384 |
EventSet::fireEvent |
Window::getOuterRectClipper_impl |
388 |
|
Window::getInnerRectClipper_impl |
392 |
|
Window::getHitTestRect_impl |
396 |
|
Window::writePropertiesXML |
400 |
|
Window::writeChildWindowsXML |
404 |
|
Window::writeAutoChildWindowXML |
408 |
|
Window::banPropertiesForAutoWindow |
412 |
|
Window::handleFontRenderSizeChange |
416 |
|
(int (*)(...))-0x00000001c |
420 |
|
(int (*)(...))(& typeinfo) |
424 |
|
non-virtual thunk |
428 |
|
non-virtual thunk |
432 |
|
EventSet::subscribeEvent |
436 |
|
EventSet::subscribeEvent |
440 |
|
EventSet::subscribeScriptedEvent |
444 |
|
EventSet::subscribeScriptedEvent |
448 |
|
EventSet::fireEvent |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow' in the object of this method has base type 'Window'.
AnimationInstance::setTargetWindow ( Window* target )1st parameter 'target' (pointer) has base type 'Window'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window' in 1st parameter 'e' (reference) has base type 'Window'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow' in the object of this method has base type 'Window'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'this->d_clipperWindow' in the object of this method has base type 'Window'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow' in the object of this method has base type 'Window'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow' in the object of this method has base type 'Window'.
ClippedContainer::getClipperWindow ( ) constReturn value (pointer) has base type 'Window'.
ClippedContainer::setClipperWindow ( Window* w )1st parameter 'w' (pointer) has base type 'Window'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow' in the object of this method has base type 'Window'.
...
to the top
Problems with Symbols, Medium Severity (65)
CEGUIClippedContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ClippedContainer::getClipArea ( ) const (1)
[symbol: _ZNK5CEGUI16ClippedContainer11getClipAreaEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Rect to Rect<float> of different format. | This parameter may be incorrectly initialized by applications. |
CEGUIFalDimensions.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ComponentArea::getPixelRect ( Window const& wnd ) const (1)
[symbol: _ZNK5CEGUI13ComponentArea12getPixelRectERKNS_6WindowE]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
CEGUIFalImagerySection.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ImagerySection::getBoundingRect ( Window const& wnd ) const (1)
[symbol: _ZNK5CEGUI14ImagerySection15getBoundingRectERKNS_6WindowE]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
CEGUIFont.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Font::getNativeResolution ( ) const (1)
[symbol: _ZNK5CEGUI4Font19getNativeResolutionEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from Size to Sizef const&). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
CEGUIFrameWindow.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] FrameWindow::getSizingRect ( ) const (1)
[symbol: _ZNK5CEGUI11FrameWindow13getSizingRectEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
CEGUIItemListBase.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ItemListBase::getItemRenderArea ( ) const (1)
[symbol: _ZNK5CEGUI12ItemListBase17getItemRenderAreaEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
CEGUIListbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Listbox::getListRenderArea ( ) const (1)
[symbol: _ZNK5CEGUI7Listbox17getListRenderAreaEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
CEGUIListboxTextItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ListboxTextItem::getFont ( ) const (1)
[symbol: _ZNK5CEGUI15ListboxTextItem7getFontEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from Font* to Font const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
CEGUIListHeader.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ListHeader::SegmentNameSuffix [data] (2)
[symbol: _ZN5CEGUI10ListHeader17SegmentNameSuffixE]
| Change | Effect |
---|
1 | Type of this global data has been changed from char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
2 | Size of this global data has been changed from 12 bytes to 152 bytes. | Applications will obtain a different value and execution may change. |
CEGUIMouseCursor.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] MouseCursor::getConstraintArea ( ) const (1)
[symbol: _ZNK5CEGUI11MouseCursor17getConstraintAreaEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
CEGUIMultiColumnList.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] MultiColumnList::getListRenderArea ( ) const (1)
[symbol: _ZNK5CEGUI15MultiColumnList17getListRenderAreaEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
CEGUIMultiLineEditbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] MultiLineEditbox::getTextRenderArea ( ) const (1)
[symbol: _ZNK5CEGUI16MultiLineEditbox17getTextRenderAreaEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
CEGUIRenderedStringComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderedStringComponent::getPadding ( ) const (1)
[symbol: _ZNK5CEGUI23RenderedStringComponent10getPaddingEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Rect to Rect<float> of different format. | This parameter may be incorrectly initialized by applications. |
CEGUIRenderedStringTextComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderedStringTextComponent::getFont ( ) const (1)
[symbol: _ZNK5CEGUI27RenderedStringTextComponent7getFontEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from Font* to Font const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
CEGUIRenderingWindow.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderingWindow::getRotation ( ) const (1)
[symbol: _ZNK5CEGUI15RenderingWindow11getRotationEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Vector3 (12 bytes) to Quaternion (16 bytes). | Applications will obtain a different return value and execution may change. |
CEGUIScrollablePane.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ScrollablePane::getContentPaneArea ( ) const (1)
[symbol: _ZNK5CEGUI14ScrollablePane18getContentPaneAreaEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Rect to Rect<float> of different format. | This parameter may be incorrectly initialized by applications. |
[+] ScrollablePane::getViewableArea ( ) const (1)
[symbol: _ZNK5CEGUI14ScrollablePane15getViewableAreaEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
CEGUIScrolledContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ScrolledContainer::getChildExtentsArea ( ) const (1)
[symbol: _ZNK5CEGUI17ScrolledContainer19getChildExtentsAreaEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
[+] ScrolledContainer::getContentArea ( ) const (1)
[symbol: _ZNK5CEGUI17ScrolledContainer14getContentAreaEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Rect to Rect<float> of different format. | This parameter may be incorrectly initialized by applications. |
[+] ScrolledContainer::getHitTestRect_impl ( ) const (1)
[symbol: _ZNK5CEGUI17ScrolledContainer19getHitTestRect_implEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
[+] ScrolledContainer::getInnerRectClipper_impl ( ) const (1)
[symbol: _ZNK5CEGUI17ScrolledContainer24getInnerRectClipper_implEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
CEGUITree.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Tree::getTreeRenderArea ( ) const (1)
[symbol: _ZNK5CEGUI4Tree17getTreeRenderAreaEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
CEGUITreeItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] TreeItem::getFont ( ) const (1)
[symbol: _ZNK5CEGUI8TreeItem7getFontEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from Font* to Font const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
CEGUIWindow.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Window::d_lookNFeelProperty [data] (2)
[symbol: _ZN5CEGUI6Window19d_lookNFeelPropertyE]
| Change | Effect |
---|
1 | Type of this global data has been changed from WindowProperties::LookNFeel (464 bytes) to Window::LookNFeelProperty (800 bytes). | Applications will obtain a different value and execution may change. |
2 | Size of this global data has been changed from 464 bytes to 800 bytes. | Applications will obtain a different value and execution may change. |
[+] Window::d_windowRendererProperty [data] (2)
[symbol: _ZN5CEGUI6Window24d_windowRendererPropertyE]
| Change | Effect |
---|
1 | Type of this global data has been changed from WindowProperties::WindowRenderer (464 bytes) to Window::WindowRendererProperty (800 bytes). | Applications will obtain a different value and execution may change. |
2 | Size of this global data has been changed from 464 bytes to 800 bytes. | Applications will obtain a different value and execution may change. |
[+] Window::getClipRect ( bool const non_client ) const (1)
[symbol: _ZNK5CEGUI6Window11getClipRectEb]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from Rect to Rectf const&). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] Window::getFont ( bool useDefault ) const (1)
[symbol: _ZNK5CEGUI6Window7getFontEb]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from Font* to Font const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] Window::getHitTestRect ( ) const (1)
[symbol: _ZNK5CEGUI6Window14getHitTestRectEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from Rect to Rectf const&). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] Window::getHitTestRect_impl ( ) const (1)
[symbol: _ZNK5CEGUI6Window19getHitTestRect_implEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
[+] Window::getInnerRectClipper ( ) const (1)
[symbol: _ZNK5CEGUI6Window19getInnerRectClipperEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from Rect to Rectf const&). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] Window::getInnerRectClipper_impl ( ) const (1)
[symbol: _ZNK5CEGUI6Window24getInnerRectClipper_implEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
[+] Window::getOuterRectClipper ( ) const (1)
[symbol: _ZNK5CEGUI6Window19getOuterRectClipperEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from Rect to Rectf const&). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] Window::getOuterRectClipper_impl ( ) const (1)
[symbol: _ZNK5CEGUI6Window24getOuterRectClipper_implEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
[+] Window::getWindowRendererName ( ) const (1)
[symbol: _ZNK5CEGUI6Window21getWindowRendererNameEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from String to String const&). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
CEGUIWindowRenderer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] WindowRenderer::getUnclippedInnerRect ( ) const (1)
[symbol: _ZNK5CEGUI14WindowRenderer21getUnclippedInnerRectEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Rect to Rectf of different format. | Applications will obtain a different return value and execution may change. |
FalButton.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardButton::TypeName [data] (1)
[symbol: _ZN5CEGUI14FalagardButton8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalDefault.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardDefault::TypeName [data] (1)
[symbol: _ZN5CEGUI15FalagardDefault8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalEditbox.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardEditbox::TypeName [data] (1)
[symbol: _ZN5CEGUI15FalagardEditbox8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalFrameWindow.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardFrameWindow::TypeName [data] (1)
[symbol: _ZN5CEGUI19FalagardFrameWindow8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalItemEntry.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardItemEntry::TypeName [data] (1)
[symbol: _ZN5CEGUI17FalagardItemEntry8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalItemListbox.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardItemListbox::TypeName [data] (1)
[symbol: _ZN5CEGUI19FalagardItemListbox8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalListbox.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardListbox::TypeName [data] (1)
[symbol: _ZN5CEGUI15FalagardListbox8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalListHeader.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardListHeader::TypeName [data] (1)
[symbol: _ZN5CEGUI18FalagardListHeader8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalListHeaderSegment.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardListHeaderSegment::TypeName [data] (1)
[symbol: _ZN5CEGUI25FalagardListHeaderSegment8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalMenubar.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardMenubar::TypeName [data] (1)
[symbol: _ZN5CEGUI15FalagardMenubar8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalMenuItem.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardMenuItem::TypeName [data] (1)
[symbol: _ZN5CEGUI16FalagardMenuItem8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalMultiColumnList.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardMultiColumnList::TypeName [data] (1)
[symbol: _ZN5CEGUI23FalagardMultiColumnList8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalMultiLineEditbox.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardMultiLineEditbox::TypeName [data] (1)
[symbol: _ZN5CEGUI24FalagardMultiLineEditbox8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalPopupMenu.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardPopupMenu::TypeName [data] (1)
[symbol: _ZN5CEGUI17FalagardPopupMenu8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalProgressBar.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardProgressBar::TypeName [data] (1)
[symbol: _ZN5CEGUI19FalagardProgressBar8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalScrollablePane.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardScrollablePane::TypeName [data] (1)
[symbol: _ZN5CEGUI22FalagardScrollablePane8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalScrollbar.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardScrollbar::TypeName [data] (1)
[symbol: _ZN5CEGUI17FalagardScrollbar8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalSlider.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardSlider::TypeName [data] (1)
[symbol: _ZN5CEGUI14FalagardSlider8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalStatic.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardStatic::TypeName [data] (1)
[symbol: _ZN5CEGUI14FalagardStatic8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalStaticImage.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardStaticImage::TypeName [data] (1)
[symbol: _ZN5CEGUI19FalagardStaticImage8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalStaticText.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardStaticText::TypeName [data] (1)
[symbol: _ZN5CEGUI18FalagardStaticText8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalTabButton.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardTabButton::TypeName [data] (1)
[symbol: _ZN5CEGUI17FalagardTabButton8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalTabControl.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardTabControl::TypeName [data] (1)
[symbol: _ZN5CEGUI18FalagardTabControl8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalTitlebar.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardTitlebar::TypeName [data] (1)
[symbol: _ZN5CEGUI16FalagardTitlebar8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalToggleButton.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardToggleButton::TypeName [data] (1)
[symbol: _ZN5CEGUI20FalagardToggleButton8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalTooltip.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardTooltip::TypeName [data] (1)
[symbol: _ZN5CEGUI15FalagardTooltip8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
FalTree.h,
libCEGUIFalagardWRBase-0.7.9.so
namespace CEGUI
[+] FalagardTree::TypeName [data] (1)
[symbol: _ZN5CEGUI12FalagardTree8TypeNameE]
| Change | Effect |
---|
1 | Type of this global data has been changed from unsigned char[] const (4 bytes) to String const (152 bytes). | Applications will obtain a different value and execution may change. |
to the top
Problems with Data Types, Low Severity (258)
[+] DefaultWindow (9)
| Change |
Effect |
1 | Virtual method Window::moveToFront_impl ( bool ) has been overridden by DefaultWindow::moveToFront_impl ( bool ). | Method DefaultWindow::moveToFront_impl ( bool ) will be called instead of Window::moveToFront_impl ( bool ) by old applications. |
2 | Virtual method Window::onMouseButtonDown ( MouseEventArgs& ) has been overridden by DefaultWindow::onMouseButtonDown ( MouseEventArgs& ). | Method DefaultWindow::onMouseButtonDown ( MouseEventArgs& ) will be called instead of Window::onMouseButtonDown ( MouseEventArgs& ) by old applications. |
3 | Virtual method Window::onMouseButtonUp ( MouseEventArgs& ) has been overridden by DefaultWindow::onMouseButtonUp ( MouseEventArgs& ). | Method DefaultWindow::onMouseButtonUp ( MouseEventArgs& ) will be called instead of Window::onMouseButtonUp ( MouseEventArgs& ) by old applications. |
4 | Virtual method Window::onMouseClicked ( MouseEventArgs& ) has been overridden by DefaultWindow::onMouseClicked ( MouseEventArgs& ). | Method DefaultWindow::onMouseClicked ( MouseEventArgs& ) will be called instead of Window::onMouseClicked ( MouseEventArgs& ) by old applications. |
5 | Virtual method Window::onMouseDoubleClicked ( MouseEventArgs& ) has been overridden by DefaultWindow::onMouseDoubleClicked ( MouseEventArgs& ). | Method DefaultWindow::onMouseDoubleClicked ( MouseEventArgs& ) will be called instead of Window::onMouseDoubleClicked ( MouseEventArgs& ) by old applications. |
6 | Virtual method Window::onMouseMove ( MouseEventArgs& ) has been overridden by DefaultWindow::onMouseMove ( MouseEventArgs& ). | Method DefaultWindow::onMouseMove ( MouseEventArgs& ) will be called instead of Window::onMouseMove ( MouseEventArgs& ) by old applications. |
7 | Virtual method Window::onMouseTripleClicked ( MouseEventArgs& ) has been overridden by DefaultWindow::onMouseTripleClicked ( MouseEventArgs& ). | Method DefaultWindow::onMouseTripleClicked ( MouseEventArgs& ) will be called instead of Window::onMouseTripleClicked ( MouseEventArgs& ) by old applications. |
8 | Virtual method Window::onMouseWheel ( MouseEventArgs& ) has been overridden by DefaultWindow::onMouseWheel ( MouseEventArgs& ). | Method DefaultWindow::onMouseWheel ( MouseEventArgs& ) will be called instead of Window::onMouseWheel ( MouseEventArgs& ) by old applications. |
9 | Virtual method PropertyReceiver::~PropertyReceiver ( ) has been overridden by DefaultWindow::~DefaultWindow ( ). | Method DefaultWindow::~DefaultWindow ( ) will be called instead of PropertyReceiver::~PropertyReceiver ( ) by old applications. |
[+] affected symbols (9)
PropertyReceiver::~PropertyReceiver [in-charge] ( )The method 'DefaultWindow::~DefaultWindow [in-charge] ()' will be called instead of this method.
Window::moveToFront_impl ( bool wasClicked )The method 'DefaultWindow::moveToFront_impl (bool wasClicked)' will be called instead of this method.
Window::onMouseButtonDown ( MouseEventArgs& e )The method 'DefaultWindow::onMouseButtonDown (MouseEventArgs& e)' will be called instead of this method.
Window::onMouseButtonUp ( MouseEventArgs& e )The method 'DefaultWindow::onMouseButtonUp (MouseEventArgs& e)' will be called instead of this method.
Window::onMouseClicked ( MouseEventArgs& e )The method 'DefaultWindow::onMouseClicked (MouseEventArgs& e)' will be called instead of this method.
Window::onMouseDoubleClicked ( MouseEventArgs& e )The method 'DefaultWindow::onMouseDoubleClicked (MouseEventArgs& e)' will be called instead of this method.
Window::onMouseMove ( MouseEventArgs& e )The method 'DefaultWindow::onMouseMove (MouseEventArgs& e)' will be called instead of this method.
Window::onMouseTripleClicked ( MouseEventArgs& e )The method 'DefaultWindow::onMouseTripleClicked (MouseEventArgs& e)' will be called instead of this method.
Window::onMouseWheel ( MouseEventArgs& e )The method 'DefaultWindow::onMouseWheel (MouseEventArgs& e)' will be called instead of this method.
CEGUIAffector.h
namespace CEGUI
[+] class Affector (1)
| Change |
Effect |
1 | Base class AllocatedObject<Affector> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
Affector::Affector [in-charge] ( Animation* parent )This constructor is from 'Affector' class.
Affector::apply ( AnimationInstance* instance )This method is from 'Affector' class.
Affector::createKeyFrame ( float position )This method is from 'Affector' class.
Affector::createKeyFrame ( float position, String const& value, enum KeyFrame::Progression progression, String const& sourceProperty )This method is from 'Affector' class.
Affector::destroyKeyFrame ( KeyFrame* keyframe )This method is from 'Affector' class.
Affector::getApplicationMethod ( ) constThis method is from 'Affector' class.
Affector::getInterpolator ( ) constThis method is from 'Affector' class.
Affector::getKeyFrameAtIdx ( size_t index ) constThis method is from 'Affector' class.
Affector::getKeyFrameAtPosition ( float position ) constThis method is from 'Affector' class.
Affector::getNumKeyFrames ( ) constThis method is from 'Affector' class.
...
CEGUIAnimation.h
namespace CEGUI
[+] class Animation (1)
| Change |
Effect |
1 | Base class AllocatedObject<Animation> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
Animation::Animation [in-charge] ( String const& name )This constructor is from 'Animation' class.
Animation::apply ( AnimationInstance* instance )This method is from 'Animation' class.
Animation::autoSubscribe ( AnimationInstance* instance )This method is from 'Animation' class.
Animation::autoUnsubscribe ( AnimationInstance* instance )This method is from 'Animation' class.
Animation::createAffector ( )This method is from 'Animation' class.
Animation::createAffector ( String const& targetProperty, String const& interpolator )This method is from 'Animation' class.
Animation::defineAutoSubscription ( String const& eventName, String const& action )This method is from 'Animation' class.
Animation::destroyAffector ( Affector* affector )This method is from 'Animation' class.
Animation::getAffectorAtIdx ( size_t index ) constThis method is from 'Animation' class.
Animation::getAutoStart ( ) constThis method is from 'Animation' class.
...
CEGUIAnimationInstance.h
namespace CEGUI
[+] class AnimationInstance (2)
| Change |
Effect |
1 | Field d_autoSteppingEnabled 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 | Base class AllocatedObject<AnimationInstance> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
Affector::apply ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
Affector::savePropertyValues ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
Animation::apply ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
Animation::autoSubscribe ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
Animation::autoUnsubscribe ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
Animation::savePropertyValues ( AnimationInstance* instance )1st parameter 'instance' (pointer) has base type 'AnimationInstance'.
AnimationEventArgs::~AnimationEventArgs [in-charge] ( )Field 'this->instance' in the object of this method has base type 'AnimationInstance'.
AnimationInstance::addAutoConnection ( Event::Connection conn )This method is from 'AnimationInstance' class.
AnimationInstance::AnimationInstance [in-charge] ( Animation* definition )This constructor is from 'AnimationInstance' class.
AnimationInstance::EventAnimationEnded [data]This method is from 'AnimationInstance' class.
...
CEGUIAnimationManager.h
namespace CEGUI
[+] class AnimationManager (1)
| Change |
Effect |
1 | Base class AllocatedObject<AnimationManager> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
AnimationManager::addInterpolator ( Interpolator* interpolator )This method is from 'AnimationManager' class.
AnimationManager::AnimationManager [in-charge] ( )This constructor is from 'AnimationManager' class.
AnimationManager::createAnimation ( String const& name )This method is from 'AnimationManager' class.
AnimationManager::destroyAllInstancesOfAnimation ( Animation* animation )This method is from 'AnimationManager' class.
AnimationManager::destroyAnimation ( Animation* animation )This method is from 'AnimationManager' class.
AnimationManager::destroyAnimation ( String const& name )This method is from 'AnimationManager' class.
AnimationManager::destroyAnimationInstance ( AnimationInstance* instance )This method is from 'AnimationManager' class.
AnimationManager::getAnimation ( String const& name ) constThis method is from 'AnimationManager' class.
AnimationManager::getAnimationAtIdx ( size_t index ) constThis method is from 'AnimationManager' class.
AnimationManager::getAnimationInstanceAtIdx ( size_t index ) constThis method is from 'AnimationManager' class.
...
CEGUIBasicRenderedStringParser.h
namespace CEGUI
[+] class BasicRenderedStringParser (1)
| Change |
Effect |
1 | Type of field d_imageSize has been changed from Size to Sizef. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
BasicRenderedStringParser::appendRenderedText ( RenderedString& rs, String const& text ) constThis method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::AspectLockTagName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::BasicRenderedStringParser [in-charge] ( )This constructor is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::BasicRenderedStringParser [in-charge] ( String const& initial_font, ColourRect const& initial_colours )This constructor is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::BottomAlignedValueName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::BottomPaddingTagName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::CentreAlignedValueName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::ColourTagName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::FontTagName [data]This method is from 'BasicRenderedStringParser' class.
BasicRenderedStringParser::getInitialColours ( ) constThis method is from 'BasicRenderedStringParser' class.
...
[+] typedef BasicRenderedStringParser::TagHandlerMap (1)
| Change |
Effect |
1 | Base type has been changed from map<String,void(BasicRenderedStringParser::*)(RenderedString&,String const&),String::FastLessCompare> to map<String,void(BasicRenderedStringParser::*)(RenderedString&,String const&),StringFastLessCompare>. | Replacement of the base data type may indicate a change in its semantic meaning. |
[+] affected symbols (>10)
BasicRenderedStringParser::appendRenderedText ( RenderedString& rs, String const& text ) constField 'this->d_tagHandlers' in the object of this method has type 'BasicRenderedStringParser::TagHandlerMap'.
BasicRenderedStringParser::AspectLockTagName [data]Field 'this->d_tagHandlers' in the object of this method has type 'BasicRenderedStringParser::TagHandlerMap'.
BasicRenderedStringParser::BasicRenderedStringParser [in-charge] ( )Field 'this->d_tagHandlers' in the object of this method has type 'BasicRenderedStringParser::TagHandlerMap'.
BasicRenderedStringParser::BasicRenderedStringParser [in-charge] ( String const& initial_font, ColourRect const& initial_colours )Field 'this->d_tagHandlers' in the object of this method has type 'BasicRenderedStringParser::TagHandlerMap'.
BasicRenderedStringParser::BottomAlignedValueName [data]Field 'this->d_tagHandlers' in the object of this method has type 'BasicRenderedStringParser::TagHandlerMap'.
BasicRenderedStringParser::BottomPaddingTagName [data]Field 'this->d_tagHandlers' in the object of this method has type 'BasicRenderedStringParser::TagHandlerMap'.
BasicRenderedStringParser::CentreAlignedValueName [data]Field 'this->d_tagHandlers' in the object of this method has type 'BasicRenderedStringParser::TagHandlerMap'.
BasicRenderedStringParser::ColourTagName [data]Field 'this->d_tagHandlers' in the object of this method has type 'BasicRenderedStringParser::TagHandlerMap'.
BasicRenderedStringParser::FontTagName [data]Field 'this->d_tagHandlers' in the object of this method has type 'BasicRenderedStringParser::TagHandlerMap'.
BasicRenderedStringParser::getInitialColours ( ) constField 'this->d_tagHandlers' in the object of this method has type 'BasicRenderedStringParser::TagHandlerMap'.
...
CEGUIBoundSlot.h
namespace CEGUI
[+] class BoundSlot (1)
| Change |
Effect |
1 | Base class AllocatedObject<BoundSlot> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (7)
BoundSlot::BoundSlot [in-charge] ( BoundSlot const& other )This constructor is from 'BoundSlot' class.
BoundSlot::BoundSlot [in-charge] ( BoundSlot::Group group, SubscriberSlot const& subscriber, Event& event )This constructor is from 'BoundSlot' class.
BoundSlot::connected ( ) constThis method is from 'BoundSlot' class.
BoundSlot::disconnect ( )This method is from 'BoundSlot' class.
BoundSlot::operator!= ( BoundSlot const& other ) constThis method is from 'BoundSlot' class.
BoundSlot::operator == ( BoundSlot const& other ) constThis method is from 'BoundSlot' class.
BoundSlot::~BoundSlot [in-charge] ( )This method is from 'BoundSlot' class.
CEGUIChainedXMLHandler.h
namespace CEGUI
[+] class ChainedXMLHandler (1)
| Change |
Effect |
1 | Field d_deleteChaniedHandler has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (6)
ChainedXMLHandler::ChainedXMLHandler [in-charge] ( )This constructor is from 'ChainedXMLHandler' class.
ChainedXMLHandler::cleanupChainedHandler ( )This method is from 'ChainedXMLHandler' class.
ChainedXMLHandler::completed ( ) constThis method is from 'ChainedXMLHandler' class.
ChainedXMLHandler::elementEnd ( String const& element )This method is from 'ChainedXMLHandler' class.
ChainedXMLHandler::elementStart ( String const& element, XMLAttributes const& attributes )This method is from 'ChainedXMLHandler' class.
ChainedXMLHandler::~ChainedXMLHandler [in-charge] ( )This method is from 'ChainedXMLHandler' class.
CEGUIColourRect.h
namespace CEGUI
[+] class ColourRect (5)
| Change |
Effect |
1 | Base class AllocatedObject<ColourRect> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
2 | Type of field d_bottom_left has been changed from colour to Colour. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
3 | Type of field d_bottom_right has been changed from colour to Colour. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
4 | Type of field d_top_left has been changed from colour to Colour. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
5 | Type of field d_top_right has been changed from colour to Colour. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
BasicRenderedStringParser::appendRenderedText ( RenderedString& rs, String const& text ) constField 'this->d_initialColours' in the object of this method has type 'ColourRect'.
BasicRenderedStringParser::AspectLockTagName [data]Field 'this->d_initialColours' in the object of this method has type 'ColourRect'.
BasicRenderedStringParser::BasicRenderedStringParser [in-charge] ( )Field 'this->d_initialColours' in the object of this method has type 'ColourRect'.
BasicRenderedStringParser::BasicRenderedStringParser [in-charge] ( String const& initial_font, ColourRect const& initial_colours )2nd parameter 'initial_colours' (reference) has base type 'ColourRect'.
BasicRenderedStringParser::BottomAlignedValueName [data]Field 'this->d_initialColours' in the object of this method has type 'ColourRect'.
BasicRenderedStringParser::BottomPaddingTagName [data]Field 'this->d_initialColours' in the object of this method has type 'ColourRect'.
BasicRenderedStringParser::CentreAlignedValueName [data]Field 'this->d_initialColours' in the object of this method has type 'ColourRect'.
BasicRenderedStringParser::ColourTagName [data]Field 'this->d_initialColours' in the object of this method has type 'ColourRect'.
BasicRenderedStringParser::FontTagName [data]Field 'this->d_initialColours' in the object of this method has type 'ColourRect'.
BasicRenderedStringParser::getInitialColours ( ) constField 'this->d_initialColours' in the object of this method has type 'ColourRect'.
...
CEGUICombobox.h
namespace CEGUI
[+] class Combobox (2)
| Change |
Effect |
1 | Field d_autoSizeHeight has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_autoSizeWidth has been added to this type. | 1) This field will not be initialized by old clients. 2) 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. |
[+] affected symbols (>10)
Combobox::activateEditbox ( )This method is from 'Combobox' class.
Combobox::addItem ( ListboxItem* item )This method is from 'Combobox' class.
Combobox::button_PressHandler ( EventArgs const& e )This method is from 'Combobox' class.
Combobox::clearAllSelections ( )This method is from 'Combobox' class.
Combobox::Combobox [in-charge] ( String const& type, String const& name )This constructor is from 'Combobox' class.
Combobox::droplist_HiddenHandler ( EventArgs const& e )This method is from 'Combobox' class.
Combobox::droplist_SelectionAcceptedHandler ( EventArgs const& e )This method is from 'Combobox' class.
Combobox::editbox_EditboxFullEventHandler ( EventArgs const& e )This method is from 'Combobox' class.
Combobox::editbox_MaximumTextLengthChangedHandler ( EventArgs const& e )This method is from 'Combobox' class.
Combobox::editbox_MouseDownHandler ( EventArgs const& e )This method is from 'Combobox' class.
...
CEGUIConfig_xmlHandler.h
namespace CEGUI
[+] class Config_xmlHandler (3)
| Change |
Effect |
1 | Size of this type has been changed from 1564 bytes to 1260 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field d_defaultGUISheet has been removed from this type. | Size of the inclusive type has been changed. |
3 | Field d_defaultMouseImageset has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (>10)
Config_xmlHandler::AutoLoadElement [data]This method is from 'Config_xmlHandler' class.
Config_xmlHandler::CEGUIConfigElement [data]This method is from 'Config_xmlHandler' class.
Config_xmlHandler::CEGUIConfigSchemaName [data]This method is from 'Config_xmlHandler' class.
Config_xmlHandler::Config_xmlHandler [in-charge] ( )This constructor is from 'Config_xmlHandler' class.
Config_xmlHandler::DefaultFontElement [data]This method is from 'Config_xmlHandler' class.
Config_xmlHandler::DefaultMouseCursorElement [data]This method is from 'Config_xmlHandler' class.
Config_xmlHandler::DefaultResourceGroupElement [data]This method is from 'Config_xmlHandler' class.
Config_xmlHandler::DefaultTooltipElement [data]This method is from 'Config_xmlHandler' class.
Config_xmlHandler::DirectoryAttribute [data]This method is from 'Config_xmlHandler' class.
Config_xmlHandler::elementEnd ( String const& element )This method is from 'Config_xmlHandler' class.
...
CEGUIDataContainer.h
namespace CEGUI
[+] class RawDataContainer (1)
| Change |
Effect |
1 | Base class AllocatedObject<RawDataContainer> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (1)
RawDataContainer::release ( )This method is from 'RawDataContainer' class.
CEGUIDefaultLogger.h
namespace CEGUI
[+] class DefaultLogger (1)
| Change |
Effect |
1 | Type of field d_cache has been changed from vector<pair<String,enum LoggingLevel> > to DefaultLogger::Cache. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (4)
DefaultLogger::DefaultLogger [in-charge] ( )This constructor is from 'DefaultLogger' class.
DefaultLogger::logEvent ( String const& message, enum LoggingLevel level )This method is from 'DefaultLogger' class.
DefaultLogger::setLogFilename ( String const& filename, bool append )This method is from 'DefaultLogger' class.
DefaultLogger::~DefaultLogger [in-charge] ( )This method is from 'DefaultLogger' class.
CEGUIDefaultResourceProvider.h
namespace CEGUI
[+] typedef DefaultResourceProvider::ResourceGroupMap (1)
| Change |
Effect |
1 | Base type has been changed from map<String,String,String::FastLessCompare> to map<String,String,StringFastLessCompare>. | Replacement of the base data type may indicate a change in its semantic meaning. |
[+] affected symbols (8)
DefaultResourceProvider::clearResourceGroupDirectory ( String const& resourceGroup )Field 'this->d_resourceGroups' in the object of this method has type 'DefaultResourceProvider::ResourceGroupMap'.
DefaultResourceProvider::getFinalFilename ( String const& filename, String const& resourceGroup ) constField 'this->d_resourceGroups' in the object of this method has type 'DefaultResourceProvider::ResourceGroupMap'.
DefaultResourceProvider::getResourceGroupDirectory ( String const& resourceGroup )Field 'this->d_resourceGroups' in the object of this method has type 'DefaultResourceProvider::ResourceGroupMap'.
DefaultResourceProvider::getResourceGroupFileNames ( vector<String>& out_vec, String const& file_pattern, String const& resource_group )Field 'this->d_resourceGroups' in the object of this method has type 'DefaultResourceProvider::ResourceGroupMap'.
DefaultResourceProvider::loadRawDataContainer ( String const& filename, RawDataContainer& output, String const& resourceGroup )Field 'this->d_resourceGroups' in the object of this method has type 'DefaultResourceProvider::ResourceGroupMap'.
DefaultResourceProvider::setResourceGroupDirectory ( String const& resourceGroup, String const& directory )Field 'this->d_resourceGroups' in the object of this method has type 'DefaultResourceProvider::ResourceGroupMap'.
DefaultResourceProvider::unloadRawDataContainer ( RawDataContainer& data )Field 'this->d_resourceGroups' in the object of this method has type 'DefaultResourceProvider::ResourceGroupMap'.
DefaultResourceProvider::~DefaultResourceProvider [in-charge] ( )Field 'this->d_resourceGroups' in the object of this method has type 'DefaultResourceProvider::ResourceGroupMap'.
CEGUIDragContainer.h
namespace CEGUI
[+] class DragContainer (3)
| Change |
Effect |
1 | Base type of field d_dragPoint has been changed from UVector2 to Vector2<UDim>. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
2 | Base type of field d_fixedDragOffset has been changed from UVector2 to Vector2<UDim>. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
3 | Base type of field d_startPosition has been changed from UVector2 to Vector2<UDim>. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
DragContainer::DragContainer [in-charge] ( String const& type, String const& name )This constructor is from 'DragContainer' class.
DragContainer::EventDragAlphaChanged [data]This method is from 'DragContainer' class.
DragContainer::EventDragDropTargetChanged [data]This method is from 'DragContainer' class.
DragContainer::EventDragEnabledChanged [data]This method is from 'DragContainer' class.
DragContainer::EventDragEnded [data]This method is from 'DragContainer' class.
DragContainer::EventDragMouseCursorChanged [data]This method is from 'DragContainer' class.
DragContainer::EventDragPositionChanged [data]This method is from 'DragContainer' class.
DragContainer::EventDragStarted [data]This method is from 'DragContainer' class.
DragContainer::EventDragThresholdChanged [data]This method is from 'DragContainer' class.
DragContainer::EventNamespace [data]This method is from 'DragContainer' class.
...
CEGUIDynamicModule.h
namespace CEGUI
[+] class DynamicModule (5)
| Change |
Effect |
1 | Field d_pimpl 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 156 bytes to 4 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
3 | Field d_handle has been removed from this type. | Size of the inclusive type has been changed. |
4 | Field d_moduleName has been removed from this type. | Size of the inclusive type has been changed. |
5 | Base class AllocatedObject<DynamicModule> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (4)
DynamicModule::DynamicModule [in-charge] ( String const& name )This constructor is from 'DynamicModule' class.
DynamicModule::getModuleName ( ) constThis method is from 'DynamicModule' class.
DynamicModule::getSymbolAddress ( String const& symbol ) constThis method is from 'DynamicModule' class.
DynamicModule::~DynamicModule [in-charge] ( )This method is from 'DynamicModule' class.
CEGUIEditbox.h
namespace CEGUI
[+] class Editbox (5)
| Change |
Effect |
1 | Field d_previousValidityChangeResponse has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_validatorMatchState has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_weOwnValidator has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 | Type of field d_maskCodePoint has been changed from utf32 to String::value_type. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
5 | Field d_caratPos has been renamed to d_caretPos. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
Combobox::getEditbox ( ) constReturn value (pointer) has base type 'Editbox'.
Editbox::clearSelection ( )This method is from 'Editbox' class.
Editbox::Editbox [in-charge] ( String const& type, String const& name )This constructor is from 'Editbox' class.
Editbox::eraseSelectedText ( bool modify_text )This method is from 'Editbox' class.
Editbox::EventEditboxFull [data]This method is from 'Editbox' class.
Editbox::EventMaskCodePointChanged [data]This method is from 'Editbox' class.
Editbox::EventMaskedRenderingModeChanged [data]This method is from 'Editbox' class.
Editbox::EventMaximumTextLengthChanged [data]This method is from 'Editbox' class.
Editbox::EventNamespace [data]This method is from 'Editbox' class.
Editbox::EventReadOnlyModeChanged [data]This method is from 'Editbox' class.
...
CEGUIEvent.h
namespace CEGUI
[+] class Event (1)
| Change |
Effect |
1 | Base class AllocatedObject<Event> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (5)
Event::Event [in-charge] ( String const& name )This constructor is from 'Event' class.
Event::operator() ( EventArgs& args )This method is from 'Event' class.
Event::subscribe ( Event::Subscriber const& slot )This method is from 'Event' class.
Event::subscribe ( Event::Group group, Event::Subscriber const& slot )This method is from 'Event' class.
Event::~Event [in-charge] ( )This method is from 'Event' class.
CEGUIEventArgs.h
namespace CEGUI
[+] class EventArgs (1)
| Change |
Effect |
1 | Base class AllocatedObject<EventArgs> 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) - 4 entries | Virtual Table (New) - 4 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~EventArgs |
~EventArgs |
12 |
~EventArgs |
~EventArgs |
[+] affected symbols (3)
EventArgs::~EventArgs [in-charge] ( )This method is from 'EventArgs' class.
RenderQueueEventArgs::RenderQueueEventArgs [in-charge] ( enum RenderQueueID const id )This constructor is from derived class 'RenderQueueEventArgs'.
RenderQueueEventArgs::~RenderQueueEventArgs [in-charge] ( )This method is from derived class 'RenderQueueEventArgs'.
CEGUIEventSet.h
namespace CEGUI
[+] typedef EventSet::EventMap (1)
| Change |
Effect |
1 | Base type has been changed from map<String,Event*,String::FastLessCompare> to map<String,Event*,StringFastLessCompare>. | Replacement of the base data type may indicate a change in its semantic meaning. |
[+] affected symbols (>10)
AnimationInstance::getEventReceiver ( ) constField 'retval->d_events' in return value (pointer) has type 'EventSet::EventMap'.
AnimationInstance::getEventSender ( ) constField 'retval->d_events' in return value (pointer) has type 'EventSet::EventMap'.
AnimationInstance::setEventReceiver ( EventSet* receiver )Field 'receiver->d_events' in 1st parameter 'receiver' (pointer) has type 'EventSet::EventMap'.
AnimationInstance::setEventSender ( EventSet* sender )Field 'sender->d_events' in 1st parameter 'sender' (pointer) has type 'EventSet::EventMap'.
EventSet::addEvent ( String const& name )Field 'this->d_events' in the object of this method has type 'EventSet::EventMap'.
EventSet::EventSet [in-charge] ( )Field 'this->d_events' in the object of this method has type 'EventSet::EventMap'.
EventSet::fireEvent ( String const& name, EventArgs& args, String const& eventNamespace )Field 'this->d_events' in the object of this method has type 'EventSet::EventMap'.
EventSet::fireEvent_impl ( String const& name, EventArgs& args )Field 'this->d_events' in the object of this method has type 'EventSet::EventMap'.
EventSet::getEventObject ( String const& name, bool autoAdd )Field 'this->d_events' in the object of this method has type 'EventSet::EventMap'.
EventSet::isEventPresent ( String const& name )Field 'this->d_events' in the object of this method has type 'EventSet::EventMap'.
...
CEGUIExceptions.h
namespace CEGUI
[+] class AlreadyExistsException (1)
| Change |
Effect |
1 | Size of this type has been changed from 616 bytes to 768 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
AlreadyExistsException::~AlreadyExistsException [in-charge] ( )This method is from 'AlreadyExistsException' class.
[+] class Exception (1)
| Change |
Effect |
1 | Base class AllocatedObject<Exception> 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) - 5 entries | Virtual Table (New) - 5 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Exception |
~Exception |
12 |
~Exception |
~Exception |
16 |
Exception::what |
Exception::what |
[+] affected symbols (3)
Exception::Exception [in-charge] ( String const& message, String const& name, String const& filename, int line )This constructor is from 'Exception' class.
Exception::what ( ) constThis method is from 'Exception' class.
Exception::~Exception [in-charge] ( )This method is from 'Exception' class.
[+] class FileIOException (1)
| Change |
Effect |
1 | Size of this type has been changed from 616 bytes to 768 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
FileIOException::~FileIOException [in-charge] ( )This method is from 'FileIOException' class.
[+] class GenericException (1)
| Change |
Effect |
1 | Size of this type has been changed from 616 bytes to 768 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
GenericException::~GenericException [in-charge] ( )This method is from 'GenericException' class.
[+] class InvalidRequestException (1)
| Change |
Effect |
1 | Size of this type has been changed from 616 bytes to 768 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
InvalidRequestException::~InvalidRequestException [in-charge] ( )This method is from 'InvalidRequestException' class.
[+] class NullObjectException (1)
| Change |
Effect |
1 | Size of this type has been changed from 616 bytes to 768 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
NullObjectException::~NullObjectException [in-charge] ( )This method is from 'NullObjectException' class.
[+] class RendererException (1)
| Change |
Effect |
1 | Size of this type has been changed from 616 bytes to 768 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
RendererException::~RendererException [in-charge] ( )This method is from 'RendererException' class.
[+] class ScriptException (1)
| Change |
Effect |
1 | Size of this type has been changed from 616 bytes to 768 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
ScriptException::~ScriptException [in-charge] ( )This method is from 'ScriptException' class.
[+] class UnknownObjectException (1)
| Change |
Effect |
1 | Size of this type has been changed from 616 bytes to 768 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
UnknownObjectException::~UnknownObjectException [in-charge] ( )This method is from 'UnknownObjectException' class.
CEGUIExpatParser.h
namespace CEGUI
[+] class ExpatParser (1)
| Change |
Effect |
1 | Virtual method ExpatParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) has been overridden by XMLParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ). | Method XMLParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) will be called instead of ExpatParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ExpatParser |
~ExpatParser |
12 |
~ExpatParser |
~ExpatParser |
16 |
ExpatParser::parseXMLFile |
ExpatParser::parseXML |
20 |
ExpatParser::initialiseImpl |
XMLParser::parseXMLFile |
24 |
ExpatParser::cleanupImpl |
XMLParser::parseXMLString |
28 |
|
ExpatParser::initialiseImpl |
32 |
|
ExpatParser::cleanupImpl |
[+] affected symbols (1)
ExpatParser::parseXMLFile ( XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup )The method 'XMLParser::parseXMLFile (XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup)' will be called instead of this method.
CEGUIFactoryModule.h
namespace CEGUI
[+] class FactoryModule (2)
| Change |
Effect |
1 | Base class AllocatedObject<FactoryModule> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
2 | Field d_registry has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] 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 |
~FactoryModule |
~FactoryModule |
12 |
~FactoryModule |
~FactoryModule |
[+] affected symbols (4)
FactoryModule::FactoryModule [in-charge] ( String const& filename )This constructor is from 'FactoryModule' class.
FactoryModule::registerAllFactories ( ) constThis method is from 'FactoryModule' class.
FactoryModule::registerFactory ( String const& type ) constThis method is from 'FactoryModule' class.
FactoryModule::~FactoryModule [in-charge] ( )This method is from 'FactoryModule' class.
CEGUIFalComponentBase.h
namespace CEGUI
[+] class FalagardComponentBase (2)
| Change |
Effect |
1 | Size of this type has been changed from 744 bytes to 588 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Base class AllocatedObject<FalagardComponentBase> 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) - 5 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~FalagardComponentBase |
~FalagardComponentBase |
12 |
~FalagardComponentBase |
~FalagardComponentBase |
16 |
__cxa_pure_virtual |
FalagardComponentBase::handleFontRenderSizeChange |
20 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
FalagardComponentBase::FalagardComponentBase [in-charge] ( )This constructor is from 'FalagardComponentBase' class.
FalagardComponentBase::getColours ( ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::getComponentArea ( ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::initColoursRect ( Window const& wnd, ColourRect const* modCols, ColourRect& cr ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::render ( Window& srcWindow, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::render_impl ( Window& srcWindow, Rect& destRect, ColourRect const* modColours, Rect const* clipper, bool clipToDisplay ) constThis method is from 'FalagardComponentBase' class.
FalagardComponentBase::setColours ( ColourRect const& cols )This method is from 'FalagardComponentBase' class.
FalagardComponentBase::setColoursPropertyIsColourRect ( bool setting )This method is from 'FalagardComponentBase' class.
FalagardComponentBase::setColoursPropertySource ( String const& property )This method is from 'FalagardComponentBase' class.
...
CEGUIFalDimensions.h
namespace CEGUI
[+] class AbsoluteDim (1)
| Change |
Effect |
1 | Size of this type has been changed from 16 bytes to 8 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (4)
AbsoluteDim::AbsoluteDim [in-charge] ( float val )This constructor is from 'AbsoluteDim' class.
AbsoluteDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from 'AbsoluteDim' class.
AbsoluteDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from 'AbsoluteDim' class.
AbsoluteDim::~AbsoluteDim [in-charge] ( )This method is from 'AbsoluteDim' class.
[+] class BaseDim (4)
| Change |
Effect |
1 | Size of this type has been changed from 12 bytes to 4 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field d_operand has been removed from this type. | Size of the inclusive type has been changed. |
3 | Field d_operator has been removed from this type. | Size of the inclusive type has been changed. |
4 | Base class AllocatedObject<BaseDim> 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) - 9 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~BaseDim |
~BaseDim |
12 |
~BaseDim |
~BaseDim |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
BaseDim::writeXMLToStream |
32 |
__cxa_pure_virtual |
BaseDim::handleFontRenderSizeChange |
36 |
|
__cxa_pure_virtual |
40 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
AbsoluteDim::AbsoluteDim [in-charge] ( float val )This constructor is from derived class 'AbsoluteDim'.
AbsoluteDim::clone_impl ( ) constThis method is from derived class 'AbsoluteDim'.
AbsoluteDim::getValue_impl ( Window const& wnd ) constThis method is from derived class 'AbsoluteDim'.
AbsoluteDim::getValue_impl ( Window const& wnd, Rect const& container ) constThis method is from derived class 'AbsoluteDim'.
AbsoluteDim::setValue ( float val )This method is from derived class 'AbsoluteDim'.
AbsoluteDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from derived class 'AbsoluteDim'.
AbsoluteDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from derived class 'AbsoluteDim'.
AbsoluteDim::~AbsoluteDim [in-charge] ( )This method is from derived class 'AbsoluteDim'.
BaseDim::BaseDim [in-charge] ( )This constructor is from 'BaseDim' class.
BaseDim::clone ( ) constThis method is from 'BaseDim' class.
...
[+] class ComponentArea (2)
| Change |
Effect |
1 | Field d_namedAreaSourceLook 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 | Base class AllocatedObject<ComponentArea> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
ComponentArea::getAreaPropertySource ( ) constThis method is from 'ComponentArea' class.
ComponentArea::getPixelRect ( Window const& wnd ) constThis method is from 'ComponentArea' class.
ComponentArea::getPixelRect ( Window const& wnd, Rect const& container ) constThis method is from 'ComponentArea' class.
ComponentArea::isAreaFetchedFromProperty ( ) constThis method is from 'ComponentArea' class.
ComponentArea::setAreaPropertySource ( String const& property )This method is from 'ComponentArea' class.
ComponentArea::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'ComponentArea' class.
FalagardComponentBase::FalagardComponentBase [in-charge] ( )Field 'this->d_area' in the object of this method has type 'ComponentArea'.
FalagardComponentBase::getColours ( ) constField 'this->d_area' in the object of this method has type 'ComponentArea'.
FalagardComponentBase::getComponentArea ( ) constReturn value (reference) has base type 'ComponentArea'.
FalagardComponentBase::initColoursRect ( Window const& wnd, ColourRect const* modCols, ColourRect& cr ) constField 'this->d_area' in the object of this method has type 'ComponentArea'.
...
[+] class Dimension (1)
| Change |
Effect |
1 | Base class AllocatedObject<Dimension> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (10)
Dimension::Dimension [in-charge] ( )This constructor is from 'Dimension' class.
Dimension::Dimension [in-charge] ( BaseDim const& dim, enum DimensionType type )This constructor is from 'Dimension' class.
Dimension::Dimension [in-charge] ( Dimension const& other )This constructor is from 'Dimension' class.
Dimension::getBaseDimension ( ) constThis method is from 'Dimension' class.
Dimension::getDimensionType ( ) constThis method is from 'Dimension' class.
Dimension::operator = ( Dimension const& other )This method is from 'Dimension' class.
Dimension::setBaseDimension ( BaseDim const& dim )This method is from 'Dimension' class.
Dimension::setDimensionType ( enum DimensionType type )This method is from 'Dimension' class.
Dimension::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'Dimension' class.
Dimension::~Dimension [in-charge] ( )This method is from 'Dimension' class.
[+] class FontDim (1)
| Change |
Effect |
1 | Size of this type has been changed from 476 bytes to 468 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (4)
FontDim::FontDim [in-charge] ( String const& name, String const& font, String const& text, enum FontMetricType metric, float padding )This constructor is from 'FontDim' class.
FontDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from 'FontDim' class.
FontDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from 'FontDim' class.
FontDim::~FontDim [in-charge] ( )This method is from 'FontDim' class.
[+] class ImageDim (3)
| Change |
Effect |
1 | Size of this type has been changed from 320 bytes to 160 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field d_image has been removed from this type. | Size of the inclusive type has been changed. |
3 | Field d_what has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (3)
ImageDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from 'ImageDim' class.
ImageDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from 'ImageDim' class.
ImageDim::~ImageDim [in-charge] ( )This method is from 'ImageDim' class.
[+] class PropertyDim (1)
| Change |
Effect |
1 | Size of this type has been changed from 320 bytes to 312 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (4)
PropertyDim::PropertyDim [in-charge] ( String const& name, String const& property, enum DimensionType type )This constructor is from 'PropertyDim' class.
PropertyDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from 'PropertyDim' class.
PropertyDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from 'PropertyDim' class.
PropertyDim::~PropertyDim [in-charge] ( )This method is from 'PropertyDim' class.
[+] class UnifiedDim (1)
| Change |
Effect |
1 | Size of this type has been changed from 24 bytes to 16 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (4)
UnifiedDim::UnifiedDim [in-charge] ( UDim const& value, enum DimensionType dim )This constructor is from 'UnifiedDim' class.
UnifiedDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from 'UnifiedDim' class.
UnifiedDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from 'UnifiedDim' class.
UnifiedDim::~UnifiedDim [in-charge] ( )This method is from 'UnifiedDim' class.
[+] class WidgetDim (1)
| Change |
Effect |
1 | Size of this type has been changed from 168 bytes to 160 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (6)
WidgetDim::setSourceDimension ( enum DimensionType dim )This method is from 'WidgetDim' class.
WidgetDim::setWidgetName ( String const& name )This method is from 'WidgetDim' class.
WidgetDim::WidgetDim [in-charge] ( String const& name, enum DimensionType dim )This constructor is from 'WidgetDim' class.
WidgetDim::writeXMLElementAttributes_impl ( XMLSerializer& xml_stream ) constThis method is from 'WidgetDim' class.
WidgetDim::writeXMLElementName_impl ( XMLSerializer& xml_stream ) constThis method is from 'WidgetDim' class.
WidgetDim::~WidgetDim [in-charge] ( )This method is from 'WidgetDim' class.
CEGUIFalFrameComponent.h
namespace CEGUI
[+] class FrameComponent (1)
| Change |
Effect |
1 | The pointer level of field d_frameImages has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
[+] affected symbols (7)
FrameComponent::FrameComponent [in-charge] ( )This constructor is from 'FrameComponent' class.
FrameComponent::setBackgroundHorizontalFormatting ( enum HorizontalFormatting fmt )This method is from 'FrameComponent' class.
FrameComponent::setBackgroundVerticalFormatting ( enum VerticalFormatting fmt )This method is from 'FrameComponent' class.
FrameComponent::setImage ( enum FrameImageComponent part, Image const* image )This method is from 'FrameComponent' class.
FrameComponent::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'FrameComponent' class.
FrameComponent::~FrameComponent [in-charge] ( )This method is from 'FrameComponent' class.
ImagerySection::addFrameComponent ( FrameComponent const& frame )1st parameter 'frame' (reference) has base type 'FrameComponent'.
CEGUIFalImagerySection.h
namespace CEGUI
[+] class ImagerySection (3)
| Change |
Effect |
1 | Size of this type has been changed from 440 bytes to 436 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field d_colourProperyIsRect has been removed from this type. | Size of the inclusive type has been changed. |
3 | Base class AllocatedObject<ImagerySection> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
ImagerySection::addFrameComponent ( FrameComponent const& frame )This method is from 'ImagerySection' class.
ImagerySection::addImageryComponent ( ImageryComponent const& img )This method is from 'ImagerySection' class.
ImagerySection::addTextComponent ( TextComponent const& text )This method is from 'ImagerySection' class.
ImagerySection::clearFrameComponents ( )This method is from 'ImagerySection' class.
ImagerySection::clearImageryComponents ( )This method is from 'ImagerySection' class.
ImagerySection::clearTextComponents ( )This method is from 'ImagerySection' class.
ImagerySection::getBoundingRect ( Window const& wnd ) constThis method is from 'ImagerySection' class.
ImagerySection::getBoundingRect ( Window const& wnd, Rect const& rect ) constThis method is from 'ImagerySection' class.
ImagerySection::getMasterColours ( ) constThis method is from 'ImagerySection' class.
ImagerySection::getName ( ) constThis method is from 'ImagerySection' class.
...
CEGUIFalLayerSpecification.h
namespace CEGUI
[+] class LayerSpecification (1)
| Change |
Effect |
1 | Base class AllocatedObject<LayerSpecification> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (8)
LayerSpecification::addSectionSpecification ( SectionSpecification const& section )This method is from 'LayerSpecification' class.
LayerSpecification::clearSectionSpecifications ( )This method is from 'LayerSpecification' class.
LayerSpecification::getLayerPriority ( ) constThis method is from 'LayerSpecification' class.
LayerSpecification::LayerSpecification [in-charge] ( uint priority )This constructor is from 'LayerSpecification' class.
LayerSpecification::operator< ( LayerSpecification const& other ) constThis method is from 'LayerSpecification' class.
LayerSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) constThis method is from 'LayerSpecification' class.
LayerSpecification::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) constThis method is from 'LayerSpecification' class.
LayerSpecification::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'LayerSpecification' class.
CEGUIFalNamedArea.h
namespace CEGUI
[+] class NamedArea (2)
| Change |
Effect |
1 | Size of field d_area has been changed from 184 bytes to 336 bytes. | Size of the inclusive type has been changed. |
2 | Base class AllocatedObject<NamedArea> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (7)
NamedArea::getArea ( ) constThis method is from 'NamedArea' class.
NamedArea::getName ( ) constThis method is from 'NamedArea' class.
NamedArea::NamedArea [in-charge] ( String const& name )This constructor is from 'NamedArea' class.
NamedArea::setArea ( ComponentArea const& area )This method is from 'NamedArea' class.
NamedArea::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'NamedArea' class.
WidgetLookFeel::addNamedArea ( NamedArea const& area )1st parameter 'area' (reference) has base type 'NamedArea'.
WidgetLookFeel::getNamedArea ( String const& name ) constReturn value (reference) has base type 'NamedArea'.
CEGUIFalPropertyDefinitionBase.h
namespace CEGUI
[+] class PropertyDefinitionBase (2)
| Change |
Effect |
1 | Field d_eventFiredOnWrite has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_eventNamespace has been added to this type. | 1) This field will not be initialized by old clients. 2) 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. |
[+] affected symbols (1)
PropertyDefinitionBase::~PropertyDefinitionBase [in-charge] ( )This method is from 'PropertyDefinitionBase' class.
CEGUIFalPropertyInitialiser.h
namespace CEGUI
[+] class PropertyInitialiser (1)
| Change |
Effect |
1 | Base class AllocatedObject<PropertyInitialiser> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (5)
PropertyInitialiser::apply ( PropertySet& target ) constThis method is from 'PropertyInitialiser' class.
PropertyInitialiser::getInitialiserValue ( ) constThis method is from 'PropertyInitialiser' class.
PropertyInitialiser::getTargetPropertyName ( ) constThis method is from 'PropertyInitialiser' class.
PropertyInitialiser::PropertyInitialiser [in-charge] ( String const& property, String const& value )This constructor is from 'PropertyInitialiser' class.
PropertyInitialiser::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'PropertyInitialiser' class.
CEGUIFalSectionSpecification.h
namespace CEGUI
[+] class SectionSpecification (3)
| Change |
Effect |
1 | Size of this type has been changed from 1016 bytes to 1012 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field d_colourProperyIsRect has been removed from this type. | Size of the inclusive type has been changed. |
3 | Base class AllocatedObject<SectionSpecification> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
LayerSpecification::addSectionSpecification ( SectionSpecification const& section )1st parameter 'section' (reference) has base type 'SectionSpecification'.
SectionSpecification::getOverrideColours ( ) constThis method is from 'SectionSpecification' class.
SectionSpecification::getOwnerWidgetLookFeel ( ) constThis method is from 'SectionSpecification' class.
SectionSpecification::getSectionName ( ) constThis method is from 'SectionSpecification' class.
SectionSpecification::initColourRectForOverride ( Window const& wnd, ColourRect& cr ) constThis method is from 'SectionSpecification' class.
SectionSpecification::isUsingOverrideColours ( ) constThis method is from 'SectionSpecification' class.
SectionSpecification::render ( Window& srcWindow, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) constThis method is from 'SectionSpecification' class.
SectionSpecification::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modcols, Rect const* clipper, bool clipToDisplay ) constThis method is from 'SectionSpecification' class.
SectionSpecification::SectionSpecification [in-charge] ( String const& owner, String const& sectionName, String const& controlPropertySource, String const& controlPropertyValue, String const& controlPropertyWidget )This constructor is from 'SectionSpecification' class.
SectionSpecification::SectionSpecification [in-charge] ( String const& owner, String const& sectionName, String const& controlPropertySource, String const& controlPropertyValue, String const& controlPropertyWidget, ColourRect const& cols )This constructor is from 'SectionSpecification' class.
...
CEGUIFalStateImagery.h
namespace CEGUI
[+] class StateImagery (1)
| Change |
Effect |
1 | Base class AllocatedObject<StateImagery> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (9)
StateImagery::addLayer ( LayerSpecification const& layer )This method is from 'StateImagery' class.
StateImagery::clearLayers ( )This method is from 'StateImagery' class.
StateImagery::getName ( ) constThis method is from 'StateImagery' class.
StateImagery::isClippedToDisplay ( ) constThis method is from 'StateImagery' class.
StateImagery::render ( Window& srcWindow, ColourRect const* modcols, Rect const* clipper ) constThis method is from 'StateImagery' class.
StateImagery::render ( Window& srcWindow, Rect const& baseRect, ColourRect const* modcols, Rect const* clipper ) constThis method is from 'StateImagery' class.
StateImagery::setClippedToDisplay ( bool setting )This method is from 'StateImagery' class.
StateImagery::StateImagery [in-charge] ( String const& name )This constructor is from 'StateImagery' class.
StateImagery::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'StateImagery' class.
CEGUIFalTextComponent.h
namespace CEGUI
[+] class TextComponent (2)
| Change |
Effect |
1 | Type of field d_horzFormatting has been changed from enum HorizontalTextFormatting (4 bytes) to FormattingSetting<enum HorizontalTextFormatting> (160 bytes). | Size of the inclusive type has been changed. |
2 | Type of field d_vertFormatting has been changed from enum VerticalTextFormatting (4 bytes) to FormattingSetting<enum VerticalTextFormatting> (160 bytes). | Size of the inclusive type has been changed. |
[+] affected symbols (>10)
ImagerySection::addTextComponent ( TextComponent const& text )1st parameter 'text' (reference) has base type 'TextComponent'.
TextComponent::getFont ( ) constThis method is from 'TextComponent' class.
TextComponent::getFontPropertySource ( ) constThis method is from 'TextComponent' class.
TextComponent::getText ( ) constThis method is from 'TextComponent' class.
TextComponent::getTextPropertySource ( ) constThis method is from 'TextComponent' class.
TextComponent::getTextVisual ( ) constThis method is from 'TextComponent' class.
TextComponent::isFontFetchedFromProperty ( ) constThis method is from 'TextComponent' class.
TextComponent::isTextFetchedFromProperty ( ) constThis method is from 'TextComponent' class.
TextComponent::operator = ( TextComponent const& other )1st parameter 'other' (reference) has base type 'TextComponent'.
TextComponent::setFont ( String const& font )This method is from 'TextComponent' class.
...
CEGUIFalWidgetComponent.h
namespace CEGUI
[+] class WidgetComponent (4)
| Change |
Effect |
1 | Field d_autoWindow 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 d_eventActions 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 field d_area has been changed from 184 bytes to 336 bytes. | Size of the inclusive type has been changed. |
4 | Base class AllocatedObject<WidgetComponent> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
WidgetComponent::addPropertyInitialiser ( PropertyInitialiser const& initialiser )This method is from 'WidgetComponent' class.
WidgetComponent::clearPropertyInitialisers ( )This method is from 'WidgetComponent' class.
WidgetComponent::create ( Window& parent ) constThis method is from 'WidgetComponent' class.
WidgetComponent::findPropertyInitialiser ( String const& propertyName ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getBaseWidgetType ( ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getComponentArea ( ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getHorizontalWidgetAlignment ( ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getVerticalWidgetAlignment ( ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getWidgetLookName ( ) constThis method is from 'WidgetComponent' class.
WidgetComponent::getWidgetNameSuffix ( ) constThis method is from 'WidgetComponent' class.
...
CEGUIFalWidgetLookFeel.h
namespace CEGUI
[+] class WidgetLookFeel (3)
| Change |
Effect |
1 | Field d_eventLinkDefinitions 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 d_inheritedLookName 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 | Base class AllocatedObject<WidgetLookFeel> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
WidgetLookFeel::addAnimationName ( String const& anim_name )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addImagerySection ( ImagerySection const& section )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addNamedArea ( NamedArea const& area )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addPropertyDefinition ( PropertyDefinition const& propdef )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addPropertyInitialiser ( PropertyInitialiser const& initialiser )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addPropertyLinkDefinition ( PropertyLinkDefinition const& propdef )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addStateSpecification ( StateImagery const& state )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::addWidgetComponent ( WidgetComponent const& widget )This method is from 'WidgetLookFeel' class.
WidgetLookFeel::cleanUpWidget ( Window& widget ) constThis method is from 'WidgetLookFeel' class.
WidgetLookFeel::clearImagerySections ( )This method is from 'WidgetLookFeel' class.
...
CEGUIFalWidgetLookManager.h
namespace CEGUI
[+] class WidgetLookManager (1)
| Change |
Effect |
1 | Base class AllocatedObject<WidgetLookManager> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
WidgetLookManager::addWidgetLook ( WidgetLookFeel const& look )This method is from 'WidgetLookManager' class.
WidgetLookManager::eraseWidgetLook ( String const& widget )This method is from 'WidgetLookManager' class.
WidgetLookManager::getSingleton ( ) [static]This method is from 'WidgetLookManager' class.
WidgetLookManager::getSingletonPtr ( ) [static]This method is from 'WidgetLookManager' class.
WidgetLookManager::getWidgetLook ( String const& widget ) constThis method is from 'WidgetLookManager' class.
WidgetLookManager::isWidgetLookAvailable ( String const& widget ) constThis method is from 'WidgetLookManager' class.
WidgetLookManager::parseLookNFeelSpecification ( String const& filename, String const& resourceGroup )This method is from 'WidgetLookManager' class.
WidgetLookManager::WidgetLookManager [in-charge] ( )This constructor is from 'WidgetLookManager' class.
WidgetLookManager::writeWidgetLookSeriesToStream ( String const& prefix, OutStream& out_stream ) constThis method is from 'WidgetLookManager' class.
WidgetLookManager::writeWidgetLookToStream ( String const& name, OutStream& out_stream ) constThis method is from 'WidgetLookManager' class.
...
CEGUIFont.h
namespace CEGUI
[+] class Font (3)
| Change |
Effect |
1 | Field d_autoScaled has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_nativeResolution has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_cp_map became mutable. | The value of this field can begin to change in ways outside the control of old client applications. |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow->d_font' in the object of this method has base type 'Font'.
AnimationInstance::setTargetWindow ( Window* target )Field 'target->d_font' in 1st parameter 'target' (pointer) has base type 'Font'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window->d_font' in 1st parameter 'e' (reference) has base type 'Font'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
ClippedContainer::getClipperWindow ( ) constField 'retval->d_font' in return value (pointer) has base type 'Font'.
ClippedContainer::setClipperWindow ( Window* w )Field 'w->d_font' in 1st parameter 'w' (pointer) has base type 'Font'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow->d_font' in the object of this method has base type 'Font'.
...
CEGUIFontGlyph.h
namespace CEGUI
[+] class FontGlyph (2)
| Change |
Effect |
1 | Field d_valid 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 8 bytes to 12 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (1)
Font::getGlyphData ( utf32 codepoint ) constReturn value (pointer) has base type 'FontGlyph'.
CEGUIFontManager.h
namespace CEGUI
[+] class FontManager (2)
| Change |
Effect |
1 | Base class AllocatedObject<FontManager> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
2 | Virtual method FontManager::doPostObjectAdditionAction ( Font& ) has been overridden by NamedXMLResourceManager<Font,Font_xmlHandler>::doPostObjectAdditionAction ( Font& ). | Method NamedXMLResourceManager<Font,Font_xmlHandler>::doPostObjectAdditionAction ( Font& ) will be called instead of FontManager::doPostObjectAdditionAction ( Font& ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 10 entries | Virtual Table (New) - 10 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~FontManager |
~FontManager |
12 |
~FontManager |
~FontManager |
16 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
20 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
24 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
28 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
32 |
EventSet::fireEvent |
EventSet::fireEvent |
36 |
FontManager::doPostObjectAdditionAction |
NamedXMLResourceManager<Font, Font_xmlHandler>::doPostObjectAdditionAction |
[+] affected symbols (8)
FontManager::createFreeTypeFont ( String const& font_name, float const point_size, bool const anti_aliased, String const& font_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res, enum XMLResourceExistsAction action )This method is from 'FontManager' class.
FontManager::createPixmapFont ( String const& font_name, String const& imageset_filename, String const& resource_group, bool const auto_scaled, float const native_horz_res, float const native_vert_res, enum XMLResourceExistsAction action )This method is from 'FontManager' class.
FontManager::doPostObjectAdditionAction ( Font& object )The method 'NamedXMLResourceManager<Font,Font_xmlHandler>::doPostObjectAdditionAction (Font& p1)' will be called instead of this method.
FontManager::FontManager [in-charge] ( )This constructor is from 'FontManager' class.
FontManager::getIterator ( ) constThis method is from 'FontManager' class.
FontManager::notifyDisplaySizeChanged ( Size const& size )This method is from 'FontManager' class.
FontManager::writeFontToStream ( String const& name, OutStream& out_stream ) constThis method is from 'FontManager' class.
FontManager::~FontManager [in-charge] ( )This method is from 'FontManager' class.
CEGUIFormattedRenderedString.h
namespace CEGUI
[+] class FormattedRenderedString (1)
| Change |
Effect |
1 | Base class AllocatedObject<FormattedRenderedString> 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) - 9 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~FormattedRenderedString |
~FormattedRenderedString |
12 |
~FormattedRenderedString |
~FormattedRenderedString |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (>10)
CentredRenderedString::CentredRenderedString [in-charge] ( RenderedString const& string )This constructor is from derived class 'CentredRenderedString'.
CentredRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) constThis method is from derived class 'CentredRenderedString'.
CentredRenderedString::format ( Size const& area_size )This method is from derived class 'CentredRenderedString'.
CentredRenderedString::getFormattedLineCount ( ) constThis method is from derived class 'CentredRenderedString'.
CentredRenderedString::getHorizontalExtent ( ) constThis method is from derived class 'CentredRenderedString'.
CentredRenderedString::getVerticalExtent ( ) constThis method is from derived class 'CentredRenderedString'.
CentredRenderedString::~CentredRenderedString [in-charge] ( )This method is from derived class 'CentredRenderedString'.
FormattedRenderedString::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect ) constThis method is from 'FormattedRenderedString' class.
FormattedRenderedString::format ( Size const& area_size )This method is from 'FormattedRenderedString' class.
FormattedRenderedString::FormattedRenderedString [in-charge] ( RenderedString const& string )This constructor is from 'FormattedRenderedString' class.
...
CEGUIFrameWindow.h
namespace CEGUI
[+] class FrameWindow (1)
| Change |
Effect |
1 | Type of field d_dragPoint has been changed from Point to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
FrameWindow::closeClickHandler ( EventArgs const& e )This method is from 'FrameWindow' class.
FrameWindow::DefaultSizingBorderSize [data]This method is from 'FrameWindow' class.
FrameWindow::EventCloseClicked [data]This method is from 'FrameWindow' class.
FrameWindow::EventDragSizingEnded [data]This method is from 'FrameWindow' class.
FrameWindow::EventDragSizingStarted [data]This method is from 'FrameWindow' class.
FrameWindow::EventNamespace [data]This method is from 'FrameWindow' class.
FrameWindow::EventRollupToggled [data]This method is from 'FrameWindow' class.
FrameWindow::FrameWindow [in-charge] ( String const& type, String const& name )This constructor is from 'FrameWindow' class.
FrameWindow::getCloseButton ( ) constThis method is from 'FrameWindow' class.
FrameWindow::getEWSizingCursorImage ( ) constThis method is from 'FrameWindow' class.
...
CEGUIFreeTypeFont.h
namespace CEGUI
[+] class FreeTypeFont (1)
| Change |
Effect |
1 | Type of field d_glyphImages has been changed from FreeTypeFont::ImagesetVector to FreeTypeFont::ImageVector. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
FreeTypeFont::addFreeTypeFontProperties ( )This method is from 'FreeTypeFont' class.
FreeTypeFont::drawGlyphToBuffer ( argb_t* buffer, uint buf_width ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::free ( )This method is from 'FreeTypeFont' class.
FreeTypeFont::getPointSize ( ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::getTextureSize ( map<unsigned int, FontGlyph>::const_iterator s, map<unsigned int, FontGlyph>::const_iterator e ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::isAntiAliased ( ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::rasterise ( utf32 start_codepoint, utf32 end_codepoint ) constThis method is from 'FreeTypeFont' class.
FreeTypeFont::setAntiAliased ( bool const anti_alaised )This method is from 'FreeTypeFont' class.
FreeTypeFont::setPointSize ( float const point_size )This method is from 'FreeTypeFont' class.
FreeTypeFont::updateFont ( )This method is from 'FreeTypeFont' class.
...
CEGUIGeometryBuffer.h
namespace CEGUI
[+] class GeometryBuffer (1)
| Change |
Effect |
1 | Base class AllocatedObject<GeometryBuffer> 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) - 20 entries | Virtual Table (New) - 22 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~GeometryBuffer |
~GeometryBuffer |
12 |
~GeometryBuffer |
~GeometryBuffer |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
48 |
__cxa_pure_virtual |
__cxa_pure_virtual |
52 |
__cxa_pure_virtual |
__cxa_pure_virtual |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
__cxa_pure_virtual |
__cxa_pure_virtual |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
GeometryBuffer::setBlendMode |
GeometryBuffer::setBlendMode |
76 |
GeometryBuffer::getBlendMode |
GeometryBuffer::getBlendMode |
80 |
|
__cxa_pure_virtual |
84 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
GeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )This method is from 'GeometryBuffer' class.
GeometryBuffer::appendVertex ( struct Vertex const& vertex )This method is from 'GeometryBuffer' class.
GeometryBuffer::draw ( ) constThis method is from 'GeometryBuffer' class.
GeometryBuffer::GeometryBuffer [in-charge] ( )This constructor is from 'GeometryBuffer' class.
GeometryBuffer::getActiveTexture ( ) constThis method is from 'GeometryBuffer' class.
GeometryBuffer::getBatchCount ( ) constThis method is from 'GeometryBuffer' class.
GeometryBuffer::getBlendMode ( ) constThis method is from 'GeometryBuffer' class.
GeometryBuffer::getRenderEffect ( )This method is from 'GeometryBuffer' class.
GeometryBuffer::getVertexCount ( ) constThis method is from 'GeometryBuffer' class.
GeometryBuffer::reset ( )This method is from 'GeometryBuffer' class.
...
CEGUIGlobalEventSet.h
namespace CEGUI
[+] class GlobalEventSet (1)
| Change |
Effect |
1 | Base class AllocatedObject<GlobalEventSet> 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) - 9 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~GlobalEventSet |
~GlobalEventSet |
12 |
~GlobalEventSet |
~GlobalEventSet |
16 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
20 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
24 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
28 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
32 |
GlobalEventSet::fireEvent |
GlobalEventSet::fireEvent |
[+] affected symbols (5)
GlobalEventSet::fireEvent ( String const& name, EventArgs& args, String const& eventNamespace )This method is from 'GlobalEventSet' class.
GlobalEventSet::getSingleton ( ) [static]This method is from 'GlobalEventSet' class.
GlobalEventSet::getSingletonPtr ( ) [static]This method is from 'GlobalEventSet' class.
GlobalEventSet::GlobalEventSet [in-charge] ( )This constructor is from 'GlobalEventSet' class.
GlobalEventSet::~GlobalEventSet [in-charge] ( )This method is from 'GlobalEventSet' class.
CEGUIGUILayout_xmlHandler.h
namespace CEGUI
[+] class GUILayout_xmlHandler (6)
| Change |
Effect |
1 | Field d_stringItemName 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 d_stringItemValue 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 d_layoutParent has been removed from this type. | Size of the inclusive type has been changed. |
4 | Field d_namingPrefix has been removed from this type. | Size of the inclusive type has been changed. |
5 | Field d_propertyName has been removed from this type. | Size of the inclusive type has been changed. |
6 | Field d_propertyValue has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (6)
GUILayout_xmlHandler::cleanupLoadedWindows ( )This method is from 'GUILayout_xmlHandler' class.
GUILayout_xmlHandler::elementEnd ( String const& element )This method is from 'GUILayout_xmlHandler' class.
GUILayout_xmlHandler::elementStart ( String const& element, XMLAttributes const& attributes )This method is from 'GUILayout_xmlHandler' class.
GUILayout_xmlHandler::getLayoutRootWindow ( ) constThis method is from 'GUILayout_xmlHandler' class.
GUILayout_xmlHandler::text ( String const& text )This method is from 'GUILayout_xmlHandler' class.
GUILayout_xmlHandler::~GUILayout_xmlHandler [in-charge] ( )This method is from 'GUILayout_xmlHandler' class.
CEGUIImage.h
namespace CEGUI
[+] class Image (9)
| Change |
Effect |
1 | Size of this type has been changed from 196 bytes to 12 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field d_area has been removed from this type. | Size of the inclusive type has been changed. |
3 | Field d_name has been removed from this type. | Size of the inclusive type has been changed. |
4 | Field d_offset has been removed from this type. | Size of the inclusive type has been changed. |
5 | Field d_owner has been removed from this type. | Size of the inclusive type has been changed. |
6 | Field d_scaledHeight has been removed from this type. | Size of the inclusive type has been changed. |
7 | Field d_scaledOffset has been removed from this type. | Size of the inclusive type has been changed. |
8 | Field d_scaledWidth has been removed from this type. | Size of the inclusive type has been changed. |
9 | Virtual method ChainedXMLHandler::~ChainedXMLHandler ( ) has been overridden by Image::~Image ( ). | Method Image::~Image ( ) will be called instead of ChainedXMLHandler::~ChainedXMLHandler ( ) by old applications. |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow->d_mouseCursor' in the object of this method has base type 'Image'.
AnimationInstance::setTargetWindow ( Window* target )Field 'target->d_mouseCursor' in 1st parameter 'target' (pointer) has base type 'Image'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window->d_mouseCursor' in 1st parameter 'e' (reference) has base type 'Image'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow->d_mouseCursor' in the object of this method has base type 'Image'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'this->d_clipperWindow->d_mouseCursor' in the object of this method has base type 'Image'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow->d_mouseCursor' in the object of this method has base type 'Image'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow->d_mouseCursor' in the object of this method has base type 'Image'.
ClippedContainer::getClipperWindow ( ) constField 'this->d_clipperWindow->d_mouseCursor' in the object of this method has base type 'Image'.
ClippedContainer::setClipperWindow ( Window* w )Field 'w->d_mouseCursor' in 1st parameter 'w' (pointer) has base type 'Image'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow->d_mouseCursor' in the object of this method has base type 'Image'.
...
CEGUIImageCodec.h
namespace CEGUI
[+] class ImageCodec (1)
| Change |
Effect |
1 | Base class AllocatedObject<ImageCodec> 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) - 5 entries | Virtual Table (New) - 5 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ImageCodec |
~ImageCodec |
12 |
~ImageCodec |
~ImageCodec |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (>10)
FreeImageImageCodec::FreeImageImageCodec [in-charge] ( )This constructor is from derived class 'FreeImageImageCodec'.
FreeImageImageCodec::load ( RawDataContainer const& data, Texture* result )This method is from derived class 'FreeImageImageCodec'.
FreeImageImageCodec::~FreeImageImageCodec [in-charge] ( )This method is from derived class 'FreeImageImageCodec'.
ImageCodec::getIdentifierString ( ) constThis method is from 'ImageCodec' class.
ImageCodec::getSupportedFormat ( ) constThis method is from 'ImageCodec' class.
ImageCodec::ImageCodec [in-charge] ( String const& name )This constructor is from 'ImageCodec' class.
ImageCodec::load ( RawDataContainer const& data, Texture* result )This method is from 'ImageCodec' class.
ImageCodec::~ImageCodec [in-charge] ( )This method is from 'ImageCodec' class.
IrrlichtImageCodec::IrrlichtImageCodec [in-charge] ( irr::video::IVideoDriver& driver )This constructor is from derived class 'IrrlichtImageCodec'.
IrrlichtImageCodec::load ( RawDataContainer const& data, Texture* result )This method is from derived class 'IrrlichtImageCodec'.
...
CEGUIInputEvent.h
namespace CEGUI
[+] class DisplayEventArgs (1)
| Change |
Effect |
1 | Type of field size has been changed from Size to Sizef. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (1)
DisplayEventArgs::~DisplayEventArgs [in-charge] ( )This method is from 'DisplayEventArgs' class.
[+] class KeyEventArgs (1)
| Change |
Effect |
1 | Type of field codepoint has been changed from utf32 to String::value_type. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (9)
Editbox::onCharacter ( KeyEventArgs& e )1st parameter 'e' (reference) has base type 'KeyEventArgs'.
Editbox::onKeyDown ( KeyEventArgs& e )1st parameter 'e' (reference) has base type 'KeyEventArgs'.
ItemListbox::onKeyDown ( KeyEventArgs& e )1st parameter 'e' (reference) has base type 'KeyEventArgs'.
KeyEventArgs::~KeyEventArgs [in-charge] ( )This method is from 'KeyEventArgs' class.
MultiLineEditbox::onCharacter ( KeyEventArgs& e )1st parameter 'e' (reference) has base type 'KeyEventArgs'.
MultiLineEditbox::onKeyDown ( KeyEventArgs& e )1st parameter 'e' (reference) has base type 'KeyEventArgs'.
Window::onCharacter ( KeyEventArgs& e )1st parameter 'e' (reference) has base type 'KeyEventArgs'.
Window::onKeyDown ( KeyEventArgs& e )1st parameter 'e' (reference) has base type 'KeyEventArgs'.
Window::onKeyUp ( KeyEventArgs& e )1st parameter 'e' (reference) has base type 'KeyEventArgs'.
[+] class MouseEventArgs (2)
| Change |
Effect |
1 | Type of field moveDelta has been changed from Vector2 to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
2 | Type of field position has been changed from Point to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
ButtonBase::onMouseButtonDown ( MouseEventArgs& e )1st parameter 'e' (reference) has base type 'MouseEventArgs'.
ButtonBase::onMouseButtonUp ( MouseEventArgs& e )1st parameter 'e' (reference) has base type 'MouseEventArgs'.
ButtonBase::onMouseLeaves ( MouseEventArgs& e )1st parameter 'e' (reference) has base type 'MouseEventArgs'.
ButtonBase::onMouseMove ( MouseEventArgs& e )1st parameter 'e' (reference) has base type 'MouseEventArgs'.
ComboDropList::onMouseButtonDown ( MouseEventArgs& e )1st parameter 'e' (reference) has base type 'MouseEventArgs'.
ComboDropList::onMouseButtonUp ( MouseEventArgs& e )1st parameter 'e' (reference) has base type 'MouseEventArgs'.
ComboDropList::onMouseMove ( MouseEventArgs& e )1st parameter 'e' (reference) has base type 'MouseEventArgs'.
DragContainer::onMouseButtonDown ( MouseEventArgs& e )1st parameter 'e' (reference) has base type 'MouseEventArgs'.
DragContainer::onMouseButtonUp ( MouseEventArgs& e )1st parameter 'e' (reference) has base type 'MouseEventArgs'.
DragContainer::onMouseMove ( MouseEventArgs& e )1st parameter 'e' (reference) has base type 'MouseEventArgs'.
...
CEGUIInterpolator.h
namespace CEGUI
[+] class Interpolator (1)
| Change |
Effect |
1 | Base class AllocatedObject<Interpolator> 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) - 8 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Interpolator |
~Interpolator |
12 |
~Interpolator |
~Interpolator |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (>10)
BoolInterpolator::getType ( ) constThis method is from derived class 'BoolInterpolator'.
BoolInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )This method is from derived class 'BoolInterpolator'.
BoolInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )This method is from derived class 'BoolInterpolator'.
BoolInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )This method is from derived class 'BoolInterpolator'.
ColourInterpolator::getType ( ) constThis method is from derived class 'ColourInterpolator'.
ColourInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )This method is from derived class 'ColourInterpolator'.
ColourInterpolator::interpolateRelative ( String const& base, String const& value1, String const& value2, float position )This method is from derived class 'ColourInterpolator'.
ColourInterpolator::interpolateRelativeMultiply ( String const& base, String const& value1, String const& value2, float position )This method is from derived class 'ColourInterpolator'.
ColourRectInterpolator::getType ( ) constThis method is from derived class 'ColourRectInterpolator'.
ColourRectInterpolator::interpolateAbsolute ( String const& value1, String const& value2, float position )This method is from derived class 'ColourRectInterpolator'.
...
CEGUIIrrlichtEventPusher.h
namespace CEGUI
[+] class IrrlichtEventPusher (1)
| Change |
Effect |
1 | Size of this type has been changed from 264 bytes to 1028 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (>10)
IrrlichtEventPusher::~IrrlichtEventPusher [in-charge] ( )This method is from 'IrrlichtEventPusher' class.
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )Field 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )Field 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::draw ( ) constField 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getActiveTexture ( ) constField 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getBatchCount ( ) constField 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getMaterial ( )Field 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getMaterial ( ) constField 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getMatrix ( ) constField 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
IrrlichtGeometryBuffer::getRenderEffect ( )Field 'this->d_activeTexture->d_owner->d_eventPusher' in the object of this method has base type 'IrrlichtEventPusher'.
...
CEGUIIrrlichtGeometryBuffer.h
namespace CEGUI
[+] class IrrlichtGeometryBuffer (3)
| Change |
Effect |
1 | Field d_savedProjection has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_savedViewport has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 | Virtual method GeometryBuffer::setBlendMode ( enum BlendMode const ) has been overridden by IrrlichtGeometryBuffer::setBlendMode ( enum BlendMode const ). | Method IrrlichtGeometryBuffer::setBlendMode ( enum BlendMode const ) will be called instead of GeometryBuffer::setBlendMode ( enum BlendMode const ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 20 entries | Virtual Table (New) - 22 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~IrrlichtGeometryBuffer |
~IrrlichtGeometryBuffer |
12 |
~IrrlichtGeometryBuffer |
~IrrlichtGeometryBuffer |
16 |
IrrlichtGeometryBuffer::draw |
IrrlichtGeometryBuffer::draw |
20 |
IrrlichtGeometryBuffer::setTranslation |
IrrlichtGeometryBuffer::setTranslation |
24 |
IrrlichtGeometryBuffer::setRotation |
IrrlichtGeometryBuffer::setRotation |
28 |
IrrlichtGeometryBuffer::setPivot |
IrrlichtGeometryBuffer::setPivot |
32 |
IrrlichtGeometryBuffer::setClippingRegion |
IrrlichtGeometryBuffer::setClippingRegion |
36 |
IrrlichtGeometryBuffer::appendVertex |
IrrlichtGeometryBuffer::appendVertex |
40 |
IrrlichtGeometryBuffer::appendGeometry |
IrrlichtGeometryBuffer::appendGeometry |
44 |
IrrlichtGeometryBuffer::setActiveTexture |
IrrlichtGeometryBuffer::setActiveTexture |
48 |
IrrlichtGeometryBuffer::reset |
IrrlichtGeometryBuffer::reset |
52 |
IrrlichtGeometryBuffer::getActiveTexture |
IrrlichtGeometryBuffer::getActiveTexture |
56 |
IrrlichtGeometryBuffer::getVertexCount |
IrrlichtGeometryBuffer::getVertexCount |
60 |
IrrlichtGeometryBuffer::getBatchCount |
IrrlichtGeometryBuffer::getBatchCount |
64 |
IrrlichtGeometryBuffer::setRenderEffect |
IrrlichtGeometryBuffer::setRenderEffect |
68 |
IrrlichtGeometryBuffer::getRenderEffect |
IrrlichtGeometryBuffer::getRenderEffect |
72 |
GeometryBuffer::setBlendMode |
IrrlichtGeometryBuffer::setBlendMode |
76 |
GeometryBuffer::getBlendMode |
GeometryBuffer::getBlendMode |
80 |
|
IrrlichtGeometryBuffer::setClippingActive |
84 |
|
IrrlichtGeometryBuffer::isClippingActive |
[+] affected symbols (>10)
GeometryBuffer::setBlendMode ( enum BlendMode const mode )The method 'IrrlichtGeometryBuffer::setBlendMode (enum BlendMode const mode)' will be called instead of this method.
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )This method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )This method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::draw ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getActiveTexture ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getBatchCount ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getMaterial ( )This method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getMaterial ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getMatrix ( ) constThis method is from 'IrrlichtGeometryBuffer' class.
IrrlichtGeometryBuffer::getRenderEffect ( )This method is from 'IrrlichtGeometryBuffer' class.
...
CEGUIIrrlichtRenderer.h
namespace CEGUI
[+] class IrrlichtRenderer (2)
| Change |
Effect |
1 | Type of field d_displayDPI has been changed from Vector2 to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
2 | Type of field d_displaySize has been changed from Size to Sizef. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::draw ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getActiveTexture ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getBatchCount ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getMaterial ( )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getMaterial ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getMatrix ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getRenderEffect ( )Field 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
IrrlichtGeometryBuffer::getVertexCount ( ) constField 'this->d_activeTexture->d_owner' in the object of this method has base type 'IrrlichtRenderer'.
...
CEGUIIrrlichtTexture.h
namespace CEGUI
[+] class IrrlichtTexture (4)
| Change |
Effect |
1 | Field d_name has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 | Type of field d_dataSize has been changed from Size to Sizef. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
3 | Type of field d_size has been changed from Size to Sizef. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
4 | Type of field d_texelScaling has been changed from Vector2 to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::draw ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getActiveTexture ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getBatchCount ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getMaterial ( )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getMaterial ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getMatrix ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getRenderEffect ( )Field 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
IrrlichtGeometryBuffer::getVertexCount ( ) constField 'this->d_activeTexture' in the object of this method has base type 'IrrlichtTexture'.
...
CEGUIItemListbox.h
namespace CEGUI
[+] class ItemListbox (1)
| Change |
Effect |
1 | Virtual method ItemListbox::initialiseComponents ( ) has been overridden by Window::initialiseComponents ( ). | Method Window::initialiseComponents ( ) will be called instead of ItemListbox::initialiseComponents ( ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 110 entries | Virtual Table (New) - 127 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ItemListbox |
~ItemListbox |
12 |
~ItemListbox |
~ItemListbox |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
ItemListbox::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
ItemListBase::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
ItemListBase::addChild_impl |
56 |
ItemListBase::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
ItemListBase::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Window::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
ScrolledItemListBase::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Window::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
ItemListBase::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Window::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
ItemListBase::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
ItemListBase::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Window::onTextChanged |
192 |
Window::onMouseMove |
Window::onFontChanged |
196 |
ScrolledItemListBase::onMouseWheel |
Window::onAlphaChanged |
200 |
Window::onMouseButtonDown |
Window::onIDChanged |
204 |
Window::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
ItemListbox::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Window::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
ItemListbox::testClassName_impl |
Window::onMouseMove |
292 |
ItemListBase::validateWindowRenderer |
ScrolledItemListBase::onMouseWheel |
296 |
Window::cleanupChildren |
Window::onMouseButtonDown |
300 |
ItemListBase::addChild_impl |
Window::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
ItemListbox::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
ItemListBase::sizeToContent |
Window::onMarginChanged |
356 |
ItemListbox::notifyItemClicked |
Window::updateSelf |
360 |
ItemListbox::notifyItemSelectState |
Window::drawSelf |
364 |
ItemListBase::sizeToContent_impl |
Window::populateGeometryBuffer |
368 |
ItemListbox::getContentSize |
ItemListBase::validateWindowRenderer |
372 |
ItemListbox::layoutItemWidgets |
Window::cleanupChildren |
376 |
ItemListBase::onListContentsChanged |
Window::onZChange_impl |
380 |
ItemListBase::onSortEnabledChanged |
Window::moveToFront_impl |
384 |
ItemListBase::onSortModeChanged |
Window::getOuterRectClipper_impl |
388 |
ScrolledItemListBase::onVertScrollbarModeChanged |
Window::getInnerRectClipper_impl |
392 |
ScrolledItemListBase::onHorzScrollbarModeChanged |
Window::getHitTestRect_impl |
396 |
ItemListbox::onSelectionChanged |
Window::writePropertiesXML |
400 |
ItemListbox::onMultiSelectModeChanged |
Window::writeChildWindowsXML |
404 |
(int (*)(...))-0x00000001c |
Window::writeAutoChildWindowXML |
408 |
(int (*)(...))(& typeinfo) |
Window::banPropertiesForAutoWindow |
412 |
non-virtual thunk |
Window::handleFontRenderSizeChange |
416 |
non-virtual thunk |
ItemListBase::sizeToContent |
420 |
EventSet::subscribeEvent |
ItemListbox::notifyItemClicked |
424 |
EventSet::subscribeEvent |
ItemListbox::notifyItemSelectState |
428 |
EventSet::subscribeScriptedEvent |
ItemListBase::sizeToContent_impl |
432 |
EventSet::subscribeScriptedEvent |
ItemListbox::getContentSize |
436 |
EventSet::fireEvent |
ItemListbox::layoutItemWidgets |
440 |
|
ItemListBase::onListContentsChanged |
444 |
|
ItemListBase::onSortEnabledChanged |
448 |
|
ItemListBase::onSortModeChanged |
452 |
|
ItemListbox::handle_PaneChildRemoved |
456 |
|
ScrolledItemListBase::onVertScrollbarModeChanged |
460 |
|
ScrolledItemListBase::onHorzScrollbarModeChanged |
464 |
|
ItemListbox::onSelectionChanged |
468 |
|
ItemListbox::onMultiSelectModeChanged |
472 |
|
(int (*)(...))-0x00000001c |
476 |
|
(int (*)(...))(& typeinfo) |
480 |
|
non-virtual thunk |
484 |
|
non-virtual thunk |
488 |
|
EventSet::subscribeEvent |
492 |
|
EventSet::subscribeEvent |
496 |
|
EventSet::subscribeScriptedEvent |
500 |
|
EventSet::subscribeScriptedEvent |
504 |
|
EventSet::fireEvent |
[+] affected symbols (1)
ItemListbox::initialiseComponents ( )The method 'Window::initialiseComponents ()' will be called instead of this method.
CEGUIKeyFrame.h
namespace CEGUI
[+] class KeyFrame (1)
| Change |
Effect |
1 | Base class AllocatedObject<KeyFrame> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
KeyFrame::alterInterpolationPosition ( float position )This method is from 'KeyFrame' class.
KeyFrame::getParent ( ) constThis method is from 'KeyFrame' class.
KeyFrame::getPosition ( ) constThis method is from 'KeyFrame' class.
KeyFrame::getProgression ( ) constThis method is from 'KeyFrame' class.
KeyFrame::getSourceProperty ( ) constThis method is from 'KeyFrame' class.
KeyFrame::getValue ( ) constThis method is from 'KeyFrame' class.
KeyFrame::getValueForAnimation ( AnimationInstance* instance ) constThis method is from 'KeyFrame' class.
KeyFrame::KeyFrame [in-charge] ( Affector* parent, float position )This constructor is from 'KeyFrame' class.
KeyFrame::moveToPosition ( float newPosition )This method is from 'KeyFrame' class.
KeyFrame::notifyPositionChanged ( float newPosition )This method is from 'KeyFrame' class.
...
CEGUILayoutContainer.h
namespace CEGUI
[+] class LayoutContainer (1)
| Change |
Effect |
1 | Field d_clientChildContentArea has been added to this type. | 1) This field will not be initialized by old clients. 2) 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. |
[+] affected symbols (>10)
LayoutContainer::EventNamespace [data]This method is from 'LayoutContainer' class.
LayoutContainer::getBoundingSizeForWindow ( Window* window ) constThis method is from 'LayoutContainer' class.
LayoutContainer::getOffsetForWindow ( Window* window ) constThis method is from 'LayoutContainer' class.
LayoutContainer::handleChildAdded ( EventArgs const& e )This method is from 'LayoutContainer' class.
LayoutContainer::handleChildMarginChanged ( EventArgs const& e )This method is from 'LayoutContainer' class.
LayoutContainer::handleChildRemoved ( EventArgs const& e )This method is from 'LayoutContainer' class.
LayoutContainer::handleChildSized ( EventArgs const& e )This method is from 'LayoutContainer' class.
LayoutContainer::LayoutContainer [in-charge] ( String const& type, String const& name )This constructor is from 'LayoutContainer' class.
LayoutContainer::layoutIfNecessary ( )This method is from 'LayoutContainer' class.
LayoutContainer::markNeedsLayouting ( )This method is from 'LayoutContainer' class.
...
CEGUILibxmlParser.h
namespace CEGUI
[+] class LibxmlParser (1)
| Change |
Effect |
1 | Virtual method LibxmlParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) has been overridden by XMLParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ). | Method XMLParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) will be called instead of LibxmlParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~LibxmlParser |
~LibxmlParser |
12 |
~LibxmlParser |
~LibxmlParser |
16 |
LibxmlParser::parseXMLFile |
LibxmlParser::parseXML |
20 |
LibxmlParser::initialiseImpl |
XMLParser::parseXMLFile |
24 |
LibxmlParser::cleanupImpl |
XMLParser::parseXMLString |
28 |
|
LibxmlParser::initialiseImpl |
32 |
|
LibxmlParser::cleanupImpl |
[+] affected symbols (1)
LibxmlParser::parseXMLFile ( XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup )The method 'XMLParser::parseXMLFile (XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup)' will be called instead of this method.
CEGUIListboxItem.h
namespace CEGUI
[+] class ListboxItem (2)
| Change |
Effect |
1 | Base class AllocatedObject<ListboxItem> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
2 | Base type of field d_bidiVisualMapping has been changed from BiDiVisualMapping to BidiVisualMapping. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 9 entries | Virtual Table (New) - 10 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ListboxItem |
~ListboxItem |
12 |
~ListboxItem |
~ListboxItem |
16 |
ListboxItem::setText |
ListboxItem::setText |
20 |
__cxa_pure_virtual |
ListboxItem::handleFontRenderSizeChange |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
ListboxItem::operator< |
__cxa_pure_virtual |
32 |
ListboxItem::operator> |
ListboxItem::operator< |
36 |
|
ListboxItem::operator> |
[+] affected symbols (>10)
Combobox::addItem ( ListboxItem* item )1st parameter 'item' (pointer) has base type 'ListboxItem'.
Combobox::findItemWithText ( String const& text, ListboxItem const* start_item )2nd parameter 'start_item' (pointer) has base type 'ListboxItem'.
Combobox::getDropList ( ) constField 'retval->d_lastClickSelected' in return value (pointer) has base type 'ListboxItem'.
Combobox::getItemIndex ( ListboxItem const* item ) const1st parameter 'item' (pointer) has base type 'ListboxItem'.
Combobox::getListboxItemFromIndex ( size_t index ) constReturn value (pointer) has base type 'ListboxItem'.
Combobox::getSelectedItem ( ) constReturn value (pointer) has base type 'ListboxItem'.
Combobox::insertItem ( ListboxItem* item, ListboxItem const* position )1st parameter 'item' (pointer) has base type 'ListboxItem'.
Combobox::isListboxItemInList ( ListboxItem const* item ) const1st parameter 'item' (pointer) has base type 'ListboxItem'.
Combobox::itemSelectChangeTextUpdate ( ListboxItem const*const item, bool new_state, bool old_state )1st parameter 'item' (pointer) has base type 'ListboxItem'.
Combobox::removeItem ( ListboxItem const* item )1st parameter 'item' (pointer) has base type 'ListboxItem'.
...
CEGUIListHeaderSegment.h
namespace CEGUI
[+] class ListHeaderSegment (2)
| Change |
Effect |
1 | Type of field d_dragPoint has been changed from Point to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
2 | Type of field d_dragPosition has been changed from Point to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
ListHeader::addColumn ( String const& text, uint id, UDim const& width )Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::createInitialisedSegment ( String const& text, uint id, UDim const& width )Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::createNewSegment ( String const& name ) constField 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::destroyListSegment ( ListHeaderSegment* segment ) const1st parameter 'segment' (pointer) has base type 'ListHeaderSegment'.
ListHeader::EventDragMoveSettingChanged [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::EventDragSizeSettingChanged [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::EventNamespace [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::EventSegmentAdded [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::EventSegmentClicked [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
ListHeader::EventSegmentRemoved [data]Field 'this->d_sortSegment' in the object of this method has base type 'ListHeaderSegment'.
...
CEGUILogger.h
namespace CEGUI
[+] class Logger (1)
| Change |
Effect |
1 | Base class AllocatedObject<Logger> 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) - 6 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Logger |
~Logger |
12 |
~Logger |
~Logger |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (8)
DefaultLogger::DefaultLogger [in-charge] ( )This constructor is from derived class 'DefaultLogger'.
DefaultLogger::logEvent ( String const& message, enum LoggingLevel level )This method is from derived class 'DefaultLogger'.
DefaultLogger::setLogFilename ( String const& filename, bool append )This method is from derived class 'DefaultLogger'.
DefaultLogger::~DefaultLogger [in-charge] ( )This method is from derived class 'DefaultLogger'.
Logger::logEvent ( String const& message, enum LoggingLevel level )This method is from 'Logger' class.
Logger::Logger [in-charge] ( )This constructor is from 'Logger' class.
Logger::setLogFilename ( String const& filename, bool append )This method is from 'Logger' class.
Logger::~Logger [in-charge] ( )This method is from 'Logger' class.
CEGUIMenuItem.h
namespace CEGUI
[+] class MenuItem (1)
| Change |
Effect |
1 | Base type of field d_popupOffset has been changed from UVector2 to Vector2<UDim>. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
MenuBase::changePopupMenuItem ( MenuItem* item )1st parameter 'item' (pointer) has base type 'MenuItem'.
MenuBase::EventNamespace [data]Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::EventPopupClosed [data]Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::EventPopupOpened [data]Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::MenuBase [in-charge] ( String const& type, String const& name )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::onHidden ( WindowEventArgs& e )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::onPopupClosed ( WindowEventArgs& e )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::onPopupOpened ( WindowEventArgs& e )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::setAllowMultiplePopups ( bool setting )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
MenuBase::setPopupMenuItemClosing ( )Field 'this->d_popupItem' in the object of this method has base type 'MenuItem'.
...
CEGUIMouseCursor.h
namespace CEGUI
[+] class MouseCursor (3)
| Change |
Effect |
1 | Field d_defaultCursorImage 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 | Base class AllocatedObject<MouseCursor> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
3 | Base class Singleton<MouseCursor> 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) - 10 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~MouseCursor |
~MouseCursor |
12 |
~MouseCursor |
~MouseCursor |
16 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
20 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
24 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
28 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
32 |
EventSet::fireEvent |
EventSet::fireEvent |
36 |
MouseCursor::onImageChanged |
MouseCursor::onImageChanged |
40 |
|
MouseCursor::onDefaultImageChanged |
[+] affected symbols (>10)
MouseCursor::draw ( ) constThis method is from 'MouseCursor' class.
MouseCursor::EventImageChanged [data]This method is from 'MouseCursor' class.
MouseCursor::EventNamespace [data]This method is from 'MouseCursor' class.
MouseCursor::getConstraintArea ( ) constThis method is from 'MouseCursor' class.
MouseCursor::getDisplayIndependantPosition ( ) constThis method is from 'MouseCursor' class.
MouseCursor::getExplicitRenderSize ( ) constThis method is from 'MouseCursor' class.
MouseCursor::getSingleton ( ) [static]This method is from 'MouseCursor' class.
MouseCursor::getSingletonPtr ( ) [static]This method is from 'MouseCursor' class.
MouseCursor::getUnifiedConstraintArea ( ) constThis method is from 'MouseCursor' class.
MouseCursor::invalidate ( )This method is from 'MouseCursor' class.
...
CEGUIMultiLineEditbox.h
namespace CEGUI
[+] class MultiLineEditbox (2)
| Change |
Effect |
1 | Virtual method Window::onFontChanged ( WindowEventArgs& ) has been overridden by MultiLineEditbox::onFontChanged ( WindowEventArgs& ). | Method MultiLineEditbox::onFontChanged ( WindowEventArgs& ) will be called instead of Window::onFontChanged ( WindowEventArgs& ) by old applications. |
2 | Field d_caratPos has been renamed to d_caretPos. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 97 entries | Virtual Table (New) - 113 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~MultiLineEditbox |
~MultiLineEditbox |
12 |
~MultiLineEditbox |
~MultiLineEditbox |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
MultiLineEditbox::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
Window::addChild_impl |
56 |
Window::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
MultiLineEditbox::onSized |
72 |
Window::cloneChildWidgetsTo |
Window::onParentSized |
76 |
MultiLineEditbox::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
MultiLineEditbox::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
MultiLineEditbox::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
MultiLineEditbox::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
MultiLineEditbox::performCopy |
152 |
Window::onDestructionStarted |
MultiLineEditbox::performCut |
156 |
Window::onActivated |
MultiLineEditbox::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
MultiLineEditbox::onTextChanged |
192 |
MultiLineEditbox::onMouseMove |
MultiLineEditbox::onFontChanged |
196 |
MultiLineEditbox::onMouseWheel |
Window::onAlphaChanged |
200 |
MultiLineEditbox::onMouseButtonDown |
Window::onIDChanged |
204 |
MultiLineEditbox::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
MultiLineEditbox::onMouseDoubleClicked |
Window::onEnabled |
216 |
MultiLineEditbox::onMouseTripleClicked |
Window::onDisabled |
220 |
MultiLineEditbox::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
MultiLineEditbox::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
MultiLineEditbox::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
MultiLineEditbox::testClassName_impl |
MultiLineEditbox::onMouseMove |
292 |
MultiLineEditbox::validateWindowRenderer |
MultiLineEditbox::onMouseWheel |
296 |
Window::cleanupChildren |
MultiLineEditbox::onMouseButtonDown |
300 |
Window::addChild_impl |
MultiLineEditbox::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
MultiLineEditbox::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
MultiLineEditbox::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
MultiLineEditbox::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
MultiLineEditbox::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
(int (*)(...))-0x00000001c |
Window::onMarginChanged |
356 |
(int (*)(...))(& typeinfo) |
Window::updateSelf |
360 |
non-virtual thunk |
Window::drawSelf |
364 |
non-virtual thunk |
Window::populateGeometryBuffer |
368 |
EventSet::subscribeEvent |
MultiLineEditbox::validateWindowRenderer |
372 |
EventSet::subscribeEvent |
Window::cleanupChildren |
376 |
EventSet::subscribeScriptedEvent |
Window::onZChange_impl |
380 |
EventSet::subscribeScriptedEvent |
Window::moveToFront_impl |
384 |
EventSet::fireEvent |
Window::getOuterRectClipper_impl |
388 |
|
Window::getInnerRectClipper_impl |
392 |
|
Window::getHitTestRect_impl |
396 |
|
Window::writePropertiesXML |
400 |
|
Window::writeChildWindowsXML |
404 |
|
Window::writeAutoChildWindowXML |
408 |
|
Window::banPropertiesForAutoWindow |
412 |
|
Window::handleFontRenderSizeChange |
416 |
|
(int (*)(...))-0x00000001c |
420 |
|
(int (*)(...))(& typeinfo) |
424 |
|
non-virtual thunk |
428 |
|
non-virtual thunk |
432 |
|
EventSet::subscribeEvent |
436 |
|
EventSet::subscribeEvent |
440 |
|
EventSet::subscribeScriptedEvent |
444 |
|
EventSet::subscribeScriptedEvent |
448 |
|
EventSet::fireEvent |
[+] affected symbols (>10)
MultiLineEditbox::clearSelection ( )This method is from 'MultiLineEditbox' class.
MultiLineEditbox::configureScrollbars ( )This method is from 'MultiLineEditbox' class.
MultiLineEditbox::d_lineBreakChars [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::eraseSelectedText ( bool modify_text )This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventEditboxFull [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventHorzScrollbarModeChanged [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventMaximumTextLengthChanged [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventNamespace [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventReadOnlyModeChanged [data]This method is from 'MultiLineEditbox' class.
MultiLineEditbox::EventTextSelectionChanged [data]This method is from 'MultiLineEditbox' class.
...
CEGUIProperty.h
namespace CEGUI
[+] class Property (3)
| Change |
Effect |
1 | Field d_dataType has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_origin has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 | Base class AllocatedObject<Property> 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) - 10 entries | Virtual Table (New) - 14 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Property |
~Property |
12 |
~Property |
~Property |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
Property::isDefault |
Property::isDefault |
28 |
Property::getDefault |
Property::getDefault |
32 |
Property::writeXMLToStream |
Property::writeXMLToStream |
36 |
Property::initialisePropertyReceiver |
Property::isReadable |
40 |
|
Property::isWritable |
44 |
|
Property::doesWriteXML |
48 |
|
Property::initialisePropertyReceiver |
52 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
CheckboxProperties::Selected::get ( PropertyReceiver const* receiver ) constThis method is from derived class 'CheckboxProperties::Selected'.
CheckboxProperties::Selected::set ( PropertyReceiver* receiver, String const& value )This method is from derived class 'CheckboxProperties::Selected'.
ComboboxProperties::CaratIndex::get ( PropertyReceiver const* receiver ) constThis method is from derived class 'ComboboxProperties::CaratIndex'.
ComboboxProperties::CaratIndex::set ( PropertyReceiver* receiver, String const& value )This method is from derived class 'ComboboxProperties::CaratIndex'.
ComboboxProperties::EditSelectionLength::get ( PropertyReceiver const* receiver ) constThis method is from derived class 'ComboboxProperties::EditSelectionLength'.
ComboboxProperties::EditSelectionLength::set ( PropertyReceiver* receiver, String const& value )This method is from derived class 'ComboboxProperties::EditSelectionLength'.
ComboboxProperties::EditSelectionStart::get ( PropertyReceiver const* receiver ) constThis method is from derived class 'ComboboxProperties::EditSelectionStart'.
ComboboxProperties::EditSelectionStart::set ( PropertyReceiver* receiver, String const& value )This method is from derived class 'ComboboxProperties::EditSelectionStart'.
ComboboxProperties::ForceHorzScrollbar::get ( PropertyReceiver const* receiver ) constThis method is from derived class 'ComboboxProperties::ForceHorzScrollbar'.
ComboboxProperties::ForceHorzScrollbar::set ( PropertyReceiver* receiver, String const& value )This method is from derived class 'ComboboxProperties::ForceHorzScrollbar'.
...
CEGUIRadioButton.h
namespace CEGUI
[+] class RadioButton (1)
| Change |
Effect |
1 | Virtual method RadioButton::onMouseButtonUp ( MouseEventArgs& ) has been overridden by Window::onMouseButtonUp ( MouseEventArgs& ). | Method Window::onMouseButtonUp ( MouseEventArgs& ) will be called instead of RadioButton::onMouseButtonUp ( MouseEventArgs& ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 98 entries | Virtual Table (New) - 115 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RadioButton |
~RadioButton |
12 |
~RadioButton |
~RadioButton |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Window::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
Window::addChild_impl |
56 |
Window::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
Window::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Window::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Window::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
ButtonBase::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Window::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Window::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
ButtonBase::onMouseLeaves |
Window::onTextChanged |
192 |
ButtonBase::onMouseMove |
Window::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
ButtonBase::onMouseButtonDown |
Window::onIDChanged |
204 |
RadioButton::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Window::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
Window::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
ButtonBase::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Window::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Window::onMouseEnters |
284 |
Window::populateGeometryBuffer |
ButtonBase::onMouseLeaves |
288 |
RadioButton::testClassName_impl |
ButtonBase::onMouseMove |
292 |
Window::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
ButtonBase::onMouseButtonDown |
300 |
Window::addChild_impl |
ToggleButton::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Window::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
RadioButton::onSelectStateChanged |
Window::onMarginChanged |
356 |
(int (*)(...))-0x00000001c |
Window::updateSelf |
360 |
(int (*)(...))(& typeinfo) |
Window::drawSelf |
364 |
non-virtual thunk |
Window::populateGeometryBuffer |
368 |
non-virtual thunk |
Window::validateWindowRenderer |
372 |
EventSet::subscribeEvent |
Window::cleanupChildren |
376 |
EventSet::subscribeEvent |
Window::onZChange_impl |
380 |
EventSet::subscribeScriptedEvent |
Window::moveToFront_impl |
384 |
EventSet::subscribeScriptedEvent |
Window::getOuterRectClipper_impl |
388 |
EventSet::fireEvent |
Window::getInnerRectClipper_impl |
392 |
|
Window::getHitTestRect_impl |
396 |
|
Window::writePropertiesXML |
400 |
|
Window::writeChildWindowsXML |
404 |
|
Window::writeAutoChildWindowXML |
408 |
|
Window::banPropertiesForAutoWindow |
412 |
|
Window::handleFontRenderSizeChange |
416 |
|
RadioButton::getPostClickSelectState |
420 |
|
RadioButton::onSelectStateChange |
424 |
|
(int (*)(...))-0x00000001c |
428 |
|
(int (*)(...))(& typeinfo) |
432 |
|
non-virtual thunk |
436 |
|
non-virtual thunk |
440 |
|
EventSet::subscribeEvent |
444 |
|
EventSet::subscribeEvent |
448 |
|
EventSet::subscribeScriptedEvent |
452 |
|
EventSet::subscribeScriptedEvent |
456 |
|
EventSet::fireEvent |
[+] affected symbols (1)
RadioButton::onMouseButtonUp ( MouseEventArgs& e )The method 'Window::onMouseButtonUp (MouseEventArgs& e)' will be called instead of this method.
CEGUIRegexMatcher.h
namespace CEGUI
[+] class RegexMatcher (1)
| Change |
Effect |
1 | Base class AllocatedObject<RegexMatcher> 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) - 7 entries | Virtual Table (New) - 7 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RegexMatcher |
~RegexMatcher |
12 |
~RegexMatcher |
~RegexMatcher |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (3)
RegexMatcher::getRegexString ( ) constThis method is from 'RegexMatcher' class.
RegexMatcher::matchRegex ( String const& str ) constThis method is from 'RegexMatcher' class.
RegexMatcher::setRegexString ( String const& regex )This method is from 'RegexMatcher' class.
CEGUIRenderedString.h
namespace CEGUI
[+] class RenderedString (1)
| Change |
Effect |
1 | Base class AllocatedObject<RenderedString> 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) - 4 entries | Virtual Table (New) - 4 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RenderedString |
~RenderedString |
12 |
~RenderedString |
~RenderedString |
[+] affected symbols (>10)
RenderedString::appendComponent ( RenderedStringComponent const& component )This method is from 'RenderedString' class.
RenderedString::appendLineBreak ( )This method is from 'RenderedString' class.
RenderedString::clearComponentList ( RenderedString::ComponentList& list ) [static]This method is from 'RenderedString' class.
RenderedString::clearComponents ( )This method is from 'RenderedString' class.
RenderedString::cloneComponentList ( RenderedString::ComponentList const& list )This method is from 'RenderedString' class.
RenderedString::draw ( size_t const line, GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect, float const space_extra ) constThis method is from 'RenderedString' class.
RenderedString::getComponentCount ( ) constThis method is from 'RenderedString' class.
RenderedString::getHorizontalExtent ( ) constThis method is from 'RenderedString' class.
RenderedString::getLineCount ( ) constThis method is from 'RenderedString' class.
RenderedString::getPixelSize ( size_t const line ) constThis method is from 'RenderedString' class.
...
[+] typedef RenderedString::LineList (1)
| Change |
Effect |
1 | Base type has been changed from vector<pair<unsigned int,unsigned int> > to vector<RenderedString::LineInfo>. | Replacement of the base data type may indicate a change in its semantic meaning. |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow->d_renderedString->d_lines' in the object of this method has type 'RenderedString::LineList'.
AnimationInstance::setTargetWindow ( Window* target )Field 'target->d_renderedString->d_lines' in 1st parameter 'target' (pointer) has type 'RenderedString::LineList'.
BasicRenderedStringParser::appendRenderedText ( RenderedString& rs, String const& text ) constField 'rs->d_lines' in 1st parameter 'rs' (reference) has type 'RenderedString::LineList'.
BasicRenderedStringParser::handleAspectLock ( RenderedString& rs, String const& value )Field 'rs->d_lines' in 1st parameter 'rs' (reference) has type 'RenderedString::LineList'.
BasicRenderedStringParser::handleBottomPadding ( RenderedString& rs, String const& value )Field 'rs->d_lines' in 1st parameter 'rs' (reference) has type 'RenderedString::LineList'.
BasicRenderedStringParser::handleColour ( RenderedString& rs, String const& value )Field 'rs->d_lines' in 1st parameter 'rs' (reference) has type 'RenderedString::LineList'.
BasicRenderedStringParser::handleFont ( RenderedString& rs, String const& value )Field 'rs->d_lines' in 1st parameter 'rs' (reference) has type 'RenderedString::LineList'.
BasicRenderedStringParser::handleImage ( RenderedString& rs, String const& value )Field 'rs->d_lines' in 1st parameter 'rs' (reference) has type 'RenderedString::LineList'.
BasicRenderedStringParser::handleImageHeight ( RenderedString& rs, String const& value )Field 'rs->d_lines' in 1st parameter 'rs' (reference) has type 'RenderedString::LineList'.
BasicRenderedStringParser::handleImageSize ( RenderedString& rs, String const& value )Field 'rs->d_lines' in 1st parameter 'rs' (reference) has type 'RenderedString::LineList'.
...
CEGUIRenderedStringComponent.h
namespace CEGUI
[+] class RenderedStringComponent (2)
| Change |
Effect |
1 | Field d_selectionImage has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 | Base class AllocatedObject<RenderedStringComponent> 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) - 10 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RenderedStringComponent |
~RenderedStringComponent |
12 |
~RenderedStringComponent |
~RenderedStringComponent |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
RenderedString::appendComponent ( RenderedStringComponent const& component )1st parameter 'component' (reference) has base type 'RenderedStringComponent'.
RenderedStringComponent::canSplit ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::clone ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::draw ( GeometryBuffer& buffer, Vector2 const& position, ColourRect const* mod_colours, Rect const* clip_rect, float const vertical_space, float const space_extra ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getAspectLock ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getBottomPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getLeftPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getPadding ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getPixelSize ( ) constThis method is from 'RenderedStringComponent' class.
RenderedStringComponent::getRightPadding ( ) constThis method is from 'RenderedStringComponent' class.
...
CEGUIRenderedStringImageComponent.h
namespace CEGUI
[+] class RenderedStringImageComponent (2)
| Change |
Effect |
1 | Field d_selected has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 | Type of field d_size has been changed from Size to Sizef. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
RenderedStringImageComponent::canSplit ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::clone ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::getColours ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::getImage ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::getSize ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::getSpaceCount ( ) constThis method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::RenderedStringImageComponent [in-charge] ( )This constructor is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::RenderedStringImageComponent [in-charge] ( Image const* image )This constructor is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::setColours ( ColourRect const& cr )This method is from 'RenderedStringImageComponent' class.
RenderedStringImageComponent::setImage ( Image const* image )This method is from 'RenderedStringImageComponent' class.
...
CEGUIRenderedStringParser.h
namespace CEGUI
[+] class RenderedStringParser (1)
| Change |
Effect |
1 | Base class AllocatedObject<RenderedStringParser> 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) - 3 entries | Virtual Table (New) - 3 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (>10)
BasicRenderedStringParser::appendRenderedText ( RenderedString& rs, String const& text ) constThis method is from derived class 'BasicRenderedStringParser'.
BasicRenderedStringParser::AspectLockTagName [data]This method is from derived class 'BasicRenderedStringParser'.
BasicRenderedStringParser::BasicRenderedStringParser [in-charge] ( )This constructor is from derived class 'BasicRenderedStringParser'.
BasicRenderedStringParser::BasicRenderedStringParser [in-charge] ( String const& initial_font, ColourRect const& initial_colours )This constructor is from derived class 'BasicRenderedStringParser'.
BasicRenderedStringParser::BottomAlignedValueName [data]This method is from derived class 'BasicRenderedStringParser'.
BasicRenderedStringParser::BottomPaddingTagName [data]This method is from derived class 'BasicRenderedStringParser'.
BasicRenderedStringParser::CentreAlignedValueName [data]This method is from derived class 'BasicRenderedStringParser'.
BasicRenderedStringParser::ColourTagName [data]This method is from derived class 'BasicRenderedStringParser'.
BasicRenderedStringParser::FontTagName [data]This method is from derived class 'BasicRenderedStringParser'.
BasicRenderedStringParser::getInitialColours ( ) constThis method is from derived class 'BasicRenderedStringParser'.
...
CEGUIRenderedStringTextComponent.h
namespace CEGUI
[+] class RenderedStringTextComponent (4)
| Change |
Effect |
1 | Field d_selectionLength has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_selectionStart has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_font became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
4 | Type of field d_font has been changed from Font* to Font const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
RenderedStringTextComponent::canSplit ( ) constThis method is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::clone ( ) constReturn value (pointer) has base type 'RenderedStringTextComponent'.
RenderedStringTextComponent::getColours ( ) constThis method is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::getFont ( ) constThis method is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::getSpaceCount ( ) constThis method is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::getText ( ) constThis method is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::RenderedStringTextComponent [in-charge] ( )This constructor is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::RenderedStringTextComponent [in-charge] ( String const& text )This constructor is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::RenderedStringTextComponent [in-charge] ( String const& text, String const& font_name )This constructor is from 'RenderedStringTextComponent' class.
RenderedStringTextComponent::setColours ( ColourRect const& cr )This method is from 'RenderedStringTextComponent' class.
...
CEGUIRenderedStringWidgetComponent.h
namespace CEGUI
[+] class RenderedStringWidgetComponent (2)
| Change |
Effect |
1 | Field d_selected has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_window became mutable. | The value of this field can begin to change in ways outside the control of old client applications. |
[+] affected symbols (10)
RenderedStringWidgetComponent::canSplit ( ) constThis method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::clone ( ) constThis method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::getSpaceCount ( ) constThis method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::getWindow ( ) constThis method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::RenderedStringWidgetComponent [in-charge] ( )This constructor is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::RenderedStringWidgetComponent [in-charge] ( String const& widget_name )This constructor is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::RenderedStringWidgetComponent [in-charge] ( Window* widget )This constructor is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::setWindow ( String const& widget_name )This method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::setWindow ( Window* widget )This method is from 'RenderedStringWidgetComponent' class.
RenderedStringWidgetComponent::~RenderedStringWidgetComponent [in-charge] ( )This method is from 'RenderedStringWidgetComponent' class.
CEGUIRenderEffect.h
namespace CEGUI
[+] class RenderEffect (1)
| Change |
Effect |
1 | Base class AllocatedObject<RenderEffect> 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) - 7 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
~RenderEffect |
12 |
__cxa_pure_virtual |
~RenderEffect |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
|
__cxa_pure_virtual |
32 |
|
__cxa_pure_virtual |
[+] affected symbols (5)
RenderEffect::getPassCount ( ) constThis method is from 'RenderEffect' class.
RenderEffect::performPostRenderFunctions ( )This method is from 'RenderEffect' class.
RenderEffect::performPreRenderFunctions ( int const pass )This method is from 'RenderEffect' class.
RenderEffect::realiseGeometry ( RenderingWindow& window, GeometryBuffer& geometry )This method is from 'RenderEffect' class.
RenderEffect::update ( float const elapsed, RenderingWindow& window )This method is from 'RenderEffect' class.
CEGUIRenderEffectFactory.h
namespace CEGUI
[+] class RenderEffectFactory (1)
| Change |
Effect |
1 | Base class AllocatedObject<RenderEffectFactory> 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) - 6 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RenderEffectFactory |
~RenderEffectFactory |
12 |
~RenderEffectFactory |
~RenderEffectFactory |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (2)
RenderEffectFactory::create ( )This method is from 'RenderEffectFactory' class.
RenderEffectFactory::destroy ( RenderEffect& effect )This method is from 'RenderEffectFactory' class.
CEGUIRenderEffectManager.h
namespace CEGUI
[+] class RenderEffectManager (1)
| Change |
Effect |
1 | Base class AllocatedObject<RenderEffectManager> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (6)
RenderEffectManager::create ( String const& name )This method is from 'RenderEffectManager' class.
RenderEffectManager::destroy ( RenderEffect& effect )This method is from 'RenderEffectManager' class.
RenderEffectManager::isEffectAvailable ( String const& name ) constThis method is from 'RenderEffectManager' class.
RenderEffectManager::removeEffect ( String const& name )This method is from 'RenderEffectManager' class.
RenderEffectManager::RenderEffectManager [in-charge] ( )This constructor is from 'RenderEffectManager' class.
RenderEffectManager::~RenderEffectManager [in-charge] ( )This method is from 'RenderEffectManager' class.
CEGUIRenderer.h
namespace CEGUI
[+] class Renderer (1)
| Change |
Effect |
1 | Base class AllocatedObject<Renderer> 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) - 23 entries | Virtual Table (New) - 26 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
__cxa_pure_virtual |
12 |
__cxa_pure_virtual |
__cxa_pure_virtual |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
48 |
__cxa_pure_virtual |
__cxa_pure_virtual |
52 |
__cxa_pure_virtual |
__cxa_pure_virtual |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
__cxa_pure_virtual |
__cxa_pure_virtual |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
__cxa_pure_virtual |
__cxa_pure_virtual |
80 |
__cxa_pure_virtual |
__cxa_pure_virtual |
84 |
~Renderer |
__cxa_pure_virtual |
88 |
~Renderer |
__cxa_pure_virtual |
92 |
|
__cxa_pure_virtual |
96 |
|
~Renderer |
100 |
|
~Renderer |
[+] affected symbols (>10)
IrrlichtRenderer::beginRendering ( )This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::bootstrapSystem ( irr::IrrlichtDevice& device ) [static]This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::create ( irr::IrrlichtDevice& device ) [static]This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::createGeometryBuffer ( )This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::createIrrlichtImageCodec ( irr::video::IVideoDriver& driver ) [static]This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::createIrrlichtResourceProvider ( irr::io::IFileSystem& fs ) [static]This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::createTexture ( )This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::createTexture ( Size const& size )This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::createTexture ( String const& filename, String const& resourceGroup )This method is from derived class 'IrrlichtRenderer'.
IrrlichtRenderer::createTextureTarget ( )This method is from derived class 'IrrlichtRenderer'.
...
CEGUIRenderingContext.h
namespace CEGUI
[+] struct RenderingContext (1)
| Change |
Effect |
1 | Type of field offset has been changed from Vector2 to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )1st parameter 'p1' (reference) has base type 'struct RenderingContext'.
DragContainer::getRenderingContext_impl ( struct RenderingContext& ctx ) const1st parameter 'ctx' (reference) has base type 'struct RenderingContext'.
ScrolledContainer::drawSelf ( struct RenderingContext const& p1 )1st parameter 'p1' (reference) has base type 'struct RenderingContext'.
TabControl::drawSelf ( struct RenderingContext const& p1 )1st parameter 'p1' (reference) has base type 'struct RenderingContext'.
Window::bufferGeometry ( struct RenderingContext const& ctx )1st parameter 'ctx' (reference) has base type 'struct RenderingContext'.
Window::drawSelf ( struct RenderingContext const& ctx )1st parameter 'ctx' (reference) has base type 'struct RenderingContext'.
Window::getRenderingContext ( struct RenderingContext& ctx ) const1st parameter 'ctx' (reference) has base type 'struct RenderingContext'.
Window::getRenderingContext_impl ( struct RenderingContext& ctx ) const1st parameter 'ctx' (reference) has base type 'struct RenderingContext'.
Window::initialiseClippers ( struct RenderingContext const& ctx )1st parameter 'ctx' (reference) has base type 'struct RenderingContext'.
Window::queueGeometry ( struct RenderingContext const& ctx )1st parameter 'ctx' (reference) has base type 'struct RenderingContext'.
...
CEGUIRenderingSurface.h
namespace CEGUI
[+] class RenderingSurface (2)
| Change |
Effect |
1 | Base class AllocatedObject<RenderingSurface> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
2 | Type of field d_target has been changed from RenderTarget& to RenderTarget*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 15 entries | Virtual Table (New) - 16 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~RenderingSurface |
~RenderingSurface |
12 |
~RenderingSurface |
~RenderingSurface |
16 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
20 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
24 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
28 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
32 |
EventSet::fireEvent |
EventSet::fireEvent |
36 |
RenderingSurface::draw |
RenderingSurface::draw |
40 |
RenderingSurface::invalidate |
RenderingSurface::invalidate |
44 |
RenderingSurface::isRenderingWindow |
RenderingSurface::isRenderingWindow |
48 |
RenderingSurface::createRenderingWindow |
RenderingSurface::createRenderingWindow |
52 |
RenderingSurface::destroyRenderingWindow |
RenderingSurface::destroyRenderingWindow |
56 |
RenderingSurface::transferRenderingWindow |
RenderingSurface::transferRenderingWindow |
60 |
|
RenderingSurface::drawContent |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow->d_surface' in the object of this method has base type 'RenderingSurface'.
AnimationInstance::setTargetWindow ( Window* target )Field 'target->d_surface' in 1st parameter 'target' (pointer) has base type 'RenderingSurface'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window->d_surface' in 1st parameter 'e' (reference) has base type 'RenderingSurface'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow->d_surface' in the object of this method has base type 'RenderingSurface'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'p1->surface' in 1st parameter 'p1' (reference) has base type 'RenderingSurface'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow->d_surface' in the object of this method has base type 'RenderingSurface'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow->d_surface' in the object of this method has base type 'RenderingSurface'.
ClippedContainer::getClipperWindow ( ) constField 'retval->d_surface' in return value (pointer) has base type 'RenderingSurface'.
ClippedContainer::setClipperWindow ( Window* w )Field 'w->d_surface' in 1st parameter 'w' (pointer) has base type 'RenderingSurface'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow->d_surface' in the object of this method has base type 'RenderingSurface'.
...
CEGUIRenderingWindow.h
namespace CEGUI
[+] class RenderingWindow (3)
| Change |
Effect |
1 | Type of field d_pivot has been changed from Vector3 to Vector3f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
2 | Type of field d_position has been changed from Vector2 to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
3 | Type of field d_size has been changed from Size to Sizef. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
RenderingSurface::attachWindow ( RenderingWindow& w )1st parameter 'w' (reference) has base type 'RenderingWindow'.
RenderingSurface::createRenderingWindow ( TextureTarget& target )Return value (reference) has base type 'RenderingWindow'.
RenderingSurface::destroyRenderingWindow ( RenderingWindow& window )1st parameter 'window' (reference) has base type 'RenderingWindow'.
RenderingSurface::detatchWindow ( RenderingWindow& w )1st parameter 'w' (reference) has base type 'RenderingWindow'.
RenderingSurface::transferRenderingWindow ( RenderingWindow& window )1st parameter 'window' (reference) has base type 'RenderingWindow'.
RenderingWindow::draw ( )This method is from 'RenderingWindow' class.
RenderingWindow::getOwner ( )This method is from 'RenderingWindow' class.
RenderingWindow::getOwner ( ) constThis method is from 'RenderingWindow' class.
RenderingWindow::getPivot ( ) constThis method is from 'RenderingWindow' class.
RenderingWindow::getPosition ( ) constThis method is from 'RenderingWindow' class.
...
CEGUIRenderQueue.h
namespace CEGUI
[+] class RenderQueue (1)
| Change |
Effect |
1 | Base class AllocatedObject<RenderQueue> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (4)
RenderQueue::addGeometryBuffer ( GeometryBuffer const& buffer )This method is from 'RenderQueue' class.
RenderQueue::draw ( ) constThis method is from 'RenderQueue' class.
RenderQueue::removeGeometryBuffer ( GeometryBuffer const& buffer )This method is from 'RenderQueue' class.
RenderQueue::reset ( )This method is from 'RenderQueue' class.
CEGUIResourceProvider.h
namespace CEGUI
[+] class ResourceProvider (1)
| Change |
Effect |
1 | Base class AllocatedObject<ResourceProvider> 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) - 7 entries | Virtual Table (New) - 7 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ResourceProvider |
~ResourceProvider |
12 |
~ResourceProvider |
~ResourceProvider |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
ResourceProvider::unloadRawDataContainer |
ResourceProvider::unloadRawDataContainer |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (>10)
DefaultResourceProvider::clearResourceGroupDirectory ( String const& resourceGroup )This method is from derived class 'DefaultResourceProvider'.
DefaultResourceProvider::getFinalFilename ( String const& filename, String const& resourceGroup ) constThis method is from derived class 'DefaultResourceProvider'.
DefaultResourceProvider::getResourceGroupDirectory ( String const& resourceGroup )This method is from derived class 'DefaultResourceProvider'.
DefaultResourceProvider::getResourceGroupFileNames ( vector<String>& out_vec, String const& file_pattern, String const& resource_group )This method is from derived class 'DefaultResourceProvider'.
DefaultResourceProvider::loadRawDataContainer ( String const& filename, RawDataContainer& output, String const& resourceGroup )This method is from derived class 'DefaultResourceProvider'.
DefaultResourceProvider::setResourceGroupDirectory ( String const& resourceGroup, String const& directory )This method is from derived class 'DefaultResourceProvider'.
DefaultResourceProvider::unloadRawDataContainer ( RawDataContainer& data )This method is from derived class 'DefaultResourceProvider'.
DefaultResourceProvider::~DefaultResourceProvider [in-charge] ( )This method is from derived class 'DefaultResourceProvider'.
IrrlichtResourceProvider::IrrlichtResourceProvider [in-charge] ( irr::io::IFileSystem& fs )This constructor is from derived class 'IrrlichtResourceProvider'.
IrrlichtResourceProvider::loadRawDataContainer ( String const& filename, RawDataContainer& output, String const& resourceGroup )This method is from derived class 'IrrlichtResourceProvider'.
...
CEGUIScheme.h
namespace CEGUI
[+] class Scheme (1)
| Change |
Effect |
1 | Base class AllocatedObject<Scheme> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (4)
Scheme::loadResources ( )This method is from 'Scheme' class.
Scheme::resourcesLoaded ( ) constThis method is from 'Scheme' class.
Scheme::unloadResources ( )This method is from 'Scheme' class.
Scheme::~Scheme [in-charge] ( )This method is from 'Scheme' class.
CEGUISchemeManager.h
namespace CEGUI
[+] class SchemeManager (2)
| Change |
Effect |
1 | Field d_autoLoadResources has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 | Base class AllocatedObject<SchemeManager> 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) - 10 entries | Virtual Table (New) - 10 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~SchemeManager |
~SchemeManager |
12 |
~SchemeManager |
~SchemeManager |
16 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
20 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
24 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
28 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
32 |
EventSet::fireEvent |
EventSet::fireEvent |
36 |
SchemeManager::doPostObjectAdditionAction |
SchemeManager::doPostObjectAdditionAction |
[+] affected symbols (4)
SchemeManager::doPostObjectAdditionAction ( Scheme& object )This method is from 'SchemeManager' class.
SchemeManager::getIterator ( ) constThis method is from 'SchemeManager' class.
SchemeManager::SchemeManager [in-charge] ( )This constructor is from 'SchemeManager' class.
SchemeManager::~SchemeManager [in-charge] ( )This method is from 'SchemeManager' class.
CEGUIScriptModule.h
namespace CEGUI
[+] class ScriptFunctor (1)
| Change |
Effect |
1 | Base class AllocatedObject<ScriptFunctor> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (1)
ScriptFunctor::operator() ( EventArgs const& e ) constThis method is from 'ScriptFunctor' class.
[+] class ScriptModule (1)
| Change |
Effect |
1 | Base class AllocatedObject<ScriptModule> 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) - 12 entries | Virtual Table (New) - 12 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~ScriptModule |
~ScriptModule |
12 |
~ScriptModule |
~ScriptModule |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
ScriptModule::createBindings |
ScriptModule::createBindings |
36 |
ScriptModule::destroyBindings |
ScriptModule::destroyBindings |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (>10)
LuaScriptModule::create ( lua_State* state ) [static]This method is from derived class 'LuaScriptModule'.
LuaScriptModule::createBindings ( )This method is from derived class 'LuaScriptModule'.
LuaScriptModule::destroy ( LuaScriptModule& mod ) [static]This method is from derived class 'LuaScriptModule'.
LuaScriptModule::destroyBindings ( )This method is from derived class 'LuaScriptModule'.
LuaScriptModule::executeScriptedEventHandler ( String const& handler_name, EventArgs const& e )This method is from derived class 'LuaScriptModule'.
LuaScriptModule::executeScriptedEventHandler ( String const& handler_name, EventArgs const& e, String const& error_handler )This method is from derived class 'LuaScriptModule'.
LuaScriptModule::executeScriptedEventHandler ( String const& handler_name, EventArgs const& e, int const error_handler )This method is from derived class 'LuaScriptModule'.
LuaScriptModule::executeScriptFile ( String const& filename, String const& resourceGroup )This method is from derived class 'LuaScriptModule'.
LuaScriptModule::executeScriptFile ( String const& filename, String const& resourceGroup, String const& error_handler )This method is from derived class 'LuaScriptModule'.
LuaScriptModule::executeScriptFile ( String const& filename, String const& resourceGroup, int const error_handler )This method is from derived class 'LuaScriptModule'.
...
CEGUIScrolledContainer.h
namespace CEGUI
[+] class ScrolledContainer (1)
| Change |
Effect |
1 | Field d_clientChildContentArea has been added to this type. | 1) This field will not be initialized by old clients. 2) 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. |
[+] affected symbols (>10)
ScrollablePane::getContentPane ( ) constReturn value (pointer) has base type 'ScrolledContainer'.
ScrollablePane::getScrolledContainer ( ) constReturn value (pointer) has base type 'ScrolledContainer'.
ScrolledContainer::drawSelf ( struct RenderingContext const& p1 )This method is from 'ScrolledContainer' class.
ScrolledContainer::EventAutoSizeSettingChanged [data]This method is from 'ScrolledContainer' class.
ScrolledContainer::EventContentChanged [data]This method is from 'ScrolledContainer' class.
ScrolledContainer::EventNamespace [data]This method is from 'ScrolledContainer' class.
ScrolledContainer::getChildExtentsArea ( ) constThis method is from 'ScrolledContainer' class.
ScrolledContainer::getContentArea ( ) constThis method is from 'ScrolledContainer' class.
ScrolledContainer::getHitTestRect_impl ( ) constThis method is from 'ScrolledContainer' class.
ScrolledContainer::getInnerRectClipper_impl ( ) constThis method is from 'ScrolledContainer' class.
...
CEGUIString.h
namespace CEGUI
[+] class String (1)
| Change |
Effect |
1 | Base class AllocatedObject<String> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (2)
String::npos [data]This method is from 'String' class.
String::~String [in-charge] ( )This method is from 'String' class.
CEGUISubscriberSlot.h
namespace CEGUI
[+] class SubscriberSlot (1)
| Change |
Effect |
1 | Base class AllocatedObject<SubscriberSlot> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (4)
SubscriberSlot::cleanup ( )This method is from 'SubscriberSlot' class.
SubscriberSlot::SubscriberSlot [in-charge] ( )This constructor is from 'SubscriberSlot' class.
SubscriberSlot::SubscriberSlot [in-charge] ( bool(*func)(EventArgs const&) )This constructor is from 'SubscriberSlot' class.
SubscriberSlot::~SubscriberSlot [in-charge] ( )This method is from 'SubscriberSlot' class.
CEGUISystem.h
namespace CEGUI
[+] class System (21)
| Change |
Effect |
1 | Field d_guiContexts has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 616 bytes to 248 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
3 | Field d_activeSheet has been removed from this type. | Size of the inclusive type has been changed. |
4 | Field d_clickTrackerPimpl has been removed from this type. | Size of the inclusive type has been changed. |
5 | Field d_click_timeout has been removed from this type. | Size of the inclusive type has been changed. |
6 | Field d_dblclick_size has been removed from this type. | Size of the inclusive type has been changed. |
7 | Field d_dblclick_timeout has been removed from this type. | Size of the inclusive type has been changed. |
8 | Field d_defaultMouseCursor has been removed from this type. | Size of the inclusive type has been changed. |
9 | Field d_defaultTooltip has been removed from this type. | Size of the inclusive type has been changed. |
10 | Field d_defaultTooltipType has been removed from this type. | Size of the inclusive type has been changed. |
11 | Field d_generateMouseClickEvents has been removed from this type. | Size of the inclusive type has been changed. |
12 | Field d_gui_redraw has been removed from this type. | Size of the inclusive type has been changed. |
13 | Field d_lalt has been removed from this type. | Size of the inclusive type has been changed. |
14 | Field d_lshift has been removed from this type. | Size of the inclusive type has been changed. |
15 | Field d_modalTarget has been removed from this type. | Size of the inclusive type has been changed. |
16 | Field d_mouseScalingFactor has been removed from this type. | Size of the inclusive type has been changed. |
17 | Field d_strVersion has been removed from this type. | Size of the inclusive type has been changed. |
18 | Field d_sysKeys has been removed from this type. | Size of the inclusive type has been changed. |
19 | Field d_weOwnTooltip has been removed from this type. | Size of the inclusive type has been changed. |
20 | Field d_wndWithMouse has been removed from this type. | Size of the inclusive type has been changed. |
21 | Base class AllocatedObject<System> 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) - 9 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~System |
~System |
12 |
~System |
~System |
16 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
20 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
24 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
28 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
32 |
EventSet::fireEvent |
EventSet::fireEvent |
[+] affected symbols (>10)
System::create ( Renderer& renderer, ResourceProvider* resourceProvider, XMLParser* xmlParser, ImageCodec* imageCodec, ScriptModule* scriptModule, String const& configFile, String const& logFile ) [static]This method is from 'System' class.
System::DefaultMultiClickAreaSize [data]This method is from 'System' class.
System::DefaultMultiClickTimeout [data]This method is from 'System' class.
System::DefaultSingleClickTimeout [data]This method is from 'System' class.
System::destroy ( ) [static]This method is from 'System' class.
System::EventDefaultFontChanged [data]This method is from 'System' class.
System::EventDefaultMouseCursorChanged [data]This method is from 'System' class.
System::EventDisplaySizeChanged [data]This method is from 'System' class.
System::EventGUISheetChanged [data]This method is from 'System' class.
System::EventMouseMoveScalingChanged [data]This method is from 'System' class.
...
CEGUITexture.h
namespace CEGUI
[+] class Texture (1)
| Change |
Effect |
1 | Base class AllocatedObject<Texture> 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) - 10 entries | Virtual Table (New) - 13 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
~Texture |
12 |
__cxa_pure_virtual |
~Texture |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
~Texture |
__cxa_pure_virtual |
36 |
~Texture |
__cxa_pure_virtual |
40 |
|
__cxa_pure_virtual |
44 |
|
__cxa_pure_virtual |
48 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
IrrlichtTexture::createIrrlichtTexture ( Size const& sz )This method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::d_textureNumber [data]This method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::freeIrrlichtTexture ( )This method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::getIrrlichtTexture ( ) constThis method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::getOriginalDataSize ( ) constThis method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::getSize ( ) constThis method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::getTexelScaling ( ) constThis method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::getUniqueName ( ) [static]This method is from derived class 'IrrlichtTexture'.
IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver )This constructor is from derived class 'IrrlichtTexture'.
IrrlichtTexture::IrrlichtTexture [in-charge] ( IrrlichtRenderer& owner, irr::video::IVideoDriver& driver, Size const& size )This constructor is from derived class 'IrrlichtTexture'.
...
CEGUIThumb.h
namespace CEGUI
[+] class Thumb (1)
| Change |
Effect |
1 | Type of field d_dragPoint has been changed from Point to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
Scrollbar::getThumb ( ) constReturn value (pointer) has base type 'Thumb'.
Slider::getThumb ( ) constReturn value (pointer) has base type 'Thumb'.
Thumb::EventNamespace [data]This method is from 'Thumb' class.
Thumb::EventThumbPositionChanged [data]This method is from 'Thumb' class.
Thumb::EventThumbTrackEnded [data]This method is from 'Thumb' class.
Thumb::EventThumbTrackStarted [data]This method is from 'Thumb' class.
Thumb::getHorzRange ( ) constThis method is from 'Thumb' class.
Thumb::getVertRange ( ) constThis method is from 'Thumb' class.
Thumb::onCaptureLost ( WindowEventArgs& e )This method is from 'Thumb' class.
Thumb::onMouseButtonDown ( MouseEventArgs& e )This method is from 'Thumb' class.
...
CEGUITinyXMLParser.h
namespace CEGUI
[+] class TinyXMLParser (1)
| Change |
Effect |
1 | Virtual method TinyXMLParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) has been overridden by XMLParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ). | Method XMLParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) will be called instead of TinyXMLParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~TinyXMLParser |
~TinyXMLParser |
12 |
~TinyXMLParser |
~TinyXMLParser |
16 |
TinyXMLParser::parseXMLFile |
TinyXMLParser::parseXML |
20 |
TinyXMLParser::initialiseImpl |
XMLParser::parseXMLFile |
24 |
TinyXMLParser::cleanupImpl |
XMLParser::parseXMLString |
28 |
|
TinyXMLParser::initialiseImpl |
32 |
|
TinyXMLParser::cleanupImpl |
[+] affected symbols (1)
TinyXMLParser::parseXMLFile ( XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup )The method 'XMLParser::parseXMLFile (XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup)' will be called instead of this method.
CEGUITitlebar.h
namespace CEGUI
[+] class Titlebar (1)
| Change |
Effect |
1 | Type of field d_dragPoint has been changed from Point to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
FrameWindow::getTitlebar ( ) constReturn value (pointer) has base type 'Titlebar'.
Titlebar::EventNamespace [data]This method is from 'Titlebar' class.
Titlebar::isDraggingEnabled ( ) constThis method is from 'Titlebar' class.
Titlebar::onCaptureLost ( WindowEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onDraggingModeChanged ( WindowEventArgs& p1 )This method is from 'Titlebar' class.
Titlebar::onFontChanged ( WindowEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseButtonDown ( MouseEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseButtonUp ( MouseEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseDoubleClicked ( MouseEventArgs& e )This method is from 'Titlebar' class.
Titlebar::onMouseMove ( MouseEventArgs& e )This method is from 'Titlebar' class.
...
CEGUITooltip.h
namespace CEGUI
[+] class Tooltip (2)
| Change |
Effect |
1 | Field d_active has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 | Virtual method Window::onHidden ( WindowEventArgs& ) has been overridden by Tooltip::onHidden ( WindowEventArgs& ). | Method Tooltip::onHidden ( WindowEventArgs& ) will be called instead of Window::onHidden ( WindowEventArgs& ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 103 entries | Virtual Table (New) - 119 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Tooltip |
~Tooltip |
12 |
~Tooltip |
~Tooltip |
16 |
Window::getUnclippedInnerRect_impl |
Element::setArea |
20 |
Window::isHit |
Element::setHorizontalAlignment |
24 |
Window::getRenderingContext_impl |
Element::setVerticalAlignment |
28 |
Window::initialiseComponents |
Element::getClientChildContentArea |
32 |
Window::destroy |
Element::getNonClientChildContentArea |
36 |
Window::setLookNFeel |
Window::notifyScreenAreaChanged |
40 |
Window::performChildWindowLayout |
Window::getRootContainerSize |
44 |
Window::update |
Window::setArea_impl |
48 |
Window::writeXMLToStream |
Window::setParent |
52 |
Window::beginInitialisation |
Window::addChild_impl |
56 |
Window::endInitialisation |
Window::removeChild_impl |
60 |
Window::getRenderedStringParser |
Element::getUnclippedOuterRect_impl |
64 |
Window::setMargin |
Window::getUnclippedInnerRect_impl |
68 |
Window::clonePropertiesTo |
Window::onSized |
72 |
Window::cloneChildWidgetsTo |
Window::onParentSized |
76 |
Window::onSized |
Window::onMoved |
80 |
Window::onMoved |
Element::onHorizontalAlignmentChanged |
84 |
Tooltip::onTextChanged |
Element::onVerticalAlignmentChanged |
88 |
Window::onFontChanged |
Window::onRotated |
92 |
Window::onAlphaChanged |
Window::onChildAdded |
96 |
Window::onIDChanged |
Window::onChildRemoved |
100 |
Window::onShown |
Element::onNonClientChanged |
104 |
Window::onHidden |
NamedElement::setName |
108 |
Window::onEnabled |
NamedElement::getChildByNamePath_impl |
112 |
Window::onDisabled |
NamedElement::getChildByNameRecursive_impl |
116 |
Window::onClippingChanged |
NamedElement::onNameChanged |
120 |
Window::onParentDestroyChanged |
Window::isHit |
124 |
Window::onInheritsAlphaChanged |
Window::getRenderingContext_impl |
128 |
Window::onAlwaysOnTopChanged |
Window::initialiseComponents |
132 |
Window::onCaptureGained |
Window::destroy |
136 |
Window::onCaptureLost |
Window::setLookNFeel |
140 |
Window::onRenderingStarted |
Window::performChildWindowLayout |
144 |
Window::onRenderingEnded |
Window::update |
148 |
Window::onZChanged |
Window::performCopy |
152 |
Window::onDestructionStarted |
Window::performCut |
156 |
Window::onActivated |
Window::performPaste |
160 |
Window::onDeactivated |
Window::writeXMLToStream |
164 |
Window::onParentSized |
Window::beginInitialisation |
168 |
Window::onChildAdded |
Window::endInitialisation |
172 |
Window::onChildRemoved |
Window::getRenderedStringParser |
176 |
Window::onMouseEntersArea |
Window::setMargin |
180 |
Window::onMouseLeavesArea |
Window::clonePropertiesTo |
184 |
Tooltip::onMouseEnters |
Window::cloneChildWidgetsTo |
188 |
Window::onMouseLeaves |
Tooltip::onTextChanged |
192 |
Window::onMouseMove |
Window::onFontChanged |
196 |
Window::onMouseWheel |
Window::onAlphaChanged |
200 |
Window::onMouseButtonDown |
Window::onIDChanged |
204 |
Window::onMouseButtonUp |
Window::onShown |
208 |
Window::onMouseClicked |
Tooltip::onHidden |
212 |
Window::onMouseDoubleClicked |
Window::onEnabled |
216 |
Window::onMouseTripleClicked |
Window::onDisabled |
220 |
Window::onKeyDown |
Window::onClippingChanged |
224 |
Window::onKeyUp |
Window::onParentDestroyChanged |
228 |
Window::onCharacter |
Window::onInheritsAlphaChanged |
232 |
Window::onDragDropItemEnters |
Window::onAlwaysOnTopChanged |
236 |
Window::onDragDropItemLeaves |
Window::onCaptureGained |
240 |
Window::onDragDropItemDropped |
Window::onCaptureLost |
244 |
Window::onVerticalAlignmentChanged |
Window::onInvalidated |
248 |
Window::onHorizontalAlignmentChanged |
Window::onRenderingStarted |
252 |
Window::onWindowRendererAttached |
Window::onRenderingEnded |
256 |
Window::onWindowRendererDetached |
Window::onZChanged |
260 |
Window::onRotated |
Window::onDestructionStarted |
264 |
Window::onNonClientChanged |
Window::onActivated |
268 |
Window::onTextParsingChanged |
Window::onDeactivated |
272 |
Window::onMarginChanged |
Window::onMouseEntersArea |
276 |
Tooltip::updateSelf |
Window::onMouseLeavesArea |
280 |
Window::drawSelf |
Tooltip::onMouseEnters |
284 |
Window::populateGeometryBuffer |
Window::onMouseLeaves |
288 |
Tooltip::testClassName_impl |
Window::onMouseMove |
292 |
Tooltip::validateWindowRenderer |
Window::onMouseWheel |
296 |
Window::cleanupChildren |
Window::onMouseButtonDown |
300 |
Window::addChild_impl |
Window::onMouseButtonUp |
304 |
Window::removeChild_impl |
Window::onMouseClicked |
308 |
Window::onZChange_impl |
Window::onMouseDoubleClicked |
312 |
Window::moveToFront_impl |
Window::onMouseTripleClicked |
316 |
Window::getUnclippedOuterRect_impl |
Window::onKeyDown |
320 |
Window::getOuterRectClipper_impl |
Window::onKeyUp |
324 |
Window::getInnerRectClipper_impl |
Window::onCharacter |
328 |
Window::getHitTestRect_impl |
Window::onDragDropItemEnters |
332 |
Window::getNonClientChildWindowContentArea_impl |
Window::onDragDropItemLeaves |
336 |
Window::getClientChildWindowContentArea_impl |
Window::onDragDropItemDropped |
340 |
Window::writePropertiesXML |
Window::onWindowRendererAttached |
344 |
Window::writeChildWindowsXML |
Window::onWindowRendererDetached |
348 |
Window::writeAutoChildWindowXML |
Window::onTextParsingChanged |
352 |
Tooltip::getTextSize_impl |
Window::onMarginChanged |
356 |
Tooltip::onHoverTimeChanged |
Tooltip::updateSelf |
360 |
Tooltip::onDisplayTimeChanged |
Window::drawSelf |
364 |
Tooltip::onFadeTimeChanged |
Window::populateGeometryBuffer |
368 |
Tooltip::onTooltipActive |
Tooltip::validateWindowRenderer |
372 |
Tooltip::onTooltipInactive |
Window::cleanupChildren |
376 |
(int (*)(...))-0x00000001c |
Window::onZChange_impl |
380 |
(int (*)(...))(& typeinfo) |
Window::moveToFront_impl |
384 |
non-virtual thunk |
Window::getOuterRectClipper_impl |
388 |
non-virtual thunk |
Window::getInnerRectClipper_impl |
392 |
EventSet::subscribeEvent |
Window::getHitTestRect_impl |
396 |
EventSet::subscribeEvent |
Window::writePropertiesXML |
400 |
EventSet::subscribeScriptedEvent |
Window::writeChildWindowsXML |
404 |
EventSet::subscribeScriptedEvent |
Window::writeAutoChildWindowXML |
408 |
EventSet::fireEvent |
Window::banPropertiesForAutoWindow |
412 |
|
Window::handleFontRenderSizeChange |
416 |
|
Tooltip::getTextSize_impl |
420 |
|
Tooltip::onHoverTimeChanged |
424 |
|
Tooltip::onDisplayTimeChanged |
428 |
|
Tooltip::onTooltipActive |
432 |
|
Tooltip::onTooltipInactive |
436 |
|
Tooltip::onTooltipTransition |
440 |
|
(int (*)(...))-0x00000001c |
444 |
|
(int (*)(...))(& typeinfo) |
448 |
|
non-virtual thunk |
452 |
|
non-virtual thunk |
456 |
|
EventSet::subscribeEvent |
460 |
|
EventSet::subscribeEvent |
464 |
|
EventSet::subscribeScriptedEvent |
468 |
|
EventSet::subscribeScriptedEvent |
472 |
|
EventSet::fireEvent |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow->d_customTip' in the object of this method has base type 'Tooltip'.
AnimationInstance::setTargetWindow ( Window* target )Field 'target->d_customTip' in 1st parameter 'target' (pointer) has base type 'Tooltip'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window->d_customTip' in 1st parameter 'e' (reference) has base type 'Tooltip'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::getClipperWindow ( ) constField 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
ClippedContainer::setClipperWindow ( Window* w )Field 'w->d_customTip' in 1st parameter 'w' (pointer) has base type 'Tooltip'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow->d_customTip' in the object of this method has base type 'Tooltip'.
...
CEGUITree.h
namespace CEGUI
[+] class Tree (4)
| Change |
Effect |
1 | Field d_closeButtonImagery became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
2 | Field d_openButtonImagery became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
3 | Type of field d_closeButtonImagery has been changed from ImagerySection* to ImagerySection const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
4 | Type of field d_openButtonImagery has been changed from ImagerySection* to ImagerySection const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
Tree::addItem ( TreeItem* item )This method is from 'Tree' class.
Tree::addTreeEvents ( )This method is from 'Tree' class.
Tree::cacheTreeBaseImagery ( )This method is from 'Tree' class.
Tree::clearAllSelections ( )This method is from 'Tree' class.
Tree::clearAllSelections_impl ( )This method is from 'Tree' class.
Tree::clearAllSelectionsFromList ( Tree::LBItemList const& itemList )This method is from 'Tree' class.
Tree::configureScrollbars ( )This method is from 'Tree' class.
Tree::containsOpenItemRecursive ( Tree::LBItemList const& itemList, TreeItem* item )This method is from 'Tree' class.
Tree::createHorzScrollbar ( String const& name ) constThis method is from 'Tree' class.
Tree::createVertScrollbar ( String const& name ) constThis method is from 'Tree' class.
...
CEGUITreeItem.h
namespace CEGUI
[+] class TreeItem (6)
| Change |
Effect |
1 | Base class AllocatedObject<TreeItem> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
2 | Base type of field d_bidiVisualMapping has been changed from BiDiVisualMapping to BidiVisualMapping. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
3 | Field d_font became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
4 | Field d_iconImage became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
5 | Type of field d_font has been changed from Font* to Font const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
6 | Type of field d_iconImage has been changed from Image* to Image const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~TreeItem |
~TreeItem |
12 |
~TreeItem |
~TreeItem |
16 |
TreeItem::getPixelSize |
TreeItem::getPixelSize |
20 |
TreeItem::draw |
TreeItem::draw |
24 |
TreeItem::operator< |
TreeItem::handleFontRenderSizeChange |
28 |
TreeItem::operator> |
TreeItem::operator< |
32 |
|
TreeItem::operator> |
[+] affected symbols (>10)
lbi_greater ( TreeItem const* a, TreeItem const* b )2nd parameter 'b' (pointer) has base type 'TreeItem'.
lbi_less ( TreeItem const* a, TreeItem const* b )2nd parameter 'b' (pointer) has base type 'TreeItem'.
Tree::addItem ( TreeItem* item )1st parameter 'item' (pointer) has base type 'TreeItem'.
Tree::addTreeEvents ( )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::cacheTreeBaseImagery ( )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::clearAllSelections ( )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::clearAllSelections_impl ( )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::clearAllSelectionsFromList ( Tree::LBItemList const& itemList )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::configureScrollbars ( )Field 'this->d_lastSelected' in the object of this method has base type 'TreeItem'.
Tree::containsOpenItemRecursive ( Tree::LBItemList const& itemList, TreeItem* item )2nd parameter 'item' (pointer) has base type 'TreeItem'.
...
CEGUIVertex.h
namespace CEGUI
[+] struct Vertex (3)
| Change |
Effect |
1 | Type of field colour_val has been changed from colour to Colour. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
2 | Type of field position has been changed from Vector3 to Vector3f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
3 | Type of field tex_coords has been changed from Vector2 to Vector2f. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (2)
IrrlichtGeometryBuffer::appendGeometry ( struct Vertex const*const vbuff, uint vertex_count )1st parameter 'vbuff' (pointer) has base type 'struct Vertex'.
IrrlichtGeometryBuffer::appendVertex ( struct Vertex const& vertex )1st parameter 'vertex' (reference) has base type 'struct Vertex'.
CEGUIWindow.h
namespace CEGUI
[+] class Window (7)
| Change |
Effect |
1 | Field d_containsMouse has been added to this type. | 1) This field will not be initialized by old clients. 2) 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 d_fontRenderSizeChangeConnection 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 | Base type of field d_bidiVisualMapping has been changed from BiDiVisualMapping to BidiVisualMapping. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
4 | Field d_font became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
5 | Type of field d_drawList has been changed from Window::ChildList to Window::ChildDrawList. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
6 | Type of field d_font has been changed from Font* to Font const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
7 | Field d_horzAlign has been renamed to d_guiContext. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow' in the object of this method has base type 'Window'.
AnimationInstance::setTargetWindow ( Window* target )1st parameter 'target' (pointer) has base type 'Window'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window' in 1st parameter 'e' (reference) has base type 'Window'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow' in the object of this method has base type 'Window'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'this->d_clipperWindow' in the object of this method has base type 'Window'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow' in the object of this method has base type 'Window'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow' in the object of this method has base type 'Window'.
ClippedContainer::getClipperWindow ( ) constReturn value (pointer) has base type 'Window'.
ClippedContainer::setClipperWindow ( Window* w )1st parameter 'w' (pointer) has base type 'Window'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow' in the object of this method has base type 'Window'.
...
[+] typedef Window::BannedXMLPropertySet (1)
| Change |
Effect |
1 | Base type has been changed from set<String,String::FastLessCompare> to set<String,StringFastLessCompare>. | Replacement of the base data type may indicate a change in its semantic meaning. |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow->d_bannedXMLProperties' in the object of this method has type 'Window::BannedXMLPropertySet'.
AnimationInstance::setTargetWindow ( Window* target )Field 'target->d_bannedXMLProperties' in 1st parameter 'target' (pointer) has type 'Window::BannedXMLPropertySet'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window->d_bannedXMLProperties' in 1st parameter 'e' (reference) has type 'Window::BannedXMLPropertySet'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow->d_bannedXMLProperties' in the object of this method has type 'Window::BannedXMLPropertySet'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'this->d_clipperWindow->d_bannedXMLProperties' in the object of this method has type 'Window::BannedXMLPropertySet'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow->d_bannedXMLProperties' in the object of this method has type 'Window::BannedXMLPropertySet'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow->d_bannedXMLProperties' in the object of this method has type 'Window::BannedXMLPropertySet'.
ClippedContainer::getClipperWindow ( ) constField 'this->d_clipperWindow->d_bannedXMLProperties' in the object of this method has type 'Window::BannedXMLPropertySet'.
ClippedContainer::setClipperWindow ( Window* w )Field 'w->d_bannedXMLProperties' in 1st parameter 'w' (pointer) has type 'Window::BannedXMLPropertySet'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow->d_bannedXMLProperties' in the object of this method has type 'Window::BannedXMLPropertySet'.
...
[+] typedef Window::UserStringMap (1)
| Change |
Effect |
1 | Base type has been changed from map<String,String,String::FastLessCompare> to map<String,String,StringFastLessCompare>. | Replacement of the base data type may indicate a change in its semantic meaning. |
[+] affected symbols (>10)
ActivationEventArgs::~ActivationEventArgs [in-charge] ( )Field 'this->otherWindow->d_userStrings' in the object of this method has type 'Window::UserStringMap'.
AnimationInstance::setTargetWindow ( Window* target )Field 'target->d_userStrings' in 1st parameter 'target' (pointer) has type 'Window::UserStringMap'.
ButtonBase::onCaptureLost ( WindowEventArgs& e )Field 'e->window->d_userStrings' in 1st parameter 'e' (reference) has type 'Window::UserStringMap'.
ClippedContainer::ClippedContainer [in-charge] ( String const& type, String const& name )Field 'this->d_clipperWindow->d_userStrings' in the object of this method has type 'Window::UserStringMap'.
ClippedContainer::drawSelf ( struct RenderingContext const& p1 )Field 'this->d_clipperWindow->d_userStrings' in the object of this method has type 'Window::UserStringMap'.
ClippedContainer::EventNamespace [data]Field 'this->d_clipperWindow->d_userStrings' in the object of this method has type 'Window::UserStringMap'.
ClippedContainer::getClipArea ( ) constField 'this->d_clipperWindow->d_userStrings' in the object of this method has type 'Window::UserStringMap'.
ClippedContainer::getClipperWindow ( ) constField 'this->d_clipperWindow->d_userStrings' in the object of this method has type 'Window::UserStringMap'.
ClippedContainer::setClipperWindow ( Window* w )Field 'w->d_userStrings' in 1st parameter 'w' (pointer) has type 'Window::UserStringMap'.
ClippedContainer::WidgetTypeName [data]Field 'this->d_clipperWindow->d_userStrings' in the object of this method has type 'Window::UserStringMap'.
...
CEGUIWindowFactory.h
namespace CEGUI
[+] class WindowFactory (1)
| Change |
Effect |
1 | Base class AllocatedObject<WindowFactory> 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) - 6 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
__cxa_pure_virtual |
12 |
__cxa_pure_virtual |
__cxa_pure_virtual |
16 |
~WindowFactory |
~WindowFactory |
20 |
~WindowFactory |
~WindowFactory |
[+] affected symbols (3)
WindowFactory::createWindow ( String const& name )This method is from 'WindowFactory' class.
WindowFactory::destroyWindow ( Window* window )This method is from 'WindowFactory' class.
WindowFactory::~WindowFactory [in-charge] ( )This method is from 'WindowFactory' class.
CEGUIWindowFactoryManager.h
namespace CEGUI
[+] class WindowFactoryManager (1)
| Change |
Effect |
1 | Base class AllocatedObject<WindowFactoryManager> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (>10)
WindowFactoryManager::addFactory ( WindowFactory* factory )This method is from 'WindowFactoryManager' class.
WindowFactoryManager::addFalagardWindowMapping ( String const& newType, String const& targetType, String const& lookName, String const& renderer, String const& effectName )This method is from 'WindowFactoryManager' class.
WindowFactoryManager::addWindowTypeAlias ( String const& aliasName, String const& targetType )This method is from 'WindowFactoryManager' class.
WindowFactoryManager::getAliasIterator ( ) constThis method is from 'WindowFactoryManager' class.
WindowFactoryManager::getDereferencedAliasType ( String const& type ) constThis method is from 'WindowFactoryManager' class.
WindowFactoryManager::getFactory ( String const& type ) constThis method is from 'WindowFactoryManager' class.
WindowFactoryManager::getFalagardMappingForType ( String const& type ) constThis method is from 'WindowFactoryManager' class.
WindowFactoryManager::getFalagardMappingIterator ( ) constThis method is from 'WindowFactoryManager' class.
WindowFactoryManager::getIterator ( ) constThis method is from 'WindowFactoryManager' class.
WindowFactoryManager::getMappedLookForType ( String const& type ) constThis method is from 'WindowFactoryManager' class.
...
CEGUIWindowManager.h
namespace CEGUI
[+] class WindowManager (3)
| Change |
Effect |
1 | Size of this type has been changed from 76 bytes to 64 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Type of field d_windowRegistry has been changed from WindowManager::WindowRegistry (24 bytes) to WindowManager::WindowVector (12 bytes). | Size of the inclusive type has been changed. |
3 | Base class AllocatedObject<WindowManager> 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) - 9 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~WindowManager |
~WindowManager |
12 |
~WindowManager |
~WindowManager |
16 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
20 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
24 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
28 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
32 |
EventSet::fireEvent |
EventSet::fireEvent |
[+] affected symbols (>10)
WindowManager::cleanDeadPool ( )This method is from 'WindowManager' class.
WindowManager::createWindow ( String const& type, String const& name )This method is from 'WindowManager' class.
WindowManager::DEBUG_dumpWindowNames ( String zone )This method is from 'WindowManager' class.
WindowManager::destroyAllWindows ( )This method is from 'WindowManager' class.
WindowManager::destroyWindow ( String const& window )This method is from 'WindowManager' class.
WindowManager::destroyWindow ( Window* window )This method is from 'WindowManager' class.
WindowManager::EventNamespace [data]This method is from 'WindowManager' class.
WindowManager::EventWindowCreated [data]This method is from 'WindowManager' class.
WindowManager::EventWindowDestroyed [data]This method is from 'WindowManager' class.
WindowManager::GeneratedWindowNameBase [data]This method is from 'WindowManager' class.
...
CEGUIWindowRenderer.h
namespace CEGUI
[+] class WindowRenderer (1)
| Change |
Effect |
1 | Base class AllocatedObject<WindowRenderer> 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) - 13 entries | Virtual Table (New) - 14 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~WindowRenderer |
~WindowRenderer |
12 |
~WindowRenderer |
~WindowRenderer |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
WindowRenderer::getUnclippedInnerRect |
WindowRenderer::getUnclippedInnerRect |
24 |
WindowRenderer::performChildWindowLayout |
WindowRenderer::performChildWindowLayout |
28 |
WindowRenderer::getRenderingContext |
WindowRenderer::getRenderingContext |
32 |
WindowRenderer::update |
WindowRenderer::update |
36 |
WindowRenderer::onAttach |
WindowRenderer::handleFontRenderSizeChange |
40 |
WindowRenderer::onDetach |
WindowRenderer::onAttach |
44 |
WindowRenderer::onLookNFeelAssigned |
WindowRenderer::onDetach |
48 |
WindowRenderer::onLookNFeelUnassigned |
WindowRenderer::onLookNFeelAssigned |
52 |
|
WindowRenderer::onLookNFeelUnassigned |
[+] affected symbols (>10)
EditboxWindowRenderer::EditboxWindowRenderer [in-charge] ( String const& name )This constructor is from derived class 'EditboxWindowRenderer'.
EditboxWindowRenderer::getTextIndexFromPosition ( Point const& pt ) constThis method is from derived class 'EditboxWindowRenderer'.
EditboxWindowRenderer::~EditboxWindowRenderer [in-charge] ( )This method is from derived class 'EditboxWindowRenderer'.
FalagardButton::actualStateName ( String const& name ) constThis method is from derived class 'FalagardButton'.
FalagardButton::FalagardButton [in-charge] ( String const& type )This constructor is from derived class 'FalagardButton'.
FalagardButton::render ( )This method is from derived class 'FalagardButton'.
FalagardButton::TypeName [data]This method is from derived class 'FalagardButton'.
FalagardButton::~FalagardButton [in-charge] ( )This method is from derived class 'FalagardButton'.
FalagardDefault::FalagardDefault [in-charge] ( String const& type )This constructor is from derived class 'FalagardDefault'.
FalagardDefault::render ( )This method is from derived class 'FalagardDefault'.
...
CEGUIWindowRendererManager.h
namespace CEGUI
[+] class WindowRendererManager (1)
| Change |
Effect |
1 | Base class AllocatedObject<WindowRendererManager> has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] affected symbols (10)
WindowRendererManager::addFactory ( WindowRendererFactory* wr )This method is from 'WindowRendererManager' class.
WindowRendererManager::createWindowRenderer ( String const& name )This method is from 'WindowRendererManager' class.
WindowRendererManager::destroyWindowRenderer ( WindowRenderer* wr )This method is from 'WindowRendererManager' class.
WindowRendererManager::getFactory ( String const& name ) constThis method is from 'WindowRendererManager' class.
WindowRendererManager::getSingleton ( ) [static]This method is from 'WindowRendererManager' class.
WindowRendererManager::getSingletonPtr ( ) [static]This method is from 'WindowRendererManager' class.
WindowRendererManager::isFactoryPresent ( String const& name ) constThis method is from 'WindowRendererManager' class.
WindowRendererManager::removeFactory ( String const& name )This method is from 'WindowRendererManager' class.
WindowRendererManager::WindowRendererManager [in-charge] ( )This constructor is from 'WindowRendererManager' class.
WindowRendererManager::~WindowRendererManager [in-charge] ( )This method is from 'WindowRendererManager' class.
CEGUIXercesParser.h
namespace CEGUI
[+] class XercesParser (1)
| Change |
Effect |
1 | Virtual method XercesParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) has been overridden by XMLParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ). | Method XMLParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) will be called instead of XercesParser::parseXMLFile ( XMLHandler&, String const&, String const&, String const& ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~XercesParser |
~XercesParser |
12 |
~XercesParser |
~XercesParser |
16 |
XercesParser::parseXMLFile |
XercesParser::parseXML |
20 |
XercesParser::initialiseImpl |
XMLParser::parseXMLFile |
24 |
XercesParser::cleanupImpl |
XMLParser::parseXMLString |
28 |
|
XercesParser::initialiseImpl |
32 |
|
XercesParser::cleanupImpl |
[+] affected symbols (1)
XercesParser::parseXMLFile ( XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup )The method 'XMLParser::parseXMLFile (XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup)' will be called instead of this method.
CEGUIXMLAttributes.h
namespace CEGUI
[+] class XMLAttributes (1)
| Change |
Effect |
1 | Base class AllocatedObject<XMLAttributes> 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) - 4 entries | Virtual Table (New) - 4 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~XMLAttributes |
~XMLAttributes |
12 |
~XMLAttributes |
~XMLAttributes |
[+] affected symbols (>10)
XMLAttributes::add ( String const& attrName, String const& attrValue )This method is from 'XMLAttributes' class.
XMLAttributes::exists ( String const& attrName ) constThis method is from 'XMLAttributes' class.
XMLAttributes::getCount ( ) constThis method is from 'XMLAttributes' class.
XMLAttributes::getName ( size_t index ) constThis method is from 'XMLAttributes' class.
XMLAttributes::getValue ( String const& attrName ) constThis method is from 'XMLAttributes' class.
XMLAttributes::getValue ( size_t index ) constThis method is from 'XMLAttributes' class.
XMLAttributes::getValueAsBool ( String const& attrName, bool def ) constThis method is from 'XMLAttributes' class.
XMLAttributes::getValueAsFloat ( String const& attrName, float def ) constThis method is from 'XMLAttributes' class.
XMLAttributes::getValueAsInteger ( String const& attrName, int def ) constThis method is from 'XMLAttributes' class.
XMLAttributes::getValueAsString ( String const& attrName, String const& def ) constThis method is from 'XMLAttributes' class.
...
[+] typedef XMLAttributes::AttributeMap (1)
| Change |
Effect |
1 | Base type has been changed from map<String,String,String::FastLessCompare> to map<String,String,StringFastLessCompare>. | Replacement of the base data type may indicate a change in its semantic meaning. |
[+] affected symbols (>10)
Animation_xmlHandler::elementStartLocal ( String const& element, XMLAttributes const& attributes )Field 'attributes->d_attrs' in 2nd parameter 'attributes' (reference) has type 'XMLAttributes::AttributeMap'.
AnimationAffectorHandler::AnimationAffectorHandler [in-charge] ( XMLAttributes const& attributes, Animation& anim )Field 'attributes->d_attrs' in 1st parameter 'attributes' (reference) has type 'XMLAttributes::AttributeMap'.
AnimationAffectorHandler::elementStartLocal ( String const& element, XMLAttributes const& attributes )Field 'attributes->d_attrs' in 2nd parameter 'attributes' (reference) has type 'XMLAttributes::AttributeMap'.
AnimationDefinitionHandler::AnimationDefinitionHandler [in-charge] ( XMLAttributes const& attributes, String const& name_prefix )Field 'attributes->d_attrs' in 1st parameter 'attributes' (reference) has type 'XMLAttributes::AttributeMap'.
AnimationDefinitionHandler::elementStartLocal ( String const& element, XMLAttributes const& attributes )Field 'attributes->d_attrs' in 2nd parameter 'attributes' (reference) has type 'XMLAttributes::AttributeMap'.
AnimationKeyFrameHandler::AnimationKeyFrameHandler [in-charge] ( XMLAttributes const& attributes, Affector& affector )Field 'attributes->d_attrs' in 1st parameter 'attributes' (reference) has type 'XMLAttributes::AttributeMap'.
AnimationKeyFrameHandler::elementStartLocal ( String const& element, XMLAttributes const& attributes )Field 'attributes->d_attrs' in 2nd parameter 'attributes' (reference) has type 'XMLAttributes::AttributeMap'.
AnimationSubscriptionHandler::AnimationSubscriptionHandler [in-charge] ( XMLAttributes const& attributes, Animation& anim )Field 'attributes->d_attrs' in 1st parameter 'attributes' (reference) has type 'XMLAttributes::AttributeMap'.
AnimationSubscriptionHandler::elementStartLocal ( String const& element, XMLAttributes const& attributes )Field 'attributes->d_attrs' in 2nd parameter 'attributes' (reference) has type 'XMLAttributes::AttributeMap'.
ChainedXMLHandler::elementStart ( String const& element, XMLAttributes const& attributes )Field 'attributes->d_attrs' in 2nd parameter 'attributes' (reference) has type 'XMLAttributes::AttributeMap'.
...
CEGUIXMLParser.h
namespace CEGUI
[+] class XMLParser (1)
| Change |
Effect |
1 | Base class AllocatedObject<XMLParser> 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) - 7 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~XMLParser |
~XMLParser |
12 |
~XMLParser |
~XMLParser |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
XMLParser::parseXMLFile |
24 |
__cxa_pure_virtual |
XMLParser::parseXMLString |
28 |
|
__cxa_pure_virtual |
32 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
ExpatParser::characterData ( void* data, char const* text, int len ) [static]This method is from derived class 'ExpatParser'.
ExpatParser::cleanupImpl ( )This method is from derived class 'ExpatParser'.
ExpatParser::endElement ( void* data, char const* element ) [static]This method is from derived class 'ExpatParser'.
ExpatParser::ExpatParser [in-charge] ( )This constructor is from derived class 'ExpatParser'.
ExpatParser::initialiseImpl ( )This method is from derived class 'ExpatParser'.
ExpatParser::parseXMLFile ( XMLHandler& handler, String const& filename, String const& schemaName, String const& resourceGroup )This method is from derived class 'ExpatParser'.
ExpatParser::startElement ( void* data, char const* element, char const** attr ) [static]This method is from derived class 'ExpatParser'.
ExpatParser::~ExpatParser [in-charge] ( )This method is from derived class 'ExpatParser'.
LibxmlParser::cleanupImpl ( )This method is from derived class 'LibxmlParser'.
LibxmlParser::initialiseImpl ( )This method is from derived class 'LibxmlParser'.
...
CEGUIXMLSerializer.h
namespace CEGUI
[+] class XMLSerializer (1)
| Change |
Effect |
1 | Base class AllocatedObject<XMLSerializer> 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) - 4 entries | Virtual Table (New) - 4 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~XMLSerializer |
~XMLSerializer |
12 |
~XMLSerializer |
~XMLSerializer |
[+] affected symbols (7)
XMLSerializer::attribute ( String const& name, String const& value )This method is from 'XMLSerializer' class.
XMLSerializer::closeTag ( )This method is from 'XMLSerializer' class.
XMLSerializer::getTagCount ( ) constThis method is from 'XMLSerializer' class.
XMLSerializer::openTag ( String const& name )This method is from 'XMLSerializer' class.
XMLSerializer::text ( String const& text )This method is from 'XMLSerializer' class.
XMLSerializer::XMLSerializer [in-charge] ( OutStream& out, size_t indentSpace )This constructor is from 'XMLSerializer' class.
XMLSerializer::~XMLSerializer [in-charge] ( )This method is from 'XMLSerializer' class.
stl_tree.h
namespace std
[+] class _Rb_tree_const_iterator<pair<unsigned int const,CEGUI::FontGlyph> > (1)
| Change |
Effect |
1 | Type of field _M_node has been changed from _Rb_tree_const_iterator<pair<unsigned int const,CEGUI::FontGlyph> >::_Base_ptr to _Rb_tree_const_iterator<pair<unsigned int const,CEGUI::FontGlyph>>::_Base_ptr. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (1)
CEGUI::FreeTypeFont::getTextureSize ( map<unsigned int, CEGUI::FontGlyph>::const_iterator s, map<unsigned int, CEGUI::FontGlyph>::const_iterator e ) const2nd parameter 'e' has base type '_Rb_tree_const_iterator<pair<unsigned int const,CEGUI::FontGlyph> >'.
to the top
Problems with Symbols, Low Severity (49)
CEGUIColourRect.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ColourRect::getColourAtPoint ( float x, float y ) const (1)
[symbol: _ZNK5CEGUI10ColourRect16getColourAtPointEff]
| Change | Effect |
---|
1 | Type of return value has been changed from colour to Colour. | Replacement of return type may indicate a change in its semantic meaning. |
CEGUIDragContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] DragContainer::getFixedDragOffset ( ) const (1)
[symbol: _ZNK5CEGUI13DragContainer18getFixedDragOffsetEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from UVector2 to Vector2<UDim>. | Replacement of return base type may indicate a change in its semantic meaning. |
CEGUIEditbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Editbox::setMaskCodePoint ( utf32 code_point ) (1)
changed to:Editbox::setMaskCodePoint ( String::value_type code_point )
[symbol: _ZN5CEGUI7Editbox16setMaskCodePointEj]
| Change | Effect |
---|
1 | Type of 1st parameter code_point has been changed from utf32 to String::value_type. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CEGUIFalWidgetLookFeel.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] WidgetLookFeel::findWidgetComponent ( String const& nameSuffix ) const (1)
changed to:WidgetLookFeel::findWidgetComponent ( String const& name ) const
[symbol: _ZNK5CEGUI14WidgetLookFeel19findWidgetComponentERKNS_6StringE]
| Change | Effect |
---|
1 | 1st parameter nameSuffix has been renamed to name. | Renaming of a parameter may indicate a change in its semantic meaning. |
CEGUIFalWidgetLookManager.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] WidgetLookManager::writeWidgetLookToStream ( String const& name, OutStream& out_stream ) const (1)
changed to:WidgetLookManager::writeWidgetLookToStream ( String const& widgetLookName, OutStream& out_stream ) const
[symbol: _ZNK5CEGUI17WidgetLookManager23writeWidgetLookToStreamERKNS_6StringERSo]
| Change | Effect |
---|
1 | 1st parameter name has been renamed to widgetLookName. | Renaming of a parameter may indicate a change in its semantic meaning. |
CEGUIFont.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Font::getNativeResolution ( ) const (2)
[symbol: _ZNK5CEGUI4Font19getNativeResolutionEv]
| Change | Effect |
---|
1 | The pointer level of return value has been increased from 0 to 1. | Applications will treat the return value as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of return value has been changed from Size to Sizef const&. | Replacement of return type may indicate a change in its semantic meaning. |
CEGUIGridLayoutContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] GridLayoutContainer::getGridCellOffset ( std::vector<UDim>const& colSizes, std::vector<UDim>const& rowSizes, size_t gridX, size_t gridY ) const (1)
[symbol: _ZNK5CEGUI19GridLayoutContainer17getGridCellOffsetERKSt6vectorINS_4UDimESaIS2_EES6_jj]
| Change | Effect |
---|
1 | Base type of return value has been changed from UVector2 to Vector2<UDim>. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] GridLayoutContainer::getGridSize ( std::vector<UDim>const& colSizes, std::vector<UDim>const& rowSizes ) const (1)
[symbol: _ZNK5CEGUI19GridLayoutContainer11getGridSizeERKSt6vectorINS_4UDimESaIS2_EES6_]
| Change | Effect |
---|
1 | Type of return value has been changed from UVector2 to USize. | Replacement of return type may indicate a change in its semantic meaning. |
CEGUIIrrlichtRenderer.h,
libCEGUIIrrlichtRenderer-0.7.9.so
namespace CEGUI
[+] IrrlichtRenderer::getDisplayDPI ( ) const (1)
[symbol: _ZNK5CEGUI16IrrlichtRenderer13getDisplayDPIEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Vector2 to Vector2<float>. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] IrrlichtRenderer::getDisplaySize ( ) const (1)
[symbol: _ZNK5CEGUI16IrrlichtRenderer14getDisplaySizeEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Size to Size<float>. | Replacement of return base type may indicate a change in its semantic meaning. |
CEGUIIrrlichtTexture.h,
libCEGUIIrrlichtRenderer-0.7.9.so
namespace CEGUI
[+] IrrlichtTexture::getOriginalDataSize ( ) const (1)
[symbol: _ZNK5CEGUI15IrrlichtTexture19getOriginalDataSizeEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Size to Size<float>. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] IrrlichtTexture::getSize ( ) const (1)
[symbol: _ZNK5CEGUI15IrrlichtTexture7getSizeEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Size to Size<float>. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] IrrlichtTexture::getTexelScaling ( ) const (1)
[symbol: _ZNK5CEGUI15IrrlichtTexture15getTexelScalingEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Vector2 to Vector2<float>. | Replacement of return base type may indicate a change in its semantic meaning. |
CEGUIItemEntry.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ItemEntry::getItemPixelSize ( ) const (1)
[symbol: _ZNK5CEGUI9ItemEntry16getItemPixelSizeEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Size to Sizef. | Replacement of return type may indicate a change in its semantic meaning. |
CEGUIItemListbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ItemListbox::getContentSize ( ) const (1)
[symbol: _ZNK5CEGUI11ItemListbox14getContentSizeEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Size to Sizef. | Replacement of return type may indicate a change in its semantic meaning. |
CEGUILayoutContainer.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] LayoutContainer::getBoundingSizeForWindow ( Window* window ) const (1)
[symbol: _ZNK5CEGUI15LayoutContainer24getBoundingSizeForWindowEPNS_6WindowE]
| Change | Effect |
---|
1 | Base type of return value has been changed from UVector2 to Vector2<UDim>. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] LayoutContainer::getOffsetForWindow ( Window* window ) const (1)
[symbol: _ZNK5CEGUI15LayoutContainer18getOffsetForWindowEPNS_6WindowE]
| Change | Effect |
---|
1 | Base type of return value has been changed from UVector2 to Vector2<UDim>. | Replacement of return base type may indicate a change in its semantic meaning. |
CEGUIListboxItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ListboxItem::DefaultSelectionColour [data] (1)
[symbol: _ZN5CEGUI11ListboxItem22DefaultSelectionColourE]
| Change | Effect |
---|
1 | Type of this global data has been changed from colour const to Colour const. | Replacement of data type may indicate a change in semantic meaning. |
CEGUIListboxTextItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] ListboxTextItem::DefaultTextColour [data] (1)
[symbol: _ZN5CEGUI15ListboxTextItem17DefaultTextColourE]
| Change | Effect |
---|
1 | Type of this global data has been changed from colour const to Colour const. | Replacement of data type may indicate a change in semantic meaning. |
[+] ListboxTextItem::getFont ( ) const (1)
[symbol: _ZNK5CEGUI15ListboxTextItem7getFontEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Font* to Font const*. | Replacement of return type may indicate a change in its semantic meaning. |
[+] ListboxTextItem::getPixelSize ( ) const (1)
[symbol: _ZNK5CEGUI15ListboxTextItem12getPixelSizeEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Size to Sizef. | Replacement of return type may indicate a change in its semantic meaning. |
CEGUIMenubar.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Menubar::getContentSize ( ) const (1)
[symbol: _ZNK5CEGUI7Menubar14getContentSizeEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Size to Sizef. | Replacement of return type may indicate a change in its semantic meaning. |
CEGUIMouseCursor.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] MouseCursor::getDisplayIndependantPosition ( ) const (1)
[symbol: _ZNK5CEGUI11MouseCursor29getDisplayIndependantPositionEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Point to Vector2f. | Replacement of return type may indicate a change in its semantic meaning. |
[+] MouseCursor::getExplicitRenderSize ( ) const (1)
[symbol: _ZNK5CEGUI11MouseCursor21getExplicitRenderSizeEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Size to Size<float>. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] MouseCursor::getUnifiedConstraintArea ( ) const (1)
[symbol: _ZNK5CEGUI11MouseCursor24getUnifiedConstraintAreaEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from URect to Rect<UDim>. | Replacement of return base type may indicate a change in its semantic meaning. |
CEGUIPopupMenu.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] PopupMenu::getContentSize ( ) const (1)
[symbol: _ZNK5CEGUI9PopupMenu14getContentSizeEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Size to Sizef. | Replacement of return type may indicate a change in its semantic meaning. |
CEGUIRenderedStringImageComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderedStringImageComponent::getSize ( ) const (1)
[symbol: _ZNK5CEGUI28RenderedStringImageComponent7getSizeEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Size to Size<float>. | Replacement of return base type may indicate a change in its semantic meaning. |
CEGUIRenderedStringTextComponent.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderedStringTextComponent::getFont ( ) const (1)
[symbol: _ZNK5CEGUI27RenderedStringTextComponent7getFontEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Font* to Font const*. | Replacement of return type may indicate a change in its semantic meaning. |
CEGUIRenderingWindow.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] RenderingWindow::getPivot ( ) const (1)
[symbol: _ZNK5CEGUI15RenderingWindow8getPivotEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Vector3 to Vector3<float>. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] RenderingWindow::getPosition ( ) const (1)
[symbol: _ZNK5CEGUI15RenderingWindow11getPositionEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Vector2 to Vector2<float>. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] RenderingWindow::getSize ( ) const (1)
[symbol: _ZNK5CEGUI15RenderingWindow7getSizeEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from Size to Size<float>. | Replacement of return base type may indicate a change in its semantic meaning. |
CEGUITooltip.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Tooltip::getTextSize ( ) const (1)
[symbol: _ZNK5CEGUI7Tooltip11getTextSizeEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Size to Sizef. | Replacement of return type may indicate a change in its semantic meaning. |
[+] Tooltip::getTextSize_impl ( ) const (1)
[symbol: _ZNK5CEGUI7Tooltip16getTextSize_implEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Size to Sizef. | Replacement of return type may indicate a change in its semantic meaning. |
CEGUITreeItem.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] TreeItem::DefaultSelectionColour [data] (1)
[symbol: _ZN5CEGUI8TreeItem22DefaultSelectionColourE]
| Change | Effect |
---|
1 | Type of this global data has been changed from colour const to Colour const. | Replacement of data type may indicate a change in semantic meaning. |
[+] TreeItem::DefaultTextColour [data] (1)
[symbol: _ZN5CEGUI8TreeItem17DefaultTextColourE]
| Change | Effect |
---|
1 | Type of this global data has been changed from colour const to Colour const. | Replacement of data type may indicate a change in semantic meaning. |
[+] TreeItem::getFont ( ) const (1)
[symbol: _ZNK5CEGUI8TreeItem7getFontEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Font* to Font const*. | Replacement of return type may indicate a change in its semantic meaning. |
[+] TreeItem::getPixelSize ( ) const (1)
[symbol: _ZNK5CEGUI8TreeItem12getPixelSizeEv]
| Change | Effect |
---|
1 | Type of return value has been changed from Size to Sizef. | Replacement of return type may indicate a change in its semantic meaning. |
CEGUIWindow.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] Window::getClipRect ( bool const non_client ) const (2)
[symbol: _ZNK5CEGUI6Window11getClipRectEb]
| Change | Effect |
---|
1 | The pointer level of return value has been increased from 0 to 1. | Applications will treat the return value as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of return value has been changed from Rect to Rectf const&. | Replacement of return type may indicate a change in its semantic meaning. |
[+] Window::getFont ( bool useDefault ) const (1)
[symbol: _ZNK5CEGUI6Window7getFontEb]
| Change | Effect |
---|
1 | Type of return value has been changed from Font* to Font const*. | Replacement of return type may indicate a change in its semantic meaning. |
[+] Window::getHitTestRect ( ) const (2)
[symbol: _ZNK5CEGUI6Window14getHitTestRectEv]
| Change | Effect |
---|
1 | The pointer level of return value has been increased from 0 to 1. | Applications will treat the return value as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of return value has been changed from Rect to Rectf const&. | Replacement of return type may indicate a change in its semantic meaning. |
[+] Window::getInnerRectClipper ( ) const (2)
[symbol: _ZNK5CEGUI6Window19getInnerRectClipperEv]
| Change | Effect |
---|
1 | The pointer level of return value has been increased from 0 to 1. | Applications will treat the return value as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of return value has been changed from Rect to Rectf const&. | Replacement of return type may indicate a change in its semantic meaning. |
[+] Window::getOuterRectClipper ( ) const (2)
[symbol: _ZNK5CEGUI6Window19getOuterRectClipperEv]
| Change | Effect |
---|
1 | The pointer level of return value has been increased from 0 to 1. | Applications will treat the return value as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of return value has been changed from Rect to Rectf const&. | Replacement of return type may indicate a change in its semantic meaning. |
[+] Window::getWindowRendererName ( ) const (2)
[symbol: _ZNK5CEGUI6Window21getWindowRendererNameEv]
| Change | Effect |
---|
1 | The pointer level of return value has been increased from 0 to 1. | Applications will treat the return value as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of return value has been changed from String to String const&. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (4)
CEGUIBase.h
[+] CEGUI_ALIGN_ELEMENTS_TO_PIXELS
| Change | Effect |
---|
1 | The constant CEGUI_ALIGN_ELEMENTS_TO_PIXELS with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
CEGUIDynamicModule.h
[+] DYNLIB_HANDLE
| Change | Effect |
---|
1 | The constant DYNLIB_HANDLE with value void* has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
CEGUIString.h
[+] STR_QUICKBUFF_SIZE
| Change | Effect |
---|
1 | The constant STR_QUICKBUFF_SIZE with value 32 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
CEGUIWidgetModule.h
[+] CEGUI_END_FACTORY_MAP
| Change | Effect |
---|
1 | The constant CEGUI_END_FACTORY_MAP with value {0,0}}; has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Other Changes in Data Types (4)
CEGUIFalFrameComponent.h
namespace CEGUI
[+] class FrameComponent (1)
| Change |
Effect |
1 | Field d_frameImages became non-const. | No effect. |
[+] affected symbols (7)
FrameComponent::FrameComponent [in-charge] ( )This constructor is from 'FrameComponent' class.
FrameComponent::setBackgroundHorizontalFormatting ( enum HorizontalFormatting fmt )This method is from 'FrameComponent' class.
FrameComponent::setBackgroundVerticalFormatting ( enum VerticalFormatting fmt )This method is from 'FrameComponent' class.
FrameComponent::setImage ( enum FrameImageComponent part, Image const* image )This method is from 'FrameComponent' class.
FrameComponent::writeXMLToStream ( XMLSerializer& xml_stream ) constThis method is from 'FrameComponent' class.
FrameComponent::~FrameComponent [in-charge] ( )This method is from 'FrameComponent' class.
ImagerySection::addFrameComponent ( FrameComponent const& frame )1st parameter 'frame' (reference) has base type 'FrameComponent'.
CEGUIInputEvent.h
namespace CEGUI
[+] enum Key::Scan (1)
| Change |
Effect |
1 | The member Unknown with value 0 has been added. | No effect. |
[+] affected symbols (9)
Editbox::onCharacter ( KeyEventArgs& e )Field 'e->scancode' in 1st parameter 'e' (reference) has type 'enum Key::Scan'.
Editbox::onKeyDown ( KeyEventArgs& e )Field 'e->scancode' in 1st parameter 'e' (reference) has type 'enum Key::Scan'.
ItemListbox::onKeyDown ( KeyEventArgs& e )Field 'e->scancode' in 1st parameter 'e' (reference) has type 'enum Key::Scan'.
KeyEventArgs::~KeyEventArgs [in-charge] ( )Field 'this->scancode' in the object of this method has type 'enum Key::Scan'.
MultiLineEditbox::onCharacter ( KeyEventArgs& e )Field 'e->scancode' in 1st parameter 'e' (reference) has type 'enum Key::Scan'.
MultiLineEditbox::onKeyDown ( KeyEventArgs& e )Field 'e->scancode' in 1st parameter 'e' (reference) has type 'enum Key::Scan'.
Window::onCharacter ( KeyEventArgs& e )Field 'e->scancode' in 1st parameter 'e' (reference) has type 'enum Key::Scan'.
Window::onKeyDown ( KeyEventArgs& e )Field 'e->scancode' in 1st parameter 'e' (reference) has type 'enum Key::Scan'.
Window::onKeyUp ( KeyEventArgs& e )Field 'e->scancode' in 1st parameter 'e' (reference) has type 'enum Key::Scan'.
CEGUIMouseCursor.h
namespace CEGUI
[+] class MouseCursor (1)
| Change |
Effect |
1 | Virtual method MouseCursor::onDefaultImageChanged ( MouseCursorEventArgs& ) has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 10 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~MouseCursor |
~MouseCursor |
12 |
~MouseCursor |
~MouseCursor |
16 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
20 |
EventSet::subscribeEvent |
EventSet::subscribeEvent |
24 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
28 |
EventSet::subscribeScriptedEvent |
EventSet::subscribeScriptedEvent |
32 |
EventSet::fireEvent |
EventSet::fireEvent |
36 |
MouseCursor::onImageChanged |
MouseCursor::onImageChanged |
40 |
|
MouseCursor::onDefaultImageChanged |
[+] affected symbols (10)
MouseCursor::draw ( ) constThis method is from 'MouseCursor' class.
MouseCursor::getConstraintArea ( ) constThis method is from 'MouseCursor' class.
MouseCursor::getDisplayIndependantPosition ( ) constThis method is from 'MouseCursor' class.
MouseCursor::getExplicitRenderSize ( ) constThis method is from 'MouseCursor' class.
MouseCursor::getUnifiedConstraintArea ( ) constThis method is from 'MouseCursor' class.
MouseCursor::invalidate ( )This method is from 'MouseCursor' class.
MouseCursor::MouseCursor [in-charge] ( )This constructor is from 'MouseCursor' class.
MouseCursor::onImageChanged ( MouseCursorEventArgs& e )This method is from 'MouseCursor' class.
MouseCursor::setImage ( Image const* image )This method is from 'MouseCursor' class.
MouseCursor::~MouseCursor [in-charge] ( )This method is from 'MouseCursor' class.
CEGUIXMLParser.h
namespace CEGUI
[+] class XMLParser (1)
| Change |
Effect |
1 | Virtual method void XMLParser::parseXMLFile(XMLHandler&,String const&,String const&,String const&) became non-pure. | No effect. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~XMLParser |
~XMLParser |
12 |
~XMLParser |
~XMLParser |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
XMLParser::parseXMLFile |
24 |
__cxa_pure_virtual |
XMLParser::parseXMLString |
28 |
|
__cxa_pure_virtual |
32 |
|
__cxa_pure_virtual |
[+] affected symbols (7)
XMLParser::cleanup ( )This method is from 'XMLParser' class.
XMLParser::cleanupImpl ( )This method is from 'XMLParser' class.
XMLParser::getIdentifierString ( ) constThis method is from 'XMLParser' class.
XMLParser::initialise ( )This method is from 'XMLParser' class.
XMLParser::initialiseImpl ( )This method is from 'XMLParser' class.
XMLParser::XMLParser [in-charge] ( )This constructor is from 'XMLParser' class.
XMLParser::~XMLParser [in-charge] ( )This method is from 'XMLParser' class.
to the top
Other Changes in Symbols (4)
CEGUIEventSet.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] EventSet::getEventObject ( String const& name, bool autoAdd ) (1)
[symbol: _ZN5CEGUI8EventSet14getEventObjectERKNS_6StringEb]
| Change | Effect |
---|
1 | This method became public. | No effect. |
CEGUIFalLayerSpecification.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] LayerSpecification::LayerSpecification [in-charge] ( uint priority ) (1)
[symbol: _ZN5CEGUI18LayerSpecificationC1Ej]
| Change | Effect |
---|
1 | The default argument 0 of 1st parameter priority has been added. | No effect. |
[+] LayerSpecification::LayerSpecification [not-in-charge] ( uint priority ) (1)
[symbol: _ZN5CEGUI18LayerSpecificationC2Ej]
| Change | Effect |
---|
1 | The default argument 0 of 1st parameter priority has been added. | No effect. |
CEGUIMultiLineEditbox.h,
libCEGUIBase-0.7.9.so
namespace CEGUI
[+] MultiLineEditbox::formatText ( bool const update_scrollbars ) (1)
[symbol: _ZN5CEGUI16MultiLineEditbox10formatTextEb]
| Change | Effect |
---|
1 | This method became public. | No effect. |
to the top
Other Changes in Constants (7)
Config.h
[+] CEGUI_CUSTOM_ALLOCATORS_INCLUDE
| Change | Effect |
---|
1 | The constant CEGUI_CUSTOM_ALLOCATORS_INCLUDE with value "CEGUI/MemoryStdAllocator.h" has been added. | No effect. |
[+] CEGUI_STRING_CLASS
| Change | Effect |
---|
1 | The constant CEGUI_STRING_CLASS with value 1 has been added. | No effect. |
[+] CEGUI_STRING_CLASS_STD
| Change | Effect |
---|
1 | The constant CEGUI_STRING_CLASS_STD with value 2 has been added. | No effect. |
[+] CEGUI_STRING_CLASS_STD_AO
| Change | Effect |
---|
1 | The constant CEGUI_STRING_CLASS_STD_AO with value 3 has been added. | No effect. |
[+] CEGUI_STRING_CLASS_UNICODE
| Change | Effect |
---|
1 | The constant CEGUI_STRING_CLASS_UNICODE with value 1 has been added. | No effect. |
[+] DEBUG
| Change | Effect |
---|
1 | The constant DEBUG with value 1 has been added. | No effect. |
String.h
[+] CEGUI_STR_QUICKBUFF_SIZE
| Change | Effect |
---|
1 | The constant CEGUI_STR_QUICKBUFF_SIZE with value 32 has been added. | No effect. |
to the top
Header Files (288)
CEGUI.h
CEGUIAffector.h
CEGUIAll.h
CEGUIAnimation.h
CEGUIAnimation_xmlHandler.h
CEGUIAnimationInstance.h
CEGUIAnimationManager.h
CEGUIBase.h
CEGUIBasicInterpolators.h
CEGUIBasicRenderedStringParser.h
CEGUIBiDiVisualMapping.h
CEGUIBoundSlot.h
CEGUIButtonBase.h
CEGUICentredRenderedString.h
CEGUIChainedXMLHandler.h
CEGUICheckbox.h
CEGUICheckboxProperties.h
CEGUIClippedContainer.h
CEGUIcolour.h
CEGUIColourRect.h
CEGUICombobox.h
CEGUIComboboxProperties.h
CEGUIComboDropList.h
CEGUIConfig.h
CEGUIConfig_xmlHandler.h
CEGUICoordConverter.h
CEGUIDataContainer.h
CEGUIDefaultLogger.h
CEGUIDefaultRenderedStringParser.h
CEGUIDefaultResourceProvider.h
CEGUIDragContainer.h
CEGUIDragContainerProperties.h
CEGUIDynamicModule.h
CEGUIEditbox.h
CEGUIEditboxProperties.h
CEGUIEvent.h
CEGUIEventArgs.h
CEGUIEventSet.h
CEGUIExceptions.h
CEGUIExpatParser.h
CEGUIExpatParserModule.h
CEGUIFactoryModule.h
CEGUIFalComponentBase.h
CEGUIFalDimensions.h
CEGUIFalEnums.h
CEGUIFalFrameComponent.h
CEGUIFalImageryComponent.h
CEGUIFalImagerySection.h
CEGUIFalLayerSpecification.h
CEGUIFalNamedArea.h
CEGUIFalPropertyDefinition.h
CEGUIFalPropertyDefinitionBase.h
CEGUIFalPropertyInitialiser.h
CEGUIFalPropertyLinkDefinition.h
CEGUIFalSectionSpecification.h
CEGUIFalStateImagery.h
CEGUIFalTextComponent.h
CEGUIFalWidgetComponent.h
CEGUIFalWidgetLookFeel.h
CEGUIFalWidgetLookManager.h
CEGUIFalXMLEnumHelper.h
CEGUIFont.h
CEGUIFont_xmlHandler.h
CEGUIFontGlyph.h
CEGUIFontManager.h
CEGUIFormattedRenderedString.h
CEGUIForwardRefs.h
CEGUIFrameWindow.h
CEGUIFrameWindowProperties.h
CEGUIFreeFunctionSlot.h
CEGUIFreeImageImageCodec.h
CEGUIFreeImageImageCodecModule.h
CEGUIFreeTypeFont.h
CEGUIFunctorCopySlot.h
CEGUIFunctorPointerSlot.h
CEGUIFunctorReferenceBinder.h
CEGUIFunctorReferenceSlot.h
CEGUIGeometryBuffer.h
CEGUIGlobalEventSet.h
CEGUIGridLayoutContainer.h
CEGUIGridLayoutContainerProperties.h
CEGUIGroupBox.h
CEGUIGUILayout_xmlHandler.h
CEGUIGUISheet.h
CEGUIHorizontalLayoutContainer.h
CEGUIImage.h
CEGUIImageCodec.h
CEGUIImageset.h
CEGUIImageset_xmlHandler.h
CEGUIImagesetManager.h
CEGUIInputEvent.h
CEGUIInterpolator.h
CEGUIIrrlichtEventPusher.h
CEGUIIrrlichtGeometryBuffer.h
CEGUIIrrlichtImageCodec.h
CEGUIIrrlichtRenderer.h
CEGUIIrrlichtRendererDef.h
CEGUIIrrlichtRenderTarget.h
CEGUIIrrlichtResourceProvider.h
CEGUIIrrlichtTexture.h
CEGUIIrrlichtTextureTarget.h
CEGUIIrrlichtWindowTarget.h
CEGUIItemEntry.h
CEGUIItemEntryProperties.h
CEGUIItemListBase.h
CEGUIItemListBaseProperties.h
CEGUIItemListbox.h
CEGUIItemListboxProperties.h
CEGUIIteratorBase.h
CEGUIJustifiedRenderedString.h
CEGUIKeyFrame.h
CEGUILayoutContainer.h
CEGUILeftAlignedRenderedString.h
CEGUILibxmlParser.h
CEGUILibxmlParserModule.h
CEGUIListbox.h
CEGUIListboxItem.h
CEGUIListboxProperties.h
CEGUIListboxTextItem.h
CEGUIListHeader.h
CEGUIListHeaderProperties.h
CEGUIListHeaderSegment.h
CEGUIListHeaderSegmentProperties.h
CEGUILogger.h
CEGUILua.h
CEGUILuaFunctor.h
CEGUIMemberFunctionSlot.h
CEGUIMenubar.h
CEGUIMenuBase.h
CEGUIMenuBaseProperties.h
CEGUIMenuItem.h
CEGUIMenuItemProperties.h
CEGUIMinizipResourceProvider.h
CEGUIMouseCursor.h
CEGUIMultiColumnList.h
CEGUIMultiColumnListProperties.h
CEGUIMultiLineEditbox.h
CEGUIMultiLineEditboxProperties.h
CEGUINamedXMLResourceManager.h
CEGUIOpenGL.h
CEGUIOpenGLFBOTextureTarget.h
CEGUIOpenGLGeometryBuffer.h
CEGUIOpenGLGLXPBTextureTarget.h
CEGUIOpenGLRenderer.h
CEGUIOpenGLRenderTarget.h
CEGUIOpenGLTexture.h
CEGUIOpenGLTextureTarget.h
CEGUIOpenGLViewportTarget.h
CEGUIPixmapFont.h
CEGUIPopupMenu.h
CEGUIPopupMenuProperties.h
CEGUIProgressBar.h
CEGUIProgressBarProperties.h
CEGUIProperty.h
CEGUIPropertyHelper.h
CEGUIPropertySet.h
CEGUIPushButton.h
CEGUIRadioButton.h
CEGUIRadioButtonProperties.h
CEGUIRect.h
CEGUIRefCounted.h
CEGUIRegexMatcher.h
CEGUIRenderedString.h
CEGUIRenderedStringComponent.h
CEGUIRenderedStringImageComponent.h
CEGUIRenderedStringParser.h
CEGUIRenderedStringTextComponent.h
CEGUIRenderedStringWidgetComponent.h
CEGUIRenderedStringWordWrapper.h
CEGUIRenderEffect.h
CEGUIRenderer.h
CEGUIRenderingContext.h
CEGUIRenderingRoot.h
CEGUIRenderingSurface.h
CEGUIRenderingWindow.h
CEGUIRenderQueue.h
CEGUIRenderTarget.h
CEGUIResourceProvider.h
CEGUIRightAlignedRenderedString.h
CEGUIScheme.h
CEGUIScheme_xmlHandler.h
CEGUISchemeManager.h
CEGUIScriptModule.h
CEGUIScrollablePane.h
CEGUIScrollablePaneProperties.h
CEGUIScrollbar.h
CEGUIScrollbarProperties.h
CEGUIScrolledContainer.h
CEGUIScrolledContainerProperties.h
CEGUIScrolledItemListBase.h
CEGUIScrolledItemListBaseProperties.h
CEGUISequentialLayoutContainer.h
CEGUISingleton.h
CEGUISize.h
CEGUISlider.h
CEGUISliderProperties.h
CEGUISlotFunctorBase.h
CEGUISpinner.h
CEGUISpinnerProperties.h
CEGUISTBImageCodec.h
CEGUISTBImageCodecModule.h
CEGUIString.h
CEGUISubscriberSlot.h
CEGUISystem.h
CEGUITabButton.h
CEGUITabControl.h
CEGUITabControlProperties.h
CEGUITexture.h
CEGUITextureTarget.h
CEGUITextUtils.h
CEGUITGAImageCodec.h
CEGUITGAImageCodecModule.h
CEGUIThumb.h
CEGUIThumbProperties.h
CEGUITinyXMLParser.h
CEGUITinyXMLParserModule.h
CEGUITitlebar.h
CEGUITitlebarProperties.h
CEGUITooltip.h
CEGUITooltipProperties.h
CEGUITplWindowFactory.h
CEGUITplWindowRendererFactory.h
CEGUITplWRFactoryRegisterer.h
CEGUITree.h
CEGUITreeItem.h
CEGUITreeProperties.h
CEGUIUDim.h
CEGUIVector.h
CEGUIVersion.h
CEGUIVertex.h
CEGUIVerticalLayoutContainer.h
CEGUIWidgetModule.h
CEGUIWindow.h
CEGUIWindowFactory.h
CEGUIWindowFactoryManager.h
CEGUIWindowManager.h
CEGUIWindowProperties.h
CEGUIWindowRenderer.h
CEGUIWindowRendererManager.h
CEGUIWindowRendererModule.h
CEGUIWRFactoryRegisterer.h
CEGUIXercesParser.h
CEGUIXercesParserModule.h
CEGUIXercesParserProperties.h
CEGUIXMLAttributes.h
CEGUIXMLHandler.h
CEGUIXMLParser.h
CEGUIXMLSerializer.h
FalButton.h
FalDefault.h
FalEditbox.h
FalEditboxProperties.h
FalFrameWindow.h
FalItemEntry.h
FalItemListbox.h
FalListbox.h
FalListHeader.h
FalListHeaderProperties.h
FalListHeaderSegment.h
FalMenubar.h
FalMenuItem.h
FalModule.h
FalMultiColumnList.h
FalMultiLineEditbox.h
FalMultiLineEditboxProperties.h
FalPopupMenu.h
FalProgressBar.h
FalProgressBarProperties.h
FalScrollablePane.h
FalScrollbar.h
FalScrollbarProperties.h
FalSlider.h
FalSliderProperties.h
FalStatic.h
FalStaticImage.h
FalStaticImageProperties.h
FalStaticProperties.h
FalStaticText.h
FalStaticTextProperties.h
FalSystemButton.h
FalTabButton.h
FalTabControl.h
FalTabControlProperties.h
FalTitlebar.h
FalToggleButton.h
FalTooltip.h
FalTree.h
tolua++.h
to the top
Shared Libraries (13)
libCEGUIBase-0.7.9.so
libCEGUIExpatParser-0.7.9.so
libCEGUIFalagardWRBase-0.7.9.so
libCEGUIFreeImageImageCodec-0.7.9.so
libCEGUIIrrlichtRenderer-0.7.9.so
libCEGUILibxmlParser-0.7.9.so
libCEGUILuaScriptModule-0.7.9.so
libCEGUIOpenGLRenderer-0.7.9.so
libCEGUISampleHelper-0.7.9.so
libCEGUISTBImageCodec-0.7.9.so
libCEGUITGAImageCodec-0.7.9.so
libCEGUITinyXMLParser-0.7.9.so
libCEGUIXercesParser-0.7.9.so
to the top