properties-cpp
0.0.1
A very simple convenience library for handling properties and signals in C++11.
|
Go to the source code of this file.
Functions | |
TEST (Property, default_construction_yields_default_value) | |
TEST (Property, copy_construction_yields_correct_value) | |
TEST (Property, assignment_operator_for_properties_works) | |
TEST (Property, assignment_operator_for_raw_values_works) | |
TEST (Property, equality_operator_for_properties_works) | |
TEST (Property, equality_operator_for_raw_values_works) | |
TEST (Property, signal_changed_is_emitted_with_correct_value_for_set) | |
TEST (Property, signal_changed_is_emitted_with_correct_value_for_assignment) | |
TEST (Property, signal_changed_is_emitted_with_correct_value_for_update) | |
TEST (Property, cursor_position_changes_are_transported_correctly) | |
TEST (Property, chaining_properties_works) | |
TEST (Property, getter_is_invoked_for_get_operations) | |
TEST (Property, setter_is_invoked_for_set_operations) | |
TEST | ( | Property | , |
assignment_operator_for_properties_works | |||
) |
Definition at line 43 of file properties_test.cpp.
References core::Property< T >::get().
TEST | ( | Property | , |
assignment_operator_for_raw_values_works | |||
) |
Definition at line 53 of file properties_test.cpp.
References core::Property< T >::get().
TEST | ( | Property | , |
chaining_properties_works | |||
) |
Definition at line 170 of file properties_test.cpp.
References core::Property< T >::get(), and core::Property< T >::set().
TEST | ( | Property | , |
copy_construction_yields_correct_value | |||
) |
Definition at line 34 of file properties_test.cpp.
TEST | ( | Property | , |
cursor_position_changes_are_transported_correctly | |||
) |
Definition at line 153 of file properties_test.cpp.
TEST | ( | Property | , |
default_construction_yields_default_value | |||
) |
Definition at line 23 of file properties_test.cpp.
References core::Property< T >::get().
TEST | ( | Property | , |
equality_operator_for_properties_works | |||
) |
Definition at line 62 of file properties_test.cpp.
TEST | ( | Property | , |
equality_operator_for_raw_values_works | |||
) |
Definition at line 72 of file properties_test.cpp.
TEST | ( | Property | , |
getter_is_invoked_for_get_operations | |||
) |
Definition at line 181 of file properties_test.cpp.
References core::Property< T >::get(), and core::Property< T >::install().
TEST | ( | Property | , |
setter_is_invoked_for_set_operations | |||
) |
Definition at line 197 of file properties_test.cpp.
References core::Property< T >::install(), and core::Property< T >::set().
TEST | ( | Property | , |
signal_changed_is_emitted_with_correct_value_for_assignment | |||
) |
Definition at line 113 of file properties_test.cpp.
References core::Property< T >::changed().
TEST | ( | Property | , |
signal_changed_is_emitted_with_correct_value_for_set | |||
) |
Definition at line 100 of file properties_test.cpp.
References core::Property< T >::changed(), and core::Property< T >::set().
TEST | ( | Property | , |
signal_changed_is_emitted_with_correct_value_for_update | |||
) |
Definition at line 127 of file properties_test.cpp.
References core::Property< T >::changed(), and core::Property< T >::update().