interface.cpp File Reference

Include dependency graph for interface.cpp:


Defines

#define __STDC_CONSTANT_MACROS   1
#define INT64_C(val)   val##LL
#define NUMIMAGES   9
#define IMAGEWIDTH   17
#define IMAGEHEIGHT   16
#define BUTTONWIDTH   0
#define BUTTONHEIGHT   0
#define ID_TOOLBAR   2000
#define HELP_SIMPLE   _T("Quick file open")
#define HELP_ADV   _T("Advanced open")
#define HELP_FILE   _T("Open a file")
#define HELP_DISC   _T("Open Disc Media")
#define HELP_NET   _T("Open a network stream")
#define HELP_SAT   _T("Open a satellite stream")
#define HELP_EJECT   _T("Eject the DVD/CD")
#define HELP_EXIT   _T("Exit this program")
#define HELP_OTHER   _T("Open other types of inputs")
#define HELP_PLAYLIST   _T("Open the playlist")
#define HELP_LOGS   _T("Show the program logs")
#define HELP_FILEINFO   _T("Show information about the file being played")
#define HELP_PREFS   _T("Go to the preferences menu")
#define HELP_ABOUT   _T("About this program")
#define HELP_STOP   _T("Stop")
#define HELP_PLAY   _T("Play")
#define HELP_PAUSE   _T("Pause")
#define HELP_PLO   _T("Playlist")
#define HELP_PLP   _T("Previous playlist item")
#define HELP_PLN   _T("Next playlist item")
#define HELP_SLOW   _T("Play slower")
#define HELP_FAST   _T("Play faster")

Functions

HWND CreateToolBar (HWND hwnd, HINSTANCE hInst)
HWND CreateSliderBar (HWND hwnd, HINSTANCE hInst)
HWND CreateStaticText (HWND hwnd, HINSTANCE hInst)
HWND CreateVolTrackBar (HWND hwnd, HINSTANCE hInst)
HWND CreateStatusBar (HWND hwnd, HINSTANCE hInst)

Variables

static TBBUTTON tbButton []
TCHAR * szToolTips []

Define Documentation

#define __STDC_CONSTANT_MACROS   1

#define BUTTONHEIGHT   0

Referenced by CreateToolBar(), and Playlist::WndProc().

#define BUTTONWIDTH   0

Referenced by CreateToolBar(), and Playlist::WndProc().

#define HELP_ABOUT   _T("About this program")

#define HELP_ADV   _T("Advanced open")

#define HELP_DISC   _T("Open Disc Media")

#define HELP_EJECT   _T("Eject the DVD/CD")

#define HELP_EXIT   _T("Exit this program")

#define HELP_FAST   _T("Play faster")

#define HELP_FILE   _T("Open a file")

#define HELP_FILEINFO   _T("Show information about the file being played")

#define HELP_LOGS   _T("Show the program logs")

#define HELP_NET   _T("Open a network stream")

#define HELP_OTHER   _T("Open other types of inputs")

#define HELP_PAUSE   _T("Pause")

#define HELP_PLAY   _T("Play")

#define HELP_PLAYLIST   _T("Open the playlist")

#define HELP_PLN   _T("Next playlist item")

#define HELP_PLO   _T("Playlist")

#define HELP_PLP   _T("Previous playlist item")

#define HELP_PREFS   _T("Go to the preferences menu")

#define HELP_SAT   _T("Open a satellite stream")

#define HELP_SIMPLE   _T("Quick file open")

#define HELP_SLOW   _T("Play slower")

#define HELP_STOP   _T("Stop")

#define ID_TOOLBAR   2000

#define IMAGEHEIGHT   16

Referenced by CreateToolBar(), and Playlist::WndProc().

#define IMAGEWIDTH   17

Referenced by CreateToolBar(), and Playlist::WndProc().

#define INT64_C ( val   )     val##LL

#define NUMIMAGES   9


Function Documentation

HWND CreateSliderBar ( HWND  hwnd,
HINSTANCE  hInst 
)

HWND CreateStaticText ( HWND  hwnd,
HINSTANCE  hInst 
)

HWND CreateStatusBar ( HWND  hwnd,
HINSTANCE  hInst 
)

References Interface::hwndSB.

Referenced by Interface::WndProc().

HWND CreateToolBar ( HWND  hwnd,
HINSTANCE  hInst 
)

HWND CreateVolTrackBar ( HWND  hwnd,
HINSTANCE  hInst 
)


Variable Documentation

TCHAR* szToolTips[]

Initial value:

{
     _T("Quick file open") ,  _T("Open a network stream") ,  _T("Stop") ,  _T("Play") ,  _T("Playlist") ,  _T("Previous playlist item") ,
     _T("Next playlist item") ,  _T("Play slower") ,  _T("Play faster") 
}

Referenced by CreateToolBar().

TBBUTTON tbButton[] [static]

Initial value:

{
  {0,  40057 ,        TBSTATE_ENABLED, TBSTYLE_BUTTON},
  {1,  40060 ,       TBSTATE_ENABLED, TBSTYLE_BUTTON},
  {0, 0,              TBSTATE_ENABLED, TBSTYLE_SEP},
  {2,  57601 ,       TBSTATE_ENABLED, TBSTYLE_BUTTON},
  {3,  57602 ,        TBSTATE_ENABLED, TBSTYLE_BUTTON},
  {0, 0,              TBSTATE_ENABLED, TBSTYLE_SEP},
  {4,  40063 ,       TBSTATE_ENABLED, TBSTYLE_BUTTON},
  {0, 0,              TBSTATE_ENABLED, TBSTYLE_SEP},
  {5,  57603 ,      TBSTATE_ENABLED, TBSTYLE_BUTTON},
  {6,  57604 ,      TBSTATE_ENABLED, TBSTYLE_BUTTON},
  {0, 0,              TBSTATE_ENABLED, TBSTYLE_SEP},
  {7,  57605 ,      TBSTATE_ENABLED, TBSTYLE_BUTTON},
  {8,  57606 ,       TBSTATE_ENABLED, TBSTYLE_BUTTON},
}

Referenced by CreateToolBar().


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