|
Blender V4.3
|
Inherits testing::Test.
Public Member Functions | |
| void | SetUp () override |
| void | TearDown () override |
Static Public Member Functions | |
| static void | SetUpTestSuite () |
| static void | TearDownTestSuite () |
Public Attributes | |
| Main * | bmain |
| Action * | action |
Definition at line 19 of file action_iterators_test.cc.
|
inlineoverride |
Definition at line 38 of file action_iterators_test.cc.
References action, BKE_id_new(), BKE_main_new(), bmain, and ID_AC.
|
inlinestatic |
Definition at line 24 of file action_iterators_test.cc.
References BKE_idtype_init(), and CLG_init().
|
inlineoverride |
Definition at line 44 of file action_iterators_test.cc.
References BKE_main_free(), and bmain.
|
inlinestatic |
Definition at line 33 of file action_iterators_test.cc.
References CLG_exit().
| Action* blender::animrig::tests::ActionIteratorsTest::action |
Definition at line 22 of file action_iterators_test.cc.
Referenced by SetUp().
| Main* blender::animrig::tests::ActionIteratorsTest::bmain |
Definition at line 21 of file action_iterators_test.cc.
Referenced by SetUp(), and TearDown().