/** * zeichnet das Fenster. * * @author OLiver */ bool Window::Draw(void) { if(visible) return Draw_(); return true; }
/** * zeichnet das Fenster. */ bool Window::Draw() { if(visible_) return Draw_(); return true; }