Classes | |
| class | UIContextNotification |
| Interface used to receive notifications related to files and contexts. More... | |
| class | UIContextHandler |
| class | UIContext |
Macros | |
| #define | PREVIEW_HOVER_TIME 500 |
Typedefs | |
| typedef bool(* | UIPluginInitFunction) (void) |
| typedef void(* | UIPluginDependencyFunction) (void) |
| typedef uint32_t(* | UIPluginABIVersionFunction) (void) |
Functions | |
| void | InitUIViews () |
| void | InitUIActions () |
| void | InitUIPlugins () |
| void | SetCurrentUIPluginLoadOrder (BNPluginLoadOrder order) |
| void | AddRequiredUIPluginDependency (const std::string &name) |
| void | AddOptionalUIPluginDependency (const std::string &name) |
| #define PREVIEW_HOVER_TIME 500 |
| typedef uint32_t(* UIPluginABIVersionFunction) (void) |
| typedef void(* UIPluginDependencyFunction) (void) |
| typedef bool(* UIPluginInitFunction) (void) |
| void AddOptionalUIPluginDependency | ( | const std::string & | name | ) |
| void AddRequiredUIPluginDependency | ( | const std::string & | name | ) |
| void InitUIActions | ( | ) |
| void InitUIPlugins | ( | ) |
| void InitUIViews | ( | ) |
| void SetCurrentUIPluginLoadOrder | ( | BNPluginLoadOrder | order | ) |