GigaSphere
360 Tiled panorama engine
Loading...
Searching...
No Matches
ResolutionOverride Class Reference

Represents an override for resolution settings, including level and resolution values. More...

Public Member Functions

string GetResolutionString ()
 Gets the resolution as a string, returning "None" if null.
 
void SetResolutionFromString (string value)
 Sets the resolution from a string, handling "None" case.
 

Public Attributes

int level = 0
 

Properties

int? resolution [get, set]
 Gets or sets the resolution value. Can be null to indicate "None" type.
 

Detailed Description

Represents an override for resolution settings, including level and resolution values.

This class is used to specify custom resolution settings (resolution overrides) in splitter window. The resolution can be set to null to indicate "None" type.

Member Function Documentation

◆ GetResolutionString()

string ResolutionOverride.GetResolutionString ( )
inline

Gets the resolution as a string, returning "None" if null.

◆ SetResolutionFromString()

void ResolutionOverride.SetResolutionFromString ( string value)
inline

Sets the resolution from a string, handling "None" case.

Member Data Documentation

◆ level

int ResolutionOverride.level = 0

Property Documentation

◆ resolution

int? ResolutionOverride.resolution
getset

Gets or sets the resolution value. Can be null to indicate "None" type.


The documentation for this class was generated from the following file: