Classes | |
| class | PaletteManagerTest |
Functions | |
| TEST_F (PaletteManagerTest, InitializationState) | |
| TEST_F (PaletteManagerTest, HasNoUnsavedChangesInitially) | |
| TEST_F (PaletteManagerTest, TracksModifiedGroups) | |
| TEST_F (PaletteManagerTest, GetModifiedColorCount) | |
| TEST_F (PaletteManagerTest, UndoRedoInitialState) | |
| TEST_F (PaletteManagerTest, ClearHistoryResetsStacks) | |
| TEST_F (PaletteManagerTest, UndoWithoutChangesIsNoOp) | |
| TEST_F (PaletteManagerTest, RedoWithoutUndoIsNoOp) | |
| TEST_F (PaletteManagerTest, BatchModeTracking) | |
| TEST_F (PaletteManagerTest, NestedBatchOperations) | |
| TEST_F (PaletteManagerTest, EndBatchWithoutBeginIsNoOp) | |
| TEST_F (PaletteManagerTest, RegisterAndUnregisterListener) | |
| TEST_F (PaletteManagerTest, MultipleListeners) | |
| TEST_F (PaletteManagerTest, GetColorWithoutInitialization) | |
| TEST_F (PaletteManagerTest, SetColorWithoutInitializationFails) | |
| TEST_F (PaletteManagerTest, ResetColorWithoutInitializationReturnsError) | |
| TEST_F (PaletteManagerTest, ResetPaletteWithoutInitializationFails) | |
| TEST_F (PaletteManagerTest, SaveGroupWithoutInitializationFails) | |
| TEST_F (PaletteManagerTest, SaveAllWithoutInitializationFails) | |
| TEST_F (PaletteManagerTest, DiscardGroupWithoutInitializationIsNoOp) | |
| TEST_F (PaletteManagerTest, DiscardAllWithoutInitializationIsNoOp) | |
| TEST_F (PaletteManagerTest, IsGroupModifiedInitiallyFalse) | |
| TEST_F (PaletteManagerTest, IsPaletteModifiedInitiallyFalse) | |
| TEST_F (PaletteManagerTest, IsColorModifiedInitiallyFalse) | |
| TEST_F (PaletteManagerTest, SetColorInvalidGroupName) | |
| TEST_F (PaletteManagerTest, GetColorInvalidGroupName) | |
| TEST_F (PaletteManagerTest, IsGroupModifiedInvalidGroupName) | |
| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| InitializationState | |||
| ) |
Definition at line 32 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| HasNoUnsavedChangesInitially | |||
| ) |
Definition at line 44 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| TracksModifiedGroups | |||
| ) |
Definition at line 56 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| GetModifiedColorCount | |||
| ) |
Definition at line 64 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| UndoRedoInitialState | |||
| ) |
Definition at line 78 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| ClearHistoryResetsStacks | |||
| ) |
Definition at line 88 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| UndoWithoutChangesIsNoOp | |||
| ) |
Definition at line 100 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| RedoWithoutUndoIsNoOp | |||
| ) |
Definition at line 111 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| BatchModeTracking | |||
| ) |
Definition at line 126 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| NestedBatchOperations | |||
| ) |
Definition at line 138 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| EndBatchWithoutBeginIsNoOp | |||
| ) |
Definition at line 156 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| RegisterAndUnregisterListener | |||
| ) |
Definition at line 171 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| MultipleListeners | |||
| ) |
Definition at line 190 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| GetColorWithoutInitialization | |||
| ) |
Definition at line 218 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get(), and yaze::gfx::SnesColor::rgb().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| SetColorWithoutInitializationFails | |||
| ) |
Definition at line 231 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| ResetColorWithoutInitializationReturnsError | |||
| ) |
Definition at line 241 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| ResetPaletteWithoutInitializationFails | |||
| ) |
Definition at line 250 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| SaveGroupWithoutInitializationFails | |||
| ) |
Definition at line 263 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| SaveAllWithoutInitializationFails | |||
| ) |
Definition at line 272 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| DiscardGroupWithoutInitializationIsNoOp | |||
| ) |
Definition at line 281 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| DiscardAllWithoutInitializationIsNoOp | |||
| ) |
Definition at line 291 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| IsGroupModifiedInitiallyFalse | |||
| ) |
Definition at line 305 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| IsPaletteModifiedInitiallyFalse | |||
| ) |
Definition at line 313 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| IsColorModifiedInitiallyFalse | |||
| ) |
Definition at line 320 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| SetColorInvalidGroupName | |||
| ) |
Definition at line 331 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| GetColorInvalidGroupName | |||
| ) |
Definition at line 340 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get(), and yaze::gfx::SnesColor::rgb().

| yaze::gfx::anonymous_namespace{palette_manager_test.cc}::TEST_F | ( | PaletteManagerTest | , |
| IsGroupModifiedInvalidGroupName | |||
| ) |
Definition at line 352 of file palette_manager_test.cc.
References yaze::gfx::PaletteManager::Get().
