SVN revision: 37581
This commit is contained in:
Andreas Volz 2008-11-10 23:08:19 +00:00
parent 385507cbd1
commit 84a3ac74d5
1 changed files with 5 additions and 0 deletions

View File

@ -190,6 +190,11 @@ class EvasEdje : public EvasObject
bool hasPart( const char* partname ) const;
EdjePart* operator[]( const char* partname );
/*!
* @param partname Loads a EdjePart into the EvasEdje.
* @throw PartNotExistingException
*/
EdjePart* part( const char* partname );
/* signals and slots */