VST 3 Examples VST 3.7
SDK for developing VST plug-in
|
This is the complete list of members for EventLogDataBrowserSource, including all inherited members.
dbCellSetupTextEdit(int32_t row, int32_t column, CTextEdit *textEditControl, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbCellTextChanged(int32_t row, int32_t column, UTF8StringPtr newText, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbDrawCell(CDrawContext *context, const CRect &size, int32_t row, int32_t column, int32_t flags, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbDrawHeader(CDrawContext *context, const CRect &size, int32_t column, int32_t flags, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbGetColumnDescription(int32_t index, CCoord &minWidth, CCoord &maxWidth, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbGetCurrentColumnWidth(int32_t index, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbGetLineWidthAndColor(CCoord &width, CColor &color, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbGetNumColumns(CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbGetNumRows(CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbGetRowHeight(CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbOnKeyDown(const VstKeyCode &key, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbOnMouseDown(const CPoint &where, const CButtonState &buttons, int32_t row, int32_t column, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbOnMouseMoved(const CPoint &where, const CButtonState &buttons, int32_t row, int32_t column, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbOnMouseUp(const CPoint &where, const CButtonState &buttons, int32_t row, int32_t column, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbSelectionChanged(CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
dbSetCurrentColumnWidth(int32_t index, const CCoord &width, CDataBrowser *browser) SMTG_OVERRIDE | EventLogDataBrowserSource | |
eColoumns enum name | EventLogDataBrowserSource | |
EventLogDataBrowserSource(Steinberg::Vst::EditControllerEx1 *editController) | EventLogDataBrowserSource | |
getLogEvents() const | EventLogDataBrowserSource | inline |
kCount enum value | EventLogDataBrowserSource | |
kDescription enum value | EventLogDataBrowserSource | |
kNumColumns enum value | EventLogDataBrowserSource | |
kType enum value | EventLogDataBrowserSource | |
LogEvents typedef | EventLogDataBrowserSource | |
mLogEvents | EventLogDataBrowserSource | protected |
updateLog(const LogEvent &logEvent, bool incrementCount=false) | EventLogDataBrowserSource | |
~EventLogDataBrowserSource() | EventLogDataBrowserSource |