xtd
0.2.0
xtd.forms
include
xtd
forms
form_collection.h
Go to the documentation of this file.
1
#pragma once
5
#include "
form.h
"
6
#include <functional>
7
#include <vector>
8
10
namespace
xtd
{
12
namespace
forms
{
22
using
form_collection
= std::vector<std::reference_wrapper<form>>;
23
}
24
}
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition:
system_report.h:17
xtd::forms::form_collection
std::vector< std::reference_wrapper< form > > form_collection
Represents a collection of form objects.
Definition:
form_collection.h:22
form.h
Contains xtd::forms::form container.
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition:
about_box.h:13
Generated on Mon Oct 9 2023 14:41:58 for xtd by
Gammasoft
. All rights reserved.