isOpen method

bool isOpen()

isOpen Returns whether the dialog box is open.

Implementation

bool isOpen() {
  return _dialogIsOpen;
}