info_panels.hpp File Reference

Include dependency graph for info_panels.hpp:

Go to the source code of this file.

Data Structures

class  MetaPanel
class  ExtraMetaPanel
class  InputStatsPanel
class  InfoPanel
class  ArtCover

Defines

#define setSpinBounds(spinbox)


Define Documentation

#define setSpinBounds ( spinbox   ) 

Value:

{               \
    spinbox->setRange( 0, INT_MAX );             \
    spinbox->setAccelerated( true ) ;            \
    spinbox->setAlignment( Qt::AlignRight );     \
    spinbox->setSpecialValueText(""); }


Generated on Wed Aug 13 08:03:43 2008 for VLC by  doxygen 1.5.1