1/* 2 * Copyright 2019 Haiku, Inc. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 * 5 * Authors: 6 * Name, email@email.com 7 * 8 * Corresponds to: 9 * headers/os/interface/GridView.h hrev43514 10 * src/kits/interface/GridView.cpp hrev49777 11 */ 12 13 14/*! 15 \file GridView.h 16 \ingroup layout 17 \brief Undocumented file. 18 19 \since Haiku R1 20*/ 21 22 23/*! 24 \class BGridView 25 \ingroup layout 26 \ingroup libbe 27 \brief Undocumented class. 28 29 \since Haiku R1 30*/ 31 32 33/*! 34 \fn BGridView::BGridView(float horizontal=B_USE_DEFAULT_SPACING, float vertical=B_USE_DEFAULT_SPACING) 35 \brief Undocumented public method 36 37 \param horizontal Undocumented 38 \param vertical Undocumented 39 40 \return Undocumented 41 \retval <value> Undocumented 42 43 \since Haiku R1 44*/ 45 46 47/*! 48 \fn BGridView::BGridView(const char *name, float horizontal=B_USE_DEFAULT_SPACING, float vertical=B_USE_DEFAULT_SPACING) 49 \brief Undocumented public method 50 51 \param name Undocumented 52 \param horizontal Undocumented 53 \param vertical Undocumented 54 55 \return Undocumented 56 \retval <value> Undocumented 57 58 \since Haiku R1 59*/ 60 61 62/*! 63 \fn BGridView::BGridView(BMessage *from) 64 \brief Undocumented public method 65 66 \param from Undocumented 67 68 \return Undocumented 69 \retval <value> Undocumented 70 71 \since Haiku R1 72*/ 73 74 75/*! 76 \fn virtual virtual BGridView::~BGridView() 77 \brief Undocumented public method 78 79 \return Undocumented 80 \retval <value> Undocumented 81 82 \since Haiku R1 83*/ 84 85 86/*! 87 \fn virtual virtual void BGridView::SetLayout(BLayout *layout) 88 \brief Undocumented public method 89 90 \param layout Undocumented 91 92 \since Haiku R1 93*/ 94 95 96/*! 97 \fn BGridLayout* BGridView::GridLayout() const 98 \brief Undocumented public method 99 100 \return Undocumented 101 \retval <value> Undocumented 102 103 \since Haiku R1 104*/ 105 106 107/*! 108 \fn virtual virtual status_t BGridView::Perform(perform_code d, void *arg) 109 \brief Undocumented public method 110 111 \param d Undocumented 112 \param arg Undocumented 113 114 \return Undocumented 115 \retval <value> Undocumented 116 117 \since Haiku R1 118*/ 119 120 121/*! 122 \fn static static BArchivable* BGridView::Instantiate(BMessage *from) 123 \brief Undocumented public method 124 125 \param from Undocumented 126 127 \return Undocumented 128 \retval <value> Undocumented 129 130 \since Haiku R1 131*/ 132