playlist.cpp File Reference

Include dependency graph for playlist.cpp:


Defines

#define TEXTMAXBUF   512
#define LONG2POINT(l, pt)   ((pt).x = (SHORT)LOWORD(l), (pt).y = (SHORT)HIWORD(l))
#define NUMIMAGES   11
#define IMAGEWIDTH   16
#define IMAGEHEIGHT   16
#define BUTTONWIDTH   0
#define BUTTONHEIGHT   0
#define ID_TOOLBAR   2000
#define HELP_OPENPL   _T("Open playlist")
#define HELP_SAVEPL   _T("Save playlist")
#define HELP_ADDFILE   _T("Add File")
#define HELP_ADDMRL   _T("Add MRL")
#define HELP_DELETE   _T("Delete selection")
#define HELP_INFOS   _T("Item info")
#define HELP_UP   _T("Up")
#define HELP_DOWN   _T("Down")
#define HELP_RANDOM   _T("Random")
#define HELP_LOOP   _T("Repeat all")
#define HELP_REPEAT   _T("Repeat one")

Enumerations

enum  {
  Infos_Event = 1000, Up_Event, Down_Event, Random_Event,
  Loop_Event, Repeat_Event, PopupPlay_Event, PopupDel_Event,
  PopupEna_Event, PopupInfo_Event
}

Functions

static HWND CreateMenuBar (HWND hwnd, HINSTANCE hInst)
static void OnOpenCB (intf_dialog_args_t *p_arg)
static void OnSaveCB (intf_dialog_args_t *p_arg)

Variables

static TBBUTTON tbButton2 []
TCHAR * szToolTips2 []

Define Documentation

#define BUTTONHEIGHT   0

#define BUTTONWIDTH   0

#define HELP_ADDFILE   _T("Add File")

#define HELP_ADDMRL   _T("Add MRL")

#define HELP_DELETE   _T("Delete selection")

#define HELP_DOWN   _T("Down")

#define HELP_INFOS   _T("Item info")

#define HELP_LOOP   _T("Repeat all")

#define HELP_OPENPL   _T("Open playlist")

#define HELP_RANDOM   _T("Random")

#define HELP_REPEAT   _T("Repeat one")

#define HELP_SAVEPL   _T("Save playlist")

#define HELP_UP   _T("Up")

#define ID_TOOLBAR   2000

#define IMAGEHEIGHT   16

#define IMAGEWIDTH   16

#define LONG2POINT ( l,
pt   )     ((pt).x = (SHORT)LOWORD(l), (pt).y = (SHORT)HIWORD(l))

#define NUMIMAGES   11

#define TEXTMAXBUF   512


Enumeration Type Documentation

anonymous enum

Enumerator:
Infos_Event 
Up_Event 
Down_Event 
Random_Event 
Loop_Event 
Repeat_Event 
PopupPlay_Event 
PopupDel_Event 
PopupEna_Event 
PopupInfo_Event 


Function Documentation

static HWND CreateMenuBar ( HWND  hwnd,
HINSTANCE  hInst 
) [static]

static void OnOpenCB ( intf_dialog_args_t p_arg  )  [static]

static void OnSaveCB ( intf_dialog_args_t p_arg  )  [static]


Variable Documentation

TCHAR* szToolTips2[]

Initial value:

{
     _T("Open playlist") ,
     _T("Save playlist") ,
     _T("Add File") ,
     _T("Add MRL") ,
     _T("Delete selection") ,
     _T("Item info") ,
     _T("Up") ,
     _T("Down") ,
     _T("Random") ,
     _T("Repeat all") ,
     _T("Repeat one") 
}

Referenced by Playlist::WndProc().

TBBUTTON tbButton2[] [static]

Initial value:

{
  {0,   40107 ,        TBSTATE_ENABLED, TBSTYLE_BUTTON },
  {1,   40108 ,        TBSTATE_ENABLED, TBSTYLE_BUTTON },
  {0,  0,                       TBSTATE_ENABLED, TBSTYLE_SEP    },
  {2,   40104 ,       TBSTATE_ENABLED, TBSTYLE_BUTTON },
  {3,   40106 ,        TBSTATE_ENABLED, TBSTYLE_BUTTON },
  {4,   40097 ,           TBSTATE_ENABLED, TBSTYLE_BUTTON },
  {0,  0,                       TBSTATE_ENABLED, TBSTYLE_SEP    },
  {5,  Infos_Event,             TBSTATE_ENABLED, TBSTYLE_BUTTON },
  {0,  0,                       TBSTATE_ENABLED, TBSTYLE_SEP    },
  {6,  Up_Event,                TBSTATE_ENABLED, TBSTYLE_BUTTON },
  {7,  Down_Event,              TBSTATE_ENABLED, TBSTYLE_BUTTON },
  {0,  0,                       TBSTATE_ENABLED, TBSTYLE_SEP    },
  {8,  Random_Event,            TBSTATE_ENABLED, TBSTYLE_CHECK  },
  {9,  Loop_Event,              TBSTATE_ENABLED, TBSTYLE_CHECK  },
  {10, Repeat_Event,            TBSTATE_ENABLED, TBSTYLE_CHECK  }
}

Referenced by Playlist::WndProc().


Generated on Wed Mar 31 08:05:48 2010 for VLC by  doxygen 1.5.6