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
4
5namespace 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}
Base class for all windows, controls, etc.
void getNextComponent(BaseComponent *&currentComponent, stack< BaseComponent * > &parents, stack< size_t > &indices)