summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-03-08 14:41:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-09 07:28:25 +0100
commit313744d4f23f242f5ee979d229fe394211ff7ffd (patch)
tree7c2e83e0eb5eb2b133c0eaa1a61bb179b554f14d /include/vcl/button.hxx
parentccb6b8967ce3d84bb141379e51a339544f753446 (diff)
loplugin:unusedmethods
Change-Id: I242f56f2bc5dc8fce6db1ba8f1f8269da4fec0fa Reviewed-on: https://gerrit.libreoffice.org/68938 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index c078c921a35a..3aca65e5f039 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -87,7 +87,6 @@ public:
void EnableImageDisplay( bool bEnable );
void EnableTextDisplay( bool bEnable );
- void SetFocusRect( const tools::Rectangle& rFocusRect );
bool IsSmallSymbol() const;
void SetSmallSymbol();
virtual bool set_property(const OString &rKey, const OUString &rValue) override;
@@ -319,13 +318,6 @@ protected:
virtual const Color&
GetCanonicalTextColor( const StyleSettings& _rStyle ) const override;
- void SetMouseRect( const tools::Rectangle& _rMouseRect ) { maMouseRect = _rMouseRect; }
- void SetStateRect( const tools::Rectangle& _rStateRect ) { maStateRect = _rStateRect; }
-
- // draws the radio button (the knob image), in its current state (pressed/checked)
- // at the usual location, which can be overridden with SetStateRect
- void DrawRadioButtonState(vcl::RenderContext& rRenderContext);
-
public:
explicit RadioButton( vcl::Window* pParent, WinBits nWinStyle = 0 );
virtual ~RadioButton() override;
@@ -352,7 +344,6 @@ public:
bool IsRadioCheckEnabled() const { return mbRadioCheck; }
void SetModeRadioImage( const Image& rImage );
- const Image& GetModeRadioImage( ) const { return maImage;}
void SetState( bool bCheck );
void Check( bool bCheck = true );