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

Allows the user to navigate between multiple parallel signal chains. More...

#include <EditorViewport.h>

List of all members.

Public Member Functions

 SignalChainTabButton ()
 ~SignalChainTabButton ()
void setEditor (GenericEditor *p)
 Determines the first editor in the signal chain associated with a SignalChainTabButton.
void setManager (SignalChainManager *scm_)
 Sets the SignalChainManager for this SignalChainTabButton.
GenericEditorgetEditor ()
 Returns the editor associated with this SignalChainTabButton.
void setNumber (int n)
 Sets the number of this SignalChainTabButton.
bool hasNewConnections ()
 Returns the state of the configurationChanged variable.
void hasNewConnections (bool t)
 Sets the state of the configurationChanged variable.

Public Attributes

int offset

Detailed Description

Allows the user to navigate between multiple parallel signal chains.

Each SignalChainTabButton sits on the left-hand side of the EditorViewport and is associated with a given signal chain. Clicking the tab button makes the editors for its signal chain visible.

See also:
EditorViewport

Constructor & Destructor Documentation

SignalChainTabButton::SignalChainTabButton ( )
SignalChainTabButton::~SignalChainTabButton ( )

Member Function Documentation

void SignalChainTabButton::setEditor ( GenericEditor p)

Determines the first editor in the signal chain associated with a SignalChainTabButton.

void SignalChainTabButton::setManager ( SignalChainManager scm_)
GenericEditor* SignalChainTabButton::getEditor ( )

Returns the editor associated with this SignalChainTabButton.

void SignalChainTabButton::setNumber ( int  n)

Sets the number of this SignalChainTabButton.

bool SignalChainTabButton::hasNewConnections ( )

Returns the state of the configurationChanged variable.

void SignalChainTabButton::hasNewConnections ( bool  t)

Sets the state of the configurationChanged variable.


Member Data Documentation

int SignalChainTabButton::offset

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