Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TransferWidget Member List

This is the complete list of members for TransferWidget, including all inherited members.

AcceptEvent(const SDL_Event *event)PG_Widget [protected, virtual]
ACT_ACTIVATE enum valuePG_Widget
ACT_CANCEL enum valuePG_Widget
ACT_DEACTIVATE enum valuePG_Widget
ACT_DOWN enum valuePG_Widget
ACT_LEFT enum valuePG_Widget
ACT_OK enum valuePG_Widget
ACT_RIGHT enum valuePG_Widget
ACT_UP enum valuePG_Widget
Action(KeyAction action)PG_Widget [virtual]
activateHotkey(int keymodifier)PG_Widget
AddChild(PG_Widget *child)PG_Widget [virtual]
AddText(const std::string &text, bool update=false)PG_Widget
AddToWidgetList()PG_Widget [protected]
Blit(bool recursive=true, bool restore=true)PG_Widget [virtual]
BringToFront()PG_Widget
BulkBlit()PG_Widget [static]
captureObjectPG_MessageObject [protected, static]
checkForHotkey(const SDL_KeyboardEvent *key)PG_Widget [protected]
ClientToScreen(int x, int y)PG_Widget
DrawBorder(const PG_Rect &r, int size, bool up=true)PG_Widget
DrawHLine(int x, int y, int w, const PG_Color &c)PG_Widget
DrawLine(Uint32 x0, Uint32 y0, Uint32 x1, Uint32 y1, const PG_Color &color, Uint8 width=1)PG_Widget
DrawRectWH(int x, int y, int w, int h, const PG_Color &c)PG_Widget
DrawText(const PG_Rect &rect, const PG_String &text)PG_Widget
DrawText(int x, int y, const PG_String &text)PG_Widget
DrawText(int x, int y, const PG_String &text, const PG_Rect &cliprect)PG_Widget
DrawText(const PG_Rect &rect, const PG_String &text, const PG_Color &c)PG_Widget
DrawText(int x, int y, const PG_String &text, const PG_Color &c)PG_Widget
DrawVLine(int x, int y, int h, const PG_Color &c)PG_Widget
EnableReceiver(bool enable, bool bRecursive=false)PG_Widget
PG_MessageObject::EnableReceiver(bool enable)PG_MessageObject
EndWidgetDrag(int x, int y)PG_Widget
eventActive(const SDL_ActiveEvent *active)PG_MessageObject [protected, virtual]
eventBlit(SDL_Surface *surface, const PG_Rect &src, const PG_Rect &dst)PG_Widget [protected, virtual]
eventDraw(SDL_Surface *surface, const PG_Rect &rect)PG_Widget [protected, virtual]
eventHide()PG_Widget [protected, virtual]
eventInputFocusLost(PG_MessageObject *newfocus)PG_MessageObject [protected, virtual]
eventKeyDown(const SDL_KeyboardEvent *key)PG_MessageObject [protected, virtual]
eventKeyUp(const SDL_KeyboardEvent *key)PG_MessageObject [protected, virtual]
eventMouseButtonDown(const SDL_MouseButtonEvent *button)PG_MessageObject [protected, virtual]
eventMouseButtonUp(const SDL_MouseButtonEvent *button)PG_MessageObject [protected, virtual]
eventMouseEnter()PG_Widget [virtual]
eventMouseLeave()PG_Widget [virtual]
eventMouseMotion(const SDL_MouseMotionEvent *motion)PG_MessageObject [protected, virtual]
eventMoveWidget(int x, int y)PG_Widget [protected, virtual]
eventQuit(int id, PG_MessageObject *widget, unsigned long data)PG_MessageObject [protected, virtual]
eventQuitModal(int id, PG_MessageObject *widget, unsigned long data)PG_Widget [protected, virtual]
eventResize(const SDL_ResizeEvent *event)PG_MessageObject [protected, virtual]
eventShow()PG_Widget [protected, virtual]
eventSizeWidget(Uint16 w, Uint16 h)PG_Widget [protected, virtual]
eventSysWM(const SDL_SysWMEvent *syswm)PG_MessageObject [protected, virtual]
extractAndStoreHotkey(const std::string &s)PG_Widget [protected]
extractHotkey(const std::string &s)PG_Widget [protected]
FadeIn()PG_Widget [protected]
FadeOut()PG_Widget [protected]
FindChild(int id, bool recursive=false)PG_Widget
FindChild(const std::string &name, bool recursive=false)PG_Widget
FindWidgetFromPos(int x, int y)PG_Widget [static]
GetBorderSize()PG_Widget
GetCapture()PG_MessageObject
GetChildCount()PG_Widget
GetChildList()PG_Widget
GetClipRect()PG_Widget
GetClipRects(PG_Rect &src, PG_Rect &dst)PG_Widget
GetClipRects(PG_Rect &src, PG_Rect &dst, const PG_Rect &displayrect)PG_Widget
GetDirtyUpdate()PG_Widget
GetFont()PG_Widget
GetFontAscender()PG_Widget
GetFontColor()PG_Widget
GetFontHeight()PG_Widget
GetFontHighlightColor()PG_Widget
GetFontSize()PG_Widget
getHotkeyModifier()PG_Widget
GetID()PG_Widget
GetName()PG_Widget
GetParent()PG_Widget
GetText()PG_Widget [virtual]
GetTextHeight()PG_Widget
GetTextSize(Uint16 &w, Uint16 &h, const std::string &text=PG_NULLSTR)PG_Widget
GetTextSize(Uint16 &w, Uint16 &h, const PG_String &text, PG_Font *font)PG_Widget [static]
GetTextWidth()PG_Widget
GetToplevelWidget()PG_Widget
GetTransparency()PG_Widget
GetUserData(void *userdata)PG_Widget [virtual]
GetUserDataSize()PG_Widget [virtual]
GetWidgetList()PG_Widget [static]
GetWidgetSurface()PG_Widget
Height() const PG_Rect [inline]
Hide(bool fade=false)PG_Widget [virtual]
HideAll()PG_Widget [static]
indexPG_Rect
IntersectRect(const PG_Rect &p, const PG_Rect &c)PG_Rect [static]
IntersectRect(const PG_Rect &p) const PG_Rect
IsClippingEnabled()PG_Widget
IsEnabled()PG_MessageObject
IsHidden()PG_Widget
IsInFrontOf(PG_Widget *)PG_Widget
IsInside(const PG_Point &p, PG_Rect &r)PG_Rect [inline, static]
IsInside(const PG_Point &p) const PG_Rect [inline]
IsMouseInside()PG_Widget
IsNull() const PG_Rect [inline]
IsVisible()PG_Widget
KeyAction enum namePG_Widget
LoadLayout(const std::string &name)PG_Widget
LoadLayout(const std::string &name, void(*WorkCallback)(int now, int max))PG_Widget
LoadLayout(const std::string &name, void(*WorkCallback)(int now, int max), void *UserSpace)PG_Widget
LoadThemeStyle(const std::string &widgettype)PG_Widget
LoadThemeStyle(const std::string &widgettype, const std::string &objectname)PG_Widget [virtual]
MoveRect(int x, int y)PG_Widget
MoveWidget(int x, int y, bool update=true)PG_Widget
MoveWidget(const PG_Rect &r, bool update=true)PG_Widget
my_bordersizePG_Widget [protected]
my_colorBorderPG_Widget [protected]
my_heightPG_Rect
my_nextPG_Rect [protected]
my_prevPG_Rect [protected]
my_srfObjectPG_Widget [protected]
my_textPG_Widget [protected]
my_widthPG_Rect
my_xposPG_Rect
my_yposPG_Rect
next()PG_Rect [inline]
nullPG_Rect [static]
operator!=(const PG_Rect &r) const PG_Rect [inline]
operator/(const PG_Rect &b) const PG_Rect
PG_Rect::operator=(const SDL_Rect &src)PG_Rect
PG_Rect::operator=(const PG_Rect &src)PG_Rect
operator==(const PG_Rect &r) const PG_Rect [inline]
OverlapRect(const PG_Rect &p, const PG_Rect &c) const PG_Rect [inline]
OverlapRect(const PG_Rect &p) const PG_Rect [inline]
OverlapRect(PG_Rect *p)PG_Rect [inline]
PG_MessageObject()PG_MessageObject
PG_Rect(Sint16 x=0, Sint16 y=0, Uint16 w=0, Uint16 h=0)PG_Rect
PG_Rect(const PG_Rect &src)PG_Rect
PG_Rect(const SDL_Rect &src)PG_Rect
PG_RectList classPG_Rect [friend]
PG_Widget(PG_Widget *parent, const PG_Rect &rect=PG_Rect::null, bool bObjectSurface=false)PG_Widget
prev()PG_Rect [inline]
ProcessEvent(const SDL_Event *event, bool bModal=false)PG_Widget [virtual]
PG_MessageObject::ProcessEvent(const SDL_Event *event)PG_MessageObject [virtual]
QuitModal()PG_Widget
RecalcClipRect()PG_Widget
Redraw(bool update=true)PG_Widget
ReleaseCapture()PG_MessageObject
ReleaseInputFocus()PG_MessageObject
ReleaseUserData()PG_Widget
RemoveAllChilds()PG_Widget
RemoveChild(PG_Widget *child)PG_Widget [virtual]
RemoveFromWidgetList()PG_Widget [protected]
RenderText(SDL_Surface *Surface, const PG_Rect &ClipRect, int BaseLineX, int BaseLineY, const PG_String &Text, PG_Font *ParamIn)PG_Widget [protected, static]
RestoreBackground(PG_Rect *clip=NULL, bool force=false)PG_Widget [virtual]
RunModal()PG_Widget [virtual]
ScreenToClient(int x, int y)PG_Widget
SendToBack()PG_Widget
SetBorderSize(int b)PG_Widget
SetCapture()PG_MessageObject
SetChildTransparency(Uint8 t)PG_Widget
SetClipRect(const PG_Rect &r)PG_Widget
SetDirtyUpdate(bool bDirtyUpdate)PG_Widget
SetFadeSteps(int steps)PG_Widget
SetFont(PG_Font *font)PG_Widget
SetFontAlpha(int Alpha, bool bRecursive=false)PG_Widget
SetFontColor(const PG_Color &Color, bool bRecursive=false)PG_Widget
SetFontHighlightColor(const PG_Color &Color, bool bRecursive=false)PG_Widget
SetFontIndex(int Index, bool bRecursive=false)PG_Widget
SetFontName(const std::string &Name, bool bRecursive=false)PG_Widget
SetFontSize(int Size, bool bRecursive=false)PG_Widget
SetFontStyle(PG_Font::Style Style, bool bRecursive=false)PG_Widget
SetHidden(bool hidden)PG_Widget
SetID(int id)PG_Widget
SetInputFocus()PG_MessageObject
SetModalStatus(int status)PG_Widget
SetName(const std::string &name)PG_Widget
SetParent(PG_Widget *parent)PG_Widget
SetPixel(int x, int y, const PG_Color &c)PG_Widget
SetRect(Sint16 nx, Sint16 ny, Uint16 nw, Uint16 nh)PG_Rect [inline]
SetSizeByText(int Width=0, int Height=0, const std::string &Text=PG_NULLSTR)PG_Widget
SetText(const std::string &text)PG_Widget [virtual]
SetTextFormat(const char *text,...)PG_Widget [virtual]
SetTransparency(Uint8 t, bool bRecursive=false)PG_Widget [virtual]
SetUserData(void *userdata, int size)PG_Widget
SetVisible(bool visible)PG_Widget
Show(bool fade=false)PG_Widget [virtual]
sigActivePG_MessageObject
sigDeletePG_MessageObject
sigKeyDownPG_MessageObject
sigKeyUpPG_MessageObject
sigMouseButtonDownPG_MessageObject
sigMouseButtonUpPG_MessageObject
sigMouseEnterPG_Widget
sigMouseLeavePG_Widget
sigMouseMotionPG_MessageObject
sigQuitPG_MessageObject
sigSysWMPG_MessageObject
sigVideoResizePG_MessageObject
SizeWidget(Uint16 w, Uint16 h, bool update=true)PG_Widget [virtual]
StartWidgetDrag()PG_Widget
StopQuitModal()PG_Widget
TransferWidget(PG_Widget *parent, const PG_Rect &pos, Transferrable *transferrable, TransferHandler &handler)TransferWidget [inline]
Update(bool doBlit=true)PG_Widget
UpdateOverlappingSiblings(bool enable, bool recursive=true)PG_Widget
UpdateRect(const PG_Rect &r)PG_Widget [static]
UpdateScreen()PG_Widget [static]
WidgetDrag(int x, int y)PG_Widget
Width() const PG_Rect [inline]
WillQuitModal()PG_Widget
~PG_MessageObject()PG_MessageObject [virtual]
~PG_Rect()PG_Rect [virtual]
~PG_Widget()PG_Widget [virtual]


Generated on Tue Jun 24 02:21:49 2008 for Advanced Strategic Command by  doxygen 1.4.2