GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
libraries
>
USER_INTERFACE
+
Point of view
All features
ANY
All features
expanded class USER_INTERFACE
Summary
top
Direct parents
Insert list:
NCURSES_HANDLER
Overview
top
Features
{
ANY
}
run_curses
(app:
UI_APPLICATION
)
Create a new Curses user interface and run an internal stack
start_curses
(app:
UI_APPLICATION
, stack:
LOOP_STACK
)
Create a new Curses user interface, add it to the provided stack, *and* run the stack.
run_readline
(app:
UI_APPLICATION
)
Create a new GNU Readline user interface and run an internal stack
stack_readline
(app:
UI_APPLICATION
, stack:
LOOP_STACK
)
Create a new GNU Readline user interface and add it to the provided stack
run_web
(app:
UI_APPLICATION
)
Create a new Web user interface (actually a web server) and run an internal stack
stack_web
(app:
UI_APPLICATION
, stack:
LOOP_STACK
)
Create a new Web user interface (actually a web server) and add it to the provided stack
run_curses
(app:
UI_APPLICATION
)
effective procedure
{
ANY
}
top
Create a new Curses user interface and run an internal stack
start_curses
(app:
UI_APPLICATION
, stack:
LOOP_STACK
)
effective procedure
{
ANY
}
top
Create a new Curses user interface, add it to the provided stack, *and* run the stack.
(The loop stack is controlled by the ncurses framework)
run_readline
(app:
UI_APPLICATION
)
effective procedure
{
ANY
}
top
Create a new GNU Readline user interface and run an internal stack
stack_readline
(app:
UI_APPLICATION
, stack:
LOOP_STACK
)
effective procedure
{
ANY
}
top
Create a new GNU Readline user interface and add it to the provided stack
run_web
(app:
UI_APPLICATION
)
effective procedure
{
ANY
}
top
Create a new Web user interface (actually a web server) and run an internal stack
stack_web
(app:
UI_APPLICATION
, stack:
LOOP_STACK
)
effective procedure
{
ANY
}
top
Create a new Web user interface (actually a web server) and add it to the provided stack