mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode: Fixed some crashes. Changed default python linter.
This commit is contained in:
@@ -79,6 +79,8 @@ class EE_API UIAbstractView : public UIScrollableWidget {
|
||||
|
||||
virtual void onModelSelectionChange();
|
||||
|
||||
void modelUpdate( unsigned flags );
|
||||
|
||||
UIAbstractView( const std::string& tag );
|
||||
|
||||
virtual ~UIAbstractView();
|
||||
|
||||
@@ -125,6 +125,9 @@ class EE_API Engine {
|
||||
/** @return The id of the thread that was used to initialize the OpenGL Context. */
|
||||
Uint32 getMainThreadId();
|
||||
|
||||
/** @returns True if the current thread is the main thread. */
|
||||
bool isMainThread() const;
|
||||
|
||||
/** @return The instance of platform class that provides some helpers for some platforms */
|
||||
PlatformHelper* getPlatformHelper();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user