#include "vnode.h"
#include "vprop.h"
#include "window.h"
#include "vmodule.h"
Go to the source code of this file.
Compounds | |
class | visual_manager |
struct | window_instance |
Defines | |
#define | VN_HASH_SIZE 256 |
#define | VN_HASH_MASK 255 |
#define | REGISTER_MODULE(name, constructor_function) |
#define | REGISTER_WINDOW_CLASS(name, constructor_function) |
Typedefs | |
typedef list<window_instance*> | window_instance_list |
Functions | |
void | init_vman (void) |
void | exit_vman (void) |
Variables | |
visual_manager* | vman |
|
Initial value:
\ { \ vman->register_module(name, constructor_function); \ }
|
Initial value:
\ { \ vman->register_window_class(name, constructor_function); \ }
|
|
|
|
|
|