BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Member Functions | Public Attributes | Private Member Functions | List of all members
InputHandler Class Reference

Handler of input events. More...

#include <input_handler.h>

Collaboration diagram for InputHandler:
Collaboration graph
[legend]

Public Member Functions

void update (View &view, Renderer &renderer, State &state)
 
void reset ()
 

Public Attributes

InputData input
 

Private Member Functions

void process_keyboard (View &view, Renderer &renderer)
 Identify which key was pressed and notify other parts (listed in arguments) about it. More...
 
void process_mouse_button (View &view, Renderer &renderer, State &state)
 Handle mouse button input. More...
 
void process_mouse_scroll (View &view)
 Process mouse scroll and notify other parts(listed in arguments) about it. More...
 

Detailed Description

Handler of input events.

Definition at line 35 of file input_handler.h.

Member Function Documentation

◆ process_keyboard()

void InputHandler::process_keyboard ( View view,
Renderer renderer 
)
private

Identify which key was pressed and notify other parts (listed in arguments) about it.

Parameters
view
renderer

Definition at line 36 of file input_handler.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ process_mouse_button()

void InputHandler::process_mouse_button ( View view,
Renderer renderer,
State state 
)
private

Handle mouse button input.

Parameters
view
renderer
state

Definition at line 64 of file input_handler.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ process_mouse_scroll()

void InputHandler::process_mouse_scroll ( View view)
private

Process mouse scroll and notify other parts(listed in arguments) about it.

Parameters
view

Definition at line 166 of file input_handler.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reset()

void InputHandler::reset ( )

Definition at line 30 of file input_handler.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ update()

void InputHandler::update ( View view,
Renderer renderer,
State state 
)

Definition at line 22 of file input_handler.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ input

InputData InputHandler::input

Definition at line 38 of file input_handler.h.


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