Brunot
Loading...
Searching...
No Matches
Board Member List

This is the complete list of members for Board, including all inherited members.

addCardToBoard(std::unique_ptr< Card > cardToAdd, const std::pair< int, int > &positionToAddAt) -> voidBoard
addChild(std::unique_ptr< GameObject > newChild) -> boolGameObjectvirtual
Board(int width=5, int height=1)Boardinline
Board(const Board &rhs)=defaultBoard
Board(Board &&rhs) noexcept=defaultBoard
boardBoardprivate
boardHeightBoardprivate
boardWidthBoardprivate
cActionProxy enum valueComponent
calculateFormattedName() constGameObject
cAnimation enum valueComponent
cBackground enum valueComponent
cBehavior enum valueComponent
cBoard enum valueComponent
cButton enum valueComponent
cCard enum valueComponent
cCollider enum valueComponent
cConfirmDestructiveActionScene enum valueComponent
cCreditsScene enum valueComponent
cDeck enum valueComponent
cEntityMover enum valueComponent
cErrorType enum valueComponent
cFlags enum valueComponent
checkAddToSceneHook() -> voidGameObjectprotected
ChildrenHandelerGameObject
clearBoard() const -> voidBoard
clone() const -> std::unique_ptr< GameObject > overrideBoardvirtual
cMainMenuScene enum valueComponent
cMainScene enum valueComponent
cMenu enum valueComponent
cMenuItem enum valueComponent
cMenuPosition enum valueComponent
collectCards() -> CardGridBoardprivate
Component(ComponentTypeEnum type, const char *typeName)Componentprotected
componentShowMenu() -> void overrideBoardvirtual
ComponentTypeEnum enum nameComponent
cOptionsScene enum valueComponent
cPauseScene enum valueComponent
cPhysics enum valueComponent
cPlayer enum valueComponent
cScene enum valueComponent
cSelectable enum valueComponent
cSelector enum valueComponent
cSplashScreenScene enum valueComponent
cSprite enum valueComponent
cTable enum valueComponent
cTransform enum valueComponent
cTutorialScene enum valueComponent
cWinScreenScene enum valueComponent
destroy() -> voidGameObjectvirtual
destroyed() const -> boolGameObject
endWindow() -> void overrideBoardinlinevirtual
EngineGameObject
EntityGameObject
fillBoard() -> voidBoard
for_each(std::function< void(GameObject &)> func) -> voidGameObjectvirtual
for_each(std::function< void(const GameObject &)> func) const -> voidGameObjectvirtual
formattedNameGameObjectmutableprivate
from_json(const json &j, Board &b) ->voidBoardfriend
GameObject(std::string typeName, gobj::Type parentType, gobj::Type type)GameObject
GameObject(const GameObject &other)GameObject
GameObject(GameObject &&other) noexceptGameObject
getChildren() const -> std::shared_ptr< std::vector< GameObject * > > overrideComponentprotectedvirtual
getComponentJson() const -> jsonComponentprotected
getEntityParent() const -> Entity *Component
getFormattedName() const -> const std::string &GameObject
getGameObjectJson() const -> jsonGameObjectprotected
getHandsFromCards(const std::vector< Card * > &cards) -> std::vector< PlayerHand >Board
getHandsFromPlayedCards(const std::vector< Card * > &cards) -> std::vector< PlayerHand >Board
getInternalParent() const -> GameObject *GameObject
getKey() const -> Key overrideComponentvirtual
getName() const -> const std::string &GameObject
getNickname() const -> const std::string &GameObject
getObjectType() const -> gobj::TypeGameObject
getParent() const -> GameObject *GameObjectvirtual
getType() const -> ComponentTypeEnumComponentinline
getUUID() const -> gobj::UUIDGameObject
inEngineGameObjectprivate
internalParentGameObjectprivate
isActive() const -> boolGameObject
isDestroyedGameObjectprivate
isType(gobj::Type otherType) const -> boolGameObject
isUUID(gobj::UUID compareUUID) const -> boolGameObject
load(Stream &stream) -> void overrideBoardvirtual
makePlayerHandFromColumn(int columnIndex) const -> std::vector< PlayerHand >Boardprivate
makePlayerHandFromRow(int rowIndex) const -> std::vector< PlayerHand >Boardprivate
nameEquals(const std::string &compareString) const -> boolGameObject
nicknameGameObjectprivate
NodeGameObject
onEnterEngine() -> void overrideBoardvirtual
onRender() -> void overrideBoardvirtual
onUpdate(float dt) -> void overrideBoardvirtual
operator=(const Board &) -> Board &=defaultBoard
Component::operator=(const GameObject &other) -> GameObject &GameObject
Component::operator=(GameObject &&other) noexcept -> GameObject &GameObject
parentTo(GameObject *newParent) -> boolGameObjectvirtual
parentTypeGameObjectprivate
rebuildGrid() -> voidBoardprivate
receivesMessages() const -> boolGameObject
render() -> voidGameObjectvirtual
renderLayerGameObjectprivate
renders() const -> boolGameObject
save(Stream &stream) const -> void overrideBoardvirtual
setActive(const bool shouldBeActive) -> voidGameObject
setGameObjectJson(const json &stream) -> voidGameObjectprotected
setInternalParent(GameObject *parent) -> boolGameObjectprotected
setNickname(const std::string &newNickname) -> voidGameObject
setShouldReceiveMessages(const bool _shouldReceiveMessages) -> voidGameObjectvirtual
setShouldRender(const bool _shouldRender) -> voidGameObjectvirtual
setShouldUpdate(const bool _shouldUpdate) -> voidGameObjectvirtual
shouldReceiveMessagesGameObjectprivate
shouldRenderGameObjectprivate
shouldUpdateGameObjectprivate
showMenu() -> void overrideComponentvirtual
to_json(json &j, const Board &b) ->voidBoardfriend
typeComponentprivate
typeNameGameObjectprivate
update(float dt) -> voidGameObjectvirtual
updateInternalGrid(const std::vector< Card * > &cards) -> voidBoardprivate
updates() const -> boolGameObject
uuidGameObjectprivate
~Board() override=defaultBoard
~GameObject()GameObjectvirtual