class
OvNewViewCmd
: public
NewViewCmd
(Return to index)
derived new-view command.
Type:
Instantiable
Base Classes:
public
NewViewCmd
Derived Classes
Include file:
OverlayUnidraw/ovcmds.h
Public:
virtual
Command
*
Copy
()
virtual void
Execute
()
create new view by constructing an
OverlayEditor
and asking the unidraw object to open it.
virtual ClassId
GetClassId
()
virtual boolean
IsA
(ClassId)
OvNewViewCmd
(
ControlInfo
*, const char* display=nil)
OvNewViewCmd
(
Editor
* = nil, const char* display=nil)
void
clr_display
()
clear alternate X11 display to attempt opening new view upon.
static
OvNewViewCmd
*
default_instance
()
return default instance of this command.
static void
default_instance
(
OvNewViewCmd
* cmd)
set default instance of this command.
const char*
display
()
return alternate X11 display string.
void
display
(const char*)
set alternate X11 display string.
void
set_display
()
prompt for alternate X11 display to attempt opening new view upon.
virtual
~OvNewViewCmd
()
Protected:
static
OvNewViewCmd
*
_default
char *
_display
(more documentation)