TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:54 2007
libRASCH: view_info Struct Reference

view_info Struct Reference

infos about views, will be used in view-plugins More...


Data Fields

unsigned short handle_id
ra_handle ra
meas_handle mh
rec_handle rh
eval_handle eh
plugin_handle plugin
int num_ch
int * ch
void * parent
char name [200]
void * signal
char pos_name [64]
char templ_name [64]
int num_views
void ** views
void ** real_views
long num_options
void * options


Detailed Description

Parameters:
<handle_id> id to indentify type of structure
<ra> librasch handle
<mh> measurement handle
<rh> record handle
<eh> evaluation handle
<plugin> process-plugin this struct "belongs" to
<num_ch> number of channels which should be shown in view (= -1: all channels)
<ch> can be NULL if num_ch == -1
<parent> parent widget (will be cast in the plugin to the right type; depends on GUI-Framework)
<name> name of the view (FIXME: for what is the name used?)
<signal> signal object in GUI
<pos_name> name of position event-property
<templ_name> name of event-property which holds template-numbers (only needed for template-views)
<num_views> number of views handled by the plugin
<views> handle(s) of created view(s)
<real_views> above handle can be a frame of the view, this is the handle of the view
<num_options> number of options
<options> pointer to plugin-specific option-struct

Definition at line 205 of file ra_defines.h.


Field Documentation

int* view_info::ch
 

Definition at line 217 of file ra_defines.h.

eval_handle view_info::eh
 

Definition at line 212 of file ra_defines.h.

unsigned short view_info::handle_id
 

Definition at line 207 of file ra_defines.h.

meas_handle view_info::mh
 

Definition at line 210 of file ra_defines.h.

char view_info::name[200]
 

Definition at line 220 of file ra_defines.h.

int view_info::num_ch
 

Definition at line 216 of file ra_defines.h.

long view_info::num_options
 

Definition at line 236 of file ra_defines.h.

int view_info::num_views
 

Definition at line 228 of file ra_defines.h.

void* view_info::options
 

Definition at line 237 of file ra_defines.h.

void* view_info::parent
 

Definition at line 219 of file ra_defines.h.

plugin_handle view_info::plugin
 

Definition at line 213 of file ra_defines.h.

Referenced by ra_view_get().

char view_info::pos_name[64]
 

Definition at line 223 of file ra_defines.h.

ra_handle view_info::ra
 

Definition at line 209 of file ra_defines.h.

Referenced by ra_view_get().

void** view_info::real_views
 

Definition at line 230 of file ra_defines.h.

rec_handle view_info::rh
 

Definition at line 211 of file ra_defines.h.

void* view_info::signal
 

Definition at line 221 of file ra_defines.h.

char view_info::templ_name[64]
 

Definition at line 224 of file ra_defines.h.

void** view_info::views
 

Definition at line 229 of file ra_defines.h.


The documentation for this struct was generated from the following file:
Generated on Fri May 27 11:34:10 2005 for libRASCH by  doxygen 1.4.2