ITK Function Reference

(V10000.1.0.60_20160308.00)
Functions
uiconfig_itk.h File Reference
#include <unidefs.h>
#include <uiconfig/libuiconfig_exports.h>
#include <uiconfig/libuiconfig_undef.h>

Go to the source code of this file.

Functions

UICONFIG_API int UICONFIG_ask_column_configurations (tag_t client_scope, int *column_config_count, tag_t **column_configs)
 
UICONFIG_API int UICONFIG_ask_column_definitions (tag_t column_config, logical query_by_scope, tag_t scope, int *column_def_count, char ***object_type_names, char ***property_names, int **pixel_widths, int *sort_by_column_def_index, char **sort_direction)
 
UICONFIG_API int UICONFIG_save_column_configuration (tag_t scope, tag_t client_scope, const char *column_config_id, int column_def_count, const char **object_type_names, const char **property_names, const int *pixel_widths, int sort_by_column_def_index, const char *sort_direction)
 

Detailed Description

This file contains the ITK interface of UI Configuration.

Definition in file uiconfig_itk.h.