isOpen method

bool isOpen ()

Returns true if the dialog is open.

Implementation

bool isOpen() {
  return isopen;
}