Open Ephys GUI
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Types | Public Member Functions | Public Attributes
SignalChainScrollButton Class Reference

Allows the user to scroll through signal chains when there are more than can fit within the boundaries of the EditorViewport. More...

#include <EditorViewportButtons.h>

List of all members.

Public Types

enum  type { UP, DOWN }

Public Member Functions

 SignalChainScrollButton (int type)
 ~SignalChainScrollButton ()
void setActive (bool)

Public Attributes

bool isActive
int direction
DrawablePath inactive
DrawablePath activeNormal
DrawablePath activeOver
DrawablePath activeDown

Detailed Description

Allows the user to scroll through signal chains when there are more than can fit within the boundaries of the EditorViewport.

See also:
EditorViewport.

Member Enumeration Documentation

Enumerator:
UP 
DOWN 

Constructor & Destructor Documentation

SignalChainScrollButton::SignalChainScrollButton ( int  type)
SignalChainScrollButton::~SignalChainScrollButton ( )

Member Function Documentation

void SignalChainScrollButton::setActive ( bool  )

Member Data Documentation

bool SignalChainScrollButton::isActive
int SignalChainScrollButton::direction
DrawablePath SignalChainScrollButton::inactive
DrawablePath SignalChainScrollButton::activeNormal
DrawablePath SignalChainScrollButton::activeOver
DrawablePath SignalChainScrollButton::activeDown

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