Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_spreadsheet/spreadsheet_draw.hh
| Show All 13 Lines | |||||
| * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| #include "BLI_vector.hh" | #include "BLI_vector.hh" | ||||
| struct uiBlock; | struct uiBlock; | ||||
| struct rcti; | |||||
| struct bContext; | struct bContext; | ||||
| struct ARegion; | struct ARegion; | ||||
| namespace blender::ed::spreadsheet { | namespace blender::ed::spreadsheet { | ||||
| struct CellDrawParams { | struct CellDrawParams { | ||||
| uiBlock *block; | uiBlock *block; | ||||
| int xmin, ymin; | int xmin, ymin; | ||||
| Show All 30 Lines | |||||