Public Member Functions | |
| PG_WidgetDataInternal () | |
Public Attributes | |
| int | modalstatus |
| bool | inDestruct |
| bool | inMouseLeave |
| PG_Font * | font |
| bool | dirtyUpdate |
| int | id |
| Uint8 | transparency |
| bool | quitModalLoop |
| bool | visible |
| bool | hidden |
| bool | firstredraw |
| PG_RectList * | childList |
| bool | haveTooltip |
| int | fadeSteps |
| bool | mouseInside |
| char * | userdata |
| int | userdatasize |
| Uint16 | widthText |
| Uint16 | heightText |
| PG_Widget * | widgetParent |
| PG_Point | ptDragStart |
| PG_Rect | rectClip |
| bool | havesurface |
| std::string | name |
| bool | updateOverlappingSiblings |
| int | hotkeyModifier |
| PG_Char | hotkey |
|
|
Definition at line 51 of file pgwidget.cpp. References PG_Application::GetUpdateOverlappingSiblings(), and updateOverlappingSiblings. |
|
|
|
Definition at line 62 of file pgwidget.cpp. Referenced by PG_Widget::GetDirtyUpdate(), PG_Widget::RestoreBackground(), PG_Widget::SetDirtyUpdate(), and PG_Widget::Update(). |
|
|
Definition at line 71 of file pgwidget.cpp. Referenced by PG_Widget::FadeIn(), PG_Widget::FadeOut(), and PG_Widget::SetFadeSteps(). |
|
|
Definition at line 68 of file pgwidget.cpp. Referenced by PG_Widget::SetVisible(). |
|
|
|
Definition at line 81 of file pgwidget.cpp. Referenced by PG_Widget::PG_Widget(), and PG_Widget::~PG_Widget(). |
|
|
Definition at line 70 of file pgwidget.cpp. |
|
|
Definition at line 76 of file pgwidget.cpp. Referenced by PG_Widget::AddText(), PG_Widget::GetTextSize(), PG_Widget::GetTextWidth(), and PG_Widget::SetText(). |
|
|
Definition at line 67 of file pgwidget.cpp. Referenced by PG_Widget::Blit(), PG_Widget::IsHidden(), PG_Widget::SetHidden(), and PG_Widget::Update(). |
|
|
Definition at line 85 of file pgwidget.cpp. Referenced by PG_Widget::checkForHotkey(), and PG_Widget::extractAndStoreHotkey(). |
|
|
Definition at line 84 of file pgwidget.cpp. Referenced by PG_Widget::activateHotkey(), PG_Widget::checkForHotkey(), and PG_Widget::getHotkeyModifier(). |
|
|
Definition at line 63 of file pgwidget.cpp. Referenced by PG_Widget::GetID(), and PG_Widget::SetID(). |
|
|
Definition at line 59 of file pgwidget.cpp. Referenced by PG_Widget::Hide(), and PG_Widget::~PG_Widget(). |
|
|
Definition at line 60 of file pgwidget.cpp. Referenced by PG_Widget::Hide(). |
|
|
Definition at line 56 of file pgwidget.cpp. Referenced by PG_Widget::RunModal(), and PG_Widget::SetModalStatus(). |
|
|
Definition at line 72 of file pgwidget.cpp. Referenced by PG_Widget::AcceptEvent(), PG_Widget::eventMouseLeave(), and PG_Widget::IsMouseInside(). |
|
|
Definition at line 82 of file pgwidget.cpp. Referenced by PG_Widget::GetName(), PG_Widget::PG_Widget(), and PG_Widget::SetName(). |
|
|
Definition at line 79 of file pgwidget.cpp. Referenced by PG_Widget::EndWidgetDrag(), PG_Widget::StartWidgetDrag(), and PG_Widget::WidgetDrag(). |
|
|
Definition at line 65 of file pgwidget.cpp. Referenced by PG_Widget::eventQuitModal(), PG_Widget::RunModal(), PG_Widget::StopQuitModal(), and PG_Widget::WillQuitModal(). |
|
|
|
Definition at line 64 of file pgwidget.cpp. Referenced by PG_Widget::eventBlit(), PG_Widget::FadeIn(), PG_Widget::FadeOut(), PG_Widget::GetTransparency(), PG_Widget::RestoreBackground(), PG_Widget::SetTransparency(), and PG_Widget::Update(). |
|
|
Definition at line 83 of file pgwidget.cpp. Referenced by PG_WidgetDataInternal(), PG_Widget::Update(), and PG_Widget::UpdateOverlappingSiblings(). |
|
|
Definition at line 73 of file pgwidget.cpp. Referenced by PG_Widget::GetUserData(), PG_Widget::ReleaseUserData(), PG_Widget::SetUserData(), and PG_Widget::~PG_Widget(). |
|
|
Definition at line 74 of file pgwidget.cpp. Referenced by PG_Widget::GetUserData(), PG_Widget::GetUserDataSize(), PG_Widget::ReleaseUserData(), and PG_Widget::SetUserData(). |
|
|
Definition at line 66 of file pgwidget.cpp. Referenced by PG_Widget::Blit(), PG_Widget::IsVisible(), PG_Widget::SetVisible(), and PG_Widget::Update(). |
|
|
Definition at line 78 of file pgwidget.cpp. Referenced by PG_Widget::AddChild(), PG_Widget::GetParent(), PG_Widget::RecalcClipRect(), and PG_Widget::SetParent(). |
|
|
Definition at line 75 of file pgwidget.cpp. Referenced by PG_Widget::AddText(), PG_Widget::GetTextSize(), PG_Widget::GetTextWidth(), and PG_Widget::SetText(). |
1.4.2