![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <QComboBox>#include <QHBoxLayout>#include <QSignalSpy>#include "common/OptionArray.hpp"#include "common/OptionT.hpp"#include "common/StringConversion.hpp"#include "common/URI.hpp"#include "ui/graphics/GraphicalRestrictedList.hpp"#include "test/ui/Application.hpp"Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Test module for the GUI GraphicalRestrictedList class" |
Functions | |
| QComboBox * | find_combo_box (const GraphicalRestrictedList *value) |
| BOOST_AUTO_TEST_CASE (init) | |
| BOOST_AUTO_TEST_CASE (constructor) | |
| BOOST_AUTO_TEST_CASE (set_value) | |
| BOOST_AUTO_TEST_CASE (value) | |
| BOOST_AUTO_TEST_CASE (signal_emitting) | |
| BOOST_AUTO_TEST_CASE (value_string) | |
| BOOST_AUTO_TEST_CASE (is_modified) | |
| BOOST_AUTO_TEST_CASE (set_restricted_list) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-ui-graphics-restricted-list.cpp.
| #define BOOST_TEST_MODULE "Test module for the GUI GraphicalRestrictedList class" |
Definition at line 8 of file utest-ui-graphics-restricted-list.cpp.
| BOOST_AUTO_TEST_CASE | ( | init | ) |
Definition at line 59 of file utest-ui-graphics-restricted-list.cpp.
| BOOST_AUTO_TEST_CASE | ( | constructor | ) |
Definition at line 76 of file utest-ui-graphics-restricted-list.cpp.
| BOOST_AUTO_TEST_CASE | ( | set_value | ) |
Definition at line 110 of file utest-ui-graphics-restricted-list.cpp.
| BOOST_AUTO_TEST_CASE | ( | value | ) |
Definition at line 151 of file utest-ui-graphics-restricted-list.cpp.
| BOOST_AUTO_TEST_CASE | ( | signal_emitting | ) |
Definition at line 179 of file utest-ui-graphics-restricted-list.cpp.
| BOOST_AUTO_TEST_CASE | ( | value_string | ) |
Definition at line 226 of file utest-ui-graphics-restricted-list.cpp.
| BOOST_AUTO_TEST_CASE | ( | is_modified | ) |
Definition at line 246 of file utest-ui-graphics-restricted-list.cpp.
| BOOST_AUTO_TEST_CASE | ( | set_restricted_list | ) |
Definition at line 273 of file utest-ui-graphics-restricted-list.cpp.
| QComboBox* find_combo_box | ( | const GraphicalRestrictedList * | value | ) |
Definition at line 31 of file utest-ui-graphics-restricted-list.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |