Commit Graph

11 Commits

Author SHA1 Message Date
wmayer
c016f1c1fb Gui: modernize C++: use equals default 2023-08-20 18:12:43 +02:00
wmayer
b3372a5205 Gui: [skip ci] fix several warnings reported by GH Actions 2022-11-06 15:53:18 +01:00
berniev
75acacd1b7 Gui: Use auto and range-based for (#7481)
* On lines where the variable type is obvious from inspection, avoid repeating the type using auto. 
* When possible use a ranged for loop instead of begin() and end() iterators
2022-09-14 13:25:13 -05:00
wmayer
9b2b0e0acf modernize C++: replace boost::function with std::function 2022-06-30 20:31:55 +02:00
Uwe
4f5283744a [Gui] ActiveObjectList etc.: remove unused includes 2022-03-03 02:08:19 +01:00
wmayer
b01a51dbf5 extend API of TimerFunction class 2017-04-01 16:39:44 +02:00
wmayer
47847513a8 extend API of TimerFunction class 2017-03-31 22:18:06 +02:00
wmayer
8924cb194e avoid changing scenegraph while traversing it 2017-01-13 22:01:47 +01:00
wmayer
9ce46db813 + extend ActionFunction and use in mesh view provider 2015-03-31 01:02:16 +02:00
wmayer
bbb3e3f459 + fix build failure with gcc 2015-03-30 23:16:28 +02:00
wmayer
018854360d + implement mechanism to connect QAction signal with class method 2015-03-30 23:06:35 +02:00