mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: #1054 getFilename() in UForm
This commit is contained in:
parent
c549c8f4dd
commit
072b95c975
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ public:
|
||||||
/// Get a mutable pointer on the root element of the form. It is a struct node.
|
/// Get a mutable pointer on the root element of the form. It is a struct node.
|
||||||
virtual UForm *getParentForm (uint parent) const = 0;
|
virtual UForm *getParentForm (uint parent) const = 0;
|
||||||
|
|
||||||
|
// Get the form filename with extension
|
||||||
|
virtual const std::string &getFilename () const = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the comment
|
* Get the comment
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue