mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
getNewObjectName() is made virtual (as it parent class).
This commit is contained in:
parent
e2473f133f
commit
b4446e7a7f
@ -58,7 +58,7 @@ protected:
|
||||
void closeEvent(QCloseEvent* e);
|
||||
|
||||
void initName( const char* thePrefix = 0 ); // initialize "Name" field with a string "thePrefix_X" (Vertex_3)
|
||||
const char* getNewObjectName() const; // returns contents of "Name" field
|
||||
virtual const char* getNewObjectName() const; // returns contents of "Name" field
|
||||
int getConstructorId() const; // returns id of a selected "constructor" radio button or '-1' in case of error
|
||||
virtual SUIT_Desktop* getDesktop() const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user