gusimplewhiteboard
wb_button Struct Reference

/file wb_button.h More...

#include <wb_button.h>

Collaboration diagram for wb_button:

Public Member Functions

 PROPERTY (bool, is_pressed) wb_button()
 Default constructor. More...
 
 wb_button (const wb_button &other)
 Copy Constructor. More...
 
wb_buttonoperator= (const wb_button &other)
 Assignment Operator. More...
 

Detailed Description

/file wb_button.h

Created by Vlad Estivill-Castro in 2015.
Copyright (c) 2015 Vlad Estivill-Castro
All rights reserved.
Touch sensors and button struct

Definition at line 17 of file wb_button.h.

Constructor & Destructor Documentation

◆ wb_button()

wb_button::wb_button ( const wb_button other)
inline

Copy Constructor.

Definition at line 27 of file wb_button.h.

Member Function Documentation

◆ operator=()

wb_button & wb_button::operator= ( const wb_button other)
inline

Assignment Operator.

Definition at line 32 of file wb_button.h.

◆ PROPERTY()

wb_button::PROPERTY ( bool  ,
is_pressed   
)
inline

Default constructor.

Definition at line 19 of file wb_button.h.


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