Window Class

Definition

Line 28 of System.Screen/Window.cm

Inheritance

Constructors & Destructor

public nothrow Window(ControlCreateParams& createParams)

Member Functions

public virtual nothrow Button* CancelButton() const
public virtual nothrow Button* DefaultButton() const
public nothrow Control* FirstControl() const
public nothrow Control* FirstFocusabledControl() const
public nothrow DialogResult GetDialogResult() const
public override bool HandleWriteScreen(WriteScreenMessage* message)
public nothrow bool IsMainWindow()
public nothrow Control* LastControl() const
public nothrow Control* LastFocusableControl() const
public override void OnKeyPressed(KeyEventArgs& args)
public nothrow void ResetShowingDialog()
public nothrow void SetDialogResult(DialogResult dialogResult_)
public nothrow void SetMainWindow()
public nothrow void SetShowingDialog()
public DialogResult ShowDialog()
public nothrow bool ShowingDialog() const

Member Variables

private DialogResult dialogResult
private WindowFlags flags

Constructor& Destructor Details

Window Constructor

public nothrow Window(ControlCreateParams& createParams)

Definition
Line 30 of System.Screen/Window.cm


Member Function Details

CancelButton Member Function

public virtual nothrow Button* CancelButton()

Definition
Line 57 of System.Screen/Window.cm


DefaultButton Member Function

public virtual nothrow Button* DefaultButton()

Definition
Line 53 of System.Screen/Window.cm


FirstControl Member Function

public nothrow Control* FirstControl()

Definition
Line 74 of System.Screen/Window.cm


FirstFocusabledControl Member Function

public nothrow Control* FirstFocusabledControl()

Definition
Line 100 of System.Screen/Window.cm


GetDialogResult Member Function

public nothrow DialogResult GetDialogResult()

Definition
Line 236 of System.Screen/Window.cm


HandleWriteScreen Member Function

public override bool HandleWriteScreen(WriteScreenMessage* message)

Definition
Line 222 of System.Screen/Window.cm


IsMainWindow Member Function

public nothrow bool IsMainWindow()

Definition
Line 33 of System.Screen/Window.cm


LastControl Member Function

public nothrow Control* LastControl()

Definition
Line 87 of System.Screen/Window.cm


LastFocusableControl Member Function

public nothrow Control* LastFocusableControl()

Definition
Line 113 of System.Screen/Window.cm


OnKeyPressed Member Function

public override void OnKeyPressed(KeyEventArgs& args)

Definition
Line 133 of System.Screen/Window.cm


ResetShowingDialog Member Function

public nothrow void ResetShowingDialog()

Definition
Line 49 of System.Screen/Window.cm


SetDialogResult Member Function

public nothrow void SetDialogResult(DialogResult dialogResult_)

Definition
Line 240 of System.Screen/Window.cm


SetMainWindow Member Function

public nothrow void SetMainWindow()

Definition
Line 37 of System.Screen/Window.cm


SetShowingDialog Member Function

public nothrow void SetShowingDialog()

Definition
Line 45 of System.Screen/Window.cm


ShowDialog Member Function

public DialogResult ShowDialog()

Definition
Line 126 of System.Screen/Window.cm


ShowingDialog Member Function

public nothrow bool ShowingDialog()

Definition
Line 41 of System.Screen/Window.cm