libkovan  1
The kovan standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExtraButtons Class Reference

Helper methods to manipulate and access the state of the X, Y, and Z buttons. More...

#include <button.hpp>

Static Public Member Functions

static void show ()
 
static void hide ()
 
static void setShown (const bool &shown)
 
static bool isShown ()
 

Detailed Description

Helper methods to manipulate and access the state of the X, Y, and Z buttons.

Member Function Documentation

static void ExtraButtons::hide ( )
static

Hides the X, Y, and Z buttons.

See Also
setShown
show
static bool ExtraButtons::isShown ( )
static

Gets whether or not the X, Y, and Z buttons are currently being displayed.

Returns
true if X, Y, and Z buttons are displayed, false otherwise.
Note
This method may not reflect the actual state of the GUI.
static void ExtraButtons::setShown ( const bool &  shown)
static

Sets whether or not the X, Y, and Z buttons are to be displayed.

See Also
isShown
show
hide
static void ExtraButtons::show ( )
static

Shows the X, Y, and Z buttons.

See Also
setShown
hide

The documentation for this class was generated from the following file: