open_panels.cpp File Reference

Include dependency graph for open_panels.cpp:


Defines

#define I_DEVICE_TOOLTIP
#define setDrive(psz_name)
#define addModuleAndLayouts(number, name, label, layout)
#define CuMRL(widget, slot)   CONNECT( widget , slot , this, updateMRL() );

Functions

static int strcmp_void (const void *k, const void *e)

Variables

static const char * psz_devModule []

Define Documentation

#define addModuleAndLayouts ( number,
name,
label,
layout   ) 

Value:

QWidget * name ## DevPage = new QWidget( this );                  \
    QWidget * name ## PropPage = new QWidget( this );                 \
    stackedDevLayout->addWidget( name ## DevPage );        \
    stackedPropLayout->addWidget( name ## PropPage );      \
    layout * name ## DevLayout = new layout;                \
    layout * name ## PropLayout = new layout;               \
    name ## DevPage->setLayout( name ## DevLayout );                  \
    name ## PropPage->setLayout( name ## PropLayout );                \
    ui.deviceCombo->addItem( qtr( label ), QVariant( number ) );

Referenced by CaptureOpenPanel::initialize().

#define CuMRL ( widget,
slot   )     CONNECT( widget , slot , this, updateMRL() );

#define I_DEVICE_TOOLTIP

Value:

I_DIR_OR_FOLDER( N_("Select a device or a VIDEO_TS directory"), \
                     N_("Select a device or a VIDEO_TS folder") )

Referenced by DiscOpenPanel::DiscOpenPanel().

#define setDrive ( psz_name   ) 

Value:

{\
    ui.deviceCombo->setEditText( qfu( psz_name ) ); }


Function Documentation

static int strcmp_void ( const void *  k,
const void *  e 
) [static]

Referenced by NetOpenPanel::updateMRL().


Variable Documentation

const char* psz_devModule[] [static]

Initial value:

 { "v4l", "v4l2", "pvr", "dvb", "bda",
                                       "dshow", "screen", "jack" }


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