Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c89f9b19
Kaydet (Commit)
c89f9b19
authored
Ock 08, 2016
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: silence doxygen warning
Change-Id: I132672582136abfcec0eeafd2400757def824dbf
üst
9321c560
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
13 deletions
+13
-13
builder.hxx
include/vcl/builder.hxx
+1
-1
OpenGLContext.hxx
include/vcl/opengl/OpenGLContext.hxx
+1
-1
outdev.hxx
include/vcl/outdev.hxx
+1
-1
scheduler.hxx
include/vcl/scheduler.hxx
+3
-3
window.hxx
include/vcl/window.hxx
+1
-1
openglgdiimpl.hxx
vcl/inc/openglgdiimpl.hxx
+2
-2
salinst.hxx
vcl/inc/salinst.hxx
+2
-2
scheduler.cxx
vcl/source/app/scheduler.cxx
+2
-2
No files found.
include/vcl/builder.hxx
Dosyayı görüntüle @
c89f9b19
...
@@ -47,7 +47,7 @@ class VCL_DLLPUBLIC VclBuilder
...
@@ -47,7 +47,7 @@ class VCL_DLLPUBLIC VclBuilder
{
{
public
:
public
:
typedef
std
::
map
<
OString
,
OString
>
stringmap
;
typedef
std
::
map
<
OString
,
OString
>
stringmap
;
/// These functions create a new widget with parent
@pParent and return it in @
rRet
/// These functions create a new widget with parent
pParent and return it in
rRet
typedef
void
(
*
customMakeWidget
)(
VclPtr
<
vcl
::
Window
>
&
rRet
,
VclPtr
<
vcl
::
Window
>
&
pParent
,
stringmap
&
rVec
);
typedef
void
(
*
customMakeWidget
)(
VclPtr
<
vcl
::
Window
>
&
rRet
,
VclPtr
<
vcl
::
Window
>
&
pParent
,
stringmap
&
rVec
);
public
:
public
:
...
...
include/vcl/opengl/OpenGLContext.hxx
Dosyayı görüntüle @
c89f9b19
...
@@ -177,7 +177,7 @@ public:
...
@@ -177,7 +177,7 @@ public:
/// make a VCL context (any context) current, create it if necessary.
/// make a VCL context (any context) current, create it if necessary.
static
void
makeVCLCurrent
();
static
void
makeVCLCurrent
();
/// fetch any VCL context, creating one if
@
bMakeIfNecessary is set.
/// fetch any VCL context, creating one if bMakeIfNecessary is set.
static
rtl
::
Reference
<
OpenGLContext
>
getVCLContext
(
bool
bMakeIfNecessary
=
true
);
static
rtl
::
Reference
<
OpenGLContext
>
getVCLContext
(
bool
bMakeIfNecessary
=
true
);
/// make this GL context current - so it is implicit in subsequent GL calls
/// make this GL context current - so it is implicit in subsequent GL calls
void
makeCurrent
();
void
makeCurrent
();
...
...
include/vcl/outdev.hxx
Dosyayı görüntüle @
c89f9b19
...
@@ -584,7 +584,7 @@ public:
...
@@ -584,7 +584,7 @@ public:
///@}
///@}
/** @
N
ame Direct OutputDevice drawing functions
/** @
n
ame Direct OutputDevice drawing functions
*/
*/
///@{
///@{
...
...
include/vcl/scheduler.hxx
Dosyayı görüntüle @
c89f9b19
...
@@ -51,13 +51,13 @@ protected:
...
@@ -51,13 +51,13 @@ protected:
friend
struct
ImplSchedulerData
;
friend
struct
ImplSchedulerData
;
virtual
void
SetDeletionFlags
();
virtual
void
SetDeletionFlags
();
/// Is this item ready to be dispatched at
@
nTimeNow
/// Is this item ready to be dispatched at nTimeNow
virtual
bool
ReadyForSchedule
(
bool
bTimerOnly
,
sal_uInt64
nTimeNow
)
const
=
0
;
virtual
bool
ReadyForSchedule
(
bool
bTimerOnly
,
sal_uInt64
nTimeNow
)
const
=
0
;
/// Schedule only when other timers and events are processed
/// Schedule only when other timers and events are processed
virtual
bool
IsIdle
()
const
=
0
;
virtual
bool
IsIdle
()
const
=
0
;
/**
/**
* Adjust
@
nMinPeriod downwards if we want to be notified before
* Adjust nMinPeriod downwards if we want to be notified before
* then,
@
nTimeNow is the current time.
* then, nTimeNow is the current time.
*/
*/
virtual
sal_uInt64
UpdateMinPeriod
(
sal_uInt64
nMinPeriod
,
sal_uInt64
nTimeNow
)
const
=
0
;
virtual
sal_uInt64
UpdateMinPeriod
(
sal_uInt64
nMinPeriod
,
sal_uInt64
nTimeNow
)
const
=
0
;
...
...
include/vcl/window.hxx
Dosyayı görüntüle @
c89f9b19
...
@@ -1204,7 +1204,7 @@ public:
...
@@ -1204,7 +1204,7 @@ public:
void
SetData
(
void
*
pNewData
);
void
SetData
(
void
*
pNewData
);
void
*
GetData
()
const
;
void
*
GetData
()
const
;
/// Add all children to
@
rAllChildren recursively.
/// Add all children to rAllChildren recursively.
SAL_DLLPRIVATE
void
CollectChildren
(
::
std
::
vector
<
vcl
::
Window
*>&
rAllChildren
);
SAL_DLLPRIVATE
void
CollectChildren
(
::
std
::
vector
<
vcl
::
Window
*>&
rAllChildren
);
virtual
void
ShowFocus
(
const
Rectangle
&
rRect
);
virtual
void
ShowFocus
(
const
Rectangle
&
rRect
);
...
...
vcl/inc/openglgdiimpl.hxx
Dosyayı görüntüle @
c89f9b19
...
@@ -59,11 +59,11 @@ class VCL_DLLPUBLIC OpenGLSalGraphicsImpl : public SalGraphicsImpl
...
@@ -59,11 +59,11 @@ class VCL_DLLPUBLIC OpenGLSalGraphicsImpl : public SalGraphicsImpl
friend
class
OpenGLTests
;
friend
class
OpenGLTests
;
protected
:
protected
:
/// This context is solely for blitting
@
maOffscreenTex
/// This context is solely for blitting maOffscreenTex
rtl
::
Reference
<
OpenGLContext
>
mpWindowContext
;
rtl
::
Reference
<
OpenGLContext
>
mpWindowContext
;
/// This context is whatever is most convenient to render
/// This context is whatever is most convenient to render
/// to
@
maOffscreenTex with.
/// to maOffscreenTex with.
rtl
::
Reference
<
OpenGLContext
>
mpContext
;
rtl
::
Reference
<
OpenGLContext
>
mpContext
;
SalGraphics
&
mrParent
;
SalGraphics
&
mrParent
;
...
...
vcl/inc/salinst.hxx
Dosyayı görüntüle @
c89f9b19
...
@@ -131,9 +131,9 @@ public:
...
@@ -131,9 +131,9 @@ public:
virtual
bool
CheckYieldMutex
()
=
0
;
virtual
bool
CheckYieldMutex
()
=
0
;
/**
/**
* Wait for the next event (if
@
bWait) and dispatch it,
* Wait for the next event (if bWait) and dispatch it,
* includes posted events, and timers.
* includes posted events, and timers.
* If
@
bHandleAllCurrentEvents - dispatch multiple posted
* If bHandleAllCurrentEvents - dispatch multiple posted
* user events. Returns true if events needed processing.
* user events. Returns true if events needed processing.
*/
*/
virtual
SalYieldResult
DoYield
(
bool
bWait
,
bool
bHandleAllCurrentEvents
,
sal_uLong
nReleased
)
=
0
;
virtual
SalYieldResult
DoYield
(
bool
bWait
,
bool
bHandleAllCurrentEvents
,
sal_uLong
nReleased
)
=
0
;
...
...
vcl/source/app/scheduler.cxx
Dosyayı görüntüle @
c89f9b19
...
@@ -112,10 +112,10 @@ void Scheduler::ImplDeInitScheduler()
...
@@ -112,10 +112,10 @@ void Scheduler::ImplDeInitScheduler()
}
}
/**
/**
* Start a new timer if we need to for
@
nMS duration.
* Start a new timer if we need to for nMS duration.
*
*
* if this is longer than the existing duration we're
* if this is longer than the existing duration we're
* waiting for, do nothing - unless
@
bForce - which means
* waiting for, do nothing - unless bForce - which means
* to reset the minimum period; used by the scheduled itself.
* to reset the minimum period; used by the scheduled itself.
*/
*/
void
Scheduler
::
ImplStartTimer
(
sal_uInt64
nMS
,
bool
bForce
)
void
Scheduler
::
ImplStartTimer
(
sal_uInt64
nMS
,
bool
bForce
)
...
...
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