AAssHelper#
Remember, ASS is not a butt. ASS is Aui Style Sheets
Header: | #include <AUI/ASS/AAssHelper.h> |
CMake: | aui_link(my_target PUBLIC aui::views) |
Examples#
examples/app/minesweeper/src/Style.cpp
Minesweeper Game - Minesweeper game implementation driven by ass.
}
return false;
}
void setupConnections(AView* view, const _<AAssHelper>& helper) override {
IAssSubSelector::setupConnections(view, helper);
view->customCssPropertyChanged.clearAllOutgoingConnectionsWith(helper.get());
AObject::connect(view->customCssPropertyChanged, AUI_SLOT(helper)::onInvalidateStateAss);
}
};
Public Types#
State#
struct AAssHelper::State
Empty structure.