- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [Class List](annotated.md)
- [Alphabetical List](classes.md)
- [Class Hierarchy](hierarchy.md)
- [Class Members](functions.md)
NewOutputSettings Class Reference¶
#include <RenderS2.h>
Public Types |
|
| enum | { RANGE, CUSTOM } |
| enum | { RES_MINI, RES_LOW, RES_TGA, RES_VGA, RES_PAR, RES_DV, RES_D1NTSC, RES_D1PAL, RES_HDTV720P, RES_HDTV1080, RES_PANAVISION, RES_VISTAVISION, RES_SUPER35, RES_CUSTOM } |
| enum | { GAMMA_NONE, GAMMA_MONITOR, GAMMA_NTSC, GAMMA_CRT, GAMMA_CUSTOM } |
| enum | { LIGHTBUFFERS_SINGLE, LIGHTBUFFERS_ONEORCHORS, LIGHTBUFFERS_ALL } |
Public Member Functions |
|
| NewOutputSettings () | |
| NewOutputSettings (NewOutputSettings &other) | |
| virtual | ~NewOutputSettings () |
| NewOutputSettings & | operator= (NewOutputSettings &other) |
| void | FormatToExtensionAndIIO () |
| ImageIORegistration * | GetImageIOReg () |
| virtual Property * | MakeCopy () |
| virtual void | Copy (const Property *property) |
| virtual void | CopyNoChildren (const Property *property) |
| virtual void | ShowVisibleProperties (Property *dueto=NULL) |
| virtual void | Init (PropertyInfo *propertyinfo, TreeObject *parent=NULL, BOOL isnull=FALSE, BOOL isloadpropertyinfo=FALSE) |
| void | MyInit () |
| virtual Property * | GetPropertyAt (int i) |
| virtual BOOL | OnPtrMessage (PtrMessage ptrmessage, HashPtrObject **ptruplink, LONG lparam, Time time=0) |
| void | LoadPrefs (const String &key) |
| void | SetFormatFromExtension () |
| ImageIORegistration * | GetPreferedIIO () |
| void | SetPreferedIIO (ImageIORegistration *iioreg) |
Public Attributes |
|
| CategoryProperty< TypeProperty > | m_renderformat |
| ButtonProperty | m_saveoptionssettings |
| FilenameProperty | m_filename |
| CategoryProperty< TypeProperty > | m_rangetype |
| TimeProperty | m_start |
| TimeProperty | m_end |
| IntProperty | m_step |
| CustomRangeProperty | m_customrange |
| IntProperty | m_fps |
| CategoryProperty< TypeProperty > | m_renderresolution |
| IntProperty | m_renderwidth |
| IntProperty | m_renderheight |
| FloatProperty | m_renderaspect |
| CategoryProperty< TypeProperty > | m_gammapreset |
| FloatProperty | m_gamma |
| BoolProperty | m_isframeburn |
| CategoryProperty< Property > | m_buffers |
| CategoryProperty< BoolProperty > |
|