GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
IteratorsFunctionality.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
BaseComponents/BaseComponent.h
"
4
5
namespace
gui_framework
6
{
7
namespace
iterators
8
{
9
namespace
utility
10
{
11
void
getNextComponent
(
BaseComponent
*& currentComponent, std::stack<BaseComponent*>& parents, std::stack<size_t>& indices);
12
}
13
}
14
}
BaseComponent.h
gui_framework::BaseComponent
Base class for all windows, controls, etc.
Definition
BaseComponent.h:17
gui_framework::iterators::utility::getNextComponent
void getNextComponent(BaseComponent *¤tComponent, stack< BaseComponent * > &parents, stack< size_t > &indices)
Definition
IteratorsFunctionality.cpp:13
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
BaseComposites
Iterators
IteratorsFunctionality.h
Generated by
1.12.0