xtd
0.2.0
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
form_collection.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "
form.h
"
6
#include <functional>
7
#include <vector>
8
10
namespace
xtd
{
12
namespace
forms
{
24
using
form_collection
= std::vector<std::reference_wrapper<form>>;
25
}
26
}
xtd::forms::form_collection
std::vector< std::reference_wrapper< form > > form_collection
Represents a collection of form objects.
Definition
form_collection.h:24
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
xtd_about_box.h:12
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
form.h
Contains xtd::forms::style_sheets::form alias.
Generated on Sun Nov 17 2024 19:43:53 for xtd by
Gammasoft
. All rights reserved.