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

A set of buttons for scrolling through editors and signal chains. More...

#include <EditorViewportButtons.h>

List of all members.

Public Types

enum  type { LEFT, RIGHT }

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of buttons for scrolling through editors and signal chains.

See also:
EditorViewport.

Member Enumeration Documentation

Enumerator:
LEFT 
RIGHT 

Constructor & Destructor Documentation

EditorScrollButton::EditorScrollButton ( int  type)
EditorScrollButton::~EditorScrollButton ( )

Member Function Documentation

void EditorScrollButton::setActive ( bool  )

Member Data Documentation

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

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