Support Forum       G3D Web Page     
Public Member Functions | Public Attributes | List of all members
G3D::GApp::Settings::ScreenCaptureSettings Class Reference

Public Member Functions

 ScreenCaptureSettings ()
 

Public Attributes

bool addFilesToSourceControl = true
 When true, capture journal entries will be allowed to add to source control. More...
 
String filenamePrefix
 Prefix added to all capture filenames. More...
 
bool includeAppRevision = false
 Include the version number of the project in the filename. More...
 
bool includeG3DRevision = false
 
String outputDirectory
 Directory in which all screen captures (screenshots, video) are saved. More...
 

Constructor & Destructor Documentation

◆ ScreenCaptureSettings()

G3D::GApp::Settings::ScreenCaptureSettings::ScreenCaptureSettings ( )

Member Data Documentation

◆ addFilesToSourceControl

bool G3D::GApp::Settings::ScreenCaptureSettings::addFilesToSourceControl = true

When true, capture journal entries will be allowed to add to source control.

Currently supports Subversion (svn) and Git (git). Will not trigger a commit or push.

Defaults to true, but will be forced to false and disabled if SCM command-line tools are not present or the outputDirectory is not under version control.

◆ filenamePrefix

String G3D::GApp::Settings::ScreenCaptureSettings::filenamePrefix

Prefix added to all capture filenames.

Defaults to the application name. Regardless of this prefix, the date and a unique integer will always be appended.

◆ includeAppRevision

bool G3D::GApp::Settings::ScreenCaptureSettings::includeAppRevision = false

Include the version number of the project in the filename.

Defaults to false. Can be changed in app settings, but will be forced to false and disabled if SCM command-line tools are not present or the outputDirectory is not under version control.

◆ includeG3DRevision

bool G3D::GApp::Settings::ScreenCaptureSettings::includeG3DRevision = false

◆ outputDirectory

String G3D::GApp::Settings::ScreenCaptureSettings::outputDirectory

Directory in which all screen captures (screenshots, video) are saved.

Defaults to current directory.


documentation generated on Wed Nov 24 2021 08:01:56 using doxygen 1.8.15