JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::GridItem::Property Struct Reference

Represents a property. More...

#include "juce_GridItem.h"

Public Member Functions

 Property (Keyword keyword) noexcept
 
 Property (const char *lineNameToUse) noexcept
 
 Property (const String &lineNameToUse) noexcept
 
 Property (int numberToUse) noexcept
 
 Property (int numberToUse, const String &lineNameToUse) noexcept
 
 Property (Span spanToUse) noexcept
 
bool hasSpan () const noexcept
 
bool hasAbsolute () const noexcept
 
bool hasAuto () const noexcept
 
bool hasName () const noexcept
 
const StringgetName () const noexcept
 
int getNumber () const noexcept
 

Detailed Description

Represents a property.

Definition at line 69 of file juce_GridItem.h.

Constructor & Destructor Documentation

◆ Property() [1/7]

juce::GridItem::Property::Property ( )
noexcept

Definition at line 29 of file juce_GridItem.cpp.

◆ Property() [2/7]

juce::GridItem::Property::Property ( GridItem::Keyword  keyword)
noexcept

Definition at line 33 of file juce_GridItem.cpp.

◆ Property() [3/7]

juce::GridItem::Property::Property ( const char lineNameToUse)
noexcept

Definition at line 38 of file juce_GridItem.cpp.

◆ Property() [4/7]

juce::GridItem::Property::Property ( const String lineNameToUse)
noexcept

Definition at line 42 of file juce_GridItem.cpp.

◆ Property() [5/7]

juce::GridItem::Property::Property ( int  numberToUse)
noexcept

Definition at line 46 of file juce_GridItem.cpp.

◆ Property() [6/7]

juce::GridItem::Property::Property ( int  numberToUse,
const String lineNameToUse 
)
noexcept

Definition at line 50 of file juce_GridItem.cpp.

◆ Property() [7/7]

juce::GridItem::Property::Property ( Span  spanToUse)
noexcept

Definition at line 55 of file juce_GridItem.cpp.

Member Function Documentation

◆ getName()

const String & juce::GridItem::Property::getName ( ) const
noexcept

Definition at line 89 of file juce_GridItem.h.

◆ getNumber()

int juce::GridItem::Property::getNumber ( ) const
noexcept

Definition at line 90 of file juce_GridItem.h.

◆ hasAbsolute()

bool juce::GridItem::Property::hasAbsolute ( ) const
noexcept

Definition at line 86 of file juce_GridItem.h.

◆ hasAuto()

bool juce::GridItem::Property::hasAuto ( ) const
noexcept

Definition at line 87 of file juce_GridItem.h.

◆ hasName()

bool juce::GridItem::Property::hasName ( ) const
noexcept

Definition at line 88 of file juce_GridItem.h.

◆ hasSpan()

bool juce::GridItem::Property::hasSpan ( ) const
noexcept

Definition at line 85 of file juce_GridItem.h.


The documentation for this struct was generated from the following files: