Blender V5.0
blender::editor::animation::tests::KeylistSummaryTest Class Reference

Inherits testing::Test.

Public Member Functions

void SetUp () override
void TearDown () override

Static Public Member Functions

static void SetUpTestSuite ()
static void TearDownTestSuite ()

Public Attributes

Mainbmain
blender::animrig::Actionaction
Objectcube
Objectarmature
bArmaturearmature_data
Bonebone1
Bonebone2
SpaceAction saction = {nullptr}
bAnimContext ac = {nullptr}

Detailed Description

Definition at line 191 of file keyframes_keylist_test.cc.

Member Function Documentation

◆ SetUp()

◆ SetUpTestSuite()

void blender::editor::animation::tests::KeylistSummaryTest::SetUpTestSuite ( )
inlinestatic

Definition at line 204 of file keyframes_keylist_test.cc.

References BKE_idtype_init(), and CLG_init().

◆ TearDown()

void blender::editor::animation::tests::KeylistSummaryTest::TearDown ( )
inlineoverride

Definition at line 256 of file keyframes_keylist_test.cc.

References ac, BKE_main_free(), bmain, and G_MAIN.

◆ TearDownTestSuite()

void blender::editor::animation::tests::KeylistSummaryTest::TearDownTestSuite ( )
inlinestatic

Definition at line 213 of file keyframes_keylist_test.cc.

References CLG_exit().

Member Data Documentation

◆ ac

bAnimContext blender::editor::animation::tests::KeylistSummaryTest::ac = {nullptr}

Definition at line 202 of file keyframes_keylist_test.cc.

Referenced by SetUp(), and TearDown().

◆ action

blender::animrig::Action* blender::editor::animation::tests::KeylistSummaryTest::action

Definition at line 194 of file keyframes_keylist_test.cc.

Referenced by SetUp().

◆ armature

Object* blender::editor::animation::tests::KeylistSummaryTest::armature

Definition at line 196 of file keyframes_keylist_test.cc.

Referenced by SetUp().

◆ armature_data

bArmature* blender::editor::animation::tests::KeylistSummaryTest::armature_data

Definition at line 197 of file keyframes_keylist_test.cc.

Referenced by SetUp().

◆ bmain

Main* blender::editor::animation::tests::KeylistSummaryTest::bmain

Definition at line 193 of file keyframes_keylist_test.cc.

Referenced by SetUp(), and TearDown().

◆ bone1

Bone* blender::editor::animation::tests::KeylistSummaryTest::bone1

Definition at line 198 of file keyframes_keylist_test.cc.

Referenced by SetUp().

◆ bone2

Bone* blender::editor::animation::tests::KeylistSummaryTest::bone2

Definition at line 199 of file keyframes_keylist_test.cc.

Referenced by SetUp().

◆ cube

Object* blender::editor::animation::tests::KeylistSummaryTest::cube

Definition at line 195 of file keyframes_keylist_test.cc.

Referenced by SetUp().

◆ saction

SpaceAction blender::editor::animation::tests::KeylistSummaryTest::saction = {nullptr}

Definition at line 201 of file keyframes_keylist_test.cc.

Referenced by SetUp().


The documentation for this class was generated from the following file: