|
Blender V5.0
|
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 22 of file action_iterators_test.cc.
|
inlineoverride |
Definition at line 41 of file action_iterators_test.cc.
References action, BKE_id_new(), BKE_main_new(), and bmain.
|
inlinestatic |
Definition at line 27 of file action_iterators_test.cc.
References BKE_idtype_init(), and CLG_init().
|
inlineoverride |
Definition at line 47 of file action_iterators_test.cc.
References BKE_main_free(), and bmain.
|
inlinestatic |
Definition at line 36 of file action_iterators_test.cc.
References CLG_exit().
| Action* blender::animrig::tests::ActionIteratorsTest::action |
Definition at line 25 of file action_iterators_test.cc.
Referenced by SetUp().
| Main* blender::animrig::tests::ActionIteratorsTest::bmain |
Definition at line 24 of file action_iterators_test.cc.
Referenced by SetUp(), and TearDown().