27 using std::unique_ptr;
289 bool find(
const string& findString,
bool matchCase,
bool wholeWord,
bool selection,
bool firstSearch,
int& index);
298 int count(
const string& findString,
bool matchCase,
bool wholeWord,
bool selection);
310 bool replace(
const string& findString,
const string& replaceString,
bool matchCase,
bool wholeWord,
bool selection,
int& index);
321 bool replaceAll(
const string& findString,
const string& replaceString,
bool matchCase,
bool wholeWord,
bool selection);
GUI screen node that represents a screen that can be rendered via GUI system.
GUI styled text node controller.
Matrix4x4 class representing matrix4x4 mathematical structure and operations for 3d space.
#define FORBID_CLASS_COPY(CLASS)