Lines Matching refs:OGRStyleTable

137 OGRStyleMgr::OGRStyleMgr( OGRStyleTable *poDataSetStyleTable ):  in OGRStyleMgr()
160 new OGRStyleMgr(reinterpret_cast<OGRStyleTable *>(hStyleTable))); in OGR_SM_Create()
767 OGRStyleTable::OGRStyleTable() in OGRStyleTable() function in OGRStyleTable
788 return reinterpret_cast<OGRStyleTableH>(new OGRStyleTable()); in OGR_STBL_Create()
801 void OGRStyleTable::Clear() in Clear()
812 OGRStyleTable::~OGRStyleTable() in ~OGRStyleTable()
829 delete reinterpret_cast<OGRStyleTable *>(hSTBL); in OGR_STBL_Destroy()
846 const char *OGRStyleTable::GetStyleName( const char *pszStyleString ) in GetStyleName()
888 GBool OGRStyleTable::AddStyle( const char *pszName, const char *pszStyleString ) in AddStyle()
925 return reinterpret_cast<OGRStyleTable *>(hStyleTable)-> in OGR_STBL_AddStyle()
944 GBool OGRStyleTable::RemoveStyle( const char *pszName ) in RemoveStyle()
972 GBool OGRStyleTable::ModifyStyle( const char *pszName, in ModifyStyle()
997 GBool OGRStyleTable::SaveStyleTable( const char *pszFilename ) in SaveStyleTable()
1029 return reinterpret_cast<OGRStyleTable *>(hStyleTable)-> in OGR_STBL_SaveStyleTable()
1048 GBool OGRStyleTable::LoadStyleTable( const char *pszFilename ) in LoadStyleTable()
1081 return reinterpret_cast<OGRStyleTable *>(hStyleTable)-> in OGR_STBL_LoadStyleTable()
1100 const char *OGRStyleTable::Find(const char *pszName) in Find()
1136 return reinterpret_cast<OGRStyleTable *>(hStyleTable)->Find(pszName); in OGR_STBL_Find()
1151 void OGRStyleTable::Print( FILE *fpOut ) in Print()
1176 int OGRStyleTable::IsExist( const char *pszName ) in IsExist()
1208 OGRStyleTable *OGRStyleTable::Clone() in Clone()
1211 OGRStyleTable *poNew = new OGRStyleTable(); in Clone()
1223 void OGRStyleTable::ResetStyleStringReading() in ResetStyleStringReading()
1247 reinterpret_cast<OGRStyleTable *>(hStyleTable)->ResetStyleStringReading(); in OGR_STBL_ResetStyleStringReading()
1260 const char *OGRStyleTable::GetNextStyle() in GetNextStyle()
1300 return reinterpret_cast<OGRStyleTable *>(hStyleTable)->GetNextStyle(); in OGR_STBL_GetNextStyle()
1314 const char *OGRStyleTable::GetLastStyleName() in GetLastStyleName()
1338 return reinterpret_cast<OGRStyleTable *>(hStyleTable)->GetLastStyleName(); in OGR_STBL_GetLastStyleName()