|
hydrogen 1.2.3
|
#include <PatternEditorInstrumentList.h>
Public Slots | |
| void | updateInstrumentLines () |
| Update every InstrumentLine, create or destroy lines if necessary. | |
Public Member Functions | |
| PatternEditorInstrumentList (QWidget *parent, PatternEditorPanel *pPatternEditorPanel) | |
| ~PatternEditorInstrumentList () | |
| virtual void | dragEnterEvent (QDragEnterEvent *event) override |
| virtual void | dropEvent (QDropEvent *event) override |
| virtual void | drumkitLoadedEvent () override |
| virtual void | instrumentParametersChangedEvent (int) override |
| virtual void | mouseMoveEvent (QMouseEvent *event) override |
| virtual void | mousePressEvent (QMouseEvent *event) override |
| void | repaintInstrumentLines () |
| virtual void | selectedInstrumentChangedEvent () override |
| virtual void | updateSongEvent (int nEvent) override |
Public Member Functions inherited from EventListener | |
| virtual | ~EventListener () |
| virtual void | actionModeChangeEvent (int nValue) |
| virtual void | bbtChangedEvent () |
| virtual void | driverChangedEvent () |
| virtual void | errorEvent (int nErrorCode) |
| virtual void | gridCellToggledEvent () |
| virtual void | jacksessionEvent (int nValue) |
| virtual void | jackTimebaseStateChangedEvent () |
| virtual void | jackTransportActivationEvent () |
| virtual void | loopModeActivationEvent () |
| virtual void | metronomeEvent (int nValue) |
| virtual void | midiActivityEvent () |
| virtual void | midiMapChangedEvent () |
| virtual void | nextPatternsChangedEvent () |
| virtual void | nextShotEvent () |
| virtual void | noteOnEvent (int nInstrument) |
| virtual void | patternEditorLockedEvent () |
| virtual void | patternModifiedEvent () |
| virtual void | playbackTrackChangedEvent () |
| virtual void | playingPatternsChangedEvent () |
| virtual void | playlistLoadSongEvent (int nIndex) |
| virtual void | progressEvent (int nValue) |
| virtual void | quitEvent (int nValue) |
| virtual void | relocationEvent () |
| virtual void | selectedPatternChangedEvent () |
| virtual void | songModeActivationEvent () |
| virtual void | songModifiedEvent () |
| virtual void | songSizeChangedEvent () |
| virtual void | soundLibraryChangedEvent () |
| virtual void | stackedModeActivationEvent (int nValue) |
| virtual void | stateChangedEvent (H2Core::AudioEngine::State state) |
| virtual void | tempoChangedEvent (int nValue) |
| virtual void | timelineActivationEvent () |
| virtual void | timelineUpdateEvent (int nValue) |
| virtual void | undoRedoActionEvent (int nValue) |
| virtual void | updatePreferencesEvent (int nValue) |
| virtual void | XRunEvent () |
Public Member Functions inherited from Object< PatternEditorInstrumentList > | |
| Object () | |
| Object (const Object< PatternEditorInstrumentList > &other) | |
Public Member Functions inherited from Base | |
| Base () | |
| Base (const Base &other) | |
| virtual const char * | class_name () const |
| void | Print (bool bShort=true) const |
| Prints content of toQString() via DEBUGLOG. | |
| virtual QString | toQString (const QString &sPrefix="", bool bShort=true) const |
| Formatted string version for debugging purposes. | |
Protected Member Functions | |
| InstrumentLine * | createInstrumentLine () |
| Create a new InstrumentLine. | |
Protected Member Functions inherited from Object< PatternEditorInstrumentList > | |
| ~Object () | |
Protected Member Functions inherited from Base | |
| ~Base () | |
Protected Attributes | |
| QPoint | __drag_start_position |
| uint | m_nEditorHeight |
| uint | m_nEditorWidth |
| uint | m_nGridHeight |
| DragScroller * | m_pDragScroller |
| InstrumentLine * | m_pInstrumentLine [MAX_INSTRUMENTS] |
| H2Core::Pattern * | m_pPattern |
| PatternEditorPanel * | m_pPatternEditorPanel |
| QTimer * | m_pUpdateTimer |
Private Member Functions | |
| void | drawFocus (QPainter &painter) |
Additional Inherited Members | |
Static Public Member Functions inherited from Base | |
| static const char * | _class_name () |
| return the class name | |
| static QString | base_clock (const QString &sMsg) |
| Measures the current time and stores it in __last_clock. | |
| static QString | base_clock_in (const QString &sMsg) |
| static int | bootstrap (Logger *logger, bool count=false) |
| must be called before any Object instantiation ! | |
| static bool | count_active () |
| static int | getAliveObjectCount () |
| static object_map_t | getObjectMap () |
| static Logger * | logger () |
| return the logger instance | |
| static int | objects_count () |
| static void | printObjectMapDiff (object_map_t map) |
| Creates the difference between a snapshot of the object map and its current state and prints it to std::cout. | |
| static void | set_count (bool flag) |
| enable/disable class instances counting | |
| static void | write_objects_map_to (std::ostream &out, object_map_t *map=nullptr) |
| output the full objects map to a given ostream | |
| static void | write_objects_map_to_cerr () |
| output objects map to stderr | |
Static Public Attributes inherited from Base | |
| static QString | sPrintIndention = " " |
| String used to format the debugging string output of some core classes. | |
Static Protected Member Functions inherited from Base | |
| static void | registerClass (const char *name, const atomic_obj_cpt_t *counters) |
Static Protected Attributes inherited from Base | |
| static bool | __count = false |
| should we count class instances | |
| static timeval | __last_clock = { 0, 0 } |
| static Logger * | __logger = nullptr |
Definition at line 130 of file PatternEditorInstrumentList.h.
| PatternEditorInstrumentList | ( | QWidget * | parent, |
| PatternEditorPanel * | pPatternEditorPanel ) |
Definition at line 729 of file PatternEditorInstrumentList.cpp.
Definition at line 766 of file PatternEditorInstrumentList.cpp.
|
protected |
Create a new InstrumentLine.
Definition at line 779 of file PatternEditorInstrumentList.cpp.
|
overridevirtual |
Definition at line 879 of file PatternEditorInstrumentList.cpp.
|
private |
|
overridevirtual |
Definition at line 884 of file PatternEditorInstrumentList.cpp.
|
overridevirtual |
Reimplemented from EventListener.
Definition at line 793 of file PatternEditorInstrumentList.cpp.
|
overridevirtual |
Reimplemented from EventListener.
Definition at line 1020 of file PatternEditorInstrumentList.cpp.
|
overridevirtual |
Definition at line 987 of file PatternEditorInstrumentList.cpp.
|
overridevirtual |
Definition at line 977 of file PatternEditorInstrumentList.cpp.
| void repaintInstrumentLines | ( | ) |
Definition at line 797 of file PatternEditorInstrumentList.cpp.
|
overridevirtual |
Reimplemented from EventListener.
Definition at line 811 of file PatternEditorInstrumentList.cpp.
|
slot |
Update every InstrumentLine, create or destroy lines if necessary.
Definition at line 833 of file PatternEditorInstrumentList.cpp.
|
overridevirtual |
Reimplemented from EventListener.
Definition at line 787 of file PatternEditorInstrumentList.cpp.
|
protected |
Definition at line 167 of file PatternEditorInstrumentList.h.
|
protected |
Definition at line 162 of file PatternEditorInstrumentList.h.
|
protected |
Definition at line 161 of file PatternEditorInstrumentList.h.
|
protected |
Definition at line 160 of file PatternEditorInstrumentList.h.
|
protected |
Definition at line 165 of file PatternEditorInstrumentList.h.
|
protected |
Definition at line 163 of file PatternEditorInstrumentList.h.
|
protected |
Definition at line 159 of file PatternEditorInstrumentList.h.
|
protected |
Definition at line 158 of file PatternEditorInstrumentList.h.
|
protected |
Definition at line 164 of file PatternEditorInstrumentList.h.