|
Chatterino
|
#include <QString>#include <QWidget>#include <boost/optional.hpp>#include <boost/preprocessor.hpp>#include <memory>#include <string>#include "common/Aliases.hpp"#include "common/Outcome.hpp"#include "common/ProviderId.hpp"Go to the source code of this file.
Classes | |
| struct | chatterino::DeleteLater |
Namespaces | |
| chatterino | |
Macros | |
| #define | ATTR_UNUSED __attribute__((unused)) |
Typedefs | |
| template<typename T > | |
| using | chatterino::QObjectPtr = std::unique_ptr< T, DeleteLater > |
Functions | |
| QString | chatterino::qS (const std::string &string) |
| template<typename T > | |
| std::weak_ptr< T > | chatterino::weakOf (T *element) |
Variables | |
| const Qt::KeyboardModifiers | chatterino::showSplitOverlayModifiers |
| const Qt::KeyboardModifiers | chatterino::showAddSplitRegions |
| const Qt::KeyboardModifiers | chatterino::showResizeHandlesModifiers = Qt::ControlModifier |
| #define ATTR_UNUSED __attribute__((unused)) |
1.8.13