public nothrow | Metrics() |
public void | Calculate(Graphics& graphics) |
public inline nothrow bool | Calculated() const |
public inline nothrow const Size& | DefaultButtonSize() const |
public nothrow SizeElement& | DefaultButtonSizeElement() |
public inline nothrow const Size& | DefaultCheckBoxSize() const |
public inline nothrow const Size& | DefaultControlSpacing() const |
public nothrow SizeElement& | DefaultControlSpacingElement() |
public inline nothrow const Size& | DefaultLabelSize() const |
public nothrow SizeElement& | DefaultLabelSizeElement() |
public inline nothrow const Size& | DefaultListBoxSize() const |
public inline nothrow const Size& | DefaultTextBoxSize() const |
public nothrow SizeElement& | DefaultTextBoxSizeElement() |
public inline nothrow float | DpiX() const |
public inline nothrow float | DpiY() const |
public inline nothrow float | HorizontalPixelsToMM(int pixels) const |
public void | LoadFromFile(const String<char>& fileName) |
public inline nothrow int | MMToHorizontalPixels(float mm) const |
public inline nothrow int | MMToVerticalPixels(float mm) const |
public void | PrintToLog() |
public void | Read(Element* parentElement) |
public void | SaveTofile(const String<char>& fileName, bool setElementValues) |
public nothrow void | SetDefaultButtonSize(const Size& defaultButtonSize_) |
public nothrow void | SetDefaultCheckBoxSize(const Size& defaultCheckBoxSize_) |
public nothrow void | SetDefaultControlSpacing(const Size& defaultControlSpacing_) |
public nothrow void | SetDefaultLabelSize(const Size& defaultLabelSize_) |
public nothrow void | SetDefaultListBoxSize(const Size& defaultListBoxSize_) |
public nothrow void | SetDefaultTextBoxSize(const Size& defaultTextBoxSize_) |
public void | SetElementValues() |
public nothrow void | SetUseDefaults(bool useDefaults_) |
public inline nothrow bool | UseDefaults() const |
public inline nothrow float | VerticalPixelsToMM(int pixels) const |
public void | Write(Element* parentElement) |
private bool | calculated |
private Size | defaultButtonSize |
private SizeElement | defaultButtonSizeElement |
private Size | defaultCheckBoxSize |
private SizeElement | defaultCheckBoxSizeElement |
private Size | defaultControlSpacing |
private SizeElement | defaultControlSpacingElement |
private Size | defaultLabelSize |
private SizeElement | defaultLabelSizeElement |
private Size | defaultListBoxSize |
private SizeElement | defaultListBoxSizeElement |
private Size | defaultTextBoxSize |
private SizeElement | defaultTextBoxSizeElement |
private float | dpiX |
private float | dpiY |
private bool | useDefaults |