#include <vman.h>
Public Methods | |
visual_manager (void) | |
~visual_manager (void) | |
void | init (void) |
void | new_toplevel_path (char *path) |
vnode* | find_vnode (const void *obj) |
void | remove_all_vnodes (void) |
vnode* | get_selection (void) const |
vnode_list* | get_selection_history (void) const |
void | go_back (void) |
window_class_list* | get_window_classes (void) const |
void | register_window_class (char *class_name, window_cons_fn fn) |
window_class* | find_window_class (char *name) |
window* | create_window_instance (window_class *) |
void | new_window_instance (window *win, char *class_name) |
void | remove_window_instance (window *win) |
void | get_current_windows (window_list &win_list) |
window* | find_window_instance (window_class *wclass) |
bool | find_window_instance (window *win) |
window* | show_window (window_class *wclass) |
window* | show_window (char *class_name) |
void | register_module (char *name, module *(*constructor_fn)(void)) |
void | add_module (module *m) |
module_list* | get_module_list (void) |
vprop_list* | get_prop_list (void) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|