#include "RetypeColumnDialog.h"#include <ui_RetypeColumnDialogForm.h>#include <terralib/datatype/Enums.h>#include <terralib/datatype/DateTimeProperty.h>#include <terralib/datatype/NumericProperty.h>#include <terralib/datatype/Property.h>#include <terralib/datatype/SimpleProperty.h>#include <terralib/datatype/StringProperty.h>Go to the source code of this file.
Functions | |
| int | GetIType (const int &type) | 
| QString | GetSType (const int &te_type) | 
| int | GetType (const int &te_type) | 
| int GetIType | ( | const int & | type | ) | 
Definition at line 97 of file RetypeColumnDialog.cpp.
References te::dt::DATETIME_TYPE, te::dt::DOUBLE_TYPE, te::dt::INT32_TYPE, and te::dt::STRING_TYPE.
Referenced by te::qt::widgets::RetypeColumnDialog::getColumnType().
| QString GetSType | ( | const int & | te_type | ) | 
Definition at line 69 of file RetypeColumnDialog.cpp.
References GetType().
Referenced by te::qt::widgets::RetypeColumnDialog::setType().
| int GetType | ( | const int & | te_type | ) | 
Definition at line 33 of file RetypeColumnDialog.cpp.
References te::dt::CHAR_TYPE, te::dt::DATETIME_TYPE, te::dt::DOUBLE_TYPE, te::dt::FLOAT_TYPE, te::dt::INT16_TYPE, te::dt::INT32_TYPE, te::dt::INT64_TYPE, te::dt::NUMERIC_TYPE, te::dt::STRING_TYPE, te::dt::UCHAR_TYPE, te::dt::UINT16_TYPE, te::dt::UINT32_TYPE, and te::dt::UINT64_TYPE.
Referenced by GetSType().