SceneSwitcher/src/headers
WarmUpTill 38161f63a3 Add helper getDataFilePath()
Used to get absolute file path to files in the plugin's data directory
2021-06-03 10:19:19 -07:00
..
advanced-scene-switcher.hpp Add option to not scene change msg via network tab 2021-05-25 10:18:36 -07:00
curl-helper.hpp Refactor, fixes and maximized option for title tab (#40) 2020-09-25 21:42:58 +02:00
duration-control.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-action-audio.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-edit.hpp Adjust to section widget rework 2021-05-28 10:23:24 -07:00
macro-action-filter.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-macro.hpp Rename MacroActionPause and add action to reset macro counter 2021-05-27 12:05:44 -07:00
macro-action-media.hpp Add macro action "media" 2021-05-22 10:48:52 -07:00
macro-action-plugin-state.hpp Add macro action "plugin-state" 2021-05-28 10:23:35 -07:00
macro-action-recording.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-replay-buffer.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-run.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-scene-switch.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-scene-visibility.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-source.hpp Add ability to set source settings to macro action "source" 2021-05-29 06:48:18 -07:00
macro-action-streaming.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-action-wait.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-audio.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-counter.hpp Fix conditions and actions referencing macros not loading correctly 2021-05-27 12:05:44 -07:00
macro-condition-edit.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-file.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-idle.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-interval.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-media.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-plugin-state.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-process.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-recording.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-region.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-condition-scene.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-source.hpp Remove unused include 2021-05-29 06:48:18 -07:00
macro-condition-streaming.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-video.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
macro-condition-window.hpp Switch to using string as ids for actions and conditions 2021-05-22 03:07:09 -07:00
macro-selection.hpp Add MacroSelection widget 2021-05-27 12:05:44 -07:00
macro.hpp Add generic time constraint to macro conditions 2021-06-03 10:19:19 -07:00
name-dialog.hpp Add Macro tab (#170) 2021-05-14 16:37:01 +02:00
platform-funcs.hpp Move functions not required in advanced-scene-switcher.hpp 2021-05-24 07:29:56 -07:00
scene-group.hpp Use more const refs where applicable 2021-05-23 17:52:15 -07:00
scene-trigger.hpp Add scene trigger for starting and stopping the scene switcher (#129) 2021-02-23 21:00:25 +01:00
screenshot-helper.hpp Move AdvSSScreenshotObj to separate files 2021-05-04 11:32:45 -07:00
section.hpp Do not trigger resize if section is collapsed 2021-05-30 11:05:12 -07:00
switch-audio.hpp Use Duration class and DurationSelection widget 2021-05-04 11:32:45 -07:00
switch-executable.hpp Add scene groups and rework save and load (#103) 2021-01-23 17:39:35 +01:00
switch-file.hpp Add scene groups and rework save and load (#103) 2021-01-23 17:39:35 +01:00
switch-generic.hpp Add scene-group.hpp include to switch-generic 2021-05-04 11:32:45 -07:00
switch-idle.hpp allow selection of previous scene for exe,file,region,window and scene group for idle switches (#106) 2021-01-23 23:21:59 +01:00
switch-media.hpp Minor style changes (#114) 2021-02-03 20:27:25 +01:00
switch-network.hpp Add option to not scene change msg via network tab 2021-05-25 10:18:36 -07:00
switch-pause.hpp Add video tab (#131) 2021-03-05 14:08:17 +01:00
switch-random.hpp Add scene groups and rework save and load (#103) 2021-01-23 17:39:35 +01:00
switch-screen-region.hpp Specify scenes to exclude from Region triggers (#111) 2021-02-03 19:49:18 +01:00
switch-sequence.hpp Use Duration class and DurationSelection widget 2021-05-04 11:32:45 -07:00
switch-time.hpp Add scene groups and rework save and load (#103) 2021-01-23 17:39:35 +01:00
switch-transitions.hpp Adjust default setting values of transition tab 2021-05-04 11:32:45 -07:00
switch-video.hpp Move AdvSSScreenshotObj to separate files 2021-05-04 11:32:45 -07:00
switch-window.hpp Add scene groups and rework save and load (#103) 2021-01-23 17:39:35 +01:00
switcher-data-structs.hpp Use more const refs where applicable 2021-05-23 17:52:15 -07:00
utility.hpp Add helper getDataFilePath() 2021-06-03 10:19:19 -07:00
version.h Add version info log (#61) 2020-11-15 20:34:11 +01:00
volume-control.hpp Add audio tab (#36) 2020-09-21 00:52:42 +02:00