|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <sa/sa.h>#include <sa/libsa_exports.h>#include <sa/libsa_undef.h>Go to the source code of this file.
Functions | |
| SA_API int | SA_ask_current_location_code (char **locCodePref) |
| SA_API int | SA_ask_current_organization (tag_t *organizationTag) |
| SA_API int | SA_ask_current_project (tag_t *project) |
| SA_API int | SA_ask_current_user_context (tag_t *user_context) |
| SA_API int | SA_ask_current_work_context (tag_t *workcontext) |
| SA_API int | SA_ask_user_work_contexts (tag_t user, int *n_workcontexts, tag_t **workcontexts) |
| SA_API int | SA_assign_work_context (tag_t workcontext, tag_t target) |
| SA_API int | SA_create_work_context (const char *name, const char *desc, tag_t group, tag_t role, tag_t user, tag_t project, logical allowSubgroups, logical settingModifiable, tag_t *newWorkContext) |
| SA_API int | SA_remove_work_context (tag_t workcontext, tag_t target) |
| SA_API int | SA_set_current_location_code (char *locCodePref) |
| SA_API int | SA_set_current_organization (tag_t organizationTag) |
| SA_API int | SA_set_current_project (tag_t project) |
| SA_API int | SA_set_current_work_context (tag_t workcontext) |
This header file declares all the functions to be used by clients of the Work Context class.
Restrictions:
This include file should not generally be used by anyone. Normally sa.h should be included instead.
Definition in file workcontext.h.