#include "RFC_Window_base.h"
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <cassert>
#include <sstream>
#include <cstring>
Go to the source code of this file.
Classes | |
class | Pane_friend |
Functions | |
void | Rocin_load_module (const char *) |
Load the module Rocin into Roccom using the given module name. More... | |
void | Rocin_unload_module (const char *) |
Unload the module Rocin from Roccom. More... | |
void | Rocout_load_module (const char *) |
Load the module Rocout into Roccom using the given module name. More... | |
void | Rocout_unload_module (const char *) |
Unload the module Rocout from Roccom. More... | |
void Rocin_load_module | ( | const char * | name | ) |
Load the module Rocin into Roccom using the given module name.
This module provides three subroutines: "read_windows", "read_by_control_file", and "obtain_attribute".
Definition at line 3063 of file Rocin.C.
void Rocin_unload_module | ( | const char * | ) |
Unload the module Rocin from Roccom.
Definition at line 3066 of file Rocin.C.
void Rocout_load_module | ( | const char * | name | ) |
Load the module Rocout into Roccom using the given module name.
This module provides one subroutine: "write_attribute".
Definition at line 934 of file Rocout.C.
References Rocout::init().
void Rocout_unload_module | ( | const char * | ) |
Unload the module Rocout from Roccom.
Definition at line 937 of file Rocout.C.
References Rocout::finalize().