playlist_model.cpp File Reference

Include dependency graph for playlist_model.cpp:


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 Documentation

#define ADD_ICON ( type,
 )     icons[ITEM_TYPE_##type] = QIcon( x )

Referenced by PLModel::PLModel().

#define CACHE ( i,
 )     { 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,
 )     { i_cached_input_id = i; p_cached_item_bi = p; }


Function Documentation

bool modelIndexLessThen ( const QModelIndex &  i1,
const QModelIndex &  i2 
)

References PLItem::parent().

Referenced by PLModel::mimeData().


Generated on Tue May 25 08:05:19 2010 for VLC by  doxygen 1.5.6