mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 04:54:15 +00:00
reorder methods
This commit is contained in:
parent
df8f249f1c
commit
cb537dddd2
@ -107,22 +107,6 @@ void Tab::close_all()
|
||||
}
|
||||
}
|
||||
|
||||
void Tab::update(
|
||||
const int & PAGE_NUMBER
|
||||
) {
|
||||
auto pageWidget = get_nth_page(
|
||||
PAGE_NUMBER
|
||||
);
|
||||
|
||||
if (pageWidget != nullptr)
|
||||
{
|
||||
pageWidget->activate_action(
|
||||
"page.update"
|
||||
);
|
||||
}
|
||||
|
||||
} // @TODO
|
||||
|
||||
void Tab::refresh(
|
||||
const int & PAGE_NUMBER
|
||||
) {
|
||||
@ -154,4 +138,20 @@ void Tab::refresh(
|
||||
|
||||
// Refresh children widgets
|
||||
tabPage->refresh();
|
||||
}
|
||||
}
|
||||
|
||||
void Tab::update(
|
||||
const int & PAGE_NUMBER
|
||||
) {
|
||||
auto pageWidget = get_nth_page(
|
||||
PAGE_NUMBER
|
||||
);
|
||||
|
||||
if (pageWidget != nullptr)
|
||||
{
|
||||
pageWidget->activate_action(
|
||||
"page.update"
|
||||
);
|
||||
}
|
||||
|
||||
} // @TODO
|
Loading…
x
Reference in New Issue
Block a user