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
941373f5
Kaydet (Commit)
941373f5
authored
Eyl 22, 2017
tarafından
Katarina Behrens
Kaydeden (comit)
Thorsten Behrens
Eki 25, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
kde5: rename KDESalGraphics too
Change-Id: I1a1625428cca0be7ece5fb4604aaacef4967a405
üst
8b52adca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
KDE5SalFrame.cxx
vcl/unx/kde5/KDE5SalFrame.cxx
+1
-1
KDE5SalGraphics.cxx
vcl/unx/kde5/KDE5SalGraphics.cxx
+4
-4
KDE5SalGraphics.hxx
vcl/unx/kde5/KDE5SalGraphics.hxx
+1
-1
No files found.
vcl/unx/kde5/KDE5SalFrame.cxx
Dosyayı görüntüle @
941373f5
...
...
@@ -367,7 +367,7 @@ SalGraphics* KDE5SalFrame::AcquireGraphics()
m_aGraphics
[
i
].
bInUse
=
true
;
if
(
!
m_aGraphics
[
i
].
pGraphics
)
{
m_aGraphics
[
i
].
pGraphics
.
reset
(
new
KDESalGraphics
);
m_aGraphics
[
i
].
pGraphics
.
reset
(
new
KDE
5
SalGraphics
);
m_aGraphics
[
i
].
pGraphics
->
Init
(
this
,
GetWindow
(),
GetScreenNumber
()
);
}
return
m_aGraphics
[
i
].
pGraphics
.
get
();
...
...
vcl/unx/kde5/KDE5SalGraphics.cxx
Dosyayı görüntüle @
941373f5
...
...
@@ -70,7 +70,7 @@ QRect region2QRect( const tools::Rectangle& rControlRegion )
return
QRect
(
rControlRegion
.
Left
(),
rControlRegion
.
Top
(),
rControlRegion
.
GetWidth
(),
rControlRegion
.
GetHeight
());
}
bool
KDESalGraphics
::
IsNativeControlSupported
(
ControlType
type
,
ControlPart
part
)
bool
KDE
5
SalGraphics
::
IsNativeControlSupported
(
ControlType
type
,
ControlPart
part
)
{
switch
(
type
)
{
...
...
@@ -197,7 +197,7 @@ static QRegion XRegionToQRegion( Region xr )
}
#endif
bool
KDESalGraphics
::
drawNativeControl
(
ControlType
type
,
ControlPart
part
,
bool
KDE
5
SalGraphics
::
drawNativeControl
(
ControlType
type
,
ControlPart
part
,
const
tools
::
Rectangle
&
rControlRegion
,
ControlState
nControlState
,
const
ImplControlValue
&
value
,
const
OUString
&
)
...
...
@@ -661,7 +661,7 @@ bool KDESalGraphics::drawNativeControl( ControlType type, ControlPart part,
return
returnVal
;
}
bool
KDESalGraphics
::
getNativeControlRegion
(
ControlType
type
,
ControlPart
part
,
bool
KDE
5
SalGraphics
::
getNativeControlRegion
(
ControlType
type
,
ControlPart
part
,
const
tools
::
Rectangle
&
controlRegion
,
ControlState
controlState
,
const
ImplControlValue
&
val
,
const
OUString
&
,
...
...
@@ -974,7 +974,7 @@ bool KDESalGraphics::getNativeControlRegion( ControlType type, ControlPart part,
aPos was or was not inside the native widget specified by the
nType/nPart combination.
*/
bool
KDESalGraphics
::
hitTestNativeControl
(
ControlType
nType
,
ControlPart
nPart
,
bool
KDE
5
SalGraphics
::
hitTestNativeControl
(
ControlType
nType
,
ControlPart
nPart
,
const
tools
::
Rectangle
&
rControlRegion
,
const
Point
&
rPos
,
bool
&
rIsInside
)
{
...
...
vcl/unx/kde5/KDE5SalGraphics.hxx
Dosyayı görüntüle @
941373f5
...
...
@@ -30,7 +30,7 @@
/**
* Handles native graphics requests and performs the needed drawing operations.
*/
class
KDESalGraphics
:
public
X11SalGraphics
class
KDE
5
SalGraphics
:
public
X11SalGraphics
{
public
:
virtual
bool
IsNativeControlSupported
(
ControlType
,
ControlPart
)
override
;
...
...
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