graphicscomposition/openwfcompositionengine/composition/include/wfcscene.h
branchRCL_3
changeset 163 bbf46f59e123
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
equal deleted inserted replaced
150:57c618273d5c 163:bbf46f59e123
     1 /* Copyright (c) 2009 The Khronos Group Inc.
     1 /* Copyright (c) 2009 The Khronos Group Inc.
       
     2  * Portions copyright (c) 2009-2010  Nokia Corporation and/or its subsidiary(-ies)
     2  *
     3  *
     3  * Permission is hereby granted, free of charge, to any person obtaining a
     4  * Permission is hereby granted, free of charge, to any person obtaining a
     4  * copy of this software and/or associated documentation files (the
     5  * copy of this software and/or associated documentation files (the
     5  * "Materials"), to deal in the Materials without restriction, including
     6  * "Materials"), to deal in the Materials without restriction, including
     6  * without limitation the rights to use, copy, modify, merge, publish,
     7  * without limitation the rights to use, copy, modify, merge, publish,
   173  *  \return Handle of the bottom element
   174  *  \return Handle of the bottom element
   174  */
   175  */
   175 OWF_API_CALL WFCElement
   176 OWF_API_CALL WFCElement
   176 WFC_Scene_LowestElement(WFC_SCENE* scene);
   177 WFC_Scene_LowestElement(WFC_SCENE* scene);
   177 
   178 
       
   179 /*!
       
   180  *  \brief Search for the topmost element
       
   181  *
       
   182  *  \param scene            Scene to search
       
   183  *  \return pointer to the topmost element
       
   184  */
       
   185 OWF_API_CALL WFC_ELEMENT*
       
   186 WFC_Scene_TopMostElement(WFC_SCENE* scene);
       
   187 
   178 #ifdef __cplusplus
   188 #ifdef __cplusplus
   179 }
   189 }
   180 #endif
   190 #endif
   181 #endif /* WFCSCENE_H_ */
   191 #endif /* WFCSCENE_H_ */