#include <driversettings.h>
Public Member Functions | |
| bool | IsConsistent () const |
Public Attributes | |
| bool | m_enabled |
| Is primary output enabled? If disabled, rendering won't occur. | |
| std::string | m_file |
| Name of the output image file. | |
| int | m_width |
| int | m_height |
| Dimensions of the ouput image. | |
Definition at line 49 of file driversettings.h.
|
|
Definition at line 58 of file driversettings.cpp. References IsFileWritable(), m_enabled, m_file, m_height, and m_width. Referenced by toxic::DriverSettings::IsConsistent(). |
|
|
Is primary output enabled? If disabled, rendering won't occur.
Definition at line 50 of file driversettings.h. Referenced by toxic::DriverSettingsWrapper::Defaults(), IsConsistent(), main(), toxic::CLParser::opt_skip_render(), and toxic::DriverSettingsWrapper::Print(). |
|
|
Name of the output image file.
Definition at line 51 of file driversettings.h. Referenced by toxic::DriverSettingsWrapper::Defaults(), IsConsistent(), main(), toxic::CLParser::opt_output(), and toxic::DriverSettingsWrapper::Print(). |
|
|
Dimensions of the ouput image.
Definition at line 52 of file driversettings.h. Referenced by toxic::DriverSettingsWrapper::Defaults(), IsConsistent(), main(), toxic::CLParser::opt_height(), and toxic::DriverSettingsWrapper::Print(). |
|
|
Definition at line 52 of file driversettings.h. Referenced by toxic::DriverSettingsWrapper::Defaults(), IsConsistent(), main(), toxic::CLParser::opt_width(), and toxic::DriverSettingsWrapper::Print(). |
1.3.6