VstPlugin: added hasEditor() method
Added inline method hasEditor() with returns true or false depending on whether the class received a window ID from the remote plugin.
This commit is contained in:
@@ -47,6 +47,11 @@ public:
|
||||
|
||||
virtual bool processMessage( const message & _m );
|
||||
|
||||
inline bool hasEditor( void ) const
|
||||
{
|
||||
return m_pluginWindowID != 0;
|
||||
}
|
||||
|
||||
void showEditor( QWidget * _parent = NULL );
|
||||
void hideEditor( void );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user