mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 18:14:38 +00:00
Added isSupported method definition
This commit is contained in:
parent
47f5504c88
commit
b053fd8475
@ -23,6 +23,9 @@
|
||||
/****************************************************************************
|
||||
History
|
||||
$Log$
|
||||
Revision 1.5 2005/12/05 18:10:05 ggangemi
|
||||
Added isSupported method definition
|
||||
|
||||
Revision 1.4 2005/12/03 22:49:46 cignoni
|
||||
Added copyright info
|
||||
|
||||
@ -55,6 +58,7 @@ public:
|
||||
actionList << new QAction(QString("action 3"),this);
|
||||
}
|
||||
|
||||
virtual bool isSupported() {return false;}
|
||||
QList<QAction *> actions () const {return actionList;}
|
||||
|
||||
void Render(QAction *a, MeshModel &m, RenderMode &rm, GLArea *gla);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user