COVISE Core
covise::coCallFeedback Member List

This is the complete list of members for covise::coCallFeedback, including all inherited members.

ADD_OBJ enum valuecovise::CoviseBase
addInteractor(coDistributedObject *obj, const char *name, const char *value)covise::CoviseBasestatic
applMsgcovise::CoviseBaseprotectedstatic
appmodcovise::CoviseBasestatic
callCustomCallback(const covise::Message &msg)covise::CoviseBaseprotectedstatic
callMasterSwitchCallback(void)covise::CoviseBaseprotectedstatic
callParamCallback(bool inMapLoading)covise::CoviseBaseprotectedstatic
callProgressCallback(void)covise::CoviseBaseprotectedstatic
callQuitCallback(void)covise::CoviseBaseprotectedstatic
callQuitInfoCallback(void)covise::CoviseBaseprotectedstatic
cancel_param(const char *name)covise::CoviseBasestatic
coCallFeedback()covise::coCallFeedback
coCallFeedback(const coCallFeedback &orig)covise::coCallFeedback
copyModule()covise::coCallFeedback
copyModuleExec()covise::coCallFeedback
CoviseBase()covise::CoviseBase
customCallbackFunccovise::CoviseBaseprotectedstatic
d_feedbackInfocovise::coCallFeedbackprivate
d_infoStringcovise::coCallFeedbackprivate
d_moduleHostcovise::coCallFeedbackprivate
d_moduleInstancecovise::coCallFeedbackprivate
d_moduleNamecovise::coCallFeedbackprivate
d_numParacovise::coCallFeedbackprivate
d_numUsercovise::coCallFeedbackprivate
d_objNamecovise::coCallFeedbackprivate
d_paramcovise::coCallFeedbackprivate
d_pluginNamecovise::coCallFeedbackprivate
d_refCountcovise::coCallFeedbackprivate
d_splitStringcovise::coCallFeedbackprivate
d_usercovise::coCallFeedbackprivate
DEL_OBJ enum valuecovise::CoviseBase
deleteModule()covise::coCallFeedback
disable_param(const char *name)covise::CoviseBasestatic
doCustom(Message *m)covise::CoviseBaseprotectedstatic
doMasterSwitch()covise::CoviseBaseprotectedstatic
doProgress()covise::CoviseBaseprotectedstatic
doSlaveSwitch()covise::CoviseBaseprotectedstatic
emergency_datacovise::CoviseBaseprotectedstatic
emergency_messagecovise::CoviseBaseprotectedstatic
enable_param(const char *name)covise::CoviseBasestatic
errorcovise::CoviseBaseprotectedstatic
executeModule(void)covise::coCallFeedback
feedback_infocovise::CoviseBaseprotectedstatic
fopen(const char *file, const char *mode, char **returnPath=NULL)covise::CoviseBasestatic
get_description_message()covise::CoviseBaseprotectedstatic
get_feedback_info()covise::CoviseBasestatic
get_feedback_type()covise::CoviseBasestatic
get_host()covise::CoviseBaseinlinestatic
get_instance()covise::CoviseBaseinlinestatic
get_module()covise::CoviseBaseinlinestatic
get_param_description(appl_port_type type)covise::CoviseBaseprotectedstatic
get_reply_arrayset(const char **msg_buf)covise::CoviseBasestatic
get_reply_boolean(int *)covise::CoviseBasestatic
get_reply_browser(const char **file)covise::CoviseBasestatic
get_reply_choice(int *selected_pos)covise::CoviseBasestatic
get_reply_choice(int pos, string *choiceLabels)covise::CoviseBasestatic
get_reply_cli(const char **command)covise::CoviseBasestatic
get_reply_color(float *r, float *g, float *b, float *a)covise::CoviseBasestatic
get_reply_colormap(float *min, float *max, int *len, colormap_type *type)covise::CoviseBasestatic
get_reply_colormap(int pos, float *r, float *g, float *b, float *a, float *x)covise::CoviseBasestatic
get_reply_colormapchoice(int *selected_pos)covise::CoviseBasestatic
get_reply_colormapchoice(TColormapChoice *values)covise::CoviseBasestatic
get_reply_float_scalar(float *val)covise::CoviseBasestatic
get_reply_float_slider(float *min, float *max, float *val)covise::CoviseBasestatic
get_reply_float_vector(int pos, float *val)covise::CoviseBasestatic
get_reply_int64_scalar(int64_t *val)covise::CoviseBasestatic
get_reply_int_scalar(long *val)covise::CoviseBasestatic
get_reply_int_slider(long *min, long *max, long *val)covise::CoviseBasestatic
get_reply_int_vector(int pos, long *val)covise::CoviseBasestatic
get_reply_material(string *value)covise::CoviseBasestatic
get_reply_param_name()covise::CoviseBaseinlinestatic
get_reply_passwd(const char **host, const char **user, const char **passwd)covise::CoviseBasestatic
get_reply_string(const char **string)covise::CoviseBasestatic
get_reply_timer(long *start, long *delta, long *state)covise::CoviseBasestatic
get_socket_id()covise::CoviseBasestatic
getBooleanParam(unsigned int paraNo, int &value) constcovise::coCallFeedback
getBooleanParam(const std::string &paraName, int &value) constcovise::coCallFeedback
getChoiceParam(unsigned int paraNo, int &num, char **&labels, int &active) constcovise::coCallFeedback
getChoiceParam(const std::string &paraName, int &num, char **&labels, int &active) constcovise::coCallFeedback
getFileBrowserParam(unsigned int paraNo, char *&val) constcovise::coCallFeedback
getFileBrowserParam(const std::string &paraName, char *&val) constcovise::coCallFeedback
getFloatScalarParam(unsigned int paraNo, float &value) constcovise::coCallFeedback
getFloatScalarParam(const std::string &paraName, float &value) constcovise::coCallFeedback
getFloatSliderParam(unsigned int paraNo, float &min, float &max, float &val) constcovise::coCallFeedback
getFloatSliderParam(const std::string &paraName, float &min, float &max, float &val) constcovise::coCallFeedback
getFloatVectorParam(unsigned int paraNo, int &numElem, float *&val) constcovise::coCallFeedback
getFloatVectorParam(const std::string &paraName, int &numElem, float *&val) constcovise::coCallFeedback
getInfo()covise::coCallFeedbackinline
getIntScalarParam(unsigned int paraNo, int &value) constcovise::coCallFeedback
getIntScalarParam(const std::string &paraName, int &value) constcovise::coCallFeedback
getIntSliderParam(unsigned int paraNo, int &min, int &max, int &val) constcovise::coCallFeedback
getIntSliderParam(const std::string &paraName, int &min, int &max, int &val) constcovise::coCallFeedback
getIntVectorParam(unsigned int paraNo, int &numElem, int *&val) constcovise::coCallFeedback
getIntVectorParam(const std::string &paraName, int &numElem, int *&val) constcovise::coCallFeedback
getModuleHost()covise::coCallFeedbackinline
getModuleInstance()covise::coCallFeedbackinline
getModuleName()covise::coCallFeedbackinline
getname(char *buf, const char *file, const char *addpath=NULL)covise::CoviseBasestatic
getnameinpath(char *buf, const char *file, const char *path)covise::CoviseBasestatic
getNumParam() constcovise::coCallFeedbackinline
getNumUser() constcovise::coCallFeedbackinline
getObjName()covise::coCallFeedbackinline
getParaName(unsigned int i) constcovise::coCallFeedback
getParaType(unsigned int i) constcovise::coCallFeedback
getParaValue(unsigned int i) constcovise::coCallFeedback
getPluginName()covise::coCallFeedbackinline
getString(unsigned int i) constcovise::coCallFeedback
getStringParam(unsigned int paraNo, const char *&val) constcovise::coCallFeedback
getStringParam(const std::string &paraName, const char *&val) constcovise::coCallFeedback
h_namecovise::CoviseBaseprotectedstatic
hide_param(const char *name)covise::CoviseBasestatic
init(const char *n, const char *attrib)covise::coCallFeedback
init_emergency_message(void)covise::CoviseBaseprotectedstatic
init_flagcovise::CoviseBaseprotectedstatic
instancecovise::CoviseBaseprotectedstatic
is_master()covise::CoviseBaseinlinestatic
log_message(int line, const char *file, const char *comment)covise::CoviseBasestatic
m_namecovise::CoviseBaseprotectedstatic
mastercovise::CoviseBaseprotectedstatic
masterSwitchCallbackFunccovise::CoviseBaseprotectedstatic
masterSwitchUserDatacovise::CoviseBaseprotectedstatic
MAX_PORTS enum valuecovise::CoviseBase
module_descriptioncovise::CoviseBaseprotectedstatic
no_of_reply_tokenscovise::CoviseBaseprotectedstatic
open(const char *file, int mode)covise::CoviseBasestatic
opendir(const char *file)covise::CoviseBasestatic
paramCallbackDatacovise::CoviseBaseprotectedstatic
paramCallbackFunccovise::CoviseBaseprotectedstatic
paramUserDatacovise::CoviseBaseprotectedstatic
parseMessage(char *line, char *token[], int tmax, const char *sep)covise::CoviseBasestatic
port_datatypecovise::CoviseBaseprotectedstatic
port_defaultcovise::CoviseBaseprotectedstatic
port_dependencycovise::CoviseBaseprotectedstatic
port_descriptioncovise::CoviseBaseprotectedstatic
port_namecovise::CoviseBaseprotectedstatic
port_requiredcovise::CoviseBaseprotectedstatic
port_typecovise::CoviseBaseprotectedstatic
print(FILE *outfile)covise::coCallFeedback
printDesc(const char *callname)covise::CoviseBasestatic
progressCallbackDatacovise::CoviseBaseprotectedstatic
progressCallbackFunccovise::CoviseBaseprotectedstatic
progressUserDatacovise::CoviseBaseprotectedstatic
quitCallbackDatacovise::CoviseBaseprotectedstatic
quitCallbackFunccovise::CoviseBaseprotectedstatic
quitInfoCallbackDatacovise::CoviseBaseprotectedstatic
quitInfoCallbackFunccovise::CoviseBaseprotectedstatic
quitInfoUserDatacovise::CoviseBaseprotectedstatic
quitUserDatacovise::CoviseBaseprotectedstatic
remove_custom_callback()covise::CoviseBasestatic
remove_master_switch_callback()covise::CoviseBasestatic
remove_param_callback()covise::CoviseBasestatic
remove_progress_callback()covise::CoviseBasestatic
remove_quit_callback()covise::CoviseBasestatic
remove_quit_info_callback()covise::CoviseBasestatic
remove_socket(int sock_id)covise::CoviseBaseprotectedstatic
reopen_param(const char *name)covise::CoviseBasestatic
reply_buffercovise::CoviseBaseprotectedstatic
reply_keywordcovise::CoviseBaseprotectedstatic
reply_param_namecovise::CoviseBaseprotectedstatic
reply_param_typecovise::CoviseBaseprotectedstatic
request_param(const char *name)covise::CoviseBasestatic
send_feedback_message(const char *keyword, const char *string)covise::CoviseBasestatic
send_message(covise_msg_type type, const char *msg_string)covise::CoviseBasestatic
send_quit_request()covise::CoviseBasestatic
send_ui_message(const char *keyword, const char *string)covise::CoviseBasestatic
sendError(const char *fmt,...)covise::CoviseBasestatic
sendFeedback(const char *info, const char *key, const char *data=NULL)covise::coCallFeedback
sendInfo(const char *string,...)covise::CoviseBasestatic
sendWarning(const char *fmt,...)covise::CoviseBasestatic
set_custom_callback(const CoviseCallback2 &f)covise::CoviseBasestatic
set_feedback_info(const char *string)covise::CoviseBasestatic
set_master_switch_callback(CoviseCallback *f, void *userData)covise::CoviseBasestatic
set_param_callback(CoviseParamCallback *f, void *userData)covise::CoviseBasestatic
set_progress_callback(CoviseCallback *f, void *userData)covise::CoviseBasestatic
set_quit_callback(CoviseCallback *f, void *userData)covise::CoviseBasestatic
set_quit_info_callback(CoviseCallback *f, void *userData)covise::CoviseBasestatic
setBooleanParam(const char *name, int val)covise::coCallFeedback
setChoiceParam(const char *name, int num, const char *const *list, int pos)covise::coCallFeedback
setChoiceParam(const char *name, int const pos)covise::coCallFeedback
setChoiceParam(const char *name, std::string const label)covise::coCallFeedback
setFileBrowserParam(const char *name, const char *val)covise::coCallFeedback
setFloatSliderParam(const char *name, float const value)covise::coCallFeedback
setScalarParam(const char *name, float val)covise::coCallFeedback
setScalarParam(const char *name, int val)covise::coCallFeedback
setSliderParam(const char *name, float min, float max, float value)covise::coCallFeedback
setSliderParam(const char *name, int min, int max, int value)covise::coCallFeedback
setStringParam(const char *name, const char *val)covise::coCallFeedback
setVectorParam(const char *name, int numElem, float *field)covise::coCallFeedback
setVectorParam(const char *name, float u, float v, float w)covise::coCallFeedback
setVectorParam(const char *name, int numElem, int *field)covise::coCallFeedback
setVectorParam(const char *name, int u, int v, int w)covise::coCallFeedback
show_param(const char *name)covise::CoviseBasestatic
signal_handler(int signo, void *)covise::CoviseBaseprotectedstatic
socket_idcovise::CoviseBaseprotectedstatic
tokenlistcovise::CoviseBaseprotectedstatic
unMask(char *string) constcovise::coCallFeedback
update_boolean_param(const char *name, int val)covise::CoviseBasestatic
update_choice_param(const char *name, int len, const char *const *list, int pos)covise::CoviseBasestatic
update_color_param(const char *name, float r, float g, float b, float a)covise::CoviseBasestatic
update_colormap_param(const char *name, float min, float max, const string &cmap)covise::CoviseBasestatic
update_colormapchoice_param(const char *name, int num, int pos, TColormapChoice *list)covise::CoviseBasestatic
update_material_param(const char *name, const string &value)covise::CoviseBasestatic
update_scalar_param(const char *name, long val)covise::CoviseBasestatic
update_scalar_param(const char *name, float val)covise::CoviseBasestatic
update_slider_param(const char *name, long min, long max, long val)covise::CoviseBasestatic
update_slider_param(const char *name, float min, float max, float val)covise::CoviseBasestatic
update_string_param(const char *name, char *string)covise::CoviseBasestatic
update_text_param(const char *name, char *text, int linenum)covise::CoviseBasestatic
update_timer_param(const char *name, long start, long delta, long state)covise::CoviseBasestatic
update_vector_param(const char *name, int num, long *list)covise::CoviseBasestatic
update_vector_param(const char *name, int num, float *list)covise::CoviseBasestatic
~coCallFeedback()covise::coCallFeedbackvirtual