COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <QCheckBox>
#include <QHBoxLayout>
#include <QSignalSpy>
#include <QTest>
#include "common/OptionArray.hpp"
#include "common/OptionT.hpp"
#include "common/StringConversion.hpp"
#include "common/URI.hpp"
#include "ui/graphics/GraphicalBool.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 GraphicalBool class" |
Functions | |
QCheckBox * | find_check_box (const GraphicalBool *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) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-ui-graphics-bool.cpp.
#define BOOST_TEST_MODULE "Test module for the GUI GraphicalBool class" |
Definition at line 8 of file utest-ui-graphics-bool.cpp.
BOOST_AUTO_TEST_CASE | ( | init | ) |
Definition at line 60 of file utest-ui-graphics-bool.cpp.
BOOST_AUTO_TEST_CASE | ( | constructor | ) |
Definition at line 77 of file utest-ui-graphics-bool.cpp.
BOOST_AUTO_TEST_CASE | ( | set_value | ) |
Definition at line 99 of file utest-ui-graphics-bool.cpp.
BOOST_AUTO_TEST_CASE | ( | value | ) |
Definition at line 158 of file utest-ui-graphics-bool.cpp.
BOOST_AUTO_TEST_CASE | ( | signal_emitting | ) |
Definition at line 181 of file utest-ui-graphics-bool.cpp.
BOOST_AUTO_TEST_CASE | ( | value_string | ) |
Definition at line 222 of file utest-ui-graphics-bool.cpp.
BOOST_AUTO_TEST_CASE | ( | is_modified | ) |
Definition at line 237 of file utest-ui-graphics-bool.cpp.
QCheckBox* find_check_box | ( | const GraphicalBool * | value | ) |
Definition at line 32 of file utest-ui-graphics-bool.cpp.
Send comments to: COOLFluiD Web Admin |