| AcceptDrops(std::list< Wnd * > &wnds, const Pt &pt) | GG::Control | [virtual] |
| AddFrames(const Texture *texture, int frames=-1) | GG::DynamicGraphic | |
| AddFrames(const boost::shared_ptr< Texture > &texture, int frames=-1) | GG::DynamicGraphic | |
| AddFrames(const std::vector< boost::shared_ptr< Texture > > &textures, int frames=-1) | GG::DynamicGraphic | |
| AttachChild(Wnd *wnd) | GG::Wnd | |
| BeginClipping() | GG::Wnd | [virtual] |
| BrowseInfoText(int mode) const | GG::Wnd | |
| BrowseModes() const | GG::Wnd | |
| CancellingChildDragDrop(const std::list< Wnd * > &wnds) | GG::Wnd | [virtual] |
| Children() const | GG::Wnd | |
| ChildrenDraggedAway(const std::list< Wnd * > &wnds, const Wnd *destination) | GG::Wnd | [virtual] |
| Clickable() const | GG::Wnd | |
| ClientHeight() const | GG::Wnd | |
| ClientLowerRight() const | GG::Wnd | [virtual] |
| ClientSize() const | GG::Wnd | |
| ClientUpperLeft() const | GG::Wnd | [virtual] |
| ClientWidth() const | GG::Wnd | |
| ClipChildren() const | GG::Wnd | |
| Color() const | GG::Control | |
| ContainingLayout() const | GG::Wnd | |
| Control() | GG::Control | [protected] |
| Control(int x, int y, int w, int h, Flags< WndFlag > flags=CLICKABLE) | GG::Control | [protected] |
| CurrentSubTexture() const | GG::DynamicGraphic | [protected] |
| CurrentTexture() const | GG::DynamicGraphic | [protected] |
| DefaultBrowseInfoWnd() | GG::Wnd | [static] |
| DefaultBrowseTime() | GG::Wnd | [static] |
| DefineAttributes(WndEditor *editor) | GG::DynamicGraphic | [virtual] |
| DeleteChild(Wnd *wnd) | GG::Wnd | |
| DeleteChildren() | GG::Wnd | |
| DetachChild(Wnd *wnd) | GG::Wnd | |
| DetachChildren() | GG::Wnd | |
| DetachLayout() | GG::Wnd | |
| Disable(bool b=true) | GG::Control | [virtual] |
| Disabled() const | GG::Control | |
| Dragable() const | GG::Wnd | |
| DragDropDataType() const | GG::Wnd | |
| DragDropEnter(const Pt &pt, const std::map< Wnd *, Pt > &drag_drop_wnds, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| DragDropHere(const Pt &pt, const std::map< Wnd *, Pt > &drag_drop_wnds, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| DragDropLeave() | GG::Wnd | [virtual] |
| DynamicGraphic(int x, int y, int w, int h, bool loop, int frame_width, int frame_height, int margin, const std::vector< boost::shared_ptr< Texture > > &textures, Flags< GraphicStyle > style=GRAPHIC_NONE, int frames=-1, Flags< WndFlag > flags=Flags< WndFlag >()) | GG::DynamicGraphic | |
| DynamicGraphic() | GG::DynamicGraphic | [protected] |
| EnableChildClipping(bool enable=true) | GG::Wnd | |
| EndClipping() | GG::Wnd | [virtual] |
| EndFrame() const | GG::DynamicGraphic | |
| EndFrameSignal | GG::DynamicGraphic | [mutable] |
| EndFrameSignalType typedef | GG::DynamicGraphic | |
| EndFrameSlotType typedef | GG::DynamicGraphic | |
| EventFilter(Wnd *w, const WndEvent &event) | GG::Wnd | [protected, virtual] |
| FirstFrameTime() const | GG::DynamicGraphic | [protected] |
| FPS() const | GG::DynamicGraphic | |
| FrameHeight() const | GG::DynamicGraphic | |
| FrameIndex() const | GG::DynamicGraphic | |
| Frames() const | GG::DynamicGraphic | |
| FramesInTexture(const Texture *t) const | GG::DynamicGraphic | [protected] |
| FrameWidth() const | GG::DynamicGraphic | |
| GainingFocus() | GG::Wnd | [virtual] |
| GetLayout() const | GG::Wnd | |
| GetStyleFactory() const | GG::Wnd | |
| GG_ABSTRACT_EXCEPTION(Exception) | GG::DynamicGraphic | |
| GG_CONCRETE_EXCEPTION(CannotAddFrame, GG::DynamicGraphic, Exception) | GG::DynamicGraphic | |
| GG::Control::GG_CONCRETE_EXCEPTION(BadLayout, GG::Wnd, Exception) | GG::Wnd | |
| GridLayout() | GG::Wnd | |
| HandleEvent(const WndEvent &event) | GG::Wnd | [protected] |
| Height() const | GG::Wnd | |
| Hide(bool children=true) | GG::Wnd | |
| HorizontalLayout() | GG::Wnd | |
| InClient(const Pt &pt) const | GG::Wnd | [virtual] |
| InstallEventFilter(Wnd *wnd) | GG::Wnd | |
| InWindow(const Pt &pt) const | GG::Wnd | [virtual] |
| KeyPress(Key key, Flags< ModKey > mod_keys) | GG::Control | [virtual] |
| KeyRelease(Key key, Flags< ModKey > mod_keys) | GG::Control | [virtual] |
| LastFrameTime() const | GG::DynamicGraphic | [protected] |
| LButtonDown(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| LButtonUp(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| LClick(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| LDoubleClick(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| LDrag(const Pt &pt, const Pt &move, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| Loop(bool b=true) | GG::DynamicGraphic | |
| Looping() const | GG::DynamicGraphic | |
| LosingFocus() | GG::Wnd | [virtual] |
| LowerRight() const | GG::Wnd | |
| m_color | GG::Control | [protected] |
| m_disabled | GG::Control | [protected] |
| m_done | GG::Wnd | [protected] |
| m_frame_height | GG::DynamicGraphic | [protected] |
| m_frame_width | GG::DynamicGraphic | [protected] |
| m_margin | GG::DynamicGraphic | [protected] |
| m_text | GG::Wnd | [protected] |
| Margin() const | GG::DynamicGraphic | |
| MaxSize() const | GG::Wnd | |
| MButtonDown(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| MButtonUp(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| MClick(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| MDoubleClick(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| MDrag(const Pt &pt, const Pt &move, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| MinSize() const | GG::Wnd | |
| MinUsableSize() const | GG::Wnd | [virtual] |
| Modal() const | GG::Wnd | |
| ModalInit() | GG::Wnd | [virtual] |
| MouseEnter(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| MouseHere(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| MouseLeave() | GG::Wnd | [virtual] |
| MouseWheel(const Pt &pt, int move, Flags< ModKey > mod_keys) | GG::Control | [virtual] |
| MoveChildDown(Wnd *wnd) | GG::Wnd | |
| MoveChildUp(Wnd *wnd) | GG::Wnd | |
| MoveTo(const Pt &pt) | GG::Wnd | |
| NextFrame() | GG::DynamicGraphic | |
| OffsetMove(const Pt &pt) | GG::Wnd | |
| OnTop() const | GG::Wnd | |
| Parent() const | GG::Wnd | |
| Pause() | GG::DynamicGraphic | |
| Play() | GG::DynamicGraphic | |
| Playing() const | GG::DynamicGraphic | |
| PrevFrame() | GG::DynamicGraphic | |
| RButtonDown(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| RButtonUp(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| RClick(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| RDoubleClick(const Pt &pt, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| RDrag(const Pt &pt, const Pt &move, Flags< ModKey > mod_keys) | GG::Wnd | [virtual] |
| RelativeLowerRight() const | GG::Wnd | |
| RelativeUpperLeft() const | GG::Wnd | |
| RemoveEventFilter(Wnd *wnd) | GG::Wnd | |
| RemoveLayout() | GG::Wnd | |
| Render() | GG::DynamicGraphic | [virtual] |
| RepeatButtonDown() const | GG::Wnd | |
| Resizable() const | GG::Wnd | |
| Resize(const Pt &sz) | GG::Wnd | |
| RootParent() const | GG::Wnd | |
| Run() | GG::Wnd | [virtual] |
| ScreenToClient(const Pt &pt) const | GG::Wnd | |
| ScreenToWindow(const Pt &pt) const | GG::Wnd | |
| SetBrowseInfoWnd(const boost::shared_ptr< BrowseInfoWnd > &wnd, int mode=0) | GG::Wnd | |
| SetBrowseModes(const std::vector< BrowseInfoMode > &modes) | GG::Wnd | |
| SetBrowseModeTime(int time, int mode=0) | GG::Wnd | |
| SetBrowseText(const std::string &text, int mode=0) | GG::Wnd | |
| SetColor(Clr c) | GG::Control | [virtual] |
| SetDefaultBrowseInfoWnd(const boost::shared_ptr< BrowseInfoWnd > &browse_info_wnd) | GG::Wnd | [static] |
| SetDefaultBrowseTime(int time) | GG::Wnd | [static] |
| SetDragDropDataType(const std::string &data_type) | GG::Wnd | |
| SetEndFrame(int idx) | GG::DynamicGraphic | |
| SetFPS(double fps) | GG::DynamicGraphic | |
| SetFrameIndex(int idx) | GG::DynamicGraphic | |
| SetLayout(Layout *layout) | GG::Wnd | |
| SetLayoutBorderMargin(int margin) | GG::Wnd | |
| SetLayoutCellMargin(int margin) | GG::Wnd | |
| SetMaxSize(const Pt &sz) | GG::Wnd | |
| SetMinSize(const Pt &sz) | GG::Wnd | |
| SetStartFrame(int idx) | GG::DynamicGraphic | |
| SetStyle(Flags< GraphicStyle > style) | GG::DynamicGraphic | |
| SetStyleFactory(const boost::shared_ptr< StyleFactory > &factory) | GG::Wnd | |
| SetText(const std::string &str) | GG::Wnd | [virtual] |
| SetTimeIndex(int idx) | GG::DynamicGraphic | |
| Show(bool children=true) | GG::Wnd | |
| Size() const | GG::Wnd | |
| SizeMove(const Pt &ul, const Pt &lr) | GG::Wnd | [virtual] |
| StartFrame() const | GG::DynamicGraphic | |
| StartingChildDragDrop(const Wnd *wnd, const Pt &offset) | GG::Wnd | [virtual] |
| Stop() | GG::DynamicGraphic | |
| StoppedSignal | GG::DynamicGraphic | [mutable] |
| StoppedSignalType typedef | GG::DynamicGraphic | |
| StoppedSlotType typedef | GG::DynamicGraphic | |
| Style() const | GG::DynamicGraphic | |
| Textures() const | GG::DynamicGraphic | [protected] |
| TimeIndex() const | GG::DynamicGraphic | |
| TimerFiring(int ticks, Timer *timer) | GG::Wnd | [virtual] |
| UpperLeft() const | GG::Wnd | |
| VerticalLayout() | GG::Wnd | |
| Visible() const | GG::Wnd | |
| Width() const | GG::Wnd | |
| WindowRegion(const Pt &pt) const | GG::Wnd | [virtual] |
| WindowText() const | GG::Wnd | |
| Wnd() | GG::Wnd | [protected] |
| Wnd(int x, int y, int w, int h, Flags< WndFlag > flags=CLICKABLE|DRAGABLE) | GG::Wnd | [protected] |
| ZOrder() const | GG::Wnd | |
| ~Wnd() | GG::Wnd | [virtual] |