![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <QComboBox>#include <QLineEdit>#include <QHBoxLayout>#include <QSignalSpy>#include <QTest>#include "math/Consts.hpp"#include "ui/graphics/GraphicalUri.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 GraphicalString class" |
Functions | |
| QWidget * | find_widget (const GraphicalUri *value, int index) |
| QLineEdit * | find_line_edit (const GraphicalUri *value) |
| QComboBox * | find_combo_box (const GraphicalUri *value) |
| BOOST_AUTO_TEST_CASE (init) | |
| BOOST_AUTO_TEST_CASE (constructor) | |
| BOOST_AUTO_TEST_CASE (set_schemes) | |
| 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) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-ui-graphics-uri.cpp.
| #define BOOST_TEST_MODULE "Test module for the GUI GraphicalString class" |
Definition at line 8 of file utest-ui-graphics-uri.cpp.
| BOOST_AUTO_TEST_CASE | ( | init | ) |
Definition at line 86 of file utest-ui-graphics-uri.cpp.
| BOOST_AUTO_TEST_CASE | ( | constructor | ) |
Definition at line 104 of file utest-ui-graphics-uri.cpp.
| BOOST_AUTO_TEST_CASE | ( | set_schemes | ) |
Definition at line 127 of file utest-ui-graphics-uri.cpp.
| BOOST_AUTO_TEST_CASE | ( | set_value | ) |
Definition at line 176 of file utest-ui-graphics-uri.cpp.
| BOOST_AUTO_TEST_CASE | ( | value | ) |
Definition at line 213 of file utest-ui-graphics-uri.cpp.
| BOOST_AUTO_TEST_CASE | ( | signal_emitting | ) |
Definition at line 256 of file utest-ui-graphics-uri.cpp.
| BOOST_AUTO_TEST_CASE | ( | value_string | ) |
Definition at line 300 of file utest-ui-graphics-uri.cpp.
| BOOST_AUTO_TEST_CASE | ( | is_modified | ) |
Definition at line 315 of file utest-ui-graphics-uri.cpp.
| QComboBox* find_combo_box | ( | const GraphicalUri * | value | ) |
Definition at line 66 of file utest-ui-graphics-uri.cpp.
| QLineEdit* find_line_edit | ( | const GraphicalUri * | value | ) |
Definition at line 50 of file utest-ui-graphics-uri.cpp.
| QWidget* find_widget | ( | const GraphicalUri * | value, |
| int | index | ||
| ) |
Definition at line 31 of file utest-ui-graphics-uri.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |