PixelLightAPI
.
|
#include <Profiling.h>
Public Member Functions | |
PLCORE_API | ProfileGroup (const String &sName="", ElementManager< ProfileGroup > *pManager=nullptr) |
Constructor. | |
virtual PLCORE_API | ~ProfileGroup () |
Destructor. | |
String | GetText () const |
Returns the text of the element group. | |
bool | SetText (const String &sText) |
Sets the element group text. | |
ProfileGroup & | operator= (const ProfileGroup &cSource) |
Copy operator. |
Profiling group.
PLCORE_API PLCore::ProfileGroup::ProfileGroup | ( | const String & | sName = "" , |
ElementManager< ProfileGroup > * | pManager = nullptr |
||
) |
virtual PLCORE_API PLCore::ProfileGroup::~ProfileGroup | ( | ) | [virtual] |
Destructor.
String PLCore::ProfileGroup::GetText | ( | ) | const [inline] |
Returns the text of the element group.
bool PLCore::ProfileGroup::SetText | ( | const String & | sText | ) | [inline] |
Sets the element group text.
[in] | sText | Text to be set |
ProfileGroup & PLCore::ProfileGroup::operator= | ( | const ProfileGroup & | cSource | ) | [inline] |
Copy operator.
[in] | cSource | Source to copy from |
|