| 
    TGUI
    0.10-beta
    
   | 
 
This is the complete list of members for tgui::Backend, including all inherited members.
| attachGui(BackendGui *gui)=0 | tgui::Backend | pure virtual | 
| Backend()=default | tgui::Backend | |
| Backend(const Backend &)=delete (defined in tgui::Backend) | tgui::Backend | |
| closeVirtualKeyboard() | tgui::Backend | virtual | 
| createDefaultFont() | tgui::Backend | virtual | 
| createFont() | tgui::Backend | |
| createText() | tgui::Backend | |
| createTexture() | tgui::Backend | |
| detatchGui(BackendGui *gui)=0 | tgui::Backend | pure virtual | 
| getClipboard() const | tgui::Backend | virtual | 
| getFontBackend() const | tgui::Backend | |
| getRenderer() const | tgui::Backend | |
| hasFontBackend() const | tgui::Backend | |
| hasRenderer() const | tgui::Backend | |
| isKeyboardModifierPressed(Event::KeyModifier modifierKey)=0 | tgui::Backend | pure virtual | 
| m_clipboardContents (defined in tgui::Backend) | tgui::Backend | protected | 
| m_destroyOnLastGuiDetatch (defined in tgui::Backend) | tgui::Backend | protected | 
| m_fontBackend (defined in tgui::Backend) | tgui::Backend | protected | 
| m_renderer (defined in tgui::Backend) | tgui::Backend | protected | 
| openVirtualKeyboard(const FloatRect &inputRect) | tgui::Backend | virtual | 
| operator=(const Backend &)=delete (defined in tgui::Backend) | tgui::Backend | |
| readFileFromAndroidAssets(const String &filename, std::size_t &fileSize) const | tgui::Backend | virtual | 
| resetMouseCursorStyle(Cursor::Type type)=0 | tgui::Backend | pure virtual | 
| setClipboard(const String &contents) | tgui::Backend | virtual | 
| setDestroyOnLastGuiDetatch(bool destroyOnDetatch) | tgui::Backend | |
| setFontBackend(std::shared_ptr< BackendFontFactory > fontBackend) | tgui::Backend | virtual | 
| setMouseCursor(BackendGui *gui, Cursor::Type type)=0 | tgui::Backend | pure virtual | 
| setMouseCursorStyle(Cursor::Type type, const std::uint8_t *pixels, Vector2u size, Vector2u hotspot)=0 | tgui::Backend | pure virtual | 
| setRenderer(std::shared_ptr< BackendRenderer > renderer) | tgui::Backend | virtual | 
| ~Backend()=default | tgui::Backend | virtual |