Rhino C++ API
8.13
|
#include <RhinoSdkUiDockBarCaptionButton.h>
Public Types | |
enum | button_state { bs_pushed = 0, bs_focused, bs_hidden, bs_disabled, bs_count } |
Public Member Functions | |
CRhinoUiDockBarCaptionButton (bool closeButton) | |
bool | ButtonState (button_state bs) const |
CRect | GetRect (const class CRhinoUiDockBar *pDockBar) const |
UINT | HitTest () const |
bool | IsButtonVisible () const |
void | Paint (CDC *pDC, const class CRhinoUiDockBar *pDockBar) |
bool | SetButtonState (button_state bs, bool b) |
const wchar_t * | ToolTipText () const |
Static Public Member Functions | |
static int | Margin () |
Copyright (c) 1993-2016 Robert McNeel & Associates. All rights reserved. Rhinoceros is a registered trademark of Robert McNeel & Associates.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
For complete Rhino SDK copyright information see http://www.rhino3d.com/developer.
CRhinoUiDockBarCaptionButton::CRhinoUiDockBarCaptionButton | ( | bool | closeButton | ) |
bool CRhinoUiDockBarCaptionButton::ButtonState | ( | button_state | bs | ) | const |
Description: Check to see if a current button state is set.
CRect CRhinoUiDockBarCaptionButton::GetRect | ( | const class CRhinoUiDockBar * | pDockBar | ) | const |
Description: Return rectangle for button in parent window units. This will be an empty rectangle if the button is hidden.
UINT CRhinoUiDockBarCaptionButton::HitTest | ( | ) | const |
bool CRhinoUiDockBarCaptionButton::IsButtonVisible | ( | ) | const |
Description: Gets the button visibility state Returns: true if the button is visible otherwise; false if the button is hidden
|
static |
Description: Call this method to get the space between caption buttons as well as the non client button margin. Returns: Returns the margin * the current DPI scale.
void CRhinoUiDockBarCaptionButton::Paint | ( | CDC * | pDC, |
const class CRhinoUiDockBar * | pDockBar | ||
) |
Description: Paint button Parameters: pDC [in] Device context capable of painting in non client area of window hWnd [in] Window handle for painting to
bool CRhinoUiDockBarCaptionButton::SetButtonState | ( | button_state | bs, |
bool | b | ||
) |
Description: Change button state. Returns: true if the button state actually changed false if the current button state already has the same value
const wchar_t* CRhinoUiDockBarCaptionButton::ToolTipText | ( | ) | const |