propdev.h File Reference

#include <wx/tokenzr.h>
#include "props.h"
Include dependency graph for propdev.h:

Go to the source code of this file.

Classes

class  wxPGGlobalVarsClass
class  wxPGStringTokenizer

Defines

#define WX_PG_TOKENIZER1_BEGIN(WXSTRING, DELIMITER)
#define WX_PG_TOKENIZER1_END()   }
#define WX_PG_TOKENIZER2_BEGIN(WXSTRING, DELIMITER)
#define WX_PG_TOKENIZER2_END()   }
#define wxPGIsVariantClassInfo(CLASSINFO, T)   (CLASSINFO == wxPGGlobalVars->wxVariantClassInfo_##T)
#define wxPGIsVariantType(VARIANT, T)   ((VARIANT).GetData() && wxPGVariantDataGetClassInfo((VARIANT).GetData()) == wxPGGlobalVars->wxVariantClassInfo_##T)
#define wxPGVariant_Bool(A)   (A?wxPGVariant_True:wxPGVariant_False)
#define wxPGVariant_EmptyString   wxEmptyString
#define wxPGVariant_False   false
#define wxPGVariant_MinusOne   ((long)-1)
#define wxPGVariant_True   true
#define wxPGVariant_Zero   ((long)0)
#define wxPGVariantAssign(A, B)

Typedefs

typedef wxPGProperty wxBaseParentPropertyClass
typedef wxPGProperty wxBasePropertyClass

Functions

bool wxPG_String_EndsWith (const wxString &str, const wxChar *suffix, wxString *rest=NULL)

Variables

class WXDLLIMPEXP_PG wxArrayEditorDialog
WXDLLIMPEXP_PG
wxPGGlobalVarsClass
wxPGGlobalVars

Define Documentation

#define WX_PG_TOKENIZER1_BEGIN ( WXSTRING,
DELIMITER   ) 
Value:
wxStringTokenizer tkz(WXSTRING,DELIMITER,wxTOKEN_RET_EMPTY); \
    while ( tkz.HasMoreTokens() ) \
    { \
        wxString token = tkz.GetNextToken(); \
        token.Trim(true); \
        token.Trim(false);

Definition at line 179 of file propdev.h.

 
#define WX_PG_TOKENIZER1_END (  )     }

Definition at line 187 of file propdev.h.

#define WX_PG_TOKENIZER2_BEGIN ( WXSTRING,
DELIMITER   ) 
Value:
wxPGStringTokenizer tkz(WXSTRING,DELIMITER); \
    while ( tkz.HasMoreTokens() ) \
    { \
        wxString token = tkz.GetNextToken();

Definition at line 218 of file propdev.h.

 
#define WX_PG_TOKENIZER2_END (  )     }

Definition at line 224 of file propdev.h.

#define wxPGIsVariantClassInfo ( CLASSINFO,
 )     (CLASSINFO == wxPGGlobalVars->wxVariantClassInfo_##T)

Definition at line 122 of file propdev.h.

#define wxPGIsVariantType ( VARIANT,
 )     ((VARIANT).GetData() && wxPGVariantDataGetClassInfo((VARIANT).GetData()) == wxPGGlobalVars->wxVariantClassInfo_##T)

Definition at line 119 of file propdev.h.

#define wxPGVariant_Bool (  )     (A?wxPGVariant_True:wxPGVariant_False)

Definition at line 141 of file propdev.h.

#define wxPGVariant_EmptyString   wxEmptyString

Definition at line 134 of file propdev.h.

#define wxPGVariant_False   false

Definition at line 138 of file propdev.h.

#define wxPGVariant_MinusOne   ((long)-1)

Definition at line 136 of file propdev.h.

#define wxPGVariant_True   true

Definition at line 137 of file propdev.h.

#define wxPGVariant_Zero   ((long)0)

Definition at line 135 of file propdev.h.

#define wxPGVariantAssign ( A,
 ) 
Value:
{ \
            A.MakeNull(); \
            A = B; \
        }

Definition at line 151 of file propdev.h.


Typedef Documentation

Definition at line 24 of file propdev.h.

Definition at line 23 of file propdev.h.


Function Documentation

bool wxPG_String_EndsWith ( const wxString &  str,
const wxChar *  suffix,
wxString *  rest = NULL 
)

Variable Documentation

class WXDLLIMPEXP_PG wxArrayEditorDialog

Definition at line 18 of file propdev.h.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


wxpropgrid
Author(s): Jaakko Salli
autogenerated on Fri Jan 11 09:34:05 2013