A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Loading...
Searching...
No Matches
gtk-config-store.h
Go to the documentation of this file.
1
/*
2
* SPDX-License-Identifier: GPL-2.0-only
3
*
4
* Authors: Faker Moatamri <faker.moatamri@sophia.inria.fr>
5
* Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
6
*/
7
8
#ifndef GTK_CONFIG_STORE_H
9
#define GTK_CONFIG_STORE_H
10
11
namespace
ns3
12
{
13
14
/**
15
* \ingroup configstore
16
* \brief A class that provides a GTK-based front end to ns3::ConfigStore
17
*
18
*/
19
class
GtkConfigStore
20
{
21
public
:
22
GtkConfigStore
();
23
24
/**
25
* Process default values
26
*/
27
void
ConfigureDefaults
();
28
/**
29
* Process attribute values
30
*/
31
void
ConfigureAttributes
();
32
};
33
34
}
// namespace ns3
35
36
#endif
/* GTK_CONFIG_STORE_H */
ns3::GtkConfigStore
A class that provides a GTK-based front end to ns3::ConfigStore.
Definition
gtk-config-store.h:20
ns3::GtkConfigStore::ConfigureDefaults
void ConfigureDefaults()
Process default values.
Definition
gtk-config-store.cc:27
ns3::GtkConfigStore::ConfigureAttributes
void ConfigureAttributes()
Process attribute values.
Definition
gtk-config-store.cc:76
ns3::GtkConfigStore::GtkConfigStore
GtkConfigStore()
Definition
gtk-config-store.cc:22
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
config-store
model
gtk-config-store.h
Generated on Fri Nov 8 2024 13:58:59 for ns-3 by
1.11.0