
Defines | |
| #define | I_NEW_DIR I_DIR_OR_FOLDER( N_("Create Directory"), N_( "Create Folder" ) ) |
| #define | I_NEW_DIR_NAME |
| #define | ADD_ICON(type, x) icons[ITEM_TYPE_##type] = QIcon( x ) |
| #define | CACHE(i, p) { i_cached_id = i; p_cached_item = p; } |
| #define | ICACHE(i, p) { i_cached_input_id = i; p_cached_item_bi = p; } |
Functions | |
| bool | modelIndexLessThen (const QModelIndex &i1, const QModelIndex &i2) |
| #define ADD_ICON | ( | type, | |||
| x | ) | icons[ITEM_TYPE_##type] = QIcon( x ) |
Referenced by PLModel::PLModel().
| #define CACHE | ( | i, | |||
| p | ) | { i_cached_id = i; p_cached_item = p; } |
| #define I_NEW_DIR I_DIR_OR_FOLDER( N_("Create Directory"), N_( "Create Folder" ) ) |
| #define I_NEW_DIR_NAME |
Value:
I_DIR_OR_FOLDER( N_( "Enter name for new directory:" ), \ N_( "Enter name for new folder:" ) )
| #define ICACHE | ( | i, | |||
| p | ) | { i_cached_input_id = i; p_cached_item_bi = p; } |
| bool modelIndexLessThen | ( | const QModelIndex & | i1, | |
| const QModelIndex & | i2 | |||
| ) |
1.5.6