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
540078ad
Kaydet (Commit)
540078ad
authored
Eyl 12, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: Make the Menu class really abstract.
Change-Id: I676b2673cbe32bfe7c6013588c19a557fdfc743d
üst
ea733ab5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
menu.hxx
include/vcl/menu.hxx
+3
-1
No files found.
include/vcl/menu.hxx
Dosyayı görüntüle @
540078ad
...
@@ -290,7 +290,7 @@ public:
...
@@ -290,7 +290,7 @@ public:
bool
IsItemPosVisible
(
sal_uInt16
nItemPos
)
const
;
bool
IsItemPosVisible
(
sal_uInt16
nItemPos
)
const
;
bool
IsMenuVisible
()
const
;
bool
IsMenuVisible
()
const
;
virtual
bool
IsMenuBar
()
const
{
return
false
;
}
virtual
bool
IsMenuBar
()
const
=
0
;
void
RemoveDisabledEntries
(
bool
bCheckPopups
=
true
,
bool
bRemoveEmptyPopups
=
false
);
void
RemoveDisabledEntries
(
bool
bCheckPopups
=
true
,
bool
bRemoveEmptyPopups
=
false
);
bool
HasValidEntries
(
bool
bCheckPopups
=
true
);
bool
HasValidEntries
(
bool
bCheckPopups
=
true
);
...
@@ -502,6 +502,8 @@ public:
...
@@ -502,6 +502,8 @@ public:
explicit
PopupMenu
(
const
ResId
&
);
explicit
PopupMenu
(
const
ResId
&
);
virtual
~
PopupMenu
();
virtual
~
PopupMenu
();
virtual
bool
IsMenuBar
()
const
SAL_OVERRIDE
{
return
false
;
}
void
SetText
(
const
OUString
&
rTitle
)
{
aTitleText
=
rTitle
;
}
void
SetText
(
const
OUString
&
rTitle
)
{
aTitleText
=
rTitle
;
}
const
OUString
&
GetText
()
const
{
return
aTitleText
;
}
const
OUString
&
GetText
()
const
{
return
aTitleText
;
}
...
...
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