Represents a property.
More...
#include <juce_GridItem.h>
◆ Property() [1/7]
juce::GridItem::Property::Property |
( |
| ) |
|
|
noexcept |
◆ Property() [2/7]
juce::GridItem::Property::Property |
( |
Keyword |
keyword | ) |
|
|
noexcept |
◆ Property() [3/7]
juce::GridItem::Property::Property |
( |
const char * |
lineNameToUse | ) |
|
|
noexcept |
◆ Property() [4/7]
juce::GridItem::Property::Property |
( |
const String & |
lineNameToUse | ) |
|
|
noexcept |
◆ Property() [5/7]
juce::GridItem::Property::Property |
( |
int |
numberToUse | ) |
|
|
noexcept |
◆ Property() [6/7]
juce::GridItem::Property::Property |
( |
int |
numberToUse, |
|
|
const String & |
lineNameToUse |
|
) |
| |
|
noexcept |
◆ Property() [7/7]
juce::GridItem::Property::Property |
( |
Span |
spanToUse | ) |
|
|
noexcept |
◆ getName()
const String& juce::GridItem::Property::getName |
( |
| ) |
const |
|
inlinenoexcept |
◆ getNumber()
int juce::GridItem::Property::getNumber |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasAbsolute()
bool juce::GridItem::Property::hasAbsolute |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasAuto()
bool juce::GridItem::Property::hasAuto |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasName()
bool juce::GridItem::Property::hasName |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasSpan()
bool juce::GridItem::Property::hasSpan |
( |
| ) |
const |
|
inlinenoexcept |
◆ isAuto
bool juce::GridItem::Property::isAuto = false |
|
private |
◆ isSpan
bool juce::GridItem::Property::isSpan = false |
|
private |
Either an absolute line number or number of lines to span across.
◆ name
String juce::GridItem::Property::name |
|
private |
◆ number
int juce::GridItem::Property::number = 1 |
|
private |
The documentation for this struct was generated from the following file: