Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
9ff07666
Commit
9ff07666
authored
Jan 04, 2004
by
Cyril Deguet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* first forgotten file...
parent
b43052b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
292 additions
and
0 deletions
+292
-0
modules/gui/skins2/parser/skin.c
modules/gui/skins2/parser/skin.c
+292
-0
No files found.
modules/gui/skins2/parser/skin.c
0 → 100644
View file @
9ff07666
/* XML application for skin.dtd.
* Includes actions from skin.act.
* Generated 2004/01/03 15:23:36.
*
* This program was generated with the FleXML XML processor generator,
* (Id: flexml.pl,v 1.24 1999/12/13 16:18:30 krisrose Exp).
* Copyright 1999 Kristoffer Rose. All rights reserved.
*
* You can redistribute and/or modify this program provided the following
* two conditions hold:
*
* 1. The program is distributed WITHOUT ANY WARRANTY from the author of
* FleXML; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*
* 2. The program distribution conditions do not in any way affect the
* distribution conditions of the FleXML system used to generate this
* file or any version of FleXML derived from that system.
*
* Notice that these are explicit rights granted to you for files
* generated by the FleXML system. For your rights in connection with
* the FleXML system itself please consult the GNU General Public License.
*/
#include "skin.h"
#line 5 "skin.act"
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include "parser/wrappers.h"
void
STag_Bitmap
(
void
*
pContext
)
{
#line 12 "skin.act"
AddBitmap
(
pContext
,
A_Bitmap_id
,
A_Bitmap_file
,
A_Bitmap_alphacolor
);
}
/* STag_Bitmap */
void
STag_Event
(
void
*
pContext
)
{
#line 17 "skin.act"
AddEvent
(
pContext
,
A_Event_id
,
A_Event_event
,
A_Event_key
);
}
/* STag_Event */
void
STag_Font
(
void
*
pContext
)
{
#line 22 "skin.act"
AddFont
(
pContext
,
A_Font_id
,
A_Font_font
,
A_Font_size
,
A_Font_color
,
A_Font_italic
,
A_Font_underline
);
}
/* STag_Font */
void
STag_ThemeInfo
(
void
*
pContext
)
{
#line 28 "skin.act"
AddThemeInfo
(
pContext
,
A_ThemeInfo_name
,
A_ThemeInfo_author
,
A_ThemeInfo_email
,
A_ThemeInfo_webpage
);
}
/* STag_ThemeInfo */
void
STag_Window
(
void
*
pContext
)
{
#line 33 "skin.act"
StartWindow
(
pContext
,
A_Window_id
,
A_Window_x
,
A_Window_y
,
A_Window_visible
,
A_Window_dragdrop
,
A_Window_playondrop
);
}
/* STag_Window */
void
ETag_Window
(
void
*
pContext
)
{
#line 39 "skin.act"
EndWindow
(
pContext
);
}
/* ETag_Window */
void
STag_Layout
(
void
*
pContext
)
{
#line 44 "skin.act"
StartLayout
(
pContext
,
A_Layout_id
,
A_Layout_width
,
A_Layout_height
,
A_Layout_minwidth
,
A_Layout_maxwidth
,
A_Layout_minheight
,
A_Layout_maxheight
);
}
/* STag_Layout */
void
ETag_Layout
(
void
*
pContext
)
{
#line 50 "skin.act"
EndLayout
(
pContext
);
}
/* ETag_Layout */
void
STag_Group
(
void
*
pContext
)
{
#line 56 "skin.act"
StartGroup
(
pContext
,
A_Group_x
,
A_Group_y
);
}
/* STag_Group */
void
ETag_Group
(
void
*
pContext
)
{
#line 61 "skin.act"
EndGroup
(
pContext
);
}
/* ETag_Group */
void
STag_Anchor
(
void
*
pContext
)
{
#line 66 "skin.act"
AddAnchor
(
pContext
,
A_Anchor_x
,
A_Anchor_y
,
A_Anchor_range
,
A_Anchor_priority
);
}
/* STag_Anchor */
void
STag_Image
(
void
*
pContext
)
{
#line 71 "skin.act"
AddImage
(
pContext
,
A_Image_id
,
A_Image_visible
,
A_Image_x
,
A_Image_y
,
A_Image_lefttop
,
A_Image_rightbottom
,
A_Image_image
,
A_Image_onclick
,
A_Image_help
);
}
/* STag_Image */
void
STag_Rectangle
(
void
*
pContext
)
{
#line 77 "skin.act"
AddRectangle
(
pContext
,
A_Rectangle_id
,
A_Rectangle_visible
,
A_Rectangle_x
,
A_Rectangle_y
,
A_Rectangle_w
,
A_Rectangle_h
,
A_Rectangle_color
,
A_Rectangle_onclick
,
A_Rectangle_help
);
}
/* STag_Rectangle */
void
STag_Button
(
void
*
pContext
)
{
#line 83 "skin.act"
AddButton
(
pContext
,
A_Button_id
,
A_Button_x
,
A_Button_y
,
A_Button_lefttop
,
A_Button_rightbottom
,
A_Button_up
,
A_Button_down
,
A_Button_over
,
A_Button_action
,
A_Button_tooltiptext
,
A_Button_help
);
}
/* STag_Button */
void
STag_CheckBox
(
void
*
pContext
)
{
#line 89 "skin.act"
AddCheckBox
(
pContext
,
A_CheckBox_id
,
A_CheckBox_x
,
A_CheckBox_y
,
A_CheckBox_lefttop
,
A_CheckBox_rightbottom
,
A_CheckBox_up1
,
A_CheckBox_down1
,
A_CheckBox_over1
,
A_CheckBox_up2
,
A_CheckBox_down2
,
A_CheckBox_over2
,
A_CheckBox_state
,
A_CheckBox_action1
,
A_CheckBox_action2
,
A_CheckBox_tooltiptext1
,
A_CheckBox_tooltiptext2
,
A_CheckBox_help
);
}
/* STag_CheckBox */
void
STag_Slider
(
void
*
pContext
)
{
#line 98 "skin.act"
AddSlider
(
pContext
,
A_Slider_id
,
A_Slider_visible
,
A_Slider_x
,
A_Slider_y
,
A_Slider_lefttop
,
A_Slider_rightbottom
,
A_Slider_up
,
A_Slider_down
,
A_Slider_over
,
A_Slider_points
,
A_Slider_thickness
,
A_Slider_value
,
A_Slider_tooltiptext
,
A_Slider_help
);
}
/* STag_Slider */
void
STag_RadialSlider
(
void
*
pContext
)
{
#line 106 "skin.act"
AddRadialSlider
(
pContext
,
A_RadialSlider_id
,
A_RadialSlider_visible
,
A_RadialSlider_x
,
A_RadialSlider_y
,
A_RadialSlider_lefttop
,
A_RadialSlider_rightbottom
,
A_RadialSlider_sequence
,
A_RadialSlider_nbimages
,
A_RadialSlider_minangle
,
A_RadialSlider_maxangle
,
A_RadialSlider_value
,
A_RadialSlider_tooltiptext
,
A_RadialSlider_help
);
}
/* STag_RadialSlider */
void
STag_Text
(
void
*
pContext
)
{
#line 114 "skin.act"
AddText
(
pContext
,
A_Text_id
,
A_Text_visible
,
A_Text_x
,
A_Text_y
,
A_Text_text
,
A_Text_font
,
A_Text_align
,
A_Text_width
,
A_Text_display
,
A_Text_scroll
,
A_Text_scrollspace
,
A_Text_help
);
}
/* STag_Text */
void
STag_Playlist
(
void
*
pContext
)
{
#line 121 "skin.act"
AddPlaylist
(
pContext
,
A_Playlist_id
,
A_Playlist_visible
,
A_Playlist_x
,
A_Playlist_y
,
A_Playlist_width
,
A_Playlist_height
,
A_Playlist_lefttop
,
A_Playlist_rightbottom
,
A_Playlist_font
,
A_Playlist_var
,
A_Playlist_fgcolor
,
A_Playlist_playcolor
,
A_Playlist_bgcolor1
,
A_Playlist_bgcolor2
,
A_Playlist_selcolor
,
A_Playlist_help
);
}
/* STag_Playlist */
void
ETag_Playlist
(
void
*
pContext
)
{
#line 129 "skin.act"
AddPlaylistEnd
(
pContext
);
}
/* ETag_Playlist */
void
STag_Theme
(
void
*
pContext
)
{
#line 134 "skin.act"
StartTheme
(
pContext
,
A_Theme_version
,
A_Theme_magnet
,
A_Theme_alpha
,
A_Theme_movealpha
,
A_Theme_fadetime
);
}
/* STag_Theme */
void
ETag_Theme
(
void
*
pContext
)
{
#line 139 "skin.act"
EndTheme
(
pContext
);
}
/* ETag_Theme */
/* Dummy main: filter XML from stdin. */
/* XML application entry points. */
void
ETag_Bitmap
(
void
*
pContext
)
{}
void
ETag_Event
(
void
*
pContext
)
{}
void
ETag_Font
(
void
*
pContext
)
{}
void
ETag_ThemeInfo
(
void
*
pContext
)
{}
void
ETag_Anchor
(
void
*
pContext
)
{}
void
ETag_Image
(
void
*
pContext
)
{}
void
ETag_Rectangle
(
void
*
pContext
)
{}
void
ETag_Button
(
void
*
pContext
)
{}
void
ETag_CheckBox
(
void
*
pContext
)
{}
void
ETag_Slider
(
void
*
pContext
)
{}
void
ETag_RadialSlider
(
void
*
pContext
)
{}
void
ETag_Text
(
void
*
pContext
)
{}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment