Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
e933cbbb
Commit
e933cbbb
authored
Jan 08, 2010
by
Ludovic Fauvet
Browse files
Update some class descriptions
parent
178ff507
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/Gui/timeline/AbstractGraphicsMediaItem.h
View file @
e933cbbb
...
...
@@ -32,6 +32,9 @@
class
TracksView
;
class
Clip
;
/**
* \brief Base class for Audio/Video items.
*/
class
AbstractGraphicsMediaItem
:
public
QObject
,
public
QGraphicsItem
{
Q_OBJECT
...
...
src/Gui/timeline/GraphicsAudioItem.h
View file @
e933cbbb
...
...
@@ -33,6 +33,9 @@
#define ROUNDED_RECT_RADIUS 5
/**
* \brief Represents an audio item.
*/
class
GraphicsAudioItem
:
public
AbstractGraphicsMediaItem
{
Q_OBJECT
...
...
src/Gui/timeline/GraphicsMovieItem.h
View file @
e933cbbb
...
...
@@ -32,6 +32,9 @@
#define ROUNDED_RECT_RADIUS 5
/**
* \brief Represents a video item.
*/
class
GraphicsMovieItem
:
public
AbstractGraphicsMediaItem
{
Q_OBJECT
...
...
src/Gui/timeline/Timeline.h
View file @
e933cbbb
...
...
@@ -33,6 +33,9 @@ class TracksControls;
class
TracksRuler
;
class
WorkflowRenderer
;
/**
* \brief Entry point of the timeline widget.
*/
class
Timeline
:
public
QWidget
{
Q_OBJECT
...
...
src/Gui/timeline/TracksView.h
View file @
e933cbbb
...
...
@@ -39,7 +39,7 @@ class GraphicsMovieItem;
class
WorkflowRenderer
;
/**
* \brief Class
which
manag
e
the timeline using QGraphicsItems
* \brief Class manag
ing
the timeline using QGraphicsItems
.
*/
class
TracksView
:
public
QGraphicsView
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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