Closed rainman110 closed 4 months ago
In GitLab by @jensschmeink on Feb 8, 2024, 07:21
added 1 commit
In GitLab by @jensschmeink on Feb 8, 2024, 07:22
marked this merge request as ready
In GitLab by @jensschmeink on Feb 8, 2024, 07:22
approved this merge request
In GitLab by @jensschmeink on Feb 8, 2024, 14:00
Commented on src/module/utilities/gtpy_decorator.h line 362
#if GT_VERSION >= 0x020000
In GitLab by @jensschmeink on Feb 8, 2024, 14:00
Commented on src/module/utilities/gtpy_decorator.h line 392
#endif
In GitLab by @jensschmeink on Feb 8, 2024, 14:01
Commented on src/module/utilities/gtpy_decorator.cpp line 900
#if GT_VERSION >= 0x020000
In GitLab by @jensschmeink on Feb 8, 2024, 14:01
Commented on src/module/utilities/gtpy_decorator.cpp line 953
#endif
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
Commented on src/module/utilities/gtpy_decorator.cpp line 27
#include "gt_project.h"
#include "gt_task.h"
#include "gt_coreprocessexecutor.h"
#include "gt_calculator.h"
#include "gt_objectlinkproperty.h"
#include "gt_abstractrunnable.h"
#if GT_VERSION >= 0x020000
#include "gt_structproperty.h"
#include "gt_propertystructcontainer.h"
#endif
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
resolved all threads
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
resolved all threads
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
resolved all threads
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
resolved all threads
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
resolved all threads
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
Commented on src/module/utilities/gtpy_decorator.h line 362
changed this line in version 2 of the diff
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
Commented on src/module/utilities/gtpy_decorator.h line 392
changed this line in version 2 of the diff
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
Commented on src/module/utilities/gtpy_decorator.cpp line 900
changed this line in version 2 of the diff
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
Commented on src/module/utilities/gtpy_decorator.cpp line 953
changed this line in version 2 of the diff
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
Commented on src/module/utilities/gtpy_decorator.cpp line 27
changed this line in version 2 of the diff
In GitLab by @jensschmeink on Feb 8, 2024, 14:02
added 1 commit
In GitLab by @jensschmeink on Feb 8, 2024, 14:58
requested review from @marvinoe21 and @real-ct-ac
In GitLab by @jensschmeink on Mar 5, 2024, 12:21
requested review from @rainman110
I would rename this to getPropertyContainerVal
or similar. I would remove the word "struct".
?
Same as above, use the name property container.
In GitLab by @jensschmeink on Mar 5, 2024, 14:31
Commented on src/module/utilities/gtpy_decorator.h line 376
changed this line in version 3 of the diff
In GitLab by @jensschmeink on Mar 5, 2024, 14:31
Commented on src/module/utilities/gtpy_decorator.h line 559
changed this line in version 3 of the diff
In GitLab by @jensschmeink on Mar 5, 2024, 14:31
Commented on src/module/utilities/gtpy_decorator.h line 390
changed this line in version 3 of the diff
In GitLab by @jensschmeink on Mar 5, 2024, 14:31
added 1 commit
In GitLab by @jensschmeink on Mar 5, 2024, 14:32
@rainman110 I cleaned up the code and renamed as you suggested
approved this merge request
mentioned in commit 7717d9e9095013c7453d465dfa66875d1a23de22
In GitLab by @jensschmeink on Feb 8, 2024, 07:08
Merges 254-add-decorator-functions-to-access-structproperties-in-a-nice-way -> master
Closes #254