ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros
uiconfig_errors.h File Reference
#include <common/emh_const.h>

Go to the source code of this file.

Macros

#define UICONFIG_different_object_type_name   (UICONFIG_ERROR_BASE + 8)
 
#define UICONFIG_different_property_name   (UICONFIG_ERROR_BASE + 9)
 
#define UICONFIG_ERROR_BASE   EMH_UICONFIG_error_base
 
#define UICONFIG_invalid_column_config_id   (UICONFIG_ERROR_BASE + 1)
 
#define UICONFIG_invalid_column_def_id   (UICONFIG_ERROR_BASE + 2)
 
#define UICONFIG_invalid_command_id   (UICONFIG_ERROR_BASE + 11)
 
#define UICONFIG_invalid_object_type_name   (UICONFIG_ERROR_BASE + 3)
 
#define UICONFIG_invalid_pixel_width   (UICONFIG_ERROR_BASE + 5)
 
#define UICONFIG_invalid_property_name   (UICONFIG_ERROR_BASE + 4)
 
#define UICONFIG_invalid_sort_by_column   (UICONFIG_ERROR_BASE + 6)
 
#define UICONFIG_invalid_sort_direction   (UICONFIG_ERROR_BASE + 7)
 
#define UICONFIG_no_such_client_scope_uri   (UICONFIG_ERROR_BASE + 10)
 

Detailed Description

Errors for uiconfig module

Definition in file uiconfig_errors.h.

Macro Definition Documentation

#define UICONFIG_different_object_type_name   (UICONFIG_ERROR_BASE + 8)

The object type "%1$" is different from existing object type of the column definition "%2".

Definition at line 62 of file uiconfig_errors.h.

#define UICONFIG_different_property_name   (UICONFIG_ERROR_BASE + 9)

The property "%1$" is different from existing property name of column definition "%2".

Definition at line 67 of file uiconfig_errors.h.

#define UICONFIG_ERROR_BASE   EMH_UICONFIG_error_base

Definition at line 22 of file uiconfig_errors.h.

#define UICONFIG_invalid_column_config_id   (UICONFIG_ERROR_BASE + 1)

The column configuration ID "%1$" is invalid.

Definition at line 27 of file uiconfig_errors.h.

#define UICONFIG_invalid_column_def_id   (UICONFIG_ERROR_BASE + 2)

The column definition ID "%1$" is invalid.

Definition at line 32 of file uiconfig_errors.h.

#define UICONFIG_invalid_command_id   (UICONFIG_ERROR_BASE + 11)

The command ID "%1$" is invalid.

Definition at line 77 of file uiconfig_errors.h.

#define UICONFIG_invalid_object_type_name   (UICONFIG_ERROR_BASE + 3)

The object type "%1$" is invalid.

Definition at line 37 of file uiconfig_errors.h.

#define UICONFIG_invalid_pixel_width   (UICONFIG_ERROR_BASE + 5)

The pixel width "%1$" is invalid. The valid value must be an integer.

Definition at line 47 of file uiconfig_errors.h.

#define UICONFIG_invalid_property_name   (UICONFIG_ERROR_BASE + 4)

The Property "%1$" is invalid.

Definition at line 42 of file uiconfig_errors.h.

#define UICONFIG_invalid_sort_by_column   (UICONFIG_ERROR_BASE + 6)

The sort by column "%1$" is invalid because it does not exist.

Definition at line 52 of file uiconfig_errors.h.

#define UICONFIG_invalid_sort_direction   (UICONFIG_ERROR_BASE + 7)

The sort by column "%1$" is invalid because it does not exist.

Definition at line 57 of file uiconfig_errors.h.

#define UICONFIG_no_such_client_scope_uri   (UICONFIG_ERROR_BASE + 10)

The client scope uri "%1$" does not exist.

Definition at line 72 of file uiconfig_errors.h.