![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <PartialLayoutManager.hpp>
Public Member Functions | |
| PartialLayoutManager (LayoutBox &layout) | |
| virtual | ~PartialLayoutManager () |
| void | SetCurrentSel (uint curr) |
| void | SetEnable (bool state) |
| void | SetSize (float size) |
| void | AddItem (IWidget *item) |
| uint | GetSize () const |
| void | Refresh () |
| void | Clear () |
Private Member Functions | |
| DISALLOW_COPY (PartialLayoutManager) | |
Private Attributes | |
| uint | cursorCurSel_ |
| uint | itemCount_ |
| float | size_ |
| LayoutBox * | layout_ |
| collection::Array< IWidget * > | stock_ |
| collection::Array< IWidget * > | itemz_ |
| bool | isEnable_ |
| float | widthItem_ |
Definition at line 11 of file PartialLayoutManager.hpp.
| yap::PartialLayoutManager::PartialLayoutManager | ( | LayoutBox & | layout | ) |
Definition at line 8 of file PartialLayoutManager.cpp.
|
virtual |
Definition at line 20 of file PartialLayoutManager.cpp.
| void yap::PartialLayoutManager::AddItem | ( | IWidget * | item | ) |
Definition at line 59 of file PartialLayoutManager.cpp.
| void yap::PartialLayoutManager::Clear | ( | ) |
Definition at line 81 of file PartialLayoutManager.cpp.
|
private |
| uint yap::PartialLayoutManager::GetSize | ( | ) | const |
Definition at line 76 of file PartialLayoutManager.cpp.
| void yap::PartialLayoutManager::Refresh | ( | ) |
Definition at line 28 of file PartialLayoutManager.cpp.
| void yap::PartialLayoutManager::SetCurrentSel | ( | uint | curr | ) |
Definition at line 64 of file PartialLayoutManager.cpp.
| void yap::PartialLayoutManager::SetEnable | ( | bool | state | ) |
| void yap::PartialLayoutManager::SetSize | ( | float | size | ) |
Definition at line 69 of file PartialLayoutManager.cpp.
|
private |
Definition at line 28 of file PartialLayoutManager.hpp.
|
private |
Definition at line 36 of file PartialLayoutManager.hpp.
|
private |
Definition at line 29 of file PartialLayoutManager.hpp.
|
private |
Definition at line 35 of file PartialLayoutManager.hpp.
|
private |
Definition at line 32 of file PartialLayoutManager.hpp.
|
private |
Definition at line 30 of file PartialLayoutManager.hpp.
|
private |
Definition at line 34 of file PartialLayoutManager.hpp.
|
private |
Definition at line 37 of file PartialLayoutManager.hpp.